01M0TN5GREF2B19JS0ANWJYKNV: 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: 01M0TN61Z4GV0SPG2P20VGX3WQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T19:51:18.240Zjob assigned to worker 01M0TN6A6WG07QX1SNN5BNAPD0 [factory aws, i-0aac71ef2f641c6ad] (queued for 49 s)
 
22026-08-24T19:51:24.834Zstarting task 0: "setup"
32026-08-24T19:51:24.840Z++ uname -s
42026-08-24T19:51:24.843Z+ kern=SunOS
52026-08-24T19:51:24.843Z+ build_user=build
62026-08-24T19:51:24.843Z+ build_uid=12345
72026-08-24T19:51:24.843Z+ work_dir=/work
82026-08-24T19:51:24.843Z+ input_dir=/input
92026-08-24T19:51:24.843Z+ [[ 0 == 12345 ]]
102026-08-24T19:51:24.844Z+ case "$kern" in
112026-08-24T19:51:24.844Z+ groupadd -g 12345 build
122026-08-24T19:51:24.847Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T19:51:26.851Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T19:51:26.950Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T19:51:26.954Z+ home_fs=zfs
162026-08-24T19:51:26.954Z+ [[ zfs == autofs ]]
172026-08-24T19:51:26.954Z+ mkdir -p /home/build
182026-08-24T19:51:26.954Z+ chown build:build /home/build /work
192026-08-24T19:51:28.955Z+ chmod 0700 /home/build /work
202026-08-24T19:51:28.958Zprocess exited: duration 4123 ms, exit code 0
 
212026-08-24T19:51:28.965Zstarting task 1: "rust-toolchain"
222026-08-24T19:51:28.969Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T19:51:28.969Z * rust toolchain channel = "1.97.1"
242026-08-24T19:51:28.969Z * rust toolchain profile = "default"
252026-08-24T19:51:28.969Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-24T19:51:28.969Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-24T19:51:28.970Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-24T19:51:28.973Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T19:51:28.973Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T19:51:29.041Zinfo: downloading installer
312026-08-24T19:51:30.409Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T19:51:30.409Zwarn: /home/build/.rustup/settings.toml
332026-08-24T19:51:30.409Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T19:51:30.409Zwarn: instead of the one inferred from the default host triple.
352026-08-24T19:51:30.422Zinfo: profile set to default
362026-08-24T19:51:30.422Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T19:51:30.426Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T19:51:30.566Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T19:51:30.569Zinfo: downloading 6 components
402026-08-24T19:51:47.044Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T19:51:47.044Z
422026-08-24T19:51:47.072Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T19:51:47.072Z
442026-08-24T19:51:47.072Z
452026-08-24T19:51:47.072ZRust is installed now. Great!
462026-08-24T19:51:47.072Z
472026-08-24T19:51:47.072ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T19:51:47.072Zenvironment variable. This has not been done automatically.
492026-08-24T19:51:47.072Z
502026-08-24T19:51:47.072ZTo configure your current shell, you need to source
512026-08-24T19:51:47.072Zthe corresponding env file under $HOME/.cargo.
522026-08-24T19:51:47.072Z
532026-08-24T19:51:47.072ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T19:51:47.072Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T19:51:47.072Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T19:51:47.073Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T19:51:47.073Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T19:51:47.073Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T19:51:47.073Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T19:51:47.076Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T19:51:47.076Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T19:51:47.158Z+ rustup --version
632026-08-24T19:51:47.168Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T19:51:47.171Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T19:51:47.188Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T19:51:47.191Z+ cargo --version
672026-08-24T19:51:47.206Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T19:51:47.209Z+ rustc --version
692026-08-24T19:51:47.226Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T19:51:47.229Zprocess exited: duration 18263 ms, exit code 0
 
712026-08-24T19:51:47.235Zstarting task 2: "authentication"
722026-08-24T19:51:47.251Zprocess exited: duration 16 ms, exit code 0
 
732026-08-24T19:51:47.257Zstarting task 3: "clone repository"
742026-08-24T19:51:47.260Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-24T19:51:47.263Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-24T19:51:47.292ZCloning into '/work/oxidecomputer/omicron'...
772026-08-24T19:52:07.089Z+ cd /work/oxidecomputer/omicron
782026-08-24T19:52:07.090Z+ git fetch origin dd9b78d9d5bf584fa652f8f058f751474d068b40
792026-08-24T19:52:07.457ZFrom https://github.com/oxidecomputer/omicron
802026-08-24T19:52:07.457Z * branch dd9b78d9d5bf584fa652f8f058f751474d068b40 -> FETCH_HEAD
812026-08-24T19:52:07.467Z+ [[ -n '' ]]
822026-08-24T19:52:07.467Z+ git reset --hard dd9b78d9d5bf584fa652f8f058f751474d068b40
832026-08-24T19:52:07.721ZHEAD is now at dd9b78d9d Bump postgres-protocol from 0.6.10 to 0.6.12
842026-08-24T19:52:07.728Zprocess exited: duration 20465 ms, exit code 0
 
852026-08-24T19:52:07.740Zstarting task 4: "build"
862026-08-24T19:52:07.755Z+ source .github/buildomat/ci-env.sh
872026-08-24T19:52:07.755Z++ export CARGO_TERM_COLOR=always
882026-08-24T19:52:07.756Z++ CARGO_TERM_COLOR=always
892026-08-24T19:52:07.770Z+++ uname -s
902026-08-24T19:52:07.770Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-24T19:52:07.770Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-24T19:52:07.770Z+ cargo --version
932026-08-24T19:52:07.770Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-24T19:52:07.771Z+ rustc --version
952026-08-24T19:52:07.789Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-24T19:52:07.789Z+ source ./env.sh
972026-08-24T19:52:07.789Z++ OLD_SHELL_OPTS=ehxB
982026-08-24T19:52:07.789Z++ set -o xtrace
992026-08-24T19:52:07.800Z++++ dirname ./env.sh
1002026-08-24T19:52:07.800Z+++ readlink -f .
1012026-08-24T19:52:07.800Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-24T19:52:07.800Z++ 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-08-24T19:52:07.800Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-24T19:52:07.800Z++ 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-08-24T19:52:07.801Z++ 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-08-24T19:52:07.801Z++ 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-08-24T19:52:07.801Z++ 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-08-24T19:52:07.801Z++ 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-08-24T19:52:07.801Z++ 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-08-24T19:52:07.801Z++ 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-08-24T19:52:07.801Z++ 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-08-24T19:52:07.801Z++ case $OLD_SHELL_OPTS in
1132026-08-24T19:52:07.801Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-24T19:52:07.801Z+ 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-08-24T19:52:07.801Z+ 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-08-24T19:52:07.801Z+ banner prerequisites
1172026-08-24T19:52:07.801Z
1182026-08-24T19:52:07.801Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-24T19:52:07.801Z # # # # # # # # # # # # # # #
1202026-08-24T19:52:07.801Z # # # # ##### # # ##### # # # # # #### #
1212026-08-24T19:52:07.801Z ##### ##### # ##### # # # # # # # # #
1222026-08-24T19:52:07.801Z # # # # # # # # # # # # # # #
1232026-08-24T19:52:07.801Z # # # ###### # # ###### ### # #### # #### #
1242026-08-24T19:52:07.802Z
1252026-08-24T19:52:07.802Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-24T19:52:09.769Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-24T19:52:10.129Z Startup: Caching catalogs ... Done
1282026-08-24T19:52:12.126ZPlanning: Solver setup ... Done (1.882s)
1292026-08-24T19:52:12.193ZPlanning: Running solver ... Done (0.060s)
1302026-08-24T19:52:12.230ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-24T19:52:12.248ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-24T19:52:12.259ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-24T19:52:12.276ZPlanning: Package planning ... Done (0.014s)
1342026-08-24T19:52:12.283ZPlanning: Merging actions ... Done (0.002s)
1352026-08-24T19:52:12.490ZPlanning: Checking for conflicting actions ... Done (0.216s)
1362026-08-24T19:52:12.507ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-24T19:52:13.165ZPlanning: Evaluating mediators ... Done (0.676s)
1382026-08-24T19:52:13.168ZPlanning: Planning completed in 3.00 seconds
1392026-08-24T19:52:13.174Z Packages to install: 2
1402026-08-24T19:52:13.177Z Estimated space available: 156.02 GB
1412026-08-24T19:52:13.177ZEstimated space to be consumed: 76.36 MB
1422026-08-24T19:52:13.177Z Create boot environment: No
1432026-08-24T19:52:13.177ZCreate backup boot environment: No
1442026-08-24T19:52:13.177Z Rebuild boot archive: No
1452026-08-24T19:52:13.177Z
1462026-08-24T19:52:13.177ZChanged packages:
1472026-08-24T19:52:13.177Zhelios
1482026-08-24T19:52:13.177Z developer/build-essential
1492026-08-24T19:52:13.177Z None -> 11-3.0
1502026-08-24T19:52:13.177Z library/libxmlsec1
1512026-08-24T19:52:13.177Z None -> 1.2.35-3.0
1522026-08-24T19:52:13.199Z
1532026-08-24T19:52:13.199ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-24T19:52:13.267ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1552026-08-24T19:52:13.357Z Actions: 1/268 actions (Installing new actions)
1562026-08-24T19:52:13.393Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-24T19:52:13.428ZFinalize: Updating package state database ... Done (0.034s)
1582026-08-24T19:52:13.431ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-24T19:52:13.511ZFinalize: Updating image state ... Done (0.083s)
1602026-08-24T19:52:15.954ZFinalize: Creating fast lookup database ... Done (2.389s)
1612026-08-24T19:52:16.024ZFinalize: Reading search index ... Done (0.012s)
1622026-08-24T19:52:16.027ZFinalize: Updating search index ... Done (0.000s)
1632026-08-24T19:52:16.139ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-24T19:52:16.501ZPlanning: Evaluating mediator changes ... Done
1652026-08-24T19:52:16.607ZPlanning: Checking for conflicting actions ... Done
1662026-08-24T19:52:16.610ZPlanning: Consolidating action changes ... Done
1672026-08-24T19:52:16.764ZPlanning: Evaluating mediators ... Done
1682026-08-24T19:52:16.767ZPlanning: Planning completed in 0.26 seconds
1692026-08-24T19:52:16.787Z Mediators to change: 2
1702026-08-24T19:52:16.787Z Create boot environment: No
1712026-08-24T19:52:16.787ZCreate backup boot environment: No
1722026-08-24T19:52:16.842ZFinalize: Updating package state database ... Done
1732026-08-24T19:52:16.842ZFinalize: Updating package cache ... Done
1742026-08-24T19:52:16.890ZFinalize: Updating image state ... Done
1752026-08-24T19:52:18.845ZFinalize: Creating fast lookup database ... Done
1762026-08-24T19:52:18.910ZFinalize: Reading search index ... Done
1772026-08-24T19:52:18.915ZFinalize: Updating search index ... Done
1782026-08-24T19:52:18.990ZFinalize: Updating package cache ... Done
1792026-08-24T19:52:19.282ZPlanning: Evaluating mediator changes ... Done
1802026-08-24T19:52:19.387ZPlanning: Checking for conflicting actions ... Done
1812026-08-24T19:52:19.390ZPlanning: Consolidating action changes ... Done
1822026-08-24T19:52:19.547ZPlanning: Evaluating mediators ... Done
1832026-08-24T19:52:19.550ZPlanning: Planning completed in 0.27 seconds
1842026-08-24T19:52:19.570Z Mediators to change: 1
1852026-08-24T19:52:19.570Z Create boot environment: No
1862026-08-24T19:52:19.570ZCreate backup boot environment: No
1872026-08-24T19:52:19.610ZFinalize: Updating package state database ... Done
1882026-08-24T19:52:19.610ZFinalize: Updating package cache ... Done
1892026-08-24T19:52:19.661ZFinalize: Updating image state ... Done
1902026-08-24T19:52:21.601ZFinalize: Creating fast lookup database ... Done
1912026-08-24T19:52:21.660ZFinalize: Reading search index ... Done
1922026-08-24T19:52:21.663ZFinalize: Updating search index ... Done
1932026-08-24T19:52:21.722ZFinalize: Updating package cache ... Done
1942026-08-24T19:52:22.036ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-24T19:52:22.036Zapache system 2.4 system
1962026-08-24T19:52:22.036Zclang system 15 system
1972026-08-24T19:52:22.036Zcsh system system illumos
1982026-08-24T19:52:22.036Zctags system system illumos
1992026-08-24T19:52:22.036Zfile vendor vendor darwinsys
2002026-08-24T19:52:22.036Zfile system system illumos
2012026-08-24T19:52:22.037Zgcc vendor 14 vendor
2022026-08-24T19:52:22.037Zgcc system 13 system
2032026-08-24T19:52:22.037Zgcc system 10 system
2042026-08-24T19:52:22.037Zgo system 1.25 system
2052026-08-24T19:52:22.037Zllvm system 15 system
2062026-08-24T19:52:22.037Zmariadb system 11.4 system
2072026-08-24T19:52:22.037Zmta vendor vendor dma
2082026-08-24T19:52:22.037Zopenjdk system 17 system
2092026-08-24T19:52:22.037Zopenjdk system 11 system
2102026-08-24T19:52:22.037Zopenssl vendor 3 vendor
2112026-08-24T19:52:22.037Zperl system 5.40 system
2122026-08-24T19:52:22.037Zpostgresql system 18 system
2132026-08-24T19:52:22.037Zpostgresql system 17 system
2142026-08-24T19:52:22.037Zpython vendor 3 vendor
2152026-08-24T19:52:22.037Zpython system 2 system
2162026-08-24T19:52:22.037Zpython3 vendor 3.13 vendor
2172026-08-24T19:52:22.037Zruby system 3.4 system
2182026-08-24T19:52:22.037Zruby system 3.0 system
2192026-08-24T19:52:22.037Zwords vendor vendor american-english
2202026-08-24T19:52:22.037Zwords system system australian-english
2212026-08-24T19:52:22.037Zwords system system british-english
2222026-08-24T19:52:22.037Zwords system system canadian-english
2232026-08-24T19:52:22.037Zwords system system french
2242026-08-24T19:52:22.037Zwords system system italian
2252026-08-24T19:52:22.037Zwords system system ngerman
2262026-08-24T19:52:22.037Zwords system system ogerman
2272026-08-24T19:52:22.037Zwords system system spanish
2282026-08-24T19:52:22.288ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-24T19:52:22.288Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-24T19:52:22.773ZFMRI IFO
2312026-08-24T19:52:22.773Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-24T19:52:22.773Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-24T19:52:22.773Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-24T19:52:22.773Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-24T19:52:22.773Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-24T19:52:22.773Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-24T19:52:22.773Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-24T19:52:22.773Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-24T19:52:22.773Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-24T19:52:23.117Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-24T19:52:23.468Z Updating crates.io index
2422026-08-24T19:52:23.472Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-24T19:52:23.756Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-24T19:52:24.172Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-24T19:52:26.104Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-24T19:52:26.793Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-24T19:52:28.734Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-24T19:52:29.882Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-24T19:52:30.188Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-24T19:52:30.564Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-24T19:52:31.915Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-24T19:52:32.205Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-24T19:52:32.656Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-24T19:52:32.931Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-24T19:52:33.221Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-24T19:52:33.504Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-24T19:52:33.804Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-24T19:52:34.090Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-24T19:52:34.415Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-24T19:52:35.014Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-24T19:52:35.395Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2622026-08-24T19:52:35.724Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2632026-08-24T19:52:36.226Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642026-08-24T19:52:36.548Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2652026-08-24T19:52:37.110Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-24T19:52:37.460Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-08-24T19:52:37.740Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-08-24T19:52:38.208Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-08-24T19:52:38.617Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-08-24T19:52:38.963Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-08-24T19:52:39.309Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-08-24T19:52:39.606Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-08-24T19:52:39.961Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-08-24T19:52:40.361Z Updating git repository `https://github.com/oxidecomputer/tough`
2752026-08-24T19:52:41.107Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-08-24T19:52:41.384Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-24T19:52:41.671Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-08-24T19:52:41.993Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-08-24T19:52:42.341Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802026-08-24T19:52:42.583Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-08-24T19:52:42.864Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-08-24T19:52:43.206Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-08-24T19:52:43.461Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-24T19:52:43.731Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-24T19:52:46.359Z Downloading crates ...
2862026-08-24T19:52:46.408Z Downloaded errno v0.3.14
2872026-08-24T19:52:46.414Z Downloaded itoa v1.0.17
2882026-08-24T19:52:46.420Z Downloaded scroll_derive v0.12.1
2892026-08-24T19:52:46.438Z Downloaded autocfg v1.5.0
2902026-08-24T19:52:46.438Z Downloaded anstyle-parse v1.0.0
2912026-08-24T19:52:46.438Z Downloaded clap v4.6.1
2922026-08-24T19:52:46.443Z Downloaded fs-err v3.3.0
2932026-08-24T19:52:46.443Z Downloaded heck v0.5.0
2942026-08-24T19:52:46.443Z Downloaded is_terminal_polyfill v1.70.2
2952026-08-24T19:52:46.443Z Downloaded colorchoice v1.0.4
2962026-08-24T19:52:46.443Z Downloaded block-buffer v0.10.4
2972026-08-24T19:52:46.443Z Downloaded zmij v1.0.21
2982026-08-24T19:52:46.443Z Downloaded zerocopy-derive v0.7.35
2992026-08-24T19:52:46.443Z Downloaded zerocopy v0.7.35
3002026-08-24T19:52:46.453Z Downloaded clap_lex v1.0.0
3012026-08-24T19:52:46.453Z Downloaded memmap v0.7.0
3022026-08-24T19:52:46.460Z Downloaded anstream v1.0.0
3032026-08-24T19:52:46.460Z Downloaded proc-macro-error v1.0.4
3042026-08-24T19:52:46.460Z Downloaded anstyle-query v1.1.5
3052026-08-24T19:52:46.460Z Downloaded macaddr v1.0.1
3062026-08-24T19:52:46.460Z Downloaded cargo-platform v0.3.2
3072026-08-24T19:52:46.460Z Downloaded cargo_toml v0.21.0
3082026-08-24T19:52:46.460Z Downloaded fastrand v2.3.0
3092026-08-24T19:52:46.460Z Downloaded digest v0.10.7
3102026-08-24T19:52:46.461Z Downloaded cargo_metadata v0.23.1
3112026-08-24T19:52:46.461Z Downloaded usdt-impl v0.5.0
3122026-08-24T19:52:46.464Z Downloaded camino-tempfile v1.4.1
3132026-08-24T19:52:46.465Z Downloaded crypto-common v0.1.7
3142026-08-24T19:52:46.465Z Downloaded equivalent v1.0.2
3152026-08-24T19:52:46.465Z Downloaded dtrace-parser v0.2.0
3162026-08-24T19:52:46.470Z Downloaded bytecount v0.6.9
3172026-08-24T19:52:46.470Z Downloaded bitflags v2.11.0
3182026-08-24T19:52:46.474Z Downloaded dof v0.3.0
3192026-08-24T19:52:46.478Z Downloaded thread-id v4.2.2
3202026-08-24T19:52:46.482Z Downloaded usdt-attr-macro v0.5.0
3212026-08-24T19:52:46.486Z Downloaded fnv v1.0.7
3222026-08-24T19:52:46.489Z Downloaded serde_spanned v0.6.9
3232026-08-24T19:52:46.489Z Downloaded usdt v0.5.0
3242026-08-24T19:52:46.493Z Downloaded heck v0.4.1
3252026-08-24T19:52:46.496Z Downloaded terminal_size v0.4.3
3262026-08-24T19:52:46.496Z Downloaded utf8parse v0.2.2
3272026-08-24T19:52:46.496Z Downloaded cpufeatures v0.2.17
3282026-08-24T19:52:46.504Z Downloaded strsim v0.11.1
3292026-08-24T19:52:46.504Z Downloaded version_check v0.9.5
3302026-08-24T19:52:46.504Z Downloaded plain v0.2.3
3312026-08-24T19:52:46.504Z Downloaded cfg-if v1.0.4
3322026-08-24T19:52:46.504Z Downloaded generic-array v0.14.7
3332026-08-24T19:52:46.507Z Downloaded swrite v0.1.0
3342026-08-24T19:52:46.507Z Downloaded toml_datetime v0.6.11
3352026-08-24T19:52:46.509Z Downloaded smawk v0.3.2
3362026-08-24T19:52:46.515Z Downloaded tabled_derive v0.7.0
3372026-08-24T19:52:46.517Z Downloaded pretty-hex v0.4.1
3382026-08-24T19:52:46.521Z Downloaded toml_write v0.1.2
3392026-08-24T19:52:46.524Z Downloaded proc-macro-error-attr v1.0.4
3402026-08-24T19:52:46.524Z Downloaded unicode-linebreak v0.1.5
3412026-08-24T19:52:46.528Z Downloaded camino v1.2.5
3422026-08-24T19:52:46.530Z Downloaded clap_derive v4.6.1
3432026-08-24T19:52:46.530Z Downloaded papergrid v0.11.0
3442026-08-24T19:52:46.533Z Downloaded unicode-ident v1.0.24
3452026-08-24T19:52:46.538Z Downloaded anyhow v1.0.104
3462026-08-24T19:52:46.538Z Downloaded thiserror-impl v2.0.18
3472026-08-24T19:52:46.538Z Downloaded anstyle v1.0.14
3482026-08-24T19:52:46.541Z Downloaded usdt-macro v0.5.0
3492026-08-24T19:52:46.541Z Downloaded byteorder v1.5.0
3502026-08-24T19:52:46.541Z Downloaded quote v1.0.45
3512026-08-24T19:52:46.543Z Downloaded log v0.4.33
3522026-08-24T19:52:46.547Z Downloaded once_cell v1.21.3
3532026-08-24T19:52:46.547Z Downloaded pest_generator v2.8.6
3542026-08-24T19:52:46.552Z Downloaded sha2 v0.10.9
3552026-08-24T19:52:46.554Z Downloaded thiserror v2.0.18
3562026-08-24T19:52:46.557Z Downloaded scroll v0.12.0
3572026-08-24T19:52:46.557Z Downloaded serde_tokenstream v0.2.3
3582026-08-24T19:52:46.562Z Downloaded thiserror-impl v1.0.69
3592026-08-24T19:52:46.572Z Downloaded toml v0.8.23
3602026-08-24T19:52:46.583Z Downloaded semver v1.0.28
3612026-08-24T19:52:46.597Z Downloaded serde_derive v1.0.228
3622026-08-24T19:52:46.602Z Downloaded tempfile v3.27.0
3632026-08-24T19:52:46.605Z Downloaded thiserror v1.0.69
3642026-08-24T19:52:46.608Z Downloaded getrandom v0.4.3
3652026-08-24T19:52:46.608Z Downloaded pest_derive v2.8.6
3662026-08-24T19:52:46.614Z Downloaded textwrap v0.16.2
3672026-08-24T19:52:46.614Z Downloaded ucd-trie v0.1.7
3682026-08-24T19:52:46.614Z Downloaded serde_core v1.0.228
3692026-08-24T19:52:46.617Z Downloaded pest_meta v2.8.6
3702026-08-24T19:52:46.622Z Downloaded toml_edit v0.22.27
3712026-08-24T19:52:46.625Z Downloaded proc-macro2 v1.0.106
3722026-08-24T19:52:46.642Z Downloaded serde v1.0.228
3732026-08-24T19:52:46.645Z Downloaded typenum v1.20.1
3742026-08-24T19:52:46.658Z Downloaded memchr v2.8.0
3752026-08-24T19:52:46.669Z Downloaded pest v2.8.6
3762026-08-24T19:52:46.677Z Downloaded indexmap v2.14.0
3772026-08-24T19:52:46.680Z Downloaded hashbrown v0.17.0
3782026-08-24T19:52:46.690Z Downloaded clap_builder v4.6.0
3792026-08-24T19:52:46.694Z Downloaded goblin v0.8.2
3802026-08-24T19:52:46.698Z Downloaded serde_json v1.0.151
3812026-08-24T19:52:46.705Z Downloaded winnow v0.7.14
3822026-08-24T19:52:46.715Z Downloaded tabled v0.15.0
3832026-08-24T19:52:46.731Z Downloaded syn v1.0.109
3842026-08-24T19:52:46.736Z Downloaded syn v2.0.117
3852026-08-24T19:52:46.742Z Downloaded unicode-width v0.1.14
3862026-08-24T19:52:46.746Z Downloaded unicode-width v0.2.0
3872026-08-24T19:52:46.756Z Downloaded rustix v1.1.4
3882026-08-24T19:52:46.778Z Downloaded libc v0.2.185
3892026-08-24T19:52:46.841Z Compiling proc-macro2 v1.0.106
3902026-08-24T19:52:46.841Z Compiling quote v1.0.45
3912026-08-24T19:52:46.842Z Compiling unicode-ident v1.0.24
3922026-08-24T19:52:46.845Z Compiling serde_core v1.0.228
3932026-08-24T19:52:46.845Z Compiling libc v0.2.185
3942026-08-24T19:52:46.845Z Compiling version_check v0.9.5
3952026-08-24T19:52:46.845Z Compiling memchr v2.8.0
3962026-08-24T19:52:46.845Z Compiling serde v1.0.228
3972026-08-24T19:52:47.166Z Compiling zmij v1.0.21
3982026-08-24T19:52:47.391Z Compiling ucd-trie v0.1.7
3992026-08-24T19:52:47.534Z Compiling thiserror v1.0.69
4002026-08-24T19:52:47.656Z Compiling itoa v1.0.17
4012026-08-24T19:52:47.676Z Compiling pest v2.8.6
4022026-08-24T19:52:47.834Z Compiling rustix v1.1.4
4032026-08-24T19:52:47.902Z Compiling byteorder v1.5.0
4042026-08-24T19:52:48.028Z Compiling errno v0.3.14
4052026-08-24T19:52:48.200Z Compiling bitflags v2.11.0
4062026-08-24T19:52:48.219Z Compiling serde_json v1.0.151
4072026-08-24T19:52:48.366Z Compiling syn v2.0.117
4082026-08-24T19:52:48.428Z Compiling thread-id v4.2.2
4092026-08-24T19:52:48.448Z Compiling proc-macro-error-attr v1.0.4
4102026-08-24T19:52:48.510Z Compiling usdt-impl v0.5.0
4112026-08-24T19:52:48.606Z Compiling camino v1.2.5
4122026-08-24T19:52:48.626Z Compiling syn v1.0.109
4132026-08-24T19:52:48.715Z Compiling pest_meta v2.8.6
4142026-08-24T19:52:48.985Z Compiling proc-macro-error v1.0.4
4152026-08-24T19:52:49.002Z Compiling hashbrown v0.17.0
4162026-08-24T19:52:49.017Z Compiling utf8parse v0.2.2
4172026-08-24T19:52:49.130Z Compiling equivalent v1.0.2
4182026-08-24T19:52:49.167Z Compiling plain v0.2.3
4192026-08-24T19:52:49.280Z Compiling getrandom v0.4.3
4202026-08-24T19:52:49.357Z Compiling log v0.4.33
4212026-08-24T19:52:49.485Z Compiling terminal_size v0.4.3
4222026-08-24T19:52:49.545Z Compiling indexmap v2.14.0
4232026-08-24T19:52:49.717Z Compiling anstyle-parse v1.0.0
4242026-08-24T19:52:50.153Z Compiling toml_write v0.1.2
4252026-08-24T19:52:50.156Z Compiling winnow v0.7.14
4262026-08-24T19:52:50.188Z Compiling pretty-hex v0.4.1
4272026-08-24T19:52:50.231Z Compiling autocfg v1.5.0
4282026-08-24T19:52:50.326Z Compiling anstyle v1.0.14
4292026-08-24T19:52:50.343Z Compiling colorchoice v1.0.4
4302026-08-24T19:52:50.364Z Compiling thiserror v2.0.18
4312026-08-24T19:52:50.458Z Compiling anstyle-query v1.1.5
4322026-08-24T19:52:50.551Z Compiling cfg-if v1.0.4
4332026-08-24T19:52:50.571Z Compiling pest_generator v2.8.6
4342026-08-24T19:52:50.626Z Compiling is_terminal_polyfill v1.70.2
4352026-08-24T19:52:50.682Z Compiling fs-err v3.3.0
4362026-08-24T19:52:50.739Z Compiling anstream v1.0.0
4372026-08-24T19:52:50.872Z Compiling fnv v1.0.7
4382026-08-24T19:52:50.897Z Compiling clap_lex v1.0.0
4392026-08-24T19:52:50.943Z Compiling heck v0.5.0
4402026-08-24T19:52:50.973Z Compiling unicode-width v0.1.14
4412026-08-24T19:52:51.123Z Compiling strsim v0.11.1
4422026-08-24T19:52:51.180Z Compiling anyhow v1.0.104
4432026-08-24T19:52:51.250Z Compiling heck v0.4.1
4442026-08-24T19:52:51.280Z Compiling once_cell v1.21.3
4452026-08-24T19:52:51.357Z Compiling bytecount v0.6.9
4462026-08-24T19:52:51.478Z Compiling fastrand v2.3.0
4472026-08-24T19:52:51.494Z Compiling papergrid v0.11.0
4482026-08-24T19:52:51.496Z Compiling clap_builder v4.6.0
4492026-08-24T19:52:51.646Z Compiling cargo-platform v0.3.2
4502026-08-24T19:52:51.664Z Compiling semver v1.0.28
4512026-08-24T19:52:51.796Z Compiling tempfile v3.27.0
4522026-08-24T19:52:51.814Z Compiling memmap v0.7.0
4532026-08-24T19:52:51.939Z Compiling unicode-linebreak v0.1.5
4542026-08-24T19:52:51.995Z Compiling smawk v0.3.2
4552026-08-24T19:52:52.012Z Compiling unicode-width v0.2.0
4562026-08-24T19:52:52.015Z Compiling tabled_derive v0.7.0
4572026-08-24T19:52:52.138Z Compiling camino-tempfile v1.4.1
4582026-08-24T19:52:52.291Z Compiling textwrap v0.16.2
4592026-08-24T19:52:52.333Z Compiling serde_derive v1.0.228
4602026-08-24T19:52:52.372Z Compiling thiserror-impl v1.0.69
4612026-08-24T19:52:52.479Z Compiling zerocopy-derive v0.7.35
4622026-08-24T19:52:52.531Z Compiling pest_derive v2.8.6
4632026-08-24T19:52:52.752Z Compiling scroll_derive v0.12.1
4642026-08-24T19:52:52.967Z Compiling thiserror-impl v2.0.18
4652026-08-24T19:52:52.984Z Compiling clap_derive v4.6.1
4662026-08-24T19:52:53.031Z Compiling tabled v0.15.0
4672026-08-24T19:52:53.361Z Compiling zerocopy v0.7.35
4682026-08-24T19:52:53.448Z Compiling scroll v0.12.0
4692026-08-24T19:52:53.737Z Compiling goblin v0.8.2
4702026-08-24T19:52:53.775Z Compiling dtrace-parser v0.2.0
4712026-08-24T19:52:53.930Z Compiling swrite v0.1.0
4722026-08-24T19:52:54.754Z Compiling clap v4.6.1
4732026-08-24T19:52:55.293Z Compiling toml_datetime v0.6.11
4742026-08-24T19:52:55.293Z Compiling serde_spanned v0.6.9
4752026-08-24T19:52:55.296Z Compiling cargo_metadata v0.23.1
4762026-08-24T19:52:55.296Z Compiling macaddr v1.0.1
4772026-08-24T19:52:55.296Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-08-24T19:52:55.373Z Compiling dof v0.3.0
4792026-08-24T19:52:55.373Z Compiling serde_tokenstream v0.2.3
4802026-08-24T19:52:55.485Z Compiling toml_edit v0.22.27
4812026-08-24T19:52:56.083Z Compiling usdt-attr-macro v0.5.0
4822026-08-24T19:52:56.083Z Compiling usdt-macro v0.5.0
4832026-08-24T19:52:56.740Z Compiling usdt v0.5.0
4842026-08-24T19:52:56.833Z Compiling toml v0.8.23
4852026-08-24T19:52:57.174Z Compiling cargo_toml v0.21.0
4862026-08-24T19:52:58.455Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-08-24T19:53:00.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.52s
4882026-08-24T19:53:00.676Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-08-24T19:53:01.190Z Downloading crates ...
4902026-08-24T19:53:01.237Z Downloaded anstream v0.6.21
4912026-08-24T19:53:01.249Z Downloaded array-init v0.0.4
4922026-08-24T19:53:01.254Z Downloaded arc-swap v1.8.2
4932026-08-24T19:53:01.254Z Downloaded anstyle-parse v0.2.7
4942026-08-24T19:53:01.258Z Downloaded argon2 v0.5.3
4952026-08-24T19:53:01.258Z Downloaded addr2line v0.25.1
4962026-08-24T19:53:01.265Z Downloaded atomicwrites v0.4.4
4972026-08-24T19:53:01.266Z Downloaded base16ct v1.0.0
4982026-08-24T19:53:01.266Z Downloaded aead v0.5.2
4992026-08-24T19:53:01.269Z Downloaded form_urlencoded v1.2.2
5002026-08-24T19:53:01.273Z Downloaded arrayref v0.3.9
5012026-08-24T19:53:01.273Z Downloaded atty v0.2.14
5022026-08-24T19:53:01.273Z Downloaded assert_matches v1.5.0
5032026-08-24T19:53:01.273Z Downloaded backtrace-ext v0.2.1
5042026-08-24T19:53:01.278Z Downloaded async-recursion v1.1.1
5052026-08-24T19:53:01.281Z Downloaded async-stream v0.3.6
5062026-08-24T19:53:01.281Z Downloaded async-stream-impl v0.3.6
5072026-08-24T19:53:01.281Z Downloaded erased-serde v0.3.31
5082026-08-24T19:53:01.281Z Downloaded fallible-iterator v0.2.0
5092026-08-24T19:53:01.285Z Downloaded const-oid v0.10.2
5102026-08-24T19:53:01.285Z Downloaded bcrypt-pbkdf v0.11.0
5112026-08-24T19:53:01.285Z Downloaded bit-vec v0.6.3
5122026-08-24T19:53:01.285Z Downloaded backoff v0.4.0
5132026-08-24T19:53:01.288Z Downloaded float-cmp v0.10.0
5142026-08-24T19:53:01.292Z Downloaded adler2 v2.0.1
5152026-08-24T19:53:01.295Z Downloaded bb8 v0.8.6
5162026-08-24T19:53:01.295Z Downloaded allocator-api2 v0.2.21
5172026-08-24T19:53:01.295Z Downloaded atomic-waker v1.1.2
5182026-08-24T19:53:01.295Z Downloaded base64ct v1.8.3
5192026-08-24T19:53:01.298Z Downloaded ascii-canvas v3.0.0
5202026-08-24T19:53:01.301Z Downloaded base16ct v0.2.0
5212026-08-24T19:53:01.301Z Downloaded env_filter v2.0.0
5222026-08-24T19:53:01.301Z Downloaded bit-set v0.8.0
5232026-08-24T19:53:01.301Z Downloaded endian-type v0.1.2
5242026-08-24T19:53:01.301Z Downloaded gethostname v0.5.0
5252026-08-24T19:53:01.304Z Downloaded async-trait v0.1.89
5262026-08-24T19:53:01.304Z Downloaded bit-set v0.5.3
5272026-08-24T19:53:01.307Z Downloaded enum-as-inner v0.6.1
5282026-08-24T19:53:01.307Z Downloaded futures-io v0.3.32
5292026-08-24T19:53:01.307Z Downloaded compression-core v0.4.31
5302026-08-24T19:53:01.308Z Downloaded futures-core v0.3.32
5312026-08-24T19:53:01.312Z Downloaded bitfield-macros v0.19.4
5322026-08-24T19:53:01.315Z Downloaded funty v2.0.0
5332026-08-24T19:53:01.318Z Downloaded foreign-types-shared v0.1.1
5342026-08-24T19:53:01.318Z Downloaded futures-task v0.3.32
5352026-08-24T19:53:01.318Z Downloaded fxhash v0.2.1
5362026-08-24T19:53:01.322Z Downloaded fd-lock v4.0.4
5372026-08-24T19:53:01.322Z Downloaded hostname v0.3.1
5382026-08-24T19:53:01.322Z Downloaded castaway v0.2.4
5392026-08-24T19:53:01.325Z Downloaded foreign-types v0.5.0
5402026-08-24T19:53:01.326Z Downloaded ciborium-io v0.2.2
5412026-08-24T19:53:01.326Z Downloaded flagset v0.4.7
5422026-08-24T19:53:01.326Z Downloaded headers-core v0.3.0
5432026-08-24T19:53:01.326Z Downloaded env_logger v0.11.11
5442026-08-24T19:53:01.329Z Downloaded futures-executor v0.3.32
5452026-08-24T19:53:01.329Z Downloaded ciborium-ll v0.2.2
5462026-08-24T19:53:01.333Z Downloaded enum_dispatch v0.3.13
5472026-08-24T19:53:01.337Z Downloaded hashbrown v0.16.1
5482026-08-24T19:53:01.337Z Downloaded block-padding v0.4.2
5492026-08-24T19:53:01.337Z Downloaded expectorate v1.2.0
5502026-08-24T19:53:01.337Z Downloaded foreign-types-shared v0.3.1
5512026-08-24T19:53:01.340Z Downloaded cobs v0.3.0
5522026-08-24T19:53:01.340Z Downloaded cfg_aliases v0.1.1
5532026-08-24T19:53:01.340Z Downloaded cfg_aliases v0.2.1
5542026-08-24T19:53:01.345Z Downloaded nibble_vec v0.1.0
5552026-08-24T19:53:01.345Z Downloaded block-buffer v0.12.1
5562026-08-24T19:53:01.345Z Downloaded argon2 v0.6.0-rc.8
5572026-08-24T19:53:01.345Z Downloaded futures-macro v0.3.32
5582026-08-24T19:53:01.349Z Downloaded aead v0.6.1
5592026-08-24T19:53:01.349Z Downloaded bcs v0.1.6
5602026-08-24T19:53:01.349Z Downloaded bitfield v0.19.4
5612026-08-24T19:53:01.349Z Downloaded float-ord v0.3.2
5622026-08-24T19:53:01.349Z Downloaded ghash v0.6.0
5632026-08-24T19:53:01.354Z Downloaded bit-vec v0.8.0
5642026-08-24T19:53:01.354Z Downloaded fs-err v2.11.0
5652026-08-24T19:53:01.354Z Downloaded arrayvec v0.7.6
5662026-08-24T19:53:01.354Z Downloaded normalize-line-endings v0.3.0
5672026-08-24T19:53:01.358Z Downloaded num_threads v0.1.7
5682026-08-24T19:53:01.358Z Downloaded ff v0.14.0
5692026-08-24T19:53:01.358Z Downloaded foldhash v0.2.0
5702026-08-24T19:53:01.358Z Downloaded fs_extra v1.3.0
5712026-08-24T19:53:01.362Z Downloaded http-range v0.1.5
5722026-08-24T19:53:01.362Z Downloaded olpc-cjson v0.1.4
5732026-08-24T19:53:01.362Z Downloaded oso-derive v0.27.3
5742026-08-24T19:53:01.362Z Downloaded hash32 v0.2.1
5752026-08-24T19:53:01.365Z Downloaded git-stub v1.0.0
5762026-08-24T19:53:01.368Z Downloaded phf_shared v0.13.1
5772026-08-24T19:53:01.368Z Downloaded powerfmt v0.2.0
5782026-08-24T19:53:01.372Z Downloaded foreign-types v0.3.2
5792026-08-24T19:53:01.372Z Downloaded futures-sink v0.3.32
5802026-08-24T19:53:01.372Z Downloaded home v0.5.12
5812026-08-24T19:53:01.372Z Downloaded ahash v0.8.12
5822026-08-24T19:53:01.372Z Downloaded async-bb8-diesel v0.2.1
5832026-08-24T19:53:01.375Z Downloaded bitfield-struct v0.6.2
5842026-08-24T19:53:01.375Z Downloaded cmov v0.5.4
5852026-08-24T19:53:01.376Z Downloaded cassowary v0.3.0
5862026-08-24T19:53:01.376Z Downloaded cexpr v0.6.0
5872026-08-24T19:53:01.380Z Downloaded hex v0.4.3
5882026-08-24T19:53:01.380Z Downloaded bs58 v0.5.1
5892026-08-24T19:53:01.383Z Downloaded cipher v0.4.4
5902026-08-24T19:53:01.383Z Downloaded fixedbitset v0.5.7
5912026-08-24T19:53:01.386Z Downloaded byte-wrapper v0.1.0
5922026-08-24T19:53:01.389Z Downloaded chacha20 v0.9.1
5932026-08-24T19:53:01.392Z Downloaded foreign-types-macros v0.2.3
5942026-08-24T19:53:01.392Z Downloaded http-body v1.0.1
5952026-08-24T19:53:01.395Z Downloaded hubpack v0.1.2
5962026-08-24T19:53:01.395Z Downloaded cbc v0.2.1
5972026-08-24T19:53:01.395Z Downloaded hash32 v0.3.1
5982026-08-24T19:53:01.395Z Downloaded hubpack_derive v0.1.1
5992026-08-24T19:53:01.395Z Downloaded blowfish v0.10.0
6002026-08-24T19:53:01.398Z Downloaded cipher v0.5.2
6012026-08-24T19:53:01.398Z Downloaded cmake v0.1.57
6022026-08-24T19:53:01.398Z Downloaded proc-macro-crate v3.4.0
6032026-08-24T19:53:01.398Z Downloaded proc-macro-crate v1.3.1
6042026-08-24T19:53:01.401Z Downloaded progenitor-macro v0.14.0
6052026-08-24T19:53:01.401Z Downloaded radium v0.7.0
6062026-08-24T19:53:01.401Z Downloaded globwalk v0.9.1
6072026-08-24T19:53:01.405Z Downloaded ff v0.13.1
6082026-08-24T19:53:01.409Z Downloaded foldhash v0.1.5
6092026-08-24T19:53:01.413Z Downloaded git-stub-vcs v0.1.0
6102026-08-24T19:53:01.413Z Downloaded hostname v0.4.2
6112026-08-24T19:53:01.413Z Downloaded num_enum v0.5.11
6122026-08-24T19:53:01.413Z Downloaded cancel-safe-futures v0.1.5
6132026-08-24T19:53:01.416Z Downloaded httpdate v1.0.3
6142026-08-24T19:53:01.416Z Downloaded openssl-macros v0.1.1
6152026-08-24T19:53:01.416Z Downloaded oxnet v0.1.6
6162026-08-24T19:53:01.419Z Downloaded bitflags v1.3.2
6172026-08-24T19:53:01.419Z Downloaded fixedbitset v0.4.2
6182026-08-24T19:53:01.420Z Downloaded ppv-lite86 v0.2.21
6192026-08-24T19:53:01.420Z Downloaded phf v0.12.1
6202026-08-24T19:53:01.423Z Downloaded polyval v0.7.1
6212026-08-24T19:53:01.426Z Downloaded fatfs v0.3.6
6222026-08-24T19:53:01.429Z Downloaded generic-array v1.4.3
6232026-08-24T19:53:01.429Z Downloaded signature v2.2.0
6242026-08-24T19:53:01.432Z Downloaded subtle v2.6.1
6252026-08-24T19:53:01.432Z Downloaded rand_chacha v0.3.1
6262026-08-24T19:53:01.435Z Downloaded strip-ansi-escapes v0.2.1
6272026-08-24T19:53:01.435Z Downloaded supports-unicode v3.0.0
6282026-08-24T19:53:01.435Z Downloaded compression-codecs v0.4.37
6292026-08-24T19:53:01.439Z Downloaded blake2 v0.11.0-rc.6
6302026-08-24T19:53:01.439Z Downloaded chacha20 v0.10.0
6312026-08-24T19:53:01.443Z Downloaded rfc6979 v0.4.0
6322026-08-24T19:53:01.443Z Downloaded rfc6979 v0.6.0
6332026-08-24T19:53:01.443Z Downloaded const-oid v0.9.6
6342026-08-24T19:53:01.443Z Downloaded filetime v0.2.27
6352026-08-24T19:53:01.443Z Downloaded find-msvc-tools v0.1.9
6362026-08-24T19:53:01.447Z Downloaded bzip2 v0.4.4
6372026-08-24T19:53:01.447Z Downloaded bzip2 v0.6.1
6382026-08-24T19:53:01.447Z Downloaded ciborium v0.2.2
6392026-08-24T19:53:01.447Z Downloaded colored v3.1.1
6402026-08-24T19:53:01.450Z Downloaded globset v0.4.18
6412026-08-24T19:53:01.450Z Downloaded buf-list v1.1.2
6422026-08-24T19:53:01.450Z Downloaded camino-tempfile-ext v0.3.3
6432026-08-24T19:53:01.450Z Downloaded clang-sys v1.8.1
6442026-08-24T19:53:01.454Z Downloaded console v0.16.2
6452026-08-24T19:53:01.454Z Downloaded rustc_version v0.1.7
6462026-08-24T19:53:01.454Z Downloaded rustc-hash v2.1.1
6472026-08-24T19:53:01.454Z Downloaded scroll_derive v0.13.1
6482026-08-24T19:53:01.454Z Downloaded backon v1.6.0
6492026-08-24T19:53:01.460Z Downloaded serde_plain v1.0.2
6502026-08-24T19:53:01.466Z Downloaded try-lock v0.2.5
6512026-08-24T19:53:01.469Z Downloaded group v0.14.0
6522026-08-24T19:53:01.469Z Downloaded unarray v0.1.4
6532026-08-24T19:53:01.472Z Downloaded unit-prefix v0.5.2
6542026-08-24T19:53:01.472Z Downloaded utf8_iter v1.0.4
6552026-08-24T19:53:01.472Z Downloaded want v0.3.1
6562026-08-24T19:53:01.476Z Downloaded stable_deref_trait v1.2.1
6572026-08-24T19:53:01.479Z Downloaded strsim v0.10.0
6582026-08-24T19:53:01.479Z Downloaded num-integer v0.1.46
6592026-08-24T19:53:01.479Z Downloaded parking_lot v0.11.2
6602026-08-24T19:53:01.480Z Downloaded tagptr v0.2.0
6612026-08-24T19:53:01.484Z Downloaded take_mut v0.2.2
6622026-08-24T19:53:01.484Z Downloaded termtree v0.5.1
6632026-08-24T19:53:01.484Z Downloaded tokio-macros v2.7.0
6642026-08-24T19:53:01.484Z Downloaded pkcs1 v0.7.5
6652026-08-24T19:53:01.484Z Downloaded poly1305 v0.9.0
6662026-08-24T19:53:01.488Z Downloaded serde-hex v0.1.0
6672026-08-24T19:53:01.488Z Downloaded slog-dtrace v0.3.0
6682026-08-24T19:53:01.488Z Downloaded slog-term v2.9.2
6692026-08-24T19:53:01.488Z Downloaded humantime v2.3.0
6702026-08-24T19:53:01.488Z Downloaded glob v0.3.3
6712026-08-24T19:53:01.492Z Downloaded parking_lot_core v0.8.6
6722026-08-24T19:53:01.492Z Downloaded convert_case v0.4.0
6732026-08-24T19:53:01.492Z Downloaded futures-channel v0.3.32
6742026-08-24T19:53:01.492Z Downloaded http-body-util v0.1.3
6752026-08-24T19:53:01.492Z Downloaded highway v1.3.0
6762026-08-24T19:53:01.492Z Downloaded crc-catalog v2.4.0
6772026-08-24T19:53:01.496Z Downloaded darling_macro v0.20.11
6782026-08-24T19:53:01.496Z Downloaded hex-literal v1.1.0
6792026-08-24T19:53:01.496Z Downloaded tokio-test v0.4.5
6802026-08-24T19:53:01.496Z Downloaded topological-sort v0.2.2
6812026-08-24T19:53:01.496Z Downloaded synstructure v0.13.2
6822026-08-24T19:53:01.499Z Downloaded blake2 v0.10.6
6832026-08-24T19:53:01.502Z Downloaded progenitor-client v0.13.0
6842026-08-24T19:53:01.502Z Downloaded elliptic-curve v0.14.1
6852026-08-24T19:53:01.515Z Downloaded group v0.13.0
6862026-08-24T19:53:01.515Z Downloaded tiny-keccak v2.0.2
6872026-08-24T19:53:01.532Z Downloaded usdt v0.6.0
6882026-08-24T19:53:01.533Z Downloaded base64 v0.21.7
6892026-08-24T19:53:01.533Z Downloaded darling_macro v0.21.3
6902026-08-24T19:53:01.533Z Downloaded difflib v0.4.0
6912026-08-24T19:53:01.533Z Downloaded tls_codec v0.4.2
6922026-08-24T19:53:01.533Z Downloaded ar_archive_writer v0.5.1
6932026-08-24T19:53:01.533Z Downloaded dirs-sys-next v0.1.2
6942026-08-24T19:53:01.533Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6952026-08-24T19:53:01.533Z Downloaded tui-tree-widget v0.23.1
6962026-08-24T19:53:01.533Z Downloaded unicase v2.9.0
6972026-08-24T19:53:01.533Z Downloaded half v1.8.3
6982026-08-24T19:53:01.533Z Downloaded hmac v0.13.0
6992026-08-24T19:53:01.533Z Downloaded utf-8 v0.7.6
7002026-08-24T19:53:01.533Z Downloaded rusty-fork v0.3.1
7012026-08-24T19:53:01.533Z Downloaded dtrace-parser v0.3.0
7022026-08-24T19:53:01.533Z Downloaded serde_path_to_error v0.1.20
7032026-08-24T19:53:01.533Z Downloaded serde_with_macros v1.5.2
7042026-08-24T19:53:01.533Z Downloaded wnaf v0.14.0
7052026-08-24T19:53:01.533Z Downloaded indoc v1.0.9
7062026-08-24T19:53:01.533Z Downloaded internet-checksum v0.2.1
7072026-08-24T19:53:01.541Z Downloaded lalrpop-util v0.19.12
7082026-08-24T19:53:01.541Z Downloaded crunchy v0.2.4
7092026-08-24T19:53:01.541Z Downloaded cstr-argument v0.1.2
7102026-08-24T19:53:01.541Z Downloaded oso v0.27.3
7112026-08-24T19:53:01.541Z Downloaded parking_lot v0.12.5
7122026-08-24T19:53:01.541Z Downloaded papergrid v0.18.0
7132026-08-24T19:53:01.547Z Downloaded getrandom v0.2.17
7142026-08-24T19:53:01.550Z Downloaded memoffset v0.9.1
7152026-08-24T19:53:01.550Z Downloaded new_debug_unreachable v1.0.6
7162026-08-24T19:53:01.550Z Downloaded corncobs v0.1.4
7172026-08-24T19:53:01.550Z Downloaded compact_str v0.8.1
7182026-08-24T19:53:01.554Z Downloaded colored v2.2.0
7192026-08-24T19:53:01.554Z Downloaded chumsky v0.9.3
7202026-08-24T19:53:01.558Z Downloaded hyper-rustls v0.27.7
7212026-08-24T19:53:01.558Z Downloaded stacker v0.1.23
7222026-08-24T19:53:01.559Z Downloaded darling_macro v0.23.0
7232026-08-24T19:53:01.559Z Downloaded display-error-chain v0.2.2
7242026-08-24T19:53:01.564Z Downloaded bytes v1.11.1
7252026-08-24T19:53:01.564Z Downloaded chacha20poly1305 v0.10.1
7262026-08-24T19:53:01.564Z Downloaded console v0.15.11
7272026-08-24T19:53:01.567Z Downloaded hybrid-array v0.4.13
7282026-08-24T19:53:01.567Z Downloaded pkcs8 v0.11.0
7292026-08-24T19:53:01.567Z Downloaded nonempty v0.12.0
7302026-08-24T19:53:01.567Z Downloaded backtrace v0.3.76
7312026-08-24T19:53:01.570Z Downloaded diesel-dtrace v0.5.0
7322026-08-24T19:53:01.575Z Downloaded inout v0.1.4
7332026-08-24T19:53:01.575Z Downloaded is-terminal v0.4.17
7342026-08-24T19:53:01.575Z Downloaded num-iter v0.1.45
7352026-08-24T19:53:01.575Z Downloaded path-slash v0.1.5
7362026-08-24T19:53:01.575Z Downloaded potential_utf v0.1.4
7372026-08-24T19:53:01.578Z Downloaded linked-hash-map v0.5.6
7382026-08-24T19:53:01.578Z Downloaded managed v0.8.0
7392026-08-24T19:53:01.578Z Downloaded lzss v0.8.2
7402026-08-24T19:53:01.578Z Downloaded parking_lot_core v0.9.12
7412026-08-24T19:53:01.582Z Downloaded toml_writer v1.1.1+spec-1.1.0
7422026-08-24T19:53:01.582Z Downloaded rustls-platform-verifier v0.6.2
7432026-08-24T19:53:01.582Z Downloaded half v2.7.1
7442026-08-24T19:53:01.585Z Downloaded hmac v0.12.1
7452026-08-24T19:53:01.585Z Downloaded getrandom v0.3.4
7462026-08-24T19:53:01.588Z Downloaded either v1.15.0
7472026-08-24T19:53:01.588Z Downloaded ipnet v2.12.0
7482026-08-24T19:53:01.589Z Downloaded rand_chacha v0.9.0
7492026-08-24T19:53:01.589Z Downloaded multimap v0.10.1
7502026-08-24T19:53:01.589Z Downloaded quick-error v1.2.3
7512026-08-24T19:53:01.591Z Downloaded ipnetwork v0.21.1
7522026-08-24T19:53:01.591Z Downloaded oxide-update-engine-types v0.1.2
7532026-08-24T19:53:01.595Z Downloaded prettyplease v0.2.37
7542026-08-24T19:53:01.595Z Downloaded signal-hook v0.3.18
7552026-08-24T19:53:01.598Z Downloaded slog v2.8.2
7562026-08-24T19:53:01.598Z Downloaded spin v0.9.8
7572026-08-24T19:53:01.600Z Downloaded httparse v1.10.1
7582026-08-24T19:53:01.601Z Downloaded russh-cryptovec v0.62.0
7592026-08-24T19:53:01.601Z Downloaded scrypt v0.12.0
7602026-08-24T19:53:01.604Z Downloaded scopeguard v1.2.0
7612026-08-24T19:53:01.606Z Downloaded secrecy v0.8.0
7622026-08-24T19:53:01.607Z Downloaded serde_repr v0.1.20
7632026-08-24T19:53:01.607Z Downloaded serde_spanned v1.1.1
7642026-08-24T19:53:01.607Z Downloaded base64 v0.22.1
7652026-08-24T19:53:01.611Z Downloaded libloading v0.8.9
7662026-08-24T19:53:01.611Z Downloaded darling v0.20.11
7672026-08-24T19:53:01.613Z Downloaded socket2 v0.5.10
7682026-08-24T19:53:01.613Z Downloaded phf_shared v0.11.3
7692026-08-24T19:53:01.613Z Downloaded bumpalo v3.20.2
7702026-08-24T19:53:01.618Z Downloaded cc v1.2.56
7712026-08-24T19:53:01.619Z Downloaded oxide-generation-macros v0.2.0
7722026-08-24T19:53:01.621Z Downloaded proc-macro-error-attr2 v2.0.0
7732026-08-24T19:53:01.621Z Downloaded sigpipe v0.1.3
7742026-08-24T19:53:01.621Z Downloaded strum v0.26.3
7752026-08-24T19:53:01.621Z Downloaded precomputed-hash v0.1.1
7762026-08-24T19:53:01.621Z Downloaded tokio-stream v0.1.18
7772026-08-24T19:53:01.629Z Downloaded paste v1.0.15
7782026-08-24T19:53:01.632Z Downloaded pem-rfc7468 v1.0.0
7792026-08-24T19:53:01.632Z Downloaded phf v0.13.1
7802026-08-24T19:53:01.632Z Downloaded testing_table v0.3.0
7812026-08-24T19:53:01.639Z Downloaded data-encoding v2.10.0
7822026-08-24T19:53:01.642Z Downloaded displaydoc v0.2.5
7832026-08-24T19:53:01.647Z Downloaded thread_local v1.1.9
7842026-08-24T19:53:01.650Z Downloaded futures v0.3.32
7852026-08-24T19:53:01.653Z Downloaded similar v2.7.0
7862026-08-24T19:53:01.656Z Downloaded tracing-attributes v0.1.31
7872026-08-24T19:53:01.658Z Downloaded rustversion v1.0.22
7882026-08-24T19:53:01.663Z Downloaded untrusted v0.7.1
7892026-08-24T19:53:01.663Z Downloaded idna_adapter v1.2.1
7902026-08-24T19:53:01.663Z Downloaded ingot-types v0.2.0
7912026-08-24T19:53:01.663Z Downloaded vergen-lib v0.1.6
7922026-08-24T19:53:01.666Z Downloaded mime_guess v2.0.5
7932026-08-24T19:53:01.666Z Downloaded serde_urlencoded v0.7.1
7942026-08-24T19:53:01.666Z Downloaded crc-any v2.5.0
7952026-08-24T19:53:01.674Z Downloaded sec1 v0.8.1
7962026-08-24T19:53:01.674Z Downloaded socket2 v0.6.3
7972026-08-24T19:53:01.675Z Downloaded async-compression v0.4.41
7982026-08-24T19:53:01.678Z Downloaded ml-kem v0.3.2
7992026-08-24T19:53:01.678Z Downloaded serde_derive_internals v0.29.1
8002026-08-24T19:53:01.678Z Downloaded curve25519-dalek-derive v0.1.1
8012026-08-24T19:53:01.678Z Downloaded ssh-encoding v0.3.0
8022026-08-24T19:53:01.678Z Downloaded digest-io v0.1.0
8032026-08-24T19:53:01.678Z Downloaded typify-macro v0.6.2
8042026-08-24T19:53:01.683Z Downloaded downcast-rs v2.0.2
8052026-08-24T19:53:01.683Z Downloaded dyn-clone v1.0.20
8062026-08-24T19:53:01.683Z Downloaded rayon-core v1.13.0
8072026-08-24T19:53:01.691Z Downloaded rcgen v0.12.1
8082026-08-24T19:53:01.694Z Downloaded slog-json v2.6.1
8092026-08-24T19:53:01.697Z Downloaded phc v0.6.1
8102026-08-24T19:53:01.697Z Downloaded string_cache v0.8.9
8112026-08-24T19:53:01.697Z Downloaded illumos-nvpair v0.3.0
8122026-08-24T19:53:01.697Z Downloaded aho-corasick v1.1.4
8132026-08-24T19:53:01.700Z Downloaded samael v0.0.19
8142026-08-24T19:53:01.703Z Downloaded tokio-dtrace v0.1.1
8152026-08-24T19:53:01.706Z Downloaded vte v0.14.1
8162026-08-24T19:53:01.706Z Downloaded oxide-tokio-rt v0.1.4
8172026-08-24T19:53:01.706Z Downloaded oxide-update-engine v0.1.2
8182026-08-24T19:53:01.710Z Downloaded poly1305 v0.8.0
8192026-08-24T19:53:01.710Z Downloaded progenitor-client v0.14.0
8202026-08-24T19:53:01.710Z Downloaded tinystr v0.8.2
8212026-08-24T19:53:01.713Z Downloaded tokio-tungstenite v0.21.0
8222026-08-24T19:53:01.713Z Downloaded inout v0.2.2
8232026-08-24T19:53:01.713Z Downloaded cpubits v0.1.1
8242026-08-24T19:53:01.713Z Downloaded lru-slab v0.1.2
8252026-08-24T19:53:01.713Z Downloaded cpufeatures v0.3.0
8262026-08-24T19:53:01.716Z Downloaded yoke-derive v0.8.1
8272026-08-24T19:53:01.716Z Downloaded newtype-uuid-macros v0.1.0
8282026-08-24T19:53:01.719Z Downloaded yansi v1.0.1
8292026-08-24T19:53:01.719Z Downloaded derive_builder v0.20.2
8302026-08-24T19:53:01.723Z Downloaded zip v0.6.6
8312026-08-24T19:53:01.727Z Downloaded flume v0.11.1
8322026-08-24T19:53:01.730Z Downloaded uzers v0.12.2
8332026-08-24T19:53:01.730Z Downloaded whoami v2.1.0
8342026-08-24T19:53:01.730Z Downloaded headers v0.4.1
8352026-08-24T19:53:01.732Z Downloaded port-file v0.1.0
8362026-08-24T19:53:01.736Z Downloaded rand_core v0.6.4
8372026-08-24T19:53:01.736Z Downloaded yoke v0.8.1
8382026-08-24T19:53:01.736Z Downloaded openssl-probe v0.2.1
8392026-08-24T19:53:01.742Z Downloaded num_enum_derive v0.5.11
8402026-08-24T19:53:01.742Z Downloaded constant_time_eq v0.4.2
8412026-08-24T19:53:01.742Z Downloaded zstd-safe v7.2.4
8422026-08-24T19:53:01.748Z Downloaded darling_core v0.20.11
8432026-08-24T19:53:01.751Z Downloaded derive-ex v0.1.8
8442026-08-24T19:53:01.753Z Downloaded ecdsa v0.17.0
8452026-08-24T19:53:01.753Z Downloaded phf_shared v0.12.1
8462026-08-24T19:53:01.754Z Downloaded ena v0.14.4
8472026-08-24T19:53:01.756Z Downloaded term v0.7.0
8482026-08-24T19:53:01.757Z Downloaded aes v0.9.1
8492026-08-24T19:53:01.760Z Downloaded hyper-staticfile v0.10.1
8502026-08-24T19:53:01.760Z Downloaded hickory-resolver v0.24.4
8512026-08-24T19:53:01.763Z Downloaded unicode_categories v0.1.1
8522026-08-24T19:53:01.763Z Downloaded serde_tokenstream v0.3.0
8532026-08-24T19:53:01.763Z Downloaded spki v0.8.0
8542026-08-24T19:53:01.766Z Downloaded progenitor-impl v0.14.0
8552026-08-24T19:53:01.766Z Downloaded knus-derive v3.4.0
8562026-08-24T19:53:01.766Z Downloaded libsw-core v0.3.2
8572026-08-24T19:53:01.766Z Downloaded num-complex v0.4.6
8582026-08-24T19:53:01.769Z Downloaded rand_xorshift v0.4.0
8592026-08-24T19:53:01.769Z Downloaded packed_struct_codegen v0.10.1
8602026-08-24T19:53:01.769Z Downloaded rtoolbox v0.0.3
8612026-08-24T19:53:01.770Z Downloaded semver v0.1.20
8622026-08-24T19:53:01.770Z Downloaded strum_macros v0.27.2
8632026-08-24T19:53:01.773Z Downloaded sapling-renderdag v0.1.0
8642026-08-24T19:53:01.773Z Downloaded seq-macro v0.3.6
8652026-08-24T19:53:01.773Z Downloaded libefi-sys v0.1.0
8662026-08-24T19:53:01.774Z Downloaded md-5 v0.11.0
8672026-08-24T19:53:01.777Z Downloaded nanorand v0.7.0
8682026-08-24T19:53:01.777Z Downloaded toml_parser v1.1.2+spec-1.1.0
8692026-08-24T19:53:01.780Z Downloaded schemars v0.8.22
8702026-08-24T19:53:01.785Z Downloaded rustls-pki-types v1.14.0
8712026-08-24T19:53:01.788Z Downloaded yasna v0.5.2
8722026-08-24T19:53:01.788Z Downloaded num_enum_derive v0.7.6
8732026-08-24T19:53:01.789Z Downloaded signal-hook-mio v0.2.5
8742026-08-24T19:53:01.789Z Downloaded sqlparser_derive v0.5.0
8752026-08-24T19:53:01.789Z Downloaded num-rational v0.4.2
8762026-08-24T19:53:01.792Z Downloaded oxide-generation v0.1.3
8772026-08-24T19:53:01.795Z Downloaded thread-id v5.1.0
8782026-08-24T19:53:01.798Z Downloaded psl-types v2.0.11
8792026-08-24T19:53:01.801Z Downloaded derive_more v2.1.1
8802026-08-24T19:53:01.806Z Downloaded defmt v1.0.1
8812026-08-24T19:53:01.809Z Downloaded tower-service v0.3.3
8822026-08-24T19:53:01.809Z Downloaded unicode-xid v0.2.6
8832026-08-24T19:53:01.809Z Downloaded heapless v0.7.17
8842026-08-24T19:53:01.813Z Downloaded crc8 v0.1.1
8852026-08-24T19:53:01.813Z Downloaded heapless v0.8.0
8862026-08-24T19:53:01.816Z Downloaded icu_locale_core v2.1.1
8872026-08-24T19:53:01.819Z Downloaded quinn-udp v0.5.14
8882026-08-24T19:53:01.819Z Downloaded ingot-macros v0.2.0
8892026-08-24T19:53:01.822Z Downloaded sha1 v0.10.6
8902026-08-24T19:53:01.825Z Downloaded rand_core v0.9.5
8912026-08-24T19:53:01.825Z Downloaded hickory-server v0.25.2
8922026-08-24T19:53:01.828Z Downloaded sync_wrapper v1.0.2
8932026-08-24T19:53:01.828Z Downloaded tap v1.0.1
8942026-08-24T19:53:01.831Z Downloaded ignore v0.4.25
8952026-08-24T19:53:01.834Z Downloaded shlex v1.3.0
8962026-08-24T19:53:01.834Z Downloaded toml v1.1.2+spec-1.1.0
8972026-08-24T19:53:01.837Z Downloaded num-bigint-dig v0.8.6
8982026-08-24T19:53:01.837Z Downloaded supports-color v3.0.2
8992026-08-24T19:53:01.841Z Downloaded tabwriter v1.4.1
9002026-08-24T19:53:01.841Z Downloaded publicsuffix v2.3.0
9012026-08-24T19:53:01.841Z Downloaded qorb v0.4.1
9022026-08-24T19:53:01.844Z Downloaded serde_with v1.14.0
9032026-08-24T19:53:01.847Z Downloaded smf v0.2.3
9042026-08-24T19:53:01.847Z Downloaded smallvec v1.15.1
9052026-08-24T19:53:01.850Z Downloaded diesel_table_macro_syntax v0.3.0
9062026-08-24T19:53:01.851Z Downloaded hyper-tls v0.6.0
9072026-08-24T19:53:01.851Z Downloaded miette-derive v7.6.0
9082026-08-24T19:53:01.851Z Downloaded slog-async v2.8.0
9092026-08-24T19:53:01.851Z Downloaded smallvec v0.6.14
9102026-08-24T19:53:01.854Z Downloaded void v1.0.2
9112026-08-24T19:53:01.854Z Downloaded zone_cfg_derive v0.3.1
9122026-08-24T19:53:01.854Z Downloaded spki v0.7.3
9132026-08-24T19:53:01.854Z Downloaded static_assertions v1.1.0
9142026-08-24T19:53:01.859Z Downloaded instant v0.1.13
9152026-08-24T19:53:01.859Z Downloaded zeroize_derive v1.5.0
9162026-08-24T19:53:01.859Z Downloaded zone v0.3.1
9172026-08-24T19:53:01.859Z Downloaded crossbeam-utils v0.8.21
9182026-08-24T19:53:01.864Z Downloaded peg v0.8.5
9192026-08-24T19:53:01.864Z Downloaded schemars v0.9.0
9202026-08-24T19:53:01.870Z Downloaded tokio-native-tls v0.3.1
9212026-08-24T19:53:01.873Z Downloaded lru v0.12.5
9222026-08-24T19:53:01.874Z Downloaded vergen-lib v9.1.0
9232026-08-24T19:53:01.874Z Downloaded mime v0.3.17
9242026-08-24T19:53:01.877Z Downloaded num-traits v0.2.19
9252026-08-24T19:53:01.877Z Downloaded vergen v9.1.0
9262026-08-24T19:53:01.877Z Downloaded parse-size v1.1.0
9272026-08-24T19:53:01.877Z Downloaded wyz v0.5.1
9282026-08-24T19:53:01.880Z Downloaded postgres-protocol v0.6.12
9292026-08-24T19:53:01.883Z Downloaded progenitor-extras v0.2.0
9302026-08-24T19:53:01.883Z Downloaded scroll v0.13.0
9312026-08-24T19:53:01.883Z Downloaded rand_seeder v0.4.0
9322026-08-24T19:53:01.887Z Downloaded csv-core v0.1.13
9332026-08-24T19:53:01.889Z Downloaded maybe-uninit v2.0.0
9342026-08-24T19:53:01.889Z Downloaded peg-runtime v0.8.5
9352026-08-24T19:53:01.893Z Downloaded darling v0.23.0
9362026-08-24T19:53:01.896Z Downloaded hickory-resolver v0.25.2
9372026-08-24T19:53:01.899Z Downloaded icu_normalizer v2.1.1
9382026-08-24T19:53:01.899Z Downloaded rustls-webpki v0.103.13
9392026-08-24T19:53:01.902Z Downloaded flate2 v1.1.9
9402026-08-24T19:53:01.905Z Downloaded recursive v0.1.1
9412026-08-24T19:53:01.905Z Downloaded russh-util v0.52.0
9422026-08-24T19:53:01.905Z Downloaded same-file v1.0.6
9432026-08-24T19:53:01.909Z Downloaded darling v0.21.3
9442026-08-24T19:53:01.914Z Downloaded litrs v1.0.0
9452026-08-24T19:53:01.917Z Downloaded num v0.4.3
9462026-08-24T19:53:01.917Z Downloaded rand v0.10.1
9472026-08-24T19:53:01.921Z Downloaded serde_bytes v0.11.19
9482026-08-24T19:53:01.921Z Downloaded sha1 v0.11.0
9492026-08-24T19:53:01.924Z Downloaded drift v0.2.0
9502026-08-24T19:53:01.928Z Downloaded subprocess v0.2.15
9512026-08-24T19:53:01.931Z Downloaded packed_struct v0.10.1
9522026-08-24T19:53:01.931Z Downloaded peg-macros v0.8.5
9532026-08-24T19:53:01.934Z Downloaded newtype-uuid v1.3.2
9542026-08-24T19:53:01.934Z Downloaded nu-ansi-term v0.50.3
9552026-08-24T19:53:01.937Z Downloaded strum v0.27.2
9562026-08-24T19:53:01.937Z Downloaded universal-hash v0.5.1
9572026-08-24T19:53:01.937Z Downloaded universal-hash v0.6.1
9582026-08-24T19:53:01.937Z Downloaded signature v3.0.0
9592026-08-24T19:53:01.940Z Downloaded slog-bunyan v2.5.0
9602026-08-24T19:53:01.940Z Downloaded tracing-core v0.1.36
9612026-08-24T19:53:01.943Z Downloaded ed25519-dalek v3.0.0
9622026-08-24T19:53:01.946Z Downloaded delegate v0.13.5
9632026-08-24T19:53:01.949Z Downloaded cookie v0.18.1
9642026-08-24T19:53:01.953Z Downloaded hyper-util v0.1.20
9652026-08-24T19:53:01.955Z Downloaded unicode-bidi v0.3.18
9662026-08-24T19:53:01.958Z Downloaded zerocopy v0.6.6
9672026-08-24T19:53:01.958Z Downloaded pin-project-lite v0.2.17
9682026-08-24T19:53:01.962Z Downloaded pkcs1 v0.8.0-rc.4
9692026-08-24T19:53:01.962Z Downloaded postcard v1.1.3
9702026-08-24T19:53:01.965Z Downloaded ed25519 v3.0.0
9712026-08-24T19:53:01.965Z Downloaded aes-gcm v0.11.0
9722026-08-24T19:53:01.969Z Downloaded unsafe-libyaml v0.2.11
9732026-08-24T19:53:01.969Z Downloaded p256 v0.14.0
9742026-08-24T19:53:01.972Z Downloaded des v0.9.0
9752026-08-24T19:53:01.972Z Downloaded dsl_auto_type v0.2.0
9762026-08-24T19:53:01.972Z Downloaded document-features v0.2.12
9772026-08-24T19:53:01.972Z Downloaded zip v4.6.1
9782026-08-24T19:53:01.977Z Downloaded jiff-static v0.2.34
9792026-08-24T19:53:01.980Z Downloaded derive_more v0.99.20
9802026-08-24T19:53:01.981Z Downloaded der v0.7.10
9812026-08-24T19:53:02.000Z Downloaded match_cfg v0.1.0
9822026-08-24T19:53:02.000Z Downloaded hashbrown v0.12.3
9832026-08-24T19:53:02.000Z Downloaded defmt v0.3.100
9842026-08-24T19:53:02.000Z Downloaded icu_provider v2.1.1
9852026-08-24T19:53:02.000Z Downloaded stringprep v0.1.5
9862026-08-24T19:53:02.005Z Downloaded tls_codec_derive v0.4.2
9872026-08-24T19:53:02.005Z Downloaded whoami v1.6.1
9882026-08-24T19:53:02.005Z Downloaded predicates v3.1.4
9892026-08-24T19:53:02.005Z Downloaded ident_case v1.0.1
9902026-08-24T19:53:02.008Z Downloaded indexmap v1.9.3
9912026-08-24T19:53:02.013Z Downloaded darling_core v0.13.4
9922026-08-24T19:53:02.016Z Downloaded ron v0.8.1
9932026-08-24T19:53:02.020Z Downloaded rustc-demangle v0.1.27
9942026-08-24T19:53:02.023Z Downloaded primeorder v0.14.0
9952026-08-24T19:53:02.023Z Downloaded convert_case v0.10.0
9962026-08-24T19:53:02.023Z Downloaded const_format_proc_macros v0.2.34
9972026-08-24T19:53:02.026Z Downloaded kem v0.3.0
9982026-08-24T19:53:02.026Z Downloaded libscf-sys v1.2.0
9992026-08-24T19:53:02.029Z Downloaded password-hash v0.6.1
10002026-08-24T19:53:02.029Z Downloaded x509-cert v0.2.5
10012026-08-24T19:53:02.032Z Downloaded derive-where v1.6.0
10022026-08-24T19:53:02.035Z Downloaded dropshot_endpoint v0.17.1
10032026-08-24T19:53:02.035Z Downloaded dropshot-api-manager-types v0.8.0
10042026-08-24T19:53:02.038Z Downloaded rand_pcg v0.10.2
10052026-08-24T19:53:02.038Z Downloaded slab v0.4.12
10062026-08-24T19:53:02.039Z Downloaded http v1.4.2
10072026-08-24T19:53:02.047Z Downloaded crossbeam-epoch v0.9.18
10082026-08-24T19:53:02.050Z Downloaded serdect v0.4.3
10092026-08-24T19:53:02.050Z Downloaded sqlformat v0.3.5
10102026-08-24T19:53:02.053Z Downloaded structmeta-derive v0.3.0
10112026-08-24T19:53:02.057Z Downloaded sponge-cursor v0.1.0
10122026-08-24T19:53:02.057Z Downloaded structmeta v0.3.0
10132026-08-24T19:53:02.057Z Downloaded ed25519-dalek v2.2.0
10142026-08-24T19:53:02.062Z Downloaded termios v0.3.3
10152026-08-24T19:53:02.065Z Downloaded num_enum v0.7.6
10162026-08-24T19:53:02.065Z Downloaded omicron-zone-package v0.12.3
10172026-08-24T19:53:02.068Z Downloaded password-hash v0.5.0
10182026-08-24T19:53:02.068Z Downloaded thiserror-impl-no-std v2.0.2
10192026-08-24T19:53:02.068Z Downloaded unicode-truncate v1.1.0
10202026-08-24T19:53:02.068Z Downloaded darling_macro v0.13.4
10212026-08-24T19:53:02.071Z Downloaded xattr v1.6.1
10222026-08-24T19:53:02.071Z Downloaded zeroize v1.9.0
10232026-08-24T19:53:02.071Z Downloaded zerovec-derive v0.11.2
10242026-08-24T19:53:02.071Z Downloaded ctutils v0.4.2
10252026-08-24T19:53:02.074Z Downloaded hashbrown v0.15.5
10262026-08-24T19:53:02.077Z Downloaded rsa v0.9.10
10272026-08-24T19:53:02.077Z Downloaded pin-project-internal v1.1.11
10282026-08-24T19:53:02.082Z Downloaded darling_core v0.21.3
10292026-08-24T19:53:02.085Z Downloaded pkcs8 v0.10.2
10302026-08-24T19:53:02.101Z Downloaded wait-timeout v0.2.1
10312026-08-24T19:53:02.105Z Downloaded embedded-io v0.6.1
10322026-08-24T19:53:02.105Z Downloaded hashbrown v0.13.2
10332026-08-24T19:53:02.105Z Downloaded postgres-types v0.2.12
10342026-08-24T19:53:02.105Z Downloaded iri-string v0.7.10
10352026-08-24T19:53:02.105Z Downloaded trait-variant v0.1.2
10362026-08-24T19:53:02.105Z Downloaded xshell-macros v0.2.7
10372026-08-24T19:53:02.105Z Downloaded rpassword v7.5.4
10382026-08-24T19:53:02.105Z Downloaded tungstenite v0.23.0
10392026-08-24T19:53:02.106Z Downloaded iana-time-zone v0.1.65
10402026-08-24T19:53:02.109Z Downloaded indicatif v0.18.4
10412026-08-24T19:53:02.109Z Downloaded steno v0.4.1
10422026-08-24T19:53:02.112Z Downloaded knus v3.4.0
10432026-08-24T19:53:02.115Z Downloaded slog-scope v4.4.1
10442026-08-24T19:53:02.118Z Downloaded nom v8.0.0
10452026-08-24T19:53:02.121Z Downloaded libsw v3.5.0
10462026-08-24T19:53:02.122Z Downloaded url v2.5.8
10472026-08-24T19:53:02.122Z Downloaded crc v3.4.0
10482026-08-24T19:53:02.125Z Downloaded instability v0.3.11
10492026-08-24T19:53:02.125Z Downloaded predicates-core v1.0.10
10502026-08-24T19:53:02.125Z Downloaded md5 v0.8.0
10512026-08-24T19:53:02.125Z Downloaded percent-encoding v2.3.2
10522026-08-24T19:53:02.125Z Downloaded nodrop v0.1.14
10532026-08-24T19:53:02.125Z Downloaded opaque-debug v0.3.1
10542026-08-24T19:53:02.128Z Downloaded daft v0.1.8
10552026-08-24T19:53:02.128Z Downloaded progenitor v0.14.0
10562026-08-24T19:53:02.131Z Downloaded p384 v0.14.0
10572026-08-24T19:53:02.139Z Downloaded impl-trait-for-tuples v0.2.3
10582026-08-24T19:53:02.144Z Downloaded jobserver v0.1.34
10592026-08-24T19:53:02.144Z Downloaded libbz2-rs-sys v0.2.2
10602026-08-24T19:53:02.144Z Downloaded crypto-bigint v0.5.5
10612026-08-24T19:53:02.147Z Downloaded tokio-rustls v0.26.4
10622026-08-24T19:53:02.147Z Downloaded reedline v0.40.0
10632026-08-24T19:53:02.150Z Downloaded vsss-rs v3.3.4
10642026-08-24T19:53:02.153Z Downloaded schemars_derive v0.8.22
10652026-08-24T19:53:02.153Z Downloaded rand v0.9.2
10662026-08-24T19:53:02.156Z Downloaded blake3 v1.8.5
10672026-08-24T19:53:02.158Z Downloaded signal-hook-registry v1.4.8
10682026-08-24T19:53:02.162Z Downloaded slog-envlogger v2.2.0
10692026-08-24T19:53:02.166Z Downloaded aws-lc-rs v1.16.3
10702026-08-24T19:53:02.169Z Downloaded bindgen v0.71.1
10712026-08-24T19:53:02.172Z Downloaded derive_builder_macro v0.20.2
10722026-08-24T19:53:02.177Z Downloaded signal-hook-tokio v0.3.1
10732026-08-24T19:53:02.177Z Downloaded der_derive v0.7.3
10742026-08-24T19:53:02.177Z Downloaded hyper v1.10.1
10752026-08-24T19:53:02.179Z Downloaded embedded-io v0.4.0
10762026-08-24T19:53:02.179Z Downloaded is_ci v1.2.0
10772026-08-24T19:53:02.180Z Downloaded ref-cast-impl v1.0.25
10782026-08-24T19:53:02.182Z Downloaded xshell v0.2.7
10792026-08-24T19:53:02.182Z Downloaded untrusted v0.9.0
10802026-08-24T19:53:02.187Z Downloaded crossbeam-deque v0.8.6
10812026-08-24T19:53:02.190Z Downloaded rustyline v14.0.0
10822026-08-24T19:53:02.193Z Downloaded pkcs5 v0.8.1
10832026-08-24T19:53:02.196Z Downloaded progenitor-impl v0.13.0
10842026-08-24T19:53:02.199Z Downloaded toml_edit v0.23.10+spec-1.0.0
10852026-08-24T19:53:02.199Z Downloaded diff v0.1.13
10862026-08-24T19:53:02.202Z Downloaded native-tls v0.2.18
10872026-08-24T19:53:02.205Z Downloaded illumos-nvpair-sys v0.2.0
10882026-08-24T19:53:02.205Z Downloaded progenitor v0.13.0
10892026-08-24T19:53:02.205Z Downloaded reqwest v0.13.2
10902026-08-24T19:53:02.208Z Downloaded resolv-conf v0.7.6
10912026-08-24T19:53:02.211Z Downloaded tower-http v0.6.8
10922026-08-24T19:53:02.213Z Downloaded libm v0.2.16
10932026-08-24T19:53:02.217Z Downloaded ref-cast v1.0.25
10942026-08-24T19:53:02.220Z Downloaded scheduled-thread-pool v0.2.7
10952026-08-24T19:53:02.220Z Downloaded usdt-attr-macro v0.6.0
10962026-08-24T19:53:02.220Z Downloaded rustc_version v0.4.1
10972026-08-24T19:53:02.223Z Downloaded module-lattice v0.2.3
10982026-08-24T19:53:02.223Z Downloaded uuid v1.23.4
10992026-08-24T19:53:02.223Z Downloaded bitvec v1.0.1
11002026-08-24T19:53:02.230Z Downloaded primefield v0.14.0
11012026-08-24T19:53:02.234Z Downloaded zerocopy-derive v0.8.55
11022026-08-24T19:53:02.237Z Downloaded crypto-common v0.2.2
11032026-08-24T19:53:02.239Z Downloaded dirs-next v2.0.0
11042026-08-24T19:53:02.240Z Downloaded openssl-probe v0.1.6
11052026-08-24T19:53:02.240Z Downloaded num-conv v0.2.0
11062026-08-24T19:53:02.240Z Downloaded test-strategy v0.4.5
11072026-08-24T19:53:02.244Z Downloaded parse-display-derive v0.10.0
11082026-08-24T19:53:02.244Z Downloaded serde_with_macros v3.21.0
11092026-08-24T19:53:02.244Z Downloaded pkg-config v0.3.32
11102026-08-24T19:53:02.247Z Downloaded rustls-pemfile v2.2.0
11112026-08-24T19:53:02.247Z Downloaded slog-stdlog v4.1.1
11122026-08-24T19:53:02.247Z Downloaded progenitor-macro v0.13.0
11132026-08-24T19:53:02.247Z Downloaded recursive-proc-macro-impl v0.1.1
11142026-08-24T19:53:02.247Z Downloaded supports-hyperlinks v3.2.0
11152026-08-24T19:53:02.247Z Downloaded hashbrown v0.14.5
11162026-08-24T19:53:02.251Z Downloaded rawzip v0.4.4
11172026-08-24T19:53:02.254Z Downloaded term v1.2.1
11182026-08-24T19:53:02.257Z Downloaded debug-ignore v1.0.5
11192026-08-24T19:53:02.260Z Downloaded psm v0.1.30
11202026-08-24T19:53:02.263Z Downloaded simd-adler32 v0.3.8
11212026-08-24T19:53:02.263Z Downloaded vergen-git2 v9.1.0
11222026-08-24T19:53:02.263Z Downloaded predicates-tree v1.0.13
11232026-08-24T19:53:02.263Z Downloaded lazy_static v1.5.0
11242026-08-24T19:53:02.267Z Downloaded zerofrom-derive v0.1.6
11252026-08-24T19:53:02.269Z Downloaded writeable v0.6.2
11262026-08-24T19:53:02.269Z Downloaded dof v0.4.0
11272026-08-24T19:53:02.272Z Downloaded serde-big-array v0.5.1
11282026-08-24T19:53:02.276Z Downloaded minimal-lexical v0.2.1
11292026-08-24T19:53:02.280Z Downloaded usdt-impl v0.6.0
11302026-08-24T19:53:02.283Z Downloaded defmt-macros v1.0.1
11312026-08-24T19:53:02.286Z Downloaded typed-path v0.9.3
11322026-08-24T19:53:02.288Z Downloaded cookie_store v0.22.1
11332026-08-24T19:53:02.292Z Downloaded daft-derive v0.1.8
11342026-08-24T19:53:02.292Z Downloaded litemap v0.8.1
11352026-08-24T19:53:02.297Z Downloaded digest v0.11.3
11362026-08-24T19:53:02.297Z Downloaded multer v3.1.0
11372026-08-24T19:53:02.297Z Downloaded tinyvec_macros v0.1.1
11382026-08-24T19:53:02.300Z Downloaded pem v3.0.6
11392026-08-24T19:53:02.300Z Downloaded snafu-derive v0.8.9
11402026-08-24T19:53:02.300Z Downloaded kstat-rs v0.2.5
11412026-08-24T19:53:02.303Z Downloaded keccak v0.1.6
11422026-08-24T19:53:02.303Z Downloaded primeorder v0.13.6
11432026-08-24T19:53:02.303Z Downloaded itertools v0.14.0
11442026-08-24T19:53:02.306Z Downloaded scuffle v0.1.0
11452026-08-24T19:53:02.309Z Downloaded h2 v0.4.15
11462026-08-24T19:53:02.312Z Downloaded hkdf v0.12.4
11472026-08-24T19:53:02.314Z Downloaded itertools v0.15.0
11482026-08-24T19:53:02.317Z Downloaded crossterm v0.28.1
11492026-08-24T19:53:02.321Z Downloaded lru-cache v0.1.2
11502026-08-24T19:53:02.324Z Downloaded icu_properties v2.1.2
11512026-08-24T19:53:02.324Z Downloaded thiserror-no-std v2.0.2
11522026-08-24T19:53:02.327Z Downloaded serde_yaml v0.9.34+deprecated
11532026-08-24T19:53:02.327Z Downloaded darling v0.13.4
11542026-08-24T19:53:02.330Z Downloaded derive_builder_core v0.20.2
11552026-08-24T19:53:02.330Z Downloaded newline-converter v0.3.0
11562026-08-24T19:53:02.330Z Downloaded newtype_derive v0.1.6
11572026-08-24T19:53:02.333Z Downloaded hkdf v0.13.0
11582026-08-24T19:53:02.333Z Downloaded tower-layer v0.3.3
11592026-08-24T19:53:02.333Z Downloaded crucible-workspace-hack v0.1.0
11602026-08-24T19:53:02.333Z Downloaded secrecy v0.10.3
11612026-08-24T19:53:02.336Z Downloaded tinyvec v1.10.0
11622026-08-24T19:53:02.339Z Downloaded crc32fast v1.5.0
11632026-08-24T19:53:02.342Z Downloaded pem-rfc7468 v0.7.0
11642026-08-24T19:53:02.342Z Downloaded sha2 v0.11.0
11652026-08-24T19:53:02.345Z Downloaded toml v0.7.8
11662026-08-24T19:53:02.345Z Downloaded diesel_derives v2.3.7
11672026-08-24T19:53:02.348Z Downloaded pbkdf2 v0.13.0
11682026-08-24T19:53:02.351Z Downloaded proc-macro-error2 v2.0.1
11692026-08-24T19:53:02.351Z Downloaded shell-words v1.1.1
11702026-08-24T19:53:02.354Z Downloaded waitgroup v0.1.2
11712026-08-24T19:53:02.354Z Downloaded dunce v1.0.5
11722026-08-24T19:53:02.354Z Downloaded tokio-util v0.7.18
11732026-08-24T19:53:02.356Z Downloaded openssl-sys v0.9.117
11742026-08-24T19:53:02.359Z Downloaded ed25519 v2.2.3
11752026-08-24T19:53:02.362Z Downloaded linear-map v1.2.0
11762026-08-24T19:53:02.362Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11772026-08-24T19:53:02.362Z Downloaded tokio-tungstenite v0.23.1
11782026-08-24T19:53:02.362Z Downloaded vergen-gitcl v1.0.8
11792026-08-24T19:53:02.364Z Downloaded siphasher v1.0.2
11802026-08-24T19:53:02.364Z Downloaded usdt-macro v0.6.0
11812026-08-24T19:53:02.365Z Downloaded itertools v0.13.0
11822026-08-24T19:53:02.368Z Downloaded keccak v0.2.0
11832026-08-24T19:53:02.370Z Downloaded mio v1.2.0
11842026-08-24T19:53:02.373Z Downloaded rand v0.8.6
11852026-08-24T19:53:02.377Z Downloaded memmap2 v0.9.10
11862026-08-24T19:53:02.377Z Downloaded ingot v0.2.1
11872026-08-24T19:53:02.377Z Downloaded lock_api v0.4.14
11882026-08-24T19:53:02.380Z Downloaded ssh-cipher v0.3.0
11892026-08-24T19:53:02.380Z Downloaded strum_macros v0.24.3
11902026-08-24T19:53:02.380Z Downloaded salsa20 v0.11.0
11912026-08-24T19:53:02.380Z Downloaded sync-ptr v0.1.4
11922026-08-24T19:53:02.380Z Downloaded defmt-parser v1.0.0
11932026-08-24T19:53:02.380Z Downloaded maplit v1.0.2
11942026-08-24T19:53:02.383Z Downloaded parse-display v0.10.0
11952026-08-24T19:53:02.383Z Downloaded zerofrom v0.1.6
11962026-08-24T19:53:02.383Z Downloaded indent_write v2.2.0
11972026-08-24T19:53:02.383Z Downloaded num-derive v0.4.2
11982026-08-24T19:53:02.386Z Downloaded zlib-rs v0.6.2
11992026-08-24T19:53:02.388Z Downloaded chrono v0.4.45
12002026-08-24T19:53:02.392Z Downloaded winnow v0.6.26
12012026-08-24T19:53:02.396Z Downloaded internal-russh-num-bigint v0.5.0
12022026-08-24T19:53:02.399Z Downloaded itertools v0.12.1
12032026-08-24T19:53:02.409Z Downloaded tokio-postgres v0.7.16
12042026-08-24T19:53:02.409Z Downloaded r2d2 v0.8.10
12052026-08-24T19:53:02.412Z Downloaded deranged v0.5.8
12062026-08-24T19:53:02.412Z Downloaded ecdsa v0.16.9
12072026-08-24T19:53:02.412Z Downloaded time-core v0.1.8
12082026-08-24T19:53:02.412Z Downloaded const_format v0.2.35
12092026-08-24T19:53:02.414Z Downloaded support-bundle-viewer v0.1.2
12102026-08-24T19:53:02.414Z Downloaded ctr v0.10.1
12112026-08-24T19:53:02.417Z Downloaded time-macros v0.2.27
12122026-08-24T19:53:02.417Z Downloaded unicode-segmentation v1.12.0
12132026-08-24T19:53:02.422Z Downloaded rustls-native-certs v0.8.3
12142026-08-24T19:53:02.424Z Downloaded tar v0.4.46
12152026-08-24T19:53:02.427Z Downloaded walkdir v2.5.0
12162026-08-24T19:53:02.427Z Downloaded rsa v0.10.0-rc.18
12172026-08-24T19:53:02.430Z Downloaded critical-section v1.2.0
12182026-08-24T19:53:02.434Z Downloaded zopfli v0.8.3
12192026-08-24T19:53:02.437Z Downloaded zerotrie v0.2.3
12202026-08-24T19:53:02.441Z Downloaded rand_core v0.10.0
12212026-08-24T19:53:02.443Z Downloaded twox-hash v2.1.2
12222026-08-24T19:53:02.446Z Downloaded nom v7.1.3
12232026-08-24T19:53:02.449Z Downloaded oxide-update-engine-display v0.1.2
12242026-08-24T19:53:02.450Z Downloaded sec1 v0.7.3
12252026-08-24T19:53:02.452Z Downloaded portable-atomic v1.13.1
12262026-08-24T19:53:02.458Z Downloaded quinn v0.11.11
12272026-08-24T19:53:02.460Z Downloaded tower v0.5.3
12282026-08-24T19:53:02.464Z Downloaded serde_cbor v0.11.2
12292026-08-24T19:53:02.467Z Downloaded futures-util v0.3.32
12302026-08-24T19:53:02.472Z Downloaded crossterm v0.29.0
12312026-08-24T19:53:02.475Z Downloaded der v0.8.0
12322026-08-24T19:53:02.482Z Downloaded prefix-trie v0.7.0
12332026-08-24T19:53:02.485Z Downloaded strum_macros v0.26.4
12342026-08-24T19:53:02.495Z Downloaded tabled v0.21.0
12352026-08-24T19:53:02.505Z Downloaded derive_more-impl v2.1.1
12362026-08-24T19:53:02.508Z Downloaded indoc v2.0.7
12372026-08-24T19:53:02.510Z Downloaded tungstenite v0.21.0
12382026-08-24T19:53:02.513Z Downloaded owo-colors v4.3.0
12392026-08-24T19:53:02.513Z Downloaded winnow v0.5.40
12402026-08-24T19:53:02.517Z Downloaded unicode-properties v0.1.4
12412026-08-24T19:53:02.519Z Downloaded miniz_oxide v0.8.9
12422026-08-24T19:53:02.519Z Downloaded pretty_assertions v1.4.1
12432026-08-24T19:53:02.522Z Downloaded regex v1.12.3
12442026-08-24T19:53:02.525Z Downloaded winnow v1.0.3
12452026-08-24T19:53:02.534Z Downloaded zstd v0.13.3
12462026-08-24T19:53:02.537Z Downloaded crypto-primes v0.7.2
12472026-08-24T19:53:02.540Z Downloaded ryu v1.0.23
12482026-08-24T19:53:02.543Z Downloaded dropshot-api-manager v0.8.0
12492026-08-24T19:53:02.546Z Downloaded darling_core v0.23.0
12502026-08-24T19:53:02.548Z Downloaded quick-xml v0.37.5
12512026-08-24T19:53:02.551Z Downloaded icu_normalizer_data v2.1.1
12522026-08-24T19:53:02.551Z Downloaded icu_collections v2.1.1
12532026-08-24T19:53:02.557Z Downloaded crossbeam-channel v0.5.15
12542026-08-24T19:53:02.560Z Downloaded itertools v0.10.5
12552026-08-24T19:53:02.564Z Downloaded zerovec v0.11.5
12562026-08-24T19:53:02.567Z Downloaded libxml v0.3.3
12572026-08-24T19:53:02.570Z Downloaded rayon v1.11.0
12582026-08-24T19:53:02.575Z Downloaded salty v0.3.0
12592026-08-24T19:53:02.580Z Downloaded serde_with v3.21.0
12602026-08-24T19:53:02.587Z Downloaded nix v0.27.1
12612026-08-24T19:53:02.593Z Downloaded pin-project v1.1.11
12622026-08-24T19:53:02.600Z Downloaded typify v0.6.2
12632026-08-24T19:53:02.603Z Downloaded p521 v0.14.0
12642026-08-24T19:53:02.605Z Downloaded schemars v1.2.1
12652026-08-24T19:53:02.613Z Downloaded snafu v0.8.9
12662026-08-24T19:53:02.617Z Downloaded git2 v0.20.4
12672026-08-24T19:53:02.622Z Downloaded toml_edit v0.19.15
12682026-08-24T19:53:02.631Z Downloaded nix v0.31.2
12692026-08-24T19:53:02.637Z Downloaded unicode-normalization v0.1.25
12702026-08-24T19:53:02.640Z Downloaded icu_properties_data v2.1.2
12712026-08-24T19:53:02.646Z Downloaded moka v0.12.13
12722026-08-24T19:53:02.651Z Downloaded polar-core v0.27.3
12732026-08-24T19:53:02.655Z Downloaded openssl v0.10.80
12742026-08-24T19:53:02.661Z Downloaded bstr v1.12.1
12752026-08-24T19:53:02.666Z Downloaded elliptic-curve v0.13.8
12762026-08-24T19:53:02.670Z Downloaded zerocopy v0.8.55
12772026-08-24T19:53:02.682Z Downloaded gimli v0.32.3
12782026-08-24T19:53:02.686Z Downloaded reqwest v0.12.28
12792026-08-24T19:53:02.690Z Downloaded idna v1.1.0
12802026-08-24T19:53:02.693Z Downloaded lalrpop v0.19.12
12812026-08-24T19:53:02.699Z Downloaded smoltcp v0.9.1
12822026-08-24T19:53:02.707Z Downloaded goblin v0.10.5
12832026-08-24T19:53:02.711Z Downloaded jiff-core v0.1.0
12842026-08-24T19:53:02.714Z Downloaded p384 v0.13.1
12852026-08-24T19:53:02.717Z Downloaded iddqd v0.4.2
12862026-08-24T19:53:02.722Z Downloaded russh v0.62.4
12872026-08-24T19:53:02.728Z Downloaded miette v7.6.0
12882026-08-24T19:53:02.730Z Downloaded time v0.3.47
12892026-08-24T19:53:02.738Z Downloaded vcpkg v0.2.15
12902026-08-24T19:53:02.762Z Downloaded curve25519-dalek v5.0.0
12912026-08-24T19:53:02.768Z Downloaded nix v0.28.0
12922026-08-24T19:53:02.774Z Downloaded syn v3.0.3
12932026-08-24T19:53:02.781Z Downloaded ssh-key v0.7.0-rc.11
12942026-08-24T19:53:02.786Z Downloaded rustls v0.23.41
12952026-08-24T19:53:02.793Z Downloaded num-bigint v0.4.6
12962026-08-24T19:53:02.796Z Downloaded quinn-proto v0.11.16
12972026-08-24T19:53:02.800Z Downloaded smoltcp v0.11.0
12982026-08-24T19:53:02.807Z Downloaded tough v0.22.0
12992026-08-24T19:53:02.812Z Downloaded diesel v2.3.7
13002026-08-24T19:53:02.824Z Downloaded dropshot v0.17.1
13012026-08-24T19:53:02.837Z Downloaded openapiv3 v2.2.0
13022026-08-24T19:53:02.844Z Downloaded sha3 v0.12.0
13032026-08-24T19:53:02.848Z Downloaded regress v0.10.5
13042026-08-24T19:53:02.850Z Downloaded regex-automata v0.4.14
13052026-08-24T19:53:02.859Z Downloaded regex-syntax v0.6.29
13062026-08-24T19:53:02.864Z Downloaded ratatui v0.29.0
13072026-08-24T19:53:02.874Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-08-24T19:53:02.881Z Downloaded tracing v0.1.44
13092026-08-24T19:53:02.894Z Downloaded crypto-bigint v0.7.5
13102026-08-24T19:53:02.903Z Downloaded radix_trie v0.2.1
13112026-08-24T19:53:02.906Z Downloaded chrono-tz v0.10.4
13122026-08-24T19:53:02.916Z Downloaded jiff v0.2.34
13132026-08-24T19:53:02.926Z Downloaded hickory-proto v0.24.4
13142026-08-24T19:53:02.934Z Downloaded proptest v1.11.0
13152026-08-24T19:53:02.939Z Downloaded petgraph v0.8.3
13162026-08-24T19:53:02.952Z Downloaded regress v0.11.1
13172026-08-24T19:53:02.957Z Downloaded libz-sys v1.1.24
13182026-08-24T19:53:02.969Z Downloaded petname v2.0.2
13192026-08-24T19:53:02.972Z Downloaded object v0.30.4
13202026-08-24T19:53:02.977Z Downloaded curve25519-dalek v4.1.3
13212026-08-24T19:53:02.982Z Downloaded hickory-proto v0.25.2
13222026-08-24T19:53:03.002Z Downloaded rustix v0.38.44
13232026-08-24T19:53:03.015Z Downloaded object v0.37.3
13242026-08-24T19:53:03.022Z Downloaded regex-syntax v0.8.10
13252026-08-24T19:53:03.042Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-08-24T19:53:03.074Z Downloaded sled v0.34.7
13272026-08-24T19:53:03.081Z Downloaded typify-impl v0.6.2
13282026-08-24T19:53:03.092Z Downloaded zerocopy-derive v0.6.6
13292026-08-24T19:53:03.119Z Downloaded sqlparser v0.61.0
13302026-08-24T19:53:03.137Z Downloaded sha3 v0.11.0
13312026-08-24T19:53:03.177Z Downloaded petgraph v0.6.5
13322026-08-24T19:53:03.263Z Downloaded csv v1.4.0
13332026-08-24T19:53:03.275Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-08-24T19:53:03.291Z Downloaded tokio v1.52.1
13352026-08-24T19:53:03.314Z Downloaded sha3 v0.10.8
13362026-08-24T19:53:03.345Z Downloaded encoding_rs v0.8.35
13372026-08-24T19:53:03.357Z Downloaded ring v0.17.14
13382026-08-24T19:53:03.445Z Downloaded aws-lc-sys v0.40.0
13392026-08-24T19:53:03.707Z Compiling serde_core v1.0.228
13402026-08-24T19:53:03.707Z Compiling libc v0.2.185
13412026-08-24T19:53:03.707Z Compiling serde v1.0.228
13422026-08-24T19:53:03.711Z Compiling log v0.4.33
13432026-08-24T19:53:03.711Z Compiling smallvec v1.15.1
13442026-08-24T19:53:03.872Z Compiling subtle v2.6.1
13452026-08-24T19:53:03.875Z Compiling find-msvc-tools v0.1.9
13462026-08-24T19:53:03.875Z Compiling syn v2.0.117
13472026-08-24T19:53:04.035Z Compiling shlex v1.3.0
13482026-08-24T19:53:04.050Z Compiling typenum v1.20.1
13492026-08-24T19:53:04.060Z Compiling scopeguard v1.2.0
13502026-08-24T19:53:04.159Z Compiling lock_api v0.4.14
13512026-08-24T19:53:04.159Z Compiling stable_deref_trait v1.2.1
13522026-08-24T19:53:04.185Z Compiling getrandom v0.4.3
13532026-08-24T19:53:04.225Z Compiling portable-atomic v1.13.1
13542026-08-24T19:53:04.238Z Compiling serde_json v1.0.151
13552026-08-24T19:53:04.381Z Compiling zerocopy v0.8.55
13562026-08-24T19:53:04.419Z Compiling rand_core v0.10.0
13572026-08-24T19:53:04.565Z Compiling critical-section v1.2.0
13582026-08-24T19:53:04.579Z Compiling libm v0.2.16
13592026-08-24T19:53:04.669Z Compiling errno v0.3.14
13602026-08-24T19:53:04.672Z Compiling jobserver v0.1.34
13612026-08-24T19:53:04.823Z Compiling num-traits v0.2.19
13622026-08-24T19:53:04.842Z Compiling pkg-config v0.3.32
13632026-08-24T19:53:04.890Z Compiling cc v1.2.56
13642026-08-24T19:53:05.039Z Compiling parking_lot_core v0.9.12
13652026-08-24T19:53:05.159Z Compiling pin-project-lite v0.2.17
13662026-08-24T19:53:05.257Z Compiling once_cell v1.21.3
13672026-08-24T19:53:05.274Z Compiling litemap v0.8.1
13682026-08-24T19:53:05.304Z Compiling percent-encoding v2.3.2
13692026-08-24T19:53:05.371Z Compiling writeable v0.6.2
13702026-08-24T19:53:05.477Z Compiling signal-hook-registry v1.4.8
13712026-08-24T19:53:05.491Z Compiling getrandom v0.2.17
13722026-08-24T19:53:05.561Z Compiling futures-core v0.3.32
13732026-08-24T19:53:05.726Z Compiling icu_properties_data v2.1.2
13742026-08-24T19:53:05.733Z Compiling icu_normalizer_data v2.1.1
13752026-08-24T19:53:05.754Z Compiling parking_lot v0.12.5
13762026-08-24T19:53:05.904Z Compiling bitflags v2.11.0
13772026-08-24T19:53:06.036Z Compiling semver v1.0.28
13782026-08-24T19:53:06.237Z Compiling rand_core v0.6.4
13792026-08-24T19:53:06.251Z Compiling mio v1.2.0
13802026-08-24T19:53:06.416Z Compiling generic-array v0.14.7
13812026-08-24T19:53:06.480Z Compiling const-oid v0.9.6
13822026-08-24T19:53:06.519Z Compiling rustix v1.1.4
13832026-08-24T19:53:06.531Z Compiling socket2 v0.6.3
13842026-08-24T19:53:06.553Z Compiling utf8_iter v1.0.4
13852026-08-24T19:53:06.653Z Compiling getrandom v0.3.4
13862026-08-24T19:53:06.689Z Compiling futures-sink v0.3.32
13872026-08-24T19:53:06.723Z Compiling synstructure v0.13.2
13882026-08-24T19:53:06.797Z Compiling futures-channel v0.3.32
13892026-08-24T19:53:06.914Z Compiling indexmap v2.14.0
13902026-08-24T19:53:07.033Z Compiling form_urlencoded v1.2.2
13912026-08-24T19:53:07.156Z Compiling slab v0.4.12
13922026-08-24T19:53:07.212Z Compiling futures-task v0.3.32
13932026-08-24T19:53:07.261Z Compiling futures-io v0.3.32
13942026-08-24T19:53:07.342Z Compiling rustversion v1.0.22
13952026-08-24T19:53:07.342Z Compiling cmov v0.5.4
13962026-08-24T19:53:07.385Z Compiling iana-time-zone v0.1.65
13972026-08-24T19:53:07.413Z Compiling base64ct v1.8.3
13982026-08-24T19:53:07.547Z Compiling regex-syntax v0.8.10
13992026-08-24T19:53:07.568Z Compiling ctutils v0.4.2
14002026-08-24T19:53:07.589Z Compiling uuid v1.23.4
14012026-08-24T19:53:07.613Z Compiling cmake v0.1.57
14022026-08-24T19:53:07.707Z Compiling pem-rfc7468 v0.7.0
14032026-08-24T19:53:07.809Z Compiling fs_extra v1.3.0
14042026-08-24T19:53:08.013Z Compiling ident_case v1.0.1
14052026-08-24T19:53:08.013Z Compiling flagset v0.4.7
14062026-08-24T19:53:08.084Z Compiling dunce v1.0.5
14072026-08-24T19:53:08.145Z Compiling base64 v0.22.1
14082026-08-24T19:53:08.160Z Compiling rand_core v0.9.5
14092026-08-24T19:53:08.180Z Compiling aws-lc-sys v0.40.0
14102026-08-24T19:53:08.244Z Compiling serde_derive_internals v0.29.1
14112026-08-24T19:53:08.289Z Compiling vcpkg v0.2.15
14122026-08-24T19:53:08.320Z Compiling syn v1.0.109
14132026-08-24T19:53:08.437Z Compiling schemars v0.8.22
14142026-08-24T19:53:08.474Z Compiling serde_derive v1.0.228
14152026-08-24T19:53:08.489Z Compiling zeroize_derive v1.5.0
14162026-08-24T19:53:08.626Z Compiling zerofrom-derive v0.1.6
14172026-08-24T19:53:08.640Z Compiling yoke-derive v0.8.1
14182026-08-24T19:53:09.018Z Compiling zerocopy-derive v0.8.55
14192026-08-24T19:53:09.155Z Compiling zerovec-derive v0.11.2
14202026-08-24T19:53:09.191Z Compiling displaydoc v0.2.5
14212026-08-24T19:53:09.841Z Compiling tokio-macros v2.7.0
14222026-08-24T19:53:09.937Z Compiling futures-macro v0.3.32
14232026-08-24T19:53:09.962Z Compiling thiserror-impl v2.0.18
14242026-08-24T19:53:10.067Z Compiling zerofrom v0.1.6
14252026-08-24T19:53:10.194Z Compiling yoke v0.8.1
14262026-08-24T19:53:10.301Z Compiling der_derive v0.7.3
14272026-08-24T19:53:10.392Z Compiling zerovec v0.11.5
14282026-08-24T19:53:10.657Z Compiling zerotrie v0.2.3
14292026-08-24T19:53:10.767Z Compiling futures-util v0.3.32
14302026-08-24T19:53:10.937Z Compiling tinystr v0.8.2
14312026-08-24T19:53:10.951Z Compiling potential_utf v0.1.4
14322026-08-24T19:53:11.118Z Compiling icu_collections v2.1.1
14332026-08-24T19:53:11.181Z Compiling icu_locale_core v2.1.1
14342026-08-24T19:53:11.399Z Compiling thiserror v2.0.18
14352026-08-24T19:53:11.417Z Compiling dyn-clone v1.0.20
14362026-08-24T19:53:11.507Z Compiling schemars_derive v0.8.22
14372026-08-24T19:53:11.551Z Compiling openssl-sys v0.9.117
14382026-08-24T19:53:11.667Z Compiling tracing-attributes v0.1.31
14392026-08-24T19:53:12.041Z Compiling zeroize v1.9.0
14402026-08-24T19:53:12.070Z Compiling bytes v1.11.1
14412026-08-24T19:53:12.084Z Compiling icu_provider v2.1.1
14422026-08-24T19:53:12.375Z Compiling icu_properties v2.1.2
14432026-08-24T19:53:12.691Z Compiling icu_normalizer v2.1.1
14442026-08-24T19:53:12.747Z Compiling tokio v1.52.1
14452026-08-24T19:53:12.831Z Compiling block-buffer v0.10.4
14462026-08-24T19:53:12.980Z Compiling crypto-common v0.1.7
14472026-08-24T19:53:13.004Z Compiling hybrid-array v0.4.13
14482026-08-24T19:53:13.133Z Compiling chrono v0.4.45
14492026-08-24T19:53:13.149Z Compiling digest v0.10.7
14502026-08-24T19:53:13.219Z Compiling idna_adapter v1.2.1
14512026-08-24T19:53:13.358Z Compiling idna v1.1.0
14522026-08-24T19:53:13.401Z Compiling der v0.7.10
14532026-08-24T19:53:13.445Z Compiling http v1.4.2
14542026-08-24T19:53:13.759Z Compiling ppv-lite86 v0.2.21
14552026-08-24T19:53:13.773Z Compiling url v2.5.8
14562026-08-24T19:53:14.002Z Compiling crypto-common v0.2.2
14572026-08-24T19:53:14.075Z Compiling block-buffer v0.12.1
14582026-08-24T19:53:14.275Z Compiling spki v0.7.3
14592026-08-24T19:53:14.322Z Compiling rustc_version v0.4.1
14602026-08-24T19:53:14.482Z Compiling tracing-core v0.1.36
14612026-08-24T19:53:14.499Z Compiling aws-lc-rs v1.16.3
14622026-08-24T19:53:14.541Z Compiling simd-adler32 v0.3.8
14632026-08-24T19:53:14.576Z Compiling tempfile v3.27.0
14642026-08-24T19:53:14.637Z Compiling pkcs8 v0.10.2
14652026-08-24T19:53:14.782Z Compiling http-body v1.0.1
14662026-08-24T19:53:14.888Z Compiling tracing v0.1.44
14672026-08-24T19:53:14.925Z Compiling rand_chacha v0.9.0
14682026-08-24T19:53:14.940Z Compiling rustls-pki-types v1.14.0
14692026-08-24T19:53:15.143Z Compiling spin v0.9.8
14702026-08-24T19:53:15.350Z Compiling adler2 v2.0.1
14712026-08-24T19:53:15.374Z Compiling tinyvec_macros v0.1.1
14722026-08-24T19:53:15.442Z Compiling httparse v1.10.1
14732026-08-24T19:53:15.480Z Compiling crc32fast v1.5.0
14742026-08-24T19:53:15.596Z Compiling openssl-probe v0.2.1
14752026-08-24T19:53:15.724Z Compiling miniz_oxide v0.8.9
14762026-08-24T19:53:15.771Z Compiling tinyvec v1.10.0
14772026-08-24T19:53:15.791Z Compiling pest_generator v2.8.6
14782026-08-24T19:53:15.810Z Compiling rand v0.9.2
14792026-08-24T19:53:16.065Z Compiling terminal_size v0.4.3
14802026-08-24T19:53:16.175Z Compiling aho-corasick v1.1.4
14812026-08-24T19:53:16.203Z Compiling try-lock v0.2.5
14822026-08-24T19:53:16.311Z Compiling radium v0.7.0
14832026-08-24T19:53:16.346Z Compiling tower-service v0.3.3
14842026-08-24T19:53:16.444Z Compiling atomic-waker v1.1.2
14852026-08-24T19:53:16.487Z Compiling tokio-util v0.7.18
14862026-08-24T19:53:16.552Z Compiling untrusted v0.7.1
14872026-08-24T19:53:16.566Z Compiling tower-layer v0.3.3
14882026-08-24T19:53:16.598Z Compiling pest_derive v2.8.6
14892026-08-24T19:53:16.671Z Compiling want v0.3.1
14902026-08-24T19:53:17.012Z Compiling regex-automata v0.4.14
14912026-08-24T19:53:17.013Z Compiling block-padding v0.4.2
14922026-08-24T19:53:17.041Z Compiling ipnet v2.12.0
14932026-08-24T19:53:17.193Z Compiling h2 v0.4.15
14942026-08-24T19:53:17.505Z Compiling scroll_derive v0.13.1
14952026-08-24T19:53:17.526Z Compiling darling_core v0.20.11
14962026-08-24T19:53:17.824Z Compiling wait-timeout v0.2.1
14972026-08-24T19:53:18.078Z Compiling tap v1.0.1
14982026-08-24T19:53:18.188Z Compiling untrusted v0.9.0
14992026-08-24T19:53:18.276Z Compiling quick-error v1.2.3
15002026-08-24T19:53:18.308Z Compiling maybe-uninit v2.0.0
15012026-08-24T19:53:18.379Z Compiling const-oid v0.10.2
15022026-08-24T19:53:18.421Z Compiling httpdate v1.0.3
15032026-08-24T19:53:18.561Z Compiling foreign-types-shared v0.1.1
15042026-08-24T19:53:18.577Z Compiling openssl v0.10.80
15052026-08-24T19:53:18.643Z Compiling bit-vec v0.8.0
15062026-08-24T19:53:18.643Z Compiling cpufeatures v0.2.17
15072026-08-24T19:53:18.716Z Compiling rustls v0.23.41
15082026-08-24T19:53:18.814Z Compiling foreign-types v0.3.2
15092026-08-24T19:53:18.865Z Compiling bit-set v0.8.0
15102026-08-24T19:53:18.879Z Compiling digest v0.11.3
15112026-08-24T19:53:18.882Z Compiling rusty-fork v0.3.1
15122026-08-24T19:53:18.925Z Compiling scroll v0.13.0
15132026-08-24T19:53:19.020Z Compiling wyz v0.5.1
15142026-08-24T19:53:19.120Z Compiling inout v0.2.2
15152026-08-24T19:53:19.197Z Compiling unicode-normalization v0.1.25
15162026-08-24T19:53:19.293Z Compiling rand_chacha v0.3.1
15172026-08-24T19:53:19.375Z Compiling signature v2.2.0
15182026-08-24T19:53:19.558Z Compiling hex v0.4.3
15192026-08-24T19:53:19.606Z Compiling openssl-macros v0.1.1
15202026-08-24T19:53:19.649Z Compiling thiserror-impl v1.0.69
15212026-08-24T19:53:19.746Z Compiling darling_macro v0.20.11
15222026-08-24T19:53:19.826Z Compiling rand_xorshift v0.4.0
15232026-08-24T19:53:19.996Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15242026-08-24T19:53:20.002Z Compiling bzip2-sys v0.1.13+1.0.8
15252026-08-24T19:53:20.054Z Compiling num-integer v0.1.46
15262026-08-24T19:53:20.233Z Compiling ahash v0.8.12
15272026-08-24T19:53:20.270Z Compiling hyper v1.10.1
15282026-08-24T19:53:20.368Z Compiling num-bigint-dig v0.8.6
15292026-08-24T19:53:20.374Z Compiling funty v2.0.0
15302026-08-24T19:53:20.438Z Compiling cpufeatures v0.3.0
15312026-08-24T19:53:20.514Z Compiling paste v1.0.15
15322026-08-24T19:53:20.551Z Compiling unarray v0.1.4
15332026-08-24T19:53:20.656Z Compiling time-core v0.1.8
15342026-08-24T19:53:20.770Z Compiling packed_struct v0.10.1
15352026-08-24T19:53:20.807Z Compiling native-tls v0.2.18
15362026-08-24T19:53:20.871Z Compiling num-conv v0.2.0
15372026-08-24T19:53:20.933Z Compiling powerfmt v0.2.0
15382026-08-24T19:53:21.017Z Compiling thiserror v1.0.69
15392026-08-24T19:53:21.053Z Compiling time-macros v0.2.27
15402026-08-24T19:53:21.100Z Compiling clap_builder v4.6.0
15412026-08-24T19:53:21.137Z Compiling deranged v0.5.8
15422026-08-24T19:53:21.163Z Compiling bitvec v1.0.1
15432026-08-24T19:53:21.190Z Compiling proptest v1.11.0
15442026-08-24T19:53:21.851Z Compiling hyper-util v0.1.20
15452026-08-24T19:53:22.111Z Compiling num-iter v0.1.45
15462026-08-24T19:53:22.223Z Compiling darling v0.20.11
15472026-08-24T19:53:22.590Z Compiling rand v0.8.6
15482026-08-24T19:53:22.884Z Compiling cipher v0.5.2
15492026-08-24T19:53:23.165Z Compiling goblin v0.10.5
15502026-08-24T19:53:23.419Z Compiling packed_struct_codegen v0.10.1
15512026-08-24T19:53:23.526Z Compiling sha2 v0.10.9
15522026-08-24T19:53:24.033Z Compiling ipnetwork v0.21.1
15532026-08-24T19:53:24.412Z Compiling lazy_static v1.5.0
15542026-08-24T19:53:24.461Z Compiling toml_datetime v0.6.11
15552026-08-24T19:53:24.505Z Compiling serde_spanned v0.6.9
15562026-08-24T19:53:24.652Z Compiling bitfield-macros v0.19.4
15572026-08-24T19:53:24.711Z Compiling clap_derive v4.6.1
15582026-08-24T19:53:24.812Z Compiling zerocopy-derive v0.6.6
15592026-08-24T19:53:25.233Z Compiling slog v2.8.2
15602026-08-24T19:53:25.339Z Compiling sync_wrapper v1.0.2
15612026-08-24T19:53:25.415Z Compiling indexmap v1.9.3
15622026-08-24T19:53:25.444Z Compiling syn v3.0.3
15632026-08-24T19:53:25.599Z Compiling object v0.37.3
15642026-08-24T19:53:25.634Z Compiling siphasher v1.0.2
15652026-08-24T19:53:25.822Z Compiling num_threads v0.1.7
15662026-08-24T19:53:25.852Z Compiling zlib-rs v0.6.2
15672026-08-24T19:53:25.917Z Compiling unicode-segmentation v1.12.0
15682026-08-24T19:53:26.315Z Compiling usdt-impl v0.6.0
15692026-08-24T19:53:26.463Z Compiling crossbeam-utils v0.8.21
15702026-08-24T19:53:26.523Z Compiling nodrop v0.1.14
15712026-08-24T19:53:26.617Z Compiling crc-catalog v2.4.0
15722026-08-24T19:53:26.710Z Compiling crc v3.4.0
15732026-08-24T19:53:26.762Z Compiling array-init v0.0.4
15742026-08-24T19:53:26.928Z Compiling clap v4.6.1
15752026-08-24T19:53:27.023Z Compiling time v0.3.47
15762026-08-24T19:53:27.140Z Compiling dof v0.4.0
15772026-08-24T19:53:27.416Z Compiling zerocopy v0.6.6
15782026-08-24T19:53:27.704Z Compiling tower v0.5.3
15792026-08-24T19:53:27.851Z Compiling bitfield v0.19.4
15802026-08-24T19:53:28.483Z Compiling oxnet v0.1.6
15812026-08-24T19:53:28.537Z Compiling newtype-uuid v1.3.2
15822026-08-24T19:53:28.846Z Compiling daft-derive v0.1.8
15832026-08-24T19:53:28.862Z Compiling flate2 v1.1.9
15842026-08-24T19:53:28.897Z Compiling smallvec v0.6.14
15852026-08-24T19:53:29.095Z Compiling chacha20 v0.10.0
15862026-08-24T19:53:29.204Z Compiling derive_builder_core v0.20.2
15872026-08-24T19:53:29.490Z Compiling dtrace-parser v0.3.0
15882026-08-24T19:53:29.539Z Compiling http-body-util v0.1.3
15892026-08-24T19:53:29.539Z Compiling pkcs1 v0.7.5
15902026-08-24T19:53:29.783Z Compiling heapless v0.7.17
15912026-08-24T19:53:29.940Z Compiling erased-serde v0.3.31
15922026-08-24T19:53:29.969Z Compiling structmeta-derive v0.3.0
15932026-08-24T19:53:30.019Z Compiling scroll_derive v0.12.1
15942026-08-24T19:53:30.052Z Compiling darling_core v0.23.0
15952026-08-24T19:53:30.204Z Compiling thread-id v5.1.0
15962026-08-24T19:53:30.289Z Compiling cookie v0.18.1
15972026-08-24T19:53:30.414Z Compiling env_filter v2.0.0
15982026-08-24T19:53:30.471Z Compiling anyhow v1.0.104
15992026-08-24T19:53:30.672Z Compiling allocator-api2 v0.2.21
16002026-08-24T19:53:30.705Z Compiling base64 v0.21.7
16012026-08-24T19:53:30.769Z Compiling gimli v0.32.3
16022026-08-24T19:53:31.032Z Compiling ryu v1.0.23
16032026-08-24T19:53:31.046Z Compiling unicode-bidi v0.3.18
16042026-08-24T19:53:31.059Z Compiling signal-hook v0.3.18
16052026-08-24T19:53:31.210Z Compiling iri-string v0.7.10
16062026-08-24T19:53:31.229Z Compiling winnow v0.5.40
16072026-08-24T19:53:31.577Z Compiling zstd-safe v7.2.4
16082026-08-24T19:53:31.771Z Compiling hashbrown v0.12.3
16092026-08-24T19:53:32.108Z Compiling unicode-properties v0.1.4
16102026-08-24T19:53:32.311Z Compiling stringprep v0.1.5
16112026-08-24T19:53:32.537Z Compiling darling_macro v0.23.0
16122026-08-24T19:53:32.609Z Compiling toml_edit v0.19.15
16132026-08-24T19:53:32.642Z Compiling addr2line v0.25.1
16142026-08-24T19:53:32.709Z Compiling tower-http v0.6.8
16152026-08-24T19:53:32.742Z Compiling serde_urlencoded v0.7.1
16162026-08-24T19:53:32.772Z Compiling structmeta v0.3.0
16172026-08-24T19:53:32.963Z Compiling ron v0.8.1
16182026-08-24T19:53:32.991Z Compiling scroll v0.12.0
16192026-08-24T19:53:33.025Z Compiling env_logger v0.11.11
16202026-08-24T19:53:33.246Z Compiling derive_builder_macro v0.20.2
16212026-08-24T19:53:33.402Z Compiling daft v0.1.8
16222026-08-24T19:53:33.518Z Compiling rsa v0.9.10
16232026-08-24T19:53:33.614Z Compiling hashbrown v0.13.2
16242026-08-24T19:53:33.676Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-24T19:53:33.704Z Compiling rand v0.10.1
16262026-08-24T19:53:33.741Z Compiling bzip2 v0.4.4
16272026-08-24T19:53:33.868Z Compiling serde-hex v0.1.0
16282026-08-24T19:53:33.936Z Compiling tokio-native-tls v0.3.1
16292026-08-24T19:53:34.105Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16302026-08-24T19:53:34.280Z Compiling camino v1.2.5
16312026-08-24T19:53:34.656Z Compiling sha2 v0.11.0
16322026-08-24T19:53:34.987Z Compiling bstr v1.12.1
16332026-08-24T19:53:35.213Z Compiling md-5 v0.11.0
16342026-08-24T19:53:35.526Z Compiling hmac v0.13.0
16352026-08-24T19:53:35.572Z Compiling rustls-native-certs v0.8.3
16362026-08-24T19:53:35.621Z Compiling curve25519-dalek v4.1.3
16372026-08-24T19:53:35.704Z Compiling x509-cert v0.2.5
16382026-08-24T19:53:35.852Z Compiling serde_tokenstream v0.2.3
16392026-08-24T19:53:35.938Z Compiling async-trait v0.1.89
16402026-08-24T19:53:36.200Z Compiling zerocopy-derive v0.7.35
16412026-08-24T19:53:36.404Z Compiling pin-project-internal v1.1.11
16422026-08-24T19:53:36.597Z Compiling vergen-lib v9.1.0
16432026-08-24T19:53:36.775Z Compiling hash32 v0.2.1
16442026-08-24T19:53:36.961Z Compiling memoffset v0.9.1
16452026-08-24T19:53:36.973Z Compiling encoding_rs v0.8.35
16462026-08-24T19:53:36.991Z Compiling fallible-iterator v0.2.0
16472026-08-24T19:53:37.066Z Compiling smoltcp v0.9.1
16482026-08-24T19:53:37.142Z Compiling crc-any v2.5.0
16492026-08-24T19:53:37.296Z Compiling rustix v0.38.44
16502026-08-24T19:53:37.365Z Compiling mime v0.3.17
16512026-08-24T19:53:37.381Z Compiling rustc-demangle v0.1.27
16522026-08-24T19:53:37.393Z Compiling litrs v1.0.0
16532026-08-24T19:53:37.498Z Compiling psl-types v2.0.11
16542026-08-24T19:53:37.627Z Compiling ref-cast v1.0.25
16552026-08-24T19:53:37.633Z Compiling owo-colors v4.3.0
16562026-08-24T19:53:37.640Z Compiling cfg_aliases v0.2.1
16572026-08-24T19:53:37.712Z Compiling nix v0.31.2
16582026-08-24T19:53:37.846Z Compiling backtrace v0.3.76
16592026-08-24T19:53:37.887Z Compiling document-features v0.2.12
16602026-08-24T19:53:37.950Z Compiling publicsuffix v2.3.0
16612026-08-24T19:53:37.970Z Compiling pin-project v1.1.11
16622026-08-24T19:53:38.081Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16632026-08-24T19:53:38.098Z Compiling postgres-protocol v0.6.12
16642026-08-24T19:53:38.205Z Compiling zerocopy v0.7.35
16652026-08-24T19:53:38.497Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16662026-08-24T19:53:38.642Z Compiling hyper-tls v0.6.0
16672026-08-24T19:53:38.721Z Compiling object v0.30.4
16682026-08-24T19:53:38.739Z Compiling toml v0.7.8
16692026-08-24T19:53:38.753Z Compiling zip v0.6.6
16702026-08-24T19:53:38.768Z Compiling derive_builder v0.20.2
16712026-08-24T19:53:38.860Z Compiling goblin v0.8.2
16722026-08-24T19:53:39.227Z Compiling darling v0.23.0
16732026-08-24T19:53:39.300Z Compiling derive-ex v0.1.8
16742026-08-24T19:53:39.316Z Compiling convert_case v0.10.0
16752026-08-24T19:53:39.503Z Compiling phf_shared v0.13.1
16762026-08-24T19:53:39.600Z Compiling regex v1.12.3
16772026-08-24T19:53:39.619Z Compiling hubpack_derive v0.1.1
16782026-08-24T19:53:39.737Z Compiling hmac v0.12.1
16792026-08-24T19:53:39.898Z Compiling futures-executor v0.3.32
16802026-08-24T19:53:40.023Z Compiling strum_macros v0.27.2
16812026-08-24T19:53:40.060Z Compiling snafu-derive v0.8.9
16822026-08-24T19:53:40.155Z Compiling curve25519-dalek-derive v0.1.1
16832026-08-24T19:53:40.791Z Compiling ref-cast-impl v1.0.25
16842026-08-24T19:53:40.953Z Compiling vergen v9.1.0
16852026-08-24T19:53:41.161Z Compiling ff v0.13.1
16862026-08-24T19:53:41.305Z Compiling cargo-platform v0.3.2
16872026-08-24T19:53:41.398Z Compiling fs-err v3.3.0
16882026-08-24T19:53:41.573Z Compiling is_ci v1.2.0
16892026-08-24T19:53:41.588Z Compiling same-file v1.0.6
16902026-08-24T19:53:41.588Z Compiling bumpalo v3.20.2
16912026-08-24T19:53:41.709Z Compiling bitflags v1.3.2
16922026-08-24T19:53:41.751Z Compiling foldhash v0.1.5
16932026-08-24T19:53:41.790Z Compiling either v1.15.0
16942026-08-24T19:53:41.853Z Compiling path-slash v0.1.5
16952026-08-24T19:53:41.925Z Compiling base16ct v0.2.0
16962026-08-24T19:53:41.972Z Compiling foldhash v0.2.0
16972026-08-24T19:53:41.986Z Compiling libbz2-rs-sys v0.2.2
16982026-08-24T19:53:42.004Z Compiling jiff-core v0.1.0
16992026-08-24T19:53:42.017Z Compiling managed v0.8.0
17002026-08-24T19:53:42.100Z Compiling sec1 v0.7.3
17012026-08-24T19:53:42.189Z Compiling hashbrown v0.16.1
17022026-08-24T19:53:42.366Z Compiling textwrap v0.16.2
17032026-08-24T19:53:42.386Z Compiling snafu v0.8.9
17042026-08-24T19:53:42.664Z Compiling bzip2 v0.6.1
17052026-08-24T19:53:42.745Z Compiling jiff v0.2.34
17062026-08-24T19:53:42.802Z Compiling strum v0.27.2
17072026-08-24T19:53:42.802Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17082026-08-24T19:53:42.872Z Compiling hashbrown v0.15.5
17092026-08-24T19:53:42.931Z Compiling zopfli v0.8.3
17102026-08-24T19:53:43.025Z Compiling walkdir v2.5.0
17112026-08-24T19:53:43.061Z Compiling supports-color v3.0.2
17122026-08-24T19:53:43.327Z Compiling cargo_metadata v0.23.1
17132026-08-24T19:53:43.416Z Compiling group v0.13.0
17142026-08-24T19:53:43.462Z Compiling dof v0.3.0
17152026-08-24T19:53:43.569Z Compiling test-strategy v0.4.5
17162026-08-24T19:53:44.173Z Compiling hubpack v0.1.2
17172026-08-24T19:53:44.199Z Compiling futures v0.3.32
17182026-08-24T19:53:44.280Z Compiling hkdf v0.12.4
17192026-08-24T19:53:44.378Z Compiling phf v0.13.1
17202026-08-24T19:53:44.463Z Compiling derive_more-impl v2.1.1
17212026-08-24T19:53:44.547Z Compiling signal-hook-mio v0.2.5
17222026-08-24T19:53:44.660Z Compiling serde_with_macros v3.21.0
17232026-08-24T19:53:44.665Z Compiling cookie_store v0.22.1
17242026-08-24T19:53:45.312Z Compiling reqwest v0.12.28
17252026-08-24T19:53:45.392Z Compiling zstd v0.13.3
17262026-08-24T19:53:45.619Z Compiling postgres-types v0.2.12
17272026-08-24T19:53:45.650Z Compiling backtrace-ext v0.2.1
17282026-08-24T19:53:46.181Z Compiling usdt-macro v0.6.0
17292026-08-24T19:53:46.263Z Compiling usdt-attr-macro v0.6.0
17302026-08-24T19:53:46.603Z Compiling globset v0.4.18
17312026-08-24T19:53:46.608Z Compiling phf_shared v0.11.3
17322026-08-24T19:53:46.805Z Compiling dtrace-parser v0.2.0
17332026-08-24T19:53:46.950Z Compiling byte-wrapper v0.1.0
17342026-08-24T19:53:47.044Z Compiling olpc-cjson v0.1.4
17352026-08-24T19:53:47.081Z Compiling ed25519 v2.2.3
17362026-08-24T19:53:47.164Z Compiling crypto-bigint v0.5.5
17372026-08-24T19:53:47.209Z Compiling serde_plain v1.0.2
17382026-08-24T19:53:47.282Z Compiling serde-big-array v0.5.1
17392026-08-24T19:53:47.295Z Compiling miette-derive v7.6.0
17402026-08-24T19:53:47.403Z Compiling enum-as-inner v0.6.1
17412026-08-24T19:53:47.438Z Compiling strum_macros v0.26.4
17422026-08-24T19:53:47.553Z Compiling serde_repr v0.1.20
17432026-08-24T19:53:47.901Z Compiling async-recursion v1.1.1
17442026-08-24T19:53:47.981Z Compiling pem v3.0.6
17452026-08-24T19:53:48.090Z Compiling float-cmp v0.10.0
17462026-08-24T19:53:48.275Z Compiling thread-id v4.2.2
17472026-08-24T19:53:48.311Z Compiling memmap2 v0.9.10
17482026-08-24T19:53:48.360Z Compiling typed-path v0.9.3
17492026-08-24T19:53:48.437Z Compiling winnow v1.0.3
17502026-08-24T19:53:48.534Z Compiling data-encoding v2.10.0
17512026-08-24T19:53:48.552Z Compiling difflib v0.4.0
17522026-08-24T19:53:49.102Z Compiling normalize-line-endings v0.3.0
17532026-08-24T19:53:49.173Z Compiling whoami v2.1.0
17542026-08-24T19:53:49.226Z Compiling precomputed-hash v0.1.1
17552026-08-24T19:53:49.226Z Compiling static_assertions v1.1.0
17562026-08-24T19:53:49.226Z Compiling keccak v0.1.6
17572026-08-24T19:53:49.263Z Compiling fixedbitset v0.5.7
17582026-08-24T19:53:49.271Z Compiling predicates-core v1.0.10
17592026-08-24T19:53:49.285Z Compiling supports-unicode v3.0.0
17602026-08-24T19:53:49.430Z Compiling new_debug_unreachable v1.0.6
17612026-08-24T19:53:49.443Z Compiling fixedbitset v0.4.2
17622026-08-24T19:53:49.494Z Compiling supports-hyperlinks v3.2.0
17632026-08-24T19:53:49.518Z Compiling string_cache v0.8.9
17642026-08-24T19:53:49.549Z Compiling petgraph v0.8.3
17652026-08-24T19:53:49.574Z Compiling toml_edit v0.22.27
17662026-08-24T19:53:49.575Z Compiling predicates v3.1.4
17672026-08-24T19:53:49.653Z Compiling petgraph v0.6.5
17682026-08-24T19:53:49.704Z Compiling miette v7.6.0
17692026-08-24T19:53:49.730Z Compiling sha3 v0.10.8
17702026-08-24T19:53:49.950Z Compiling toml_parser v1.1.2+spec-1.1.0
17712026-08-24T19:53:50.180Z Compiling tokio-postgres v0.7.16
17722026-08-24T19:53:50.219Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17732026-08-24T19:53:50.561Z Compiling strum v0.26.3
17742026-08-24T19:53:50.691Z Compiling hickory-proto v0.25.2
17752026-08-24T19:53:50.777Z Compiling usdt v0.6.0
17762026-08-24T19:53:51.090Z Compiling usdt-impl v0.5.0
17772026-08-24T19:53:51.118Z Compiling elliptic-curve v0.13.8
17782026-08-24T19:53:51.478Z Compiling ed25519-dalek v2.2.0
17792026-08-24T19:53:51.565Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17802026-08-24T19:53:51.680Z Compiling crossterm v0.28.1
17812026-08-24T19:53:52.256Z Compiling serde_with v3.21.0
17822026-08-24T19:53:52.417Z Compiling derive_more v2.1.1
17832026-08-24T19:53:52.523Z Compiling zip v4.6.1
17842026-08-24T19:53:53.017Z Compiling iddqd v0.4.2
17852026-08-24T19:53:53.325Z Compiling itertools v0.15.0
17862026-08-24T19:53:53.430Z Compiling itertools v0.13.0
17872026-08-24T19:53:53.453Z Compiling similar v2.7.0
17882026-08-24T19:53:53.667Z Compiling crossbeam-epoch v0.9.18
17892026-08-24T19:53:53.986Z Compiling oxide-generation v0.1.3
17902026-08-24T19:53:54.016Z Compiling heck v0.4.1
17912026-08-24T19:53:54.237Z Compiling tokio-stream v0.1.18
17922026-08-24T19:53:54.269Z Compiling buf-list v1.1.2
17932026-08-24T19:53:54.284Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-08-24T19:53:54.300Z Compiling openapiv3 v2.2.0
17952026-08-24T19:53:54.538Z Compiling lalrpop-util v0.19.12
17962026-08-24T19:53:54.578Z Compiling peg-runtime v0.8.5
17972026-08-24T19:53:54.613Z Compiling thread_local v1.1.9
17982026-08-24T19:53:54.640Z Compiling slog-async v2.8.0
17992026-08-24T19:53:54.685Z Compiling crossbeam-channel v0.5.15
18002026-08-24T19:53:54.724Z Compiling is-terminal v0.4.17
18012026-08-24T19:53:54.823Z Compiling filetime v0.2.27
18022026-08-24T19:53:54.851Z Compiling term v1.2.1
18032026-08-24T19:53:54.866Z Compiling xattr v1.6.1
18042026-08-24T19:53:54.946Z Compiling take_mut v0.2.2
18052026-08-24T19:53:54.993Z Compiling tar v0.4.46
18062026-08-24T19:53:55.053Z Compiling camino-tempfile v1.4.1
18072026-08-24T19:53:55.140Z Compiling slog-term v2.9.2
18082026-08-24T19:54:00.945Z Compiling rustls-webpki v0.103.13
18092026-08-24T19:54:03.668Z Compiling tokio-rustls v0.26.4
18102026-08-24T19:54:03.668Z Compiling rustls-platform-verifier v0.6.2
18112026-08-24T19:54:03.679Z Compiling tough v0.22.0
18122026-08-24T19:54:03.875Z Compiling hyper-rustls v0.27.7
18132026-08-24T19:54:04.084Z Compiling reqwest v0.13.2
18142026-08-24T19:54:06.289Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-08-24T19:54:06.505Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-08-24T19:54:09.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18172026-08-24T19:54:09.549Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18182026-08-24T19:54:09.601ZAug 24 19:54:08.196 INFO Starting download, target: Console
18192026-08-24T19:54:09.601ZAug 24 19:54:08.196 INFO Starting download, target: Clickhouse
18202026-08-24T19:54:09.615ZAug 24 19:54:08.196 INFO Starting download, target: DendriteStub
18212026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Starting download, target: Cockroach
18222026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Starting download, target: MaghemiteMgd
18232026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Starting download, target: MaghemiteDdmd
18242026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Starting download, target: TransceiverControl
18252026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18262026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18272026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18282026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18292026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18302026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18312026-08-24T19:54:09.615ZAug 24 19:54:08.197 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18322026-08-24T19:54:10.483ZAug 24 19:54:09.079 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-24T19:54:10.707ZAug 24 19:54:09.295 INFO Download complete, target: TransceiverControl
18342026-08-24T19:54:11.671ZAug 24 19:54:10.224 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18352026-08-24T19:54:11.728ZAug 24 19:54:10.309 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18362026-08-24T19:54:11.886ZAug 24 19:54:10.468 INFO Download complete, target: Console
18372026-08-24T19:54:13.081ZAug 24 19:54:11.682 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18382026-08-24T19:54:13.494ZAug 24 19:54:12.079 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18392026-08-24T19:54:13.820ZAug 24 19:54:12.405 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18402026-08-24T19:54:15.043ZAug 24 19:54:13.643 INFO Download complete, target: MaghemiteDdmd
18412026-08-24T19:54:15.951ZAug 24 19:54:14.551 INFO Download complete, target: DendriteStub
18422026-08-24T19:54:16.150ZAug 24 19:54:14.751 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18432026-08-24T19:54:16.150ZAug 24 19:54:14.751 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18442026-08-24T19:54:16.253ZAug 24 19:54:14.855 INFO Download complete, target: MaghemiteMgd
18452026-08-24T19:54:18.536ZAug 24 19:54:17.139 INFO Checking that binary works, target: Clickhouse
18462026-08-24T19:54:18.672ZAug 24 19:54:17.273 INFO Download complete, target: Clickhouse
18472026-08-24T19:54:20.684ZAug 24 19:54:19.285 INFO Checking that binary works, target: Cockroach
18482026-08-24T19:54:20.797ZAug 24 19:54:19.399 INFO Download complete, target: Cockroach
18492026-08-24T19:54:20.813ZAll builder prerequisites installed successfully, and PATH looks valid
18502026-08-24T19:54:20.816Z
18512026-08-24T19:54:20.816Zreal 2:13.021986186
18522026-08-24T19:54:20.816Zuser 7:26.596888377
18532026-08-24T19:54:20.816Zsys 1:26.394250920
18542026-08-24T19:54:20.816Ztrap 0.254954616
18552026-08-24T19:54:20.816Ztflt 0.533607673
18562026-08-24T19:54:20.816Zdflt 0.839657993
18572026-08-24T19:54:20.816Zkflt 0.030894976
18582026-08-24T19:54:20.816Zlock 28:31.528981898
18592026-08-24T19:54:20.816Zslp 22:30.197637993
18602026-08-24T19:54:20.816Zlat 49.191682093
18612026-08-24T19:54:20.816Zstop 2:41.633258503
18622026-08-24T19:54:20.816Z+ banner hack-check
18632026-08-24T19:54:20.816Z
18642026-08-24T19:54:20.816Z # # ## #### # # #### # # ###### #### # #
18652026-08-24T19:54:20.816Z # # # # # # # # # # # # # # # # #
18662026-08-24T19:54:20.816Z ###### # # # #### ##### # ###### ##### # ####
18672026-08-24T19:54:20.816Z # # ###### # # # # # # # # # #
18682026-08-24T19:54:20.816Z # # # # # # # # # # # # # # # # #
18692026-08-24T19:54:20.816Z # # # # #### # # #### # # ###### #### # #
18702026-08-24T19:54:20.816Z
18712026-08-24T19:54:20.816Z+ export CARGO_INCREMENTAL=0
18722026-08-24T19:54:20.816Z+ CARGO_INCREMENTAL=0
18732026-08-24T19:54:20.816Z+ ptime -m timeout 2h cargo xtask check-features --ci
18742026-08-24T19:54:21.288Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18752026-08-24T19:54:21.571Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18762026-08-24T19:54:23.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18772026-08-24T19:54:23.446Z Running `target/debug/xtask check-features --ci`
18782026-08-24T19:54:23.474Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18792026-08-24T19:54:23.474Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18802026-08-24T19:54:23.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18812026-08-24T19:54:23.924Z Running `target/debug/xtask download cargo-hack`
18822026-08-24T19:54:24.715Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18832026-08-24T19:54:25.020Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18842026-08-24T19:54:27.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18852026-08-24T19:54:27.738Z Running `target/debug/xtask-downloader cargo-hack`
18862026-08-24T19:54:27.780ZAug 24 19:54:26.381 INFO Starting download, target: CargoHack
18872026-08-24T19:54:27.785ZAug 24 19:54:26.382 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18882026-08-24T19:54:28.140ZAug 24 19:54:26.741 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18892026-08-24T19:54:28.190ZAug 24 19:54:26.792 INFO Download complete, target: CargoHack
18902026-08-24T19:54:28.193Zrunning: "/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"
18912026-08-24T19:54:28.207Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18922026-08-24T19:54:28.365Zinfo: running `cargo check --bins` on api_identity (1/377)
18932026-08-24T19:54:28.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-08-24T19:54:28.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-08-24T19:54:28.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-08-24T19:54:28.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18972026-08-24T19:54:28.927Z
18982026-08-24T19:54:28.927Zinfo: running `cargo check --bins` on bootstore (2/377)
18992026-08-24T19:54:29.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-08-24T19:54:29.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-08-24T19:54:29.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-08-24T19:54:29.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19032026-08-24T19:54:29.467Z
19042026-08-24T19:54:29.467Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19052026-08-24T19:54:29.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-24T19:54:29.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-24T19:54:29.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-24T19:54:29.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19092026-08-24T19:54:30.020Z
19102026-08-24T19:54:30.020Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19112026-08-24T19:54:30.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-24T19:54:30.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-24T19:54:30.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-24T19:54:30.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19152026-08-24T19:54:30.565Z
19162026-08-24T19:54:30.565Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19172026-08-24T19:54:31.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-24T19:54:31.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-24T19:54:31.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-24T19:54:31.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19212026-08-24T19:54:31.108Z
19222026-08-24T19:54:31.109Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19232026-08-24T19:54:31.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-24T19:54:31.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-24T19:54:31.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-24T19:54:31.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19272026-08-24T19:54:31.666Z
19282026-08-24T19:54:31.666Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19292026-08-24T19:54:32.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-24T19:54:32.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-24T19:54:32.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-24T19:54:32.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19332026-08-24T19:54:32.229Z
19342026-08-24T19:54:32.229Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19352026-08-24T19:54:32.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-24T19:54:32.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-24T19:54:32.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-24T19:54:32.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19392026-08-24T19:54:32.804Z
19402026-08-24T19:54:32.804Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/377)
19412026-08-24T19:54:33.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-24T19:54:33.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-24T19:54:33.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-24T19:54:33.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-08-24T19:54:33.215Z
19462026-08-24T19:54:33.215Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/377)
19472026-08-24T19:54:33.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-24T19:54:33.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-24T19:54:33.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-24T19:54:33.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-08-24T19:54:33.629Z
19522026-08-24T19:54:33.629Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/377)
19532026-08-24T19:54:33.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-24T19:54:33.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-24T19:54:34.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-24T19:54:34.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19572026-08-24T19:54:34.040Z
19582026-08-24T19:54:34.040Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/377)
19592026-08-24T19:54:34.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-24T19:54:34.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-24T19:54:34.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-24T19:54:34.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-08-24T19:54:34.454Z
19642026-08-24T19:54:34.454Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/377)
19652026-08-24T19:54:34.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-24T19:54:34.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-24T19:54:34.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-24T19:54:34.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-08-24T19:54:34.867Z
19702026-08-24T19:54:34.867Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/377)
19712026-08-24T19:54:35.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-24T19:54:35.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-24T19:54:35.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-24T19:54:35.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-08-24T19:54:35.284Z
19762026-08-24T19:54:35.284Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/377)
19772026-08-24T19:54:35.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-24T19:54:35.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-24T19:54:35.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-24T19:54:35.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-08-24T19:54:35.697Z
19822026-08-24T19:54:35.697Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/377)
19832026-08-24T19:54:36.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-24T19:54:36.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-24T19:54:36.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-24T19:54:36.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-08-24T19:54:36.109Z
19882026-08-24T19:54:36.109Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/377)
19892026-08-24T19:54:36.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-24T19:54:36.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-24T19:54:36.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-24T19:54:36.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-08-24T19:54:36.525Z
19942026-08-24T19:54:36.525Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/377)
19952026-08-24T19:54:36.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-24T19:54:36.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-24T19:54:36.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-24T19:54:36.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19992026-08-24T19:54:36.940Z
20002026-08-24T19:54:36.940Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/377)
20012026-08-24T19:54:37.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-24T19:54:37.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-24T19:54:37.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-24T19:54:37.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20052026-08-24T19:54:37.350Z
20062026-08-24T19:54:37.350Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/377)
20072026-08-24T19:54:37.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-24T19:54:37.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-24T19:54:37.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-24T19:54:37.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-08-24T19:54:37.763Z
20122026-08-24T19:54:37.763Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/377)
20132026-08-24T19:54:38.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-24T19:54:38.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-24T19:54:38.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-24T19:54:38.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20172026-08-24T19:54:38.178Z
20182026-08-24T19:54:38.178Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/377)
20192026-08-24T19:54:38.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-24T19:54:38.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-24T19:54:38.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-24T19:54:38.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-08-24T19:54:38.589Z
20242026-08-24T19:54:38.589Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/377)
20252026-08-24T19:54:38.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-24T19:54:38.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-24T19:54:38.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-24T19:54:38.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20292026-08-24T19:54:39.002Z
20302026-08-24T19:54:39.002Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/377)
20312026-08-24T19:54:39.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-24T19:54:39.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-24T19:54:39.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-24T19:54:39.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20352026-08-24T19:54:39.417Z
20362026-08-24T19:54:39.417Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/377)
20372026-08-24T19:54:39.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-24T19:54:39.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-24T19:54:39.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-24T19:54:39.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20412026-08-24T19:54:39.830Z
20422026-08-24T19:54:39.831Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/377)
20432026-08-24T19:54:40.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-24T19:54:40.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-24T19:54:40.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-24T19:54:40.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20472026-08-24T19:54:40.242Z
20482026-08-24T19:54:40.242Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/377)
20492026-08-24T19:54:40.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-24T19:54:40.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-24T19:54:40.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-24T19:54:40.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20532026-08-24T19:54:40.654Z
20542026-08-24T19:54:40.654Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/377)
20552026-08-24T19:54:41.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-24T19:54:41.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-24T19:54:41.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-24T19:54:41.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20592026-08-24T19:54:41.069Z
20602026-08-24T19:54:41.069Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/377)
20612026-08-24T19:54:41.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-24T19:54:41.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-24T19:54:41.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-24T19:54:41.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20652026-08-24T19:54:41.484Z
20662026-08-24T19:54:41.484Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/377)
20672026-08-24T19:54:41.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-24T19:54:41.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-24T19:54:41.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-24T19:54:41.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20712026-08-24T19:54:41.901Z
20722026-08-24T19:54:41.901Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/377)
20732026-08-24T19:54:42.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-24T19:54:42.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-24T19:54:42.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-24T19:54:42.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20772026-08-24T19:54:42.316Z
20782026-08-24T19:54:42.316Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/377)
20792026-08-24T19:54:42.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-24T19:54:42.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-24T19:54:42.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-24T19:54:42.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20832026-08-24T19:54:42.730Z
20842026-08-24T19:54:42.730Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/377)
20852026-08-24T19:54:43.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-24T19:54:43.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-24T19:54:43.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-24T19:54:43.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20892026-08-24T19:54:43.142Z
20902026-08-24T19:54:43.142Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/377)
20912026-08-24T19:54:43.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-24T19:54:43.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-24T19:54:43.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-24T19:54:43.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-08-24T19:54:43.557Z
20962026-08-24T19:54:43.557Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/377)
20972026-08-24T19:54:43.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-24T19:54:43.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-24T19:54:43.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-24T19:54:43.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21012026-08-24T19:54:43.976Z
21022026-08-24T19:54:43.976Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/377)
21032026-08-24T19:54:44.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-24T19:54:44.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-24T19:54:44.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-24T19:54:44.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21072026-08-24T19:54:44.386Z
21082026-08-24T19:54:44.386Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/377)
21092026-08-24T19:54:44.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-24T19:54:44.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-24T19:54:44.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-24T19:54:44.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21132026-08-24T19:54:44.800Z
21142026-08-24T19:54:44.800Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/377)
21152026-08-24T19:54:45.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-24T19:54:45.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-24T19:54:45.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-24T19:54:45.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21192026-08-24T19:54:45.215Z
21202026-08-24T19:54:45.215Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/377)
21212026-08-24T19:54:45.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-24T19:54:45.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-24T19:54:45.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-24T19:54:45.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21252026-08-24T19:54:45.629Z
21262026-08-24T19:54:45.629Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/377)
21272026-08-24T19:54:45.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-24T19:54:46.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-24T19:54:46.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-24T19:54:46.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21312026-08-24T19:54:46.050Z
21322026-08-24T19:54:46.050Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/377)
21332026-08-24T19:54:46.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-24T19:54:46.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-24T19:54:46.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-24T19:54:46.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21372026-08-24T19:54:46.472Z
21382026-08-24T19:54:46.472Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/377)
21392026-08-24T19:54:46.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-24T19:54:46.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-24T19:54:46.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-24T19:54:46.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21432026-08-24T19:54:46.892Z
21442026-08-24T19:54:46.892Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/377)
21452026-08-24T19:54:47.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-24T19:54:47.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-24T19:54:47.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-24T19:54:47.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-24T19:54:47.307Z
21502026-08-24T19:54:47.307Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/377)
21512026-08-24T19:54:47.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-24T19:54:47.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-24T19:54:47.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-24T19:54:47.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21552026-08-24T19:54:47.722Z
21562026-08-24T19:54:47.722Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/377)
21572026-08-24T19:54:48.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-24T19:54:48.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-24T19:54:48.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-24T19:54:48.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21612026-08-24T19:54:48.136Z
21622026-08-24T19:54:48.137Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/377)
21632026-08-24T19:54:48.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-24T19:54:48.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-24T19:54:48.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-24T19:54:48.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21672026-08-24T19:54:48.553Z
21682026-08-24T19:54:48.553Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/377)
21692026-08-24T19:54:48.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-24T19:54:48.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-24T19:54:48.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-24T19:54:48.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21732026-08-24T19:54:48.969Z
21742026-08-24T19:54:48.969Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/377)
21752026-08-24T19:54:49.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-24T19:54:49.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-24T19:54:49.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-24T19:54:49.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21792026-08-24T19:54:49.385Z
21802026-08-24T19:54:49.385Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/377)
21812026-08-24T19:54:49.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-24T19:54:49.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-24T19:54:49.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-24T19:54:49.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21852026-08-24T19:54:49.991Z
21862026-08-24T19:54:49.991Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/377)
21872026-08-24T19:54:50.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-24T19:54:50.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-24T19:54:50.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-24T19:54:50.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21912026-08-24T19:54:50.590Z
21922026-08-24T19:54:50.590Zinfo: running `cargo check --bins` on nexus-config (51/377)
21932026-08-24T19:54:51.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-24T19:54:51.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-24T19:54:51.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-24T19:54:51.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-08-24T19:54:51.185Z
21982026-08-24T19:54:51.185Zinfo: running `cargo check --bins` on nexus-types (52/377)
21992026-08-24T19:54:51.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-24T19:54:51.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-24T19:54:51.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-24T19:54:51.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22032026-08-24T19:54:51.792Z
22042026-08-24T19:54:51.792Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/377)
22052026-08-24T19:54:52.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-24T19:54:52.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-24T19:54:52.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-24T19:54:52.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22092026-08-24T19:54:52.365Z
22102026-08-24T19:54:52.365Zinfo: running `cargo check --bins` on omicron-passwords (54/377)
22112026-08-24T19:54:52.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-24T19:54:52.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-24T19:54:52.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-24T19:54:52.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22152026-08-24T19:54:52.918Z
22162026-08-24T19:54:52.918Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/377)
22172026-08-24T19:54:53.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-24T19:54:53.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-24T19:54:53.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-24T19:54:53.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22212026-08-24T19:54:53.490Z
22222026-08-24T19:54:53.490Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/377)
22232026-08-24T19:54:53.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-24T19:54:53.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-24T19:54:53.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-24T19:54:53.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22272026-08-24T19:54:54.060Z
22282026-08-24T19:54:54.060Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/377)
22292026-08-24T19:54:54.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-24T19:54:54.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-24T19:54:54.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-24T19:54:54.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22332026-08-24T19:54:54.639Z
22342026-08-24T19:54:54.639Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/377)
22352026-08-24T19:54:55.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-24T19:54:55.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-24T19:54:55.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-24T19:54:55.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-08-24T19:54:55.218Z
22402026-08-24T19:54:55.218Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/377)
22412026-08-24T19:54:55.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-24T19:54:55.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-24T19:54:55.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-24T19:54:55.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22452026-08-24T19:54:55.773Z
22462026-08-24T19:54:55.773Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/377)
22472026-08-24T19:54:56.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-24T19:54:56.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-24T19:54:56.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-24T19:54:56.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22512026-08-24T19:54:56.325Z
22522026-08-24T19:54:56.326Zinfo: running `cargo check --bins --no-default-features` on gfss (61/377)
22532026-08-24T19:54:56.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-24T19:54:56.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-24T19:54:56.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-24T19:54:56.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22572026-08-24T19:54:56.877Z
22582026-08-24T19:54:56.877Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/377)
22592026-08-24T19:54:57.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-24T19:54:57.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-24T19:54:57.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-24T19:54:57.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22632026-08-24T19:54:57.431Z
22642026-08-24T19:54:57.431Zinfo: running `cargo check --bins` on trust-quorum-types (63/377)
22652026-08-24T19:54:57.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-24T19:54:57.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-24T19:54:57.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-24T19:54:57.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22692026-08-24T19:54:57.986Z
22702026-08-24T19:54:57.986Zinfo: running `cargo check --bins` on wicketd-commission-types (64/377)
22712026-08-24T19:54:58.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-24T19:54:58.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-24T19:54:58.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-24T19:54:58.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22752026-08-24T19:54:58.562Z
22762026-08-24T19:54:58.562Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/377)
22772026-08-24T19:54:59.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-24T19:54:59.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-24T19:54:59.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-24T19:54:59.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22812026-08-24T19:54:59.142Z
22822026-08-24T19:54:59.142Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/377)
22832026-08-24T19:54:59.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-24T19:54:59.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-24T19:54:59.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-24T19:54:59.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22872026-08-24T19:54:59.711Z
22882026-08-24T19:54:59.711Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/377)
22892026-08-24T19:55:00.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-24T19:55:00.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-24T19:55:00.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-24T19:55:00.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22932026-08-24T19:55:00.282Z
22942026-08-24T19:55:00.282Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/377)
22952026-08-24T19:55:00.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-24T19:55:00.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-24T19:55:00.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-24T19:55:00.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22992026-08-24T19:55:00.857Z
23002026-08-24T19:55:00.857Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/377)
23012026-08-24T19:55:01.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-24T19:55:01.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-24T19:55:01.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-24T19:55:01.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23052026-08-24T19:55:01.431Z
23062026-08-24T19:55:01.432Zinfo: running `cargo check --bins` on cockroach-admin-types (70/377)
23072026-08-24T19:55:01.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-24T19:55:01.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-24T19:55:01.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-24T19:55:01.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23112026-08-24T19:55:01.992Z
23122026-08-24T19:55:01.992Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/377)
23132026-08-24T19:55:02.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-24T19:55:02.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-24T19:55:02.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-24T19:55:02.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23172026-08-24T19:55:02.544Z
23182026-08-24T19:55:02.544Zinfo: running `cargo check --bins` on ereport-types (72/377)
23192026-08-24T19:55:03.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-24T19:55:03.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-24T19:55:03.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-24T19:55:03.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23232026-08-24T19:55:03.105Z
23242026-08-24T19:55:03.105Zinfo: running `cargo check --bins` on gateway-client (73/377)
23252026-08-24T19:55:03.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-24T19:55:03.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-24T19:55:03.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282026-08-24T19:55:03.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23292026-08-24T19:55:03.676Z
23302026-08-24T19:55:03.676Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/377)
23312026-08-24T19:55:04.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322026-08-24T19:55:04.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332026-08-24T19:55:04.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342026-08-24T19:55:04.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23352026-08-24T19:55:04.244Z
23362026-08-24T19:55:04.244Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/377)
23372026-08-24T19:55:04.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382026-08-24T19:55:04.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392026-08-24T19:55:04.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402026-08-24T19:55:04.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23412026-08-24T19:55:04.807Z
23422026-08-24T19:55:04.807Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/377)
23432026-08-24T19:55:05.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442026-08-24T19:55:05.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452026-08-24T19:55:05.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462026-08-24T19:55:05.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23472026-08-24T19:55:05.392Z
23482026-08-24T19:55:05.392Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/377)
23492026-08-24T19:55:05.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502026-08-24T19:55:05.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512026-08-24T19:55:05.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522026-08-24T19:55:05.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23532026-08-24T19:55:05.977Z
23542026-08-24T19:55:05.977Zinfo: running `cargo check --bins` on key-manager-types (78/377)
23552026-08-24T19:55:06.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562026-08-24T19:55:06.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572026-08-24T19:55:06.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582026-08-24T19:55:06.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23592026-08-24T19:55:06.551Z
23602026-08-24T19:55:06.551Zinfo: running `cargo check --bins` on oxlog (79/377)
23612026-08-24T19:55:07.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622026-08-24T19:55:07.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632026-08-24T19:55:07.140Z Checking cfg-if v1.0.4
23642026-08-24T19:55:07.143Z Checking serde_core v1.0.228
23652026-08-24T19:55:07.143Z Checking libc v0.2.185
23662026-08-24T19:55:07.260Z Checking memchr v2.8.0
23672026-08-24T19:55:07.269Z Checking smallvec v1.15.1
23682026-08-24T19:55:07.279Z Checking log v0.4.33
23692026-08-24T19:55:07.289Z Checking subtle v2.6.1
23702026-08-24T19:55:07.301Z Checking itoa v1.0.17
23712026-08-24T19:55:07.312Z Checking typenum v1.20.1
23722026-08-24T19:55:07.428Z Checking scopeguard v1.2.0
23732026-08-24T19:55:07.440Z Checking stable_deref_trait v1.2.1
23742026-08-24T19:55:07.453Z Checking zerofrom v0.1.6
23752026-08-24T19:55:07.468Z Checking rand_core v0.10.0
23762026-08-24T19:55:07.508Z Checking portable-atomic v1.13.1
23772026-08-24T19:55:07.524Z Checking lock_api v0.4.14
23782026-08-24T19:55:07.562Z Checking yoke v0.8.1
23792026-08-24T19:55:07.601Z Checking critical-section v1.2.0
23802026-08-24T19:55:07.628Z Checking zerocopy v0.8.55
23812026-08-24T19:55:07.642Z Checking errno v0.3.14
23822026-08-24T19:55:07.690Z Checking getrandom v0.4.3
23832026-08-24T19:55:07.720Z Checking zerovec v0.11.5
23842026-08-24T19:55:07.734Z Checking libm v0.2.16
23852026-08-24T19:55:07.780Z Checking zmij v1.0.21
23862026-08-24T19:55:07.832Z Checking pin-project-lite v0.2.17
23872026-08-24T19:55:07.906Z Checking once_cell v1.21.3
23882026-08-24T19:55:07.921Z Checking percent-encoding v2.3.2
23892026-08-24T19:55:07.987Z Checking litemap v0.8.1
23902026-08-24T19:55:08.047Z Checking writeable v0.6.2
23912026-08-24T19:55:08.060Z Checking signal-hook-registry v1.4.8
23922026-08-24T19:55:08.073Z Checking zerotrie v0.2.3
23932026-08-24T19:55:08.150Z Checking getrandom v0.2.17
23942026-08-24T19:55:08.153Z Checking tinystr v0.8.2
23952026-08-24T19:55:08.203Z Checking potential_utf v0.1.4
23962026-08-24T19:55:08.216Z Checking parking_lot_core v0.9.12
23972026-08-24T19:55:08.294Z Checking futures-core v0.3.32
23982026-08-24T19:55:08.309Z Checking rand_core v0.6.4
23992026-08-24T19:55:08.326Z Checking icu_collections v2.1.1
24002026-08-24T19:55:08.338Z Checking icu_locale_core v2.1.1
24012026-08-24T19:55:08.399Z Checking parking_lot v0.12.5
24022026-08-24T19:55:08.413Z Checking mio v1.2.0
24032026-08-24T19:55:08.426Z Checking num-traits v0.2.19
24042026-08-24T19:55:08.483Z Checking equivalent v1.0.2
24052026-08-24T19:55:08.564Z Checking icu_properties_data v2.1.2
24062026-08-24T19:55:08.581Z Checking icu_normalizer_data v2.1.1
24072026-08-24T19:55:08.623Z Checking const-oid v0.9.6
24082026-08-24T19:55:08.649Z Checking socket2 v0.6.3
24092026-08-24T19:55:08.685Z Checking byteorder v1.5.0
24102026-08-24T19:55:08.701Z Checking hashbrown v0.17.0
24112026-08-24T19:55:08.737Z Checking serde v1.0.228
24122026-08-24T19:55:08.875Z Checking bitflags v2.11.0
24132026-08-24T19:55:08.880Z Checking serde_json v1.0.151
24142026-08-24T19:55:08.880Z Checking icu_provider v2.1.1
24152026-08-24T19:55:08.937Z Checking utf8_iter v1.0.4
24162026-08-24T19:55:09.038Z Checking futures-sink v0.3.32
24172026-08-24T19:55:09.055Z Checking rustix v1.1.4
24182026-08-24T19:55:09.117Z Checking icu_normalizer v2.1.1
24192026-08-24T19:55:09.131Z Checking icu_properties v2.1.2
24202026-08-24T19:55:09.143Z Checking zeroize v1.9.0
24212026-08-24T19:55:09.151Z Checking bytes v1.11.1
24222026-08-24T19:55:09.303Z Checking generic-array v0.14.7
24232026-08-24T19:55:09.307Z Checking indexmap v2.14.0
24242026-08-24T19:55:09.408Z Checking futures-channel v0.3.32
24252026-08-24T19:55:09.537Z Checking form_urlencoded v1.2.2
24262026-08-24T19:55:09.585Z Checking tokio v1.52.1
24272026-08-24T19:55:09.595Z Checking slab v0.4.12
24282026-08-24T19:55:09.662Z Checking futures-io v0.3.32
24292026-08-24T19:55:09.744Z Checking futures-task v0.3.32
24302026-08-24T19:55:09.758Z Checking getrandom v0.3.4
24312026-08-24T19:55:09.772Z Checking cmov v0.5.4
24322026-08-24T19:55:09.863Z Checking fnv v1.0.7
24332026-08-24T19:55:09.877Z Checking futures-util v0.3.32
24342026-08-24T19:55:09.889Z Checking crypto-common v0.1.7
24352026-08-24T19:55:09.901Z Checking block-buffer v0.10.4
24362026-08-24T19:55:09.931Z Checking idna_adapter v1.2.1
24372026-08-24T19:55:09.950Z Checking iana-time-zone v0.1.65
24382026-08-24T19:55:09.961Z Checking ctutils v0.4.2
24392026-08-24T19:55:10.006Z Checking base64ct v1.8.3
24402026-08-24T19:55:10.031Z Checking digest v0.10.7
24412026-08-24T19:55:10.044Z Checking idna v1.1.0
24422026-08-24T19:55:10.055Z Checking chrono v0.4.45
24432026-08-24T19:55:10.168Z Checking hybrid-array v0.4.13
24442026-08-24T19:55:10.228Z Checking uuid v1.23.4
24452026-08-24T19:55:10.241Z Checking pem-rfc7468 v0.7.0
24462026-08-24T19:55:10.284Z Checking url v2.5.8
24472026-08-24T19:55:10.392Z Checking flagset v0.4.7
24482026-08-24T19:55:10.406Z Checking ppv-lite86 v0.2.21
24492026-08-24T19:55:10.511Z Checking regex-syntax v0.8.10
24502026-08-24T19:55:10.531Z Checking der v0.7.10
24512026-08-24T19:55:10.690Z Checking base64 v0.22.1
24522026-08-24T19:55:10.717Z Checking rand_core v0.9.5
24532026-08-24T19:55:10.892Z Checking http v1.4.2
24542026-08-24T19:55:10.905Z Checking dyn-clone v1.0.20
24552026-08-24T19:55:10.920Z Checking crypto-common v0.2.2
24562026-08-24T19:55:10.921Z Checking block-buffer v0.12.1
24572026-08-24T19:55:11.004Z Checking semver v1.0.28
24582026-08-24T19:55:11.094Z Checking tracing-core v0.1.36
24592026-08-24T19:55:11.207Z Checking simd-adler32 v0.3.8
24602026-08-24T19:55:11.263Z Checking spki v0.7.3
24612026-08-24T19:55:11.373Z Checking schemars v0.8.22
24622026-08-24T19:55:11.394Z Checking tracing v0.1.44
24632026-08-24T19:55:11.430Z Checking pkcs8 v0.10.2
24642026-08-24T19:55:11.434Z Checking http-body v1.0.1
24652026-08-24T19:55:11.515Z Checking rand_chacha v0.9.0
24662026-08-24T19:55:11.566Z Checking rustls-pki-types v1.14.0
24672026-08-24T19:55:11.586Z Checking spin v0.9.8
24682026-08-24T19:55:11.600Z Checking anstyle v1.0.14
24692026-08-24T19:55:11.711Z Checking fastrand v2.3.0
24702026-08-24T19:55:11.762Z Checking utf8parse v0.2.2
24712026-08-24T19:55:11.773Z Checking openssl-probe v0.2.1
24722026-08-24T19:55:11.785Z Checking tinyvec_macros v0.1.1
24732026-08-24T19:55:11.796Z Checking adler2 v2.0.1
24742026-08-24T19:55:11.845Z Checking tinyvec v1.10.0
24752026-08-24T19:55:11.858Z Checking anstyle-parse v1.0.0
24762026-08-24T19:55:11.872Z Checking rand v0.9.2
24772026-08-24T19:55:11.884Z Checking tempfile v3.27.0
24782026-08-24T19:55:11.896Z Checking miniz_oxide v0.8.9
24792026-08-24T19:55:11.899Z Checking terminal_size v0.4.3
24802026-08-24T19:55:11.999Z Checking aws-lc-sys v0.40.0
24812026-08-24T19:55:12.013Z Checking thiserror v2.0.18
24822026-08-24T19:55:12.025Z Checking is_terminal_polyfill v1.70.2
24832026-08-24T19:55:12.090Z Checking try-lock v0.2.5
24842026-08-24T19:55:12.107Z Checking untrusted v0.7.1
24852026-08-24T19:55:12.119Z Checking anstyle-query v1.1.5
24862026-08-24T19:55:12.161Z Checking tower-service v0.3.3
24872026-08-24T19:55:12.184Z Checking tower-layer v0.3.3
24882026-08-24T19:55:12.205Z Checking atomic-waker v1.1.2
24892026-08-24T19:55:12.218Z Checking colorchoice v1.0.4
24902026-08-24T19:55:12.247Z Checking want v0.3.1
24912026-08-24T19:55:12.267Z Checking block-padding v0.4.2
24922026-08-24T19:55:12.300Z Checking ipnet v2.12.0
24932026-08-24T19:55:12.341Z Checking anstream v1.0.0
24942026-08-24T19:55:12.341Z Checking crc32fast v1.5.0
24952026-08-24T19:55:12.353Z Checking httparse v1.10.1
24962026-08-24T19:55:12.365Z Checking wait-timeout v0.2.1
24972026-08-24T19:55:12.401Z Checking aho-corasick v1.1.4
24982026-08-24T19:55:12.462Z Checking quick-error v1.2.3
24992026-08-24T19:55:12.481Z Checking plain v0.2.3
25002026-08-24T19:55:12.502Z Checking cpufeatures v0.2.17
25012026-08-24T19:55:12.515Z Checking aws-lc-rs v1.16.3
25022026-08-24T19:55:12.550Z Checking const-oid v0.10.2
25032026-08-24T19:55:12.563Z Checking httpdate v1.0.3
25042026-08-24T19:55:12.575Z Checking untrusted v0.9.0
25052026-08-24T19:55:12.578Z Checking tap v1.0.1
25062026-08-24T19:55:12.578Z Checking bit-vec v0.8.0
25072026-08-24T19:55:12.672Z Checking foreign-types-shared v0.1.1
25082026-08-24T19:55:12.687Z Checking wyz v0.5.1
25092026-08-24T19:55:12.699Z Checking digest v0.11.3
25102026-08-24T19:55:12.709Z Checking rusty-fork v0.3.1
25112026-08-24T19:55:12.749Z Checking foreign-types v0.3.2
25122026-08-24T19:55:12.788Z Checking bit-set v0.8.0
25132026-08-24T19:55:12.814Z Checking inout v0.2.2
25142026-08-24T19:55:12.852Z Checking tokio-util v0.7.18
25152026-08-24T19:55:12.870Z Checking unicode-normalization v0.1.25
25162026-08-24T19:55:12.873Z Checking rand_xorshift v0.4.0
25172026-08-24T19:55:12.892Z Checking rand_chacha v0.3.1
25182026-08-24T19:55:12.922Z Checking signature v2.2.0
25192026-08-24T19:55:12.952Z Checking radium v0.7.0
25202026-08-24T19:55:12.989Z Checking hex v0.4.3
25212026-08-24T19:55:13.052Z Checking num-integer v0.1.46
25222026-08-24T19:55:13.082Z Checking regex-automata v0.4.14
25232026-08-24T19:55:13.094Z Checking openssl-sys v0.9.117
25242026-08-24T19:55:13.120Z Checking strsim v0.11.1
25252026-08-24T19:55:13.205Z Checking unarray v0.1.4
25262026-08-24T19:55:13.266Z Checking cpufeatures v0.3.0
25272026-08-24T19:55:13.280Z Checking ucd-trie v0.1.7
25282026-08-24T19:55:13.283Z Checking funty v2.0.0
25292026-08-24T19:55:13.306Z Checking unicode-ident v1.0.24
25302026-08-24T19:55:13.336Z Checking clap_lex v1.0.0
25312026-08-24T19:55:13.349Z Checking rustls-webpki v0.103.13
25322026-08-24T19:55:13.406Z Checking proc-macro2 v1.0.106
25332026-08-24T19:55:13.409Z Checking pest v2.8.6
25342026-08-24T19:55:13.454Z Checking h2 v0.4.15
25352026-08-24T19:55:13.454Z Checking openssl v0.10.80
25362026-08-24T19:55:13.479Z Checking clap_builder v4.6.0
25372026-08-24T19:55:13.599Z Checking bitvec v1.0.1
25382026-08-24T19:55:13.703Z Checking proptest v1.11.0
25392026-08-24T19:55:13.749Z Checking rustls v0.23.41
25402026-08-24T19:55:14.451Z Checking num-iter v0.1.45
25412026-08-24T19:55:14.561Z Checking rand v0.8.6
25422026-08-24T19:55:14.698Z Checking cipher v0.5.2
25432026-08-24T19:55:14.891Z Checking sha2 v0.10.9
25442026-08-24T19:55:14.908Z Checking ipnetwork v0.21.1
25452026-08-24T19:55:14.931Z Checking lazy_static v1.5.0
25462026-08-24T19:55:15.019Z Checking thiserror v1.0.69
25472026-08-24T19:55:15.069Z Checking maybe-uninit v2.0.0
25482026-08-24T19:55:15.114Z Checking serde_spanned v0.6.9
25492026-08-24T19:55:15.114Z Checking toml_datetime v0.6.11
25502026-08-24T19:55:15.140Z Checking sync_wrapper v1.0.2
25512026-08-24T19:55:15.165Z Checking pretty-hex v0.4.1
25522026-08-24T19:55:15.237Z Checking powerfmt v0.2.0
25532026-08-24T19:55:15.240Z Checking zlib-rs v0.6.2
25542026-08-24T19:55:15.280Z Checking siphasher v1.0.2
25552026-08-24T19:55:15.301Z Checking crc-catalog v2.4.0
25562026-08-24T19:55:15.385Z Checking nodrop v0.1.14
25572026-08-24T19:55:15.400Z Checking crc v3.4.0
25582026-08-24T19:55:15.431Z Checking deranged v0.5.8
25592026-08-24T19:55:15.445Z Checking native-tls v0.2.18
25602026-08-24T19:55:15.468Z Checking array-init v0.0.4
25612026-08-24T19:55:15.501Z Checking newtype-uuid v1.3.2
25622026-08-24T19:55:15.562Z Checking tower v0.5.3
25632026-08-24T19:55:15.613Z Checking smallvec v0.6.14
25642026-08-24T19:55:15.693Z Checking oxnet v0.1.6
25652026-08-24T19:55:15.755Z Checking num-bigint-dig v0.8.6
25662026-08-24T19:55:15.794Z Checking chacha20 v0.10.0
25672026-08-24T19:55:15.953Z Checking packed_struct v0.10.1
25682026-08-24T19:55:15.959Z Checking clap v4.6.1
25692026-08-24T19:55:15.970Z Checking quote v1.0.45
25702026-08-24T19:55:16.030Z Checking pkcs1 v0.7.5
25712026-08-24T19:55:16.048Z Checking http-body-util v0.1.3
25722026-08-24T19:55:16.127Z Checking flate2 v1.1.9
25732026-08-24T19:55:16.141Z Checking crossbeam-utils v0.8.21
25742026-08-24T19:55:16.235Z Checking zerocopy v0.6.6
25752026-08-24T19:55:16.237Z Checking hyper v1.10.1
25762026-08-24T19:55:16.264Z Checking bitfield v0.19.4
25772026-08-24T19:55:16.349Z Checking bzip2-sys v0.1.13+1.0.8
25782026-08-24T19:55:16.410Z Checking ahash v0.8.12
25792026-08-24T19:55:16.430Z Checking scroll v0.13.0
25802026-08-24T19:55:16.473Z Checking env_filter v2.0.0
25812026-08-24T19:55:16.519Z Checking ryu v1.0.23
25822026-08-24T19:55:16.532Z Checking unicode-properties v0.1.4
25832026-08-24T19:55:16.556Z Checking winnow v0.5.40
25842026-08-24T19:55:16.598Z Checking base64 v0.21.7
25852026-08-24T19:55:16.612Z Checking gimli v0.32.3
25862026-08-24T19:55:16.650Z Checking num-conv v0.2.0
25872026-08-24T19:55:16.654Z Checking hashbrown v0.12.3
25882026-08-24T19:55:16.711Z Checking num_threads v0.1.7
25892026-08-24T19:55:16.765Z Checking allocator-api2 v0.2.21
25902026-08-24T19:55:16.793Z Checking iri-string v0.7.10
25912026-08-24T19:55:16.825Z Checking time-core v0.1.8
25922026-08-24T19:55:16.961Z Checking unicode-bidi v0.3.18
25932026-08-24T19:55:16.983Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25942026-08-24T19:55:17.043Z Checking time v0.3.47
25952026-08-24T19:55:17.078Z Checking indexmap v1.9.3
25962026-08-24T19:55:17.197Z Checking hyper-util v0.1.20
25972026-08-24T19:55:17.265Z Checking stringprep v0.1.5
25982026-08-24T19:55:17.389Z Checking ron v0.8.1
25992026-08-24T19:55:17.418Z Checking serde_urlencoded v0.7.1
26002026-08-24T19:55:17.621Z Checking goblin v0.10.5
26012026-08-24T19:55:17.719Z Checking toml_edit v0.19.15
26022026-08-24T19:55:17.805Z Checking tower-http v0.6.8
26032026-08-24T19:55:17.908Z Checking env_logger v0.11.11
26042026-08-24T19:55:18.084Z Checking hashbrown v0.13.2
26052026-08-24T19:55:18.098Z Checking rsa v0.9.10
26062026-08-24T19:55:18.165Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26072026-08-24T19:55:18.179Z Checking addr2line v0.25.1
26082026-08-24T19:55:18.319Z Checking crossbeam-epoch v0.9.18
26092026-08-24T19:55:18.437Z Checking bzip2 v0.4.4
26102026-08-24T19:55:18.450Z Checking syn v2.0.117
26112026-08-24T19:55:18.499Z Checking rand v0.10.1
26122026-08-24T19:55:18.544Z Checking daft v0.1.8
26132026-08-24T19:55:18.556Z Checking serde-hex v0.1.0
26142026-08-24T19:55:18.594Z Checking tokio-native-tls v0.3.1
26152026-08-24T19:55:18.743Z Checking bstr v1.12.1
26162026-08-24T19:55:18.755Z Checking sha2 v0.11.0
26172026-08-24T19:55:18.776Z Checking md-5 v0.11.0
26182026-08-24T19:55:18.949Z Checking hmac v0.13.0
26192026-08-24T19:55:18.970Z Checking rustls-native-certs v0.8.3
26202026-08-24T19:55:19.101Z Checking x509-cert v0.2.5
26212026-08-24T19:55:19.104Z Checking scroll v0.12.0
26222026-08-24T19:55:19.126Z Checking object v0.37.3
26232026-08-24T19:55:19.356Z Checking zstd-sys v2.0.16+zstd.1.5.7
26242026-08-24T19:55:19.394Z Checking hash32 v0.2.1
26252026-08-24T19:55:19.454Z Checking encoding_rs v0.8.35
26262026-08-24T19:55:19.550Z Checking mime v0.3.17
26272026-08-24T19:55:19.721Z Checking fallible-iterator v0.2.0
26282026-08-24T19:55:19.760Z Checking psl-types v2.0.11
26292026-08-24T19:55:19.877Z Checking either v1.15.0
26302026-08-24T19:55:19.915Z Checking crc-any v2.5.0
26312026-08-24T19:55:19.990Z Checking rustc-demangle v0.1.27
26322026-08-24T19:55:20.002Z Checking postgres-protocol v0.6.12
26332026-08-24T19:55:20.051Z Checking dof v0.4.0
26342026-08-24T19:55:20.064Z Checking publicsuffix v2.3.0
26352026-08-24T19:55:20.084Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-08-24T19:55:20.205Z Checking heapless v0.7.17
26372026-08-24T19:55:20.217Z Checking zstd-safe v7.2.4
26382026-08-24T19:55:20.299Z Checking goblin v0.8.2
26392026-08-24T19:55:20.376Z Checking hyper-tls v0.6.0
26402026-08-24T19:55:20.390Z Checking toml v0.7.8
26412026-08-24T19:55:20.543Z Checking zip v0.6.6
26422026-08-24T19:55:20.612Z Checking object v0.30.4
26432026-08-24T19:55:20.663Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26442026-08-24T19:55:20.693Z Checking cookie v0.18.1
26452026-08-24T19:55:20.712Z Checking tokio-rustls v0.26.4
26462026-08-24T19:55:20.817Z Checking phf_shared v0.13.1
26472026-08-24T19:55:20.862Z Checking dtrace-parser v0.3.0
26482026-08-24T19:55:20.916Z Checking zerocopy v0.7.35
26492026-08-24T19:55:20.929Z Checking pin-project v1.1.11
26502026-08-24T19:55:21.026Z Checking signal-hook v0.3.18
26512026-08-24T19:55:21.032Z Checking futures-executor v0.3.32
26522026-08-24T19:55:21.040Z Checking hmac v0.12.1
26532026-08-24T19:55:21.090Z Checking erased-serde v0.3.31
26542026-08-24T19:55:21.156Z Checking ff v0.13.1
26552026-08-24T19:55:21.170Z Checking thread-id v5.1.0
26562026-08-24T19:55:21.188Z Checking libbz2-rs-sys v0.2.2
26572026-08-24T19:55:21.244Z Checking unicode-width v0.2.0
26582026-08-24T19:55:21.279Z Checking managed v0.8.0
26592026-08-24T19:55:21.397Z Compiling rayon-core v1.13.0
26602026-08-24T19:55:21.400Z Checking backtrace v0.3.76
26612026-08-24T19:55:21.458Z Checking smawk v0.3.2
26622026-08-24T19:55:21.471Z Checking bitflags v1.3.2
26632026-08-24T19:55:21.485Z Checking is_ci v1.2.0
26642026-08-24T19:55:21.540Z Checking path-slash v0.1.5
26652026-08-24T19:55:21.566Z Checking bumpalo v3.20.2
26662026-08-24T19:55:21.569Z Checking base16ct v0.2.0
26672026-08-24T19:55:21.591Z Checking foldhash v0.2.0
26682026-08-24T19:55:21.594Z Checking foldhash v0.1.5
26692026-08-24T19:55:21.631Z Checking jiff-core v0.1.0
26702026-08-24T19:55:21.695Z Checking unicode-linebreak v0.1.5
26712026-08-24T19:55:21.698Z Checking same-file v1.0.6
26722026-08-24T19:55:21.725Z Checking hashbrown v0.15.5
26732026-08-24T19:55:21.737Z Checking hashbrown v0.16.1
26742026-08-24T19:55:21.758Z Checking zopfli v0.8.3
26752026-08-24T19:55:21.819Z Checking walkdir v2.5.0
26762026-08-24T19:55:21.897Z Checking textwrap v0.16.2
26772026-08-24T19:55:21.974Z Checking backtrace-ext v0.2.1
26782026-08-24T19:55:22.081Z Checking sec1 v0.7.3
26792026-08-24T19:55:22.098Z Checking supports-color v3.0.2
26802026-08-24T19:55:22.162Z Checking bzip2 v0.6.1
26812026-08-24T19:55:22.179Z Checking dof v0.3.0
26822026-08-24T19:55:22.196Z Checking smoltcp v0.9.1
26832026-08-24T19:55:22.214Z Checking slog v2.8.2
26842026-08-24T19:55:22.237Z Checking group v0.13.0
26852026-08-24T19:55:22.284Z Checking usdt-impl v0.6.0
26862026-08-24T19:55:22.297Z Checking signal-hook-mio v0.2.5
26872026-08-24T19:55:22.321Z Checking jiff v0.2.34
26882026-08-24T19:55:22.378Z Checking hkdf v0.12.4
26892026-08-24T19:55:22.398Z Checking futures v0.3.32
26902026-08-24T19:55:22.457Z Checking snafu v0.8.9
26912026-08-24T19:55:22.470Z Checking phf v0.13.1
26922026-08-24T19:55:22.482Z Checking hyper-rustls v0.27.7
26932026-08-24T19:55:22.509Z Checking cookie_store v0.22.1
26942026-08-24T19:55:22.562Z Checking reqwest v0.12.28
26952026-08-24T19:55:22.609Z Checking zstd v0.13.3
26962026-08-24T19:55:22.676Z Checking postgres-types v0.2.12
26972026-08-24T19:55:22.689Z Checking globset v0.4.18
26982026-08-24T19:55:22.723Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26992026-08-24T19:55:22.787Z Checking rustls-platform-verifier v0.6.2
27002026-08-24T19:55:22.789Z Checking crossbeam-deque v0.8.6
27012026-08-24T19:55:22.836Z Checking phf_shared v0.11.3
27022026-08-24T19:55:22.925Z Checking dtrace-parser v0.2.0
27032026-08-24T19:55:22.937Z Checking regex v1.12.3
27042026-08-24T19:55:22.969Z Checking olpc-cjson v0.1.4
27052026-08-24T19:55:22.982Z Checking byte-wrapper v0.1.0
27062026-08-24T19:55:22.987Z Checking curve25519-dalek v4.1.3
27072026-08-24T19:55:23.051Z Checking ref-cast v1.0.25
27082026-08-24T19:55:23.096Z Checking strum v0.27.2
27092026-08-24T19:55:23.142Z Checking hubpack v0.1.2
27102026-08-24T19:55:23.155Z Checking ed25519 v2.2.3
27112026-08-24T19:55:23.177Z Checking memoffset v0.9.1
27122026-08-24T19:55:23.199Z Checking owo-colors v4.3.0
27132026-08-24T19:55:23.212Z Checking rustix v0.38.44
27142026-08-24T19:55:23.251Z Checking pem v3.0.6
27152026-08-24T19:55:23.305Z Checking crypto-bigint v0.5.5
27162026-08-24T19:55:23.319Z Checking serde_plain v1.0.2
27172026-08-24T19:55:23.332Z Checking serde-big-array v0.5.1
27182026-08-24T19:55:23.404Z Checking float-cmp v0.10.0
27192026-08-24T19:55:23.458Z Checking thread-id v4.2.2
27202026-08-24T19:55:23.461Z Checking memmap2 v0.9.10
27212026-08-24T19:55:23.528Z Checking supports-unicode v3.0.0
27222026-08-24T19:55:23.544Z Checking toml_write v0.1.2
27232026-08-24T19:55:23.616Z Checking normalize-line-endings v0.3.0
27242026-08-24T19:55:23.630Z Checking supports-hyperlinks v3.2.0
27252026-08-24T19:55:23.704Z Checking static_assertions v1.1.0
27262026-08-24T19:55:23.707Z Checking keccak v0.1.6
27272026-08-24T19:55:23.731Z Checking typed-path v0.9.3
27282026-08-24T19:55:23.748Z Checking fixedbitset v0.4.2
27292026-08-24T19:55:23.766Z Checking predicates-core v1.0.10
27302026-08-24T19:55:23.780Z Checking winnow v1.0.3
27312026-08-24T19:55:23.864Z Checking winnow v0.7.14
27322026-08-24T19:55:23.884Z Checking data-encoding v2.10.0
27332026-08-24T19:55:23.887Z Checking difflib v0.4.0
27342026-08-24T19:55:23.994Z Checking fixedbitset v0.5.7
27352026-08-24T19:55:24.071Z Checking precomputed-hash v0.1.1
27362026-08-24T19:55:24.148Z Checking new_debug_unreachable v1.0.6
27372026-08-24T19:55:24.152Z Checking unicode-segmentation v1.12.0
27382026-08-24T19:55:24.184Z Checking unicode-width v0.1.14
27392026-08-24T19:55:24.208Z Checking whoami v2.1.0
27402026-08-24T19:55:24.221Z Checking string_cache v0.8.9
27412026-08-24T19:55:24.224Z Checking elliptic-curve v0.13.8
27422026-08-24T19:55:24.382Z Checking zip v4.6.1
27432026-08-24T19:55:24.400Z Checking tokio-postgres v0.7.16
27442026-08-24T19:55:24.422Z Checking miette v7.6.0
27452026-08-24T19:55:24.460Z Checking similar v2.7.0
27462026-08-24T19:55:24.491Z Checking tough v0.22.0
27472026-08-24T19:55:24.536Z Checking petgraph v0.8.3
27482026-08-24T19:55:24.624Z Checking toml_parser v1.1.2+spec-1.1.0
27492026-08-24T19:55:24.833Z Checking hickory-proto v0.25.2
27502026-08-24T19:55:24.918Z Checking predicates v3.1.4
27512026-08-24T19:55:24.942Z Checking crossterm v0.28.1
27522026-08-24T19:55:24.955Z Checking petgraph v0.6.5
27532026-08-24T19:55:25.060Z Checking toml_edit v0.22.27
27542026-08-24T19:55:25.212Z Checking sha3 v0.10.8
27552026-08-24T19:55:25.425Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27562026-08-24T19:55:25.634Z Checking ed25519-dalek v2.2.0
27572026-08-24T19:55:25.658Z Checking usdt v0.6.0
27582026-08-24T19:55:25.829Z Checking usdt-impl v0.5.0
27592026-08-24T19:55:25.860Z Checking nix v0.31.2
27602026-08-24T19:55:26.099Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27612026-08-24T19:55:26.102Z Checking iddqd v0.4.2
27622026-08-24T19:55:26.168Z Checking reqwest v0.13.2
27632026-08-24T19:55:26.449Z Checking oxide-generation v0.1.3
27642026-08-24T19:55:26.499Z Checking itertools v0.15.0
27652026-08-24T19:55:26.670Z Checking itertools v0.13.0
27662026-08-24T19:55:26.674Z Checking strum v0.26.3
27672026-08-24T19:55:26.792Z Checking serde_with v3.21.0
27682026-08-24T19:55:27.005Z Checking derive_more v2.1.1
27692026-08-24T19:55:27.005Z Checking fs-err v3.3.0
27702026-08-24T19:55:27.038Z Checking tokio-stream v0.1.18
27712026-08-24T19:55:27.113Z Checking buf-list v1.1.2
27722026-08-24T19:55:27.298Z Checking camino v1.2.5
27732026-08-24T19:55:27.317Z Checking anyhow v1.0.104
27742026-08-24T19:55:27.427Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27752026-08-24T19:55:27.514Z Checking openapiv3 v2.2.0
27762026-08-24T19:55:27.550Z Checking peg-runtime v0.8.5
27772026-08-24T19:55:27.606Z Checking lalrpop-util v0.19.12
27782026-08-24T19:55:27.620Z Checking rayon v1.11.0
27792026-08-24T19:55:27.685Z Checking sigpipe v0.1.3
27802026-08-24T19:55:27.698Z Checking glob v0.3.3
27812026-08-24T19:55:28.649Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27822026-08-24T19:55:28.898Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27832026-08-24T19:55:29.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.63s
27842026-08-24T19:55:29.336Z
27852026-08-24T19:55:29.336Zinfo: running `cargo check --bins` on internal-dns-types (80/377)
27862026-08-24T19:55:29.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-24T19:55:29.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-24T19:55:29.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-24T19:55:29.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27902026-08-24T19:55:29.910Z
27912026-08-24T19:55:29.910Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/377)
27922026-08-24T19:55:30.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-24T19:55:30.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-24T19:55:30.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-24T19:55:30.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-24T19:55:30.484Z
27972026-08-24T19:55:30.484Zinfo: running `cargo check --bins` on nexus-types-versions (82/377)
27982026-08-24T19:55:30.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-24T19:55:30.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-24T19:55:30.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-24T19:55:30.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28022026-08-24T19:55:31.072Z
28032026-08-24T19:55:31.073Zinfo: running `cargo check --bins` on oxql-types (83/377)
28042026-08-24T19:55:31.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-24T19:55:31.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-24T19:55:31.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-24T19:55:31.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28082026-08-24T19:55:31.648Z
28092026-08-24T19:55:31.648Zinfo: running `cargo check --bins` on oximeter-types (84/377)
28102026-08-24T19:55:32.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-24T19:55:32.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-24T19:55:32.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-24T19:55:32.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28142026-08-24T19:55:32.219Z
28152026-08-24T19:55:32.219Zinfo: running `cargo check --bins` on oximeter-types-versions (85/377)
28162026-08-24T19:55:32.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-24T19:55:32.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-24T19:55:32.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-08-24T19:55:32.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28202026-08-24T19:55:32.784Z
28212026-08-24T19:55:32.784Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/377)
28222026-08-24T19:55:33.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-08-24T19:55:33.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-08-24T19:55:33.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-08-24T19:55:33.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28262026-08-24T19:55:33.339Z
28272026-08-24T19:55:33.339Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/377)
28282026-08-24T19:55:33.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-08-24T19:55:33.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-08-24T19:55:33.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-08-24T19:55:33.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28322026-08-24T19:55:33.753Z
28332026-08-24T19:55:33.753Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/377)
28342026-08-24T19:55:34.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-08-24T19:55:34.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-08-24T19:55:34.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-08-24T19:55:34.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28382026-08-24T19:55:34.168Z
28392026-08-24T19:55:34.168Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/377)
28402026-08-24T19:55:34.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-08-24T19:55:34.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-08-24T19:55:34.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-08-24T19:55:34.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28442026-08-24T19:55:34.584Z
28452026-08-24T19:55:34.584Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/377)
28462026-08-24T19:55:34.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-08-24T19:55:34.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-08-24T19:55:34.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-08-24T19:55:34.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28502026-08-24T19:55:35.001Z
28512026-08-24T19:55:35.001Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/377)
28522026-08-24T19:55:35.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-08-24T19:55:35.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-08-24T19:55:35.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552026-08-24T19:55:35.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28562026-08-24T19:55:35.417Z
28572026-08-24T19:55:35.417Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/377)
28582026-08-24T19:55:35.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-08-24T19:55:35.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-08-24T19:55:35.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-08-24T19:55:35.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28622026-08-24T19:55:35.831Z
28632026-08-24T19:55:35.832Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/377)
28642026-08-24T19:55:36.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-08-24T19:55:36.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-08-24T19:55:36.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-08-24T19:55:36.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28682026-08-24T19:55:36.246Z
28692026-08-24T19:55:36.246Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/377)
28702026-08-24T19:55:36.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-08-24T19:55:36.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-08-24T19:55:36.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-08-24T19:55:36.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28742026-08-24T19:55:36.666Z
28752026-08-24T19:55:36.666Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/377)
28762026-08-24T19:55:37.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-08-24T19:55:37.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-08-24T19:55:37.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-08-24T19:55:37.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28802026-08-24T19:55:37.080Z
28812026-08-24T19:55:37.080Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/377)
28822026-08-24T19:55:37.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-08-24T19:55:37.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-08-24T19:55:37.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-08-24T19:55:37.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28862026-08-24T19:55:37.496Z
28872026-08-24T19:55:37.496Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/377)
28882026-08-24T19:55:37.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-08-24T19:55:37.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-08-24T19:55:37.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-08-24T19:55:37.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28922026-08-24T19:55:37.908Z
28932026-08-24T19:55:37.908Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/377)
28942026-08-24T19:55:38.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-08-24T19:55:38.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-08-24T19:55:38.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-08-24T19:55:38.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28982026-08-24T19:55:38.324Z
28992026-08-24T19:55:38.324Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/377)
29002026-08-24T19:55:38.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-08-24T19:55:38.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-08-24T19:55:38.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-08-24T19:55:38.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29042026-08-24T19:55:38.740Z
29052026-08-24T19:55:38.740Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/377)
29062026-08-24T19:55:39.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-08-24T19:55:39.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-08-24T19:55:39.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-08-24T19:55:39.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
29102026-08-24T19:55:39.152Z
29112026-08-24T19:55:39.152Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/377)
29122026-08-24T19:55:39.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-08-24T19:55:39.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-08-24T19:55:39.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-08-24T19:55:39.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29162026-08-24T19:55:39.567Z
29172026-08-24T19:55:39.567Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/377)
29182026-08-24T19:55:39.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-08-24T19:55:39.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-08-24T19:55:39.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-08-24T19:55:39.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29222026-08-24T19:55:39.982Z
29232026-08-24T19:55:39.982Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/377)
29242026-08-24T19:55:40.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-08-24T19:55:40.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-08-24T19:55:40.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-08-24T19:55:40.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29282026-08-24T19:55:40.398Z
29292026-08-24T19:55:40.398Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/377)
29302026-08-24T19:55:40.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-08-24T19:55:40.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-08-24T19:55:40.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-08-24T19:55:40.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29342026-08-24T19:55:40.814Z
29352026-08-24T19:55:40.814Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/377)
29362026-08-24T19:55:41.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-08-24T19:55:41.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-08-24T19:55:41.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-08-24T19:55:41.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29402026-08-24T19:55:41.228Z
29412026-08-24T19:55:41.228Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/377)
29422026-08-24T19:55:41.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-08-24T19:55:41.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-08-24T19:55:41.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-08-24T19:55:41.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29462026-08-24T19:55:41.644Z
29472026-08-24T19:55:41.644Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/377)
29482026-08-24T19:55:42.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-08-24T19:55:42.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-08-24T19:55:42.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-08-24T19:55:42.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29522026-08-24T19:55:42.058Z
29532026-08-24T19:55:42.059Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/377)
29542026-08-24T19:55:42.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-08-24T19:55:42.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-08-24T19:55:42.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-08-24T19:55:42.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29582026-08-24T19:55:42.476Z
29592026-08-24T19:55:42.476Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/377)
29602026-08-24T19:55:42.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-08-24T19:55:42.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-08-24T19:55:42.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-08-24T19:55:42.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29642026-08-24T19:55:42.894Z
29652026-08-24T19:55:42.894Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/377)
29662026-08-24T19:55:43.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-08-24T19:55:43.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-08-24T19:55:43.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692026-08-24T19:55:43.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29702026-08-24T19:55:43.311Z
29712026-08-24T19:55:43.312Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/377)
29722026-08-24T19:55:43.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-08-24T19:55:43.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-08-24T19:55:43.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-08-24T19:55:43.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29762026-08-24T19:55:43.730Z
29772026-08-24T19:55:43.730Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/377)
29782026-08-24T19:55:44.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-08-24T19:55:44.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-08-24T19:55:44.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-08-24T19:55:44.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29822026-08-24T19:55:44.146Z
29832026-08-24T19:55:44.146Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/377)
29842026-08-24T19:55:44.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-08-24T19:55:44.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-08-24T19:55:44.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-08-24T19:55:44.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29882026-08-24T19:55:44.565Z
29892026-08-24T19:55:44.565Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/377)
29902026-08-24T19:55:44.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-08-24T19:55:44.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-08-24T19:55:44.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-08-24T19:55:44.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29942026-08-24T19:55:44.984Z
29952026-08-24T19:55:44.984Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/377)
29962026-08-24T19:55:45.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-08-24T19:55:45.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-08-24T19:55:45.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-08-24T19:55:45.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30002026-08-24T19:55:45.407Z
30012026-08-24T19:55:45.407Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/377)
30022026-08-24T19:55:45.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-08-24T19:55:45.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-08-24T19:55:45.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-08-24T19:55:45.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30062026-08-24T19:55:45.825Z
30072026-08-24T19:55:45.825Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/377)
30082026-08-24T19:55:46.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-08-24T19:55:46.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-08-24T19:55:46.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-08-24T19:55:46.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30122026-08-24T19:55:46.243Z
30132026-08-24T19:55:46.243Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/377)
30142026-08-24T19:55:46.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-08-24T19:55:46.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-08-24T19:55:46.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-08-24T19:55:46.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30182026-08-24T19:55:46.664Z
30192026-08-24T19:55:46.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/377)
30202026-08-24T19:55:47.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-24T19:55:47.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-24T19:55:47.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-24T19:55:47.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30242026-08-24T19:55:47.086Z
30252026-08-24T19:55:47.086Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/377)
30262026-08-24T19:55:47.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-24T19:55:47.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-24T19:55:47.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-24T19:55:47.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30302026-08-24T19:55:47.508Z
30312026-08-24T19:55:47.508Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/377)
30322026-08-24T19:55:47.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-24T19:55:47.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-24T19:55:47.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-24T19:55:47.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30362026-08-24T19:55:47.927Z
30372026-08-24T19:55:47.927Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/377)
30382026-08-24T19:55:48.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-24T19:55:48.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-24T19:55:48.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-24T19:55:48.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30422026-08-24T19:55:48.345Z
30432026-08-24T19:55:48.345Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/377)
30442026-08-24T19:55:48.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-24T19:55:48.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-24T19:55:48.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-24T19:55:48.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30482026-08-24T19:55:48.764Z
30492026-08-24T19:55:48.764Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/377)
30502026-08-24T19:55:49.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-24T19:55:49.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-24T19:55:49.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-24T19:55:49.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30542026-08-24T19:55:49.182Z
30552026-08-24T19:55:49.182Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/377)
30562026-08-24T19:55:49.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-24T19:55:49.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-24T19:55:49.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-24T19:55:49.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30602026-08-24T19:55:49.599Z
30612026-08-24T19:55:49.599Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/377)
30622026-08-24T19:55:49.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-24T19:55:49.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-24T19:55:49.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-08-24T19:55:49.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30662026-08-24T19:55:50.016Z
30672026-08-24T19:55:50.016Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30682026-08-24T19:55:50.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-08-24T19:55:50.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-08-24T19:55:50.694Z Compiling multer v3.1.0
30712026-08-24T19:55:50.808Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-08-24T19:55:50.808Z Compiling async-stream-impl v0.3.6
30732026-08-24T19:55:50.825Z Compiling dropshot v0.17.1
30742026-08-24T19:55:50.838Z Compiling parse-display-derive v0.10.0
30752026-08-24T19:55:50.842Z Compiling dropshot_endpoint v0.17.1
30762026-08-24T19:55:50.849Z Compiling newtype-uuid-macros v0.1.0
30772026-08-24T19:55:50.878Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30782026-08-24T19:55:51.017Z Checking thread_local v1.1.9
30792026-08-24T19:55:51.052Z Checking match_cfg v0.1.0
30802026-08-24T19:55:51.139Z Checking compression-core v0.4.31
30812026-08-24T19:55:51.183Z Checking hostname v0.3.1
30822026-08-24T19:55:51.199Z Checking crossbeam-channel v0.5.15
30832026-08-24T19:55:51.259Z Checking compression-codecs v0.4.37
30842026-08-24T19:55:51.277Z Checking atomicwrites v0.4.4
30852026-08-24T19:55:51.290Z Checking slog-json v2.6.1
30862026-08-24T19:55:51.383Z Checking serde_spanned v1.1.1
30872026-08-24T19:55:51.397Z Checking toml_datetime v1.1.1+spec-1.1.0
30882026-08-24T19:55:51.423Z Checking is-terminal v0.4.17
30892026-08-24T19:55:51.441Z Checking take_mut v0.2.2
30902026-08-24T19:55:51.508Z Checking term v1.2.1
30912026-08-24T19:55:51.509Z Checking toml_writer v1.1.1+spec-1.1.0
30922026-08-24T19:55:51.534Z Checking debug-ignore v1.0.5
30932026-08-24T19:55:51.546Z Checking slog-async v2.8.0
30942026-08-24T19:55:51.589Z Checking slog-bunyan v2.5.0
30952026-08-24T19:55:51.589Z Checking async-compression v0.4.41
30962026-08-24T19:55:51.624Z Checking async-stream v0.3.6
30972026-08-24T19:55:51.689Z Checking toml v1.1.2+spec-1.1.0
30982026-08-24T19:55:51.711Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30992026-08-24T19:55:51.711Z Checking progenitor-client v0.14.0
31002026-08-24T19:55:51.738Z Checking slog-term v2.9.2
31012026-08-24T19:55:51.814Z Checking sha1 v0.11.0
31022026-08-24T19:55:51.829Z Checking waitgroup v0.1.2
31032026-08-24T19:55:51.925Z Checking rustls-pemfile v2.2.0
31042026-08-24T19:55:51.943Z Checking backon v1.6.0
31052026-08-24T19:55:51.957Z Checking serde_path_to_error v0.1.20
31062026-08-24T19:55:51.992Z Checking hostname v0.4.2
31072026-08-24T19:55:52.005Z Checking instant v0.1.13
31082026-08-24T19:55:52.100Z Checking backoff v0.4.0
31092026-08-24T19:55:52.103Z Checking progenitor-extras v0.2.0
31102026-08-24T19:55:52.244Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31112026-08-24T19:55:52.274Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31122026-08-24T19:55:52.287Z Checking regress v0.10.5
31132026-08-24T19:55:52.299Z Checking itertools v0.14.0
31142026-08-24T19:55:52.444Z Checking macaddr v1.0.1
31152026-08-24T19:55:52.544Z Checking parse-display v0.10.0
31162026-08-24T19:55:52.630Z Checking humantime v2.3.0
31172026-08-24T19:55:53.406Z Compiling prettyplease v0.2.37
31182026-08-24T19:55:53.689Z Checking num-rational v0.4.2
31192026-08-24T19:55:53.959Z Checking num-complex v0.4.6
31202026-08-24T19:55:54.436Z Compiling num v0.4.3
31212026-08-24T19:55:54.505Z Compiling usdt-attr-macro v0.5.0
31222026-08-24T19:55:54.519Z Compiling usdt-macro v0.5.0
31232026-08-24T19:55:54.537Z Checking memmap v0.7.0
31242026-08-24T19:55:54.550Z Checking float-ord v0.3.2
31252026-08-24T19:55:54.593Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31262026-08-24T19:55:54.660Z Compiling convert_case v0.4.0
31272026-08-24T19:55:54.999Z Checking newline-converter v0.3.0
31282026-08-24T19:55:55.020Z Compiling derive_more v0.99.20
31292026-08-24T19:55:55.110Z Checking console v0.15.11
31302026-08-24T19:55:55.243Z Compiling toml v0.8.23
31312026-08-24T19:55:55.276Z Checking usdt v0.5.0
31322026-08-24T19:55:55.383Z Checking linked-hash-map v0.5.6
31332026-08-24T19:55:55.446Z Compiling minimal-lexical v0.2.1
31342026-08-24T19:55:55.553Z Checking lru-cache v0.1.2
31352026-08-24T19:55:55.671Z Compiling nom v7.1.3
31362026-08-24T19:55:55.699Z Checking expectorate v1.2.0
31372026-08-24T19:55:55.903Z Checking camino-tempfile v1.4.1
31382026-08-24T19:55:56.063Z Checking hickory-proto v0.24.4
31392026-08-24T19:55:56.163Z Checking phf_shared v0.12.1
31402026-08-24T19:55:56.300Z Compiling slog-dtrace v0.3.0
31412026-08-24T19:55:56.328Z Compiling unicode-xid v0.2.6
31422026-08-24T19:55:56.456Z Checking resolv-conf v0.7.6
31432026-08-24T19:55:56.639Z Compiling chrono-tz v0.10.4
31442026-08-24T19:55:56.752Z Checking heck v0.5.0
31452026-08-24T19:55:56.876Z Compiling const_format_proc_macros v0.2.34
31462026-08-24T19:55:56.879Z Checking phf v0.12.1
31472026-08-24T19:55:57.009Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31482026-08-24T19:55:57.027Z Checking tokio-dtrace v0.1.1
31492026-08-24T19:55:57.236Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31502026-08-24T19:55:57.381Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31512026-08-24T19:55:57.485Z Compiling derive-where v1.6.0
31522026-08-24T19:55:57.629Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31532026-08-24T19:55:57.734Z Checking highway v1.3.0
31542026-08-24T19:55:57.915Z Checking hickory-resolver v0.24.4
31552026-08-24T19:55:57.968Z Checking const_format v0.2.35
31562026-08-24T19:55:58.203Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31572026-08-24T19:55:58.679Z Checking oxide-tokio-rt v0.1.4
31582026-08-24T19:55:58.802Z Checking qorb v0.4.1
31592026-08-24T19:55:58.956Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31602026-08-24T19:55:59.055Z Checking gethostname v0.5.0
31612026-08-24T19:55:59.076Z Checking bcs v0.1.6
31622026-08-24T19:55:59.141Z Checking termtree v0.5.1
31632026-08-24T19:55:59.156Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31642026-08-24T19:55:59.227Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31652026-08-24T19:55:59.227Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31662026-08-24T19:56:02.236Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31672026-08-24T19:56:05.414Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31682026-08-24T19:56:07.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.62s
31692026-08-24T19:56:07.813Z
31702026-08-24T19:56:07.813Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31712026-08-24T19:56:08.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-08-24T19:56:08.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-08-24T19:56:08.497Z Compiling ar_archive_writer v0.5.1
31742026-08-24T19:56:08.503Z Compiling stacker v0.1.23
31752026-08-24T19:56:08.613Z Compiling cfg_aliases v0.1.1
31762026-08-24T19:56:08.620Z Compiling proc-macro-error v1.0.4
31772026-08-24T19:56:08.627Z Checking fd-lock v4.0.4
31782026-08-24T19:56:08.628Z Checking nibble_vec v0.1.0
31792026-08-24T19:56:08.632Z Checking vte v0.14.1
31802026-08-24T19:56:08.632Z Compiling recursive-proc-macro-impl v0.1.1
31812026-08-24T19:56:08.670Z Compiling nix v0.28.0
31822026-08-24T19:56:08.730Z Checking endian-type v0.1.2
31832026-08-24T19:56:08.769Z Checking bytecount v0.6.9
31842026-08-24T19:56:08.774Z Checking strip-ansi-escapes v0.2.1
31852026-08-24T19:56:08.849Z Checking radix_trie v0.2.1
31862026-08-24T19:56:08.866Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31872026-08-24T19:56:08.885Z Checking papergrid v0.11.0
31882026-08-24T19:56:08.893Z Compiling peg-macros v0.8.5
31892026-08-24T19:56:08.902Z Compiling tabled_derive v0.7.0
31902026-08-24T19:56:09.037Z Checking winnow v0.6.26
31912026-08-24T19:56:09.050Z Compiling sqlparser_derive v0.5.0
31922026-08-24T19:56:09.318Z Checking unicode_categories v0.1.1
31932026-08-24T19:56:09.425Z Compiling psm v0.1.30
31942026-08-24T19:56:09.471Z Checking nu-ansi-term v0.50.3
31952026-08-24T19:56:09.484Z Checking home v0.5.12
31962026-08-24T19:56:09.641Z Checking crossterm v0.29.0
31972026-08-24T19:56:09.678Z Checking reedline v0.40.0
31982026-08-24T19:56:09.796Z Checking display-error-chain v0.2.2
31992026-08-24T19:56:09.846Z Checking tabled v0.15.0
32002026-08-24T19:56:09.956Z Checking rustyline v14.0.0
32012026-08-24T19:56:10.161Z Checking sqlformat v0.3.5
32022026-08-24T19:56:10.175Z Checking recursive v0.1.1
32032026-08-24T19:56:10.197Z Checking peg v0.8.5
32042026-08-24T19:56:10.257Z Checking sqlparser v0.61.0
32052026-08-24T19:56:21.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
32062026-08-24T19:56:21.690Z
32072026-08-24T19:56:21.691Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32082026-08-24T19:56:22.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-08-24T19:56:22.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-08-24T19:56:22.391Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32112026-08-24T19:56:25.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
32122026-08-24T19:56:26.045Z
32132026-08-24T19:56:26.045Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32142026-08-24T19:56:26.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-08-24T19:56:26.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-08-24T19:56:26.709Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-08-24T19:56:29.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
32182026-08-24T19:56:29.409Z
32192026-08-24T19:56:29.409Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32202026-08-24T19:56:29.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-08-24T19:56:29.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-08-24T19:56:30.106Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-08-24T19:56:36.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
32242026-08-24T19:56:36.716Z
32252026-08-24T19:56:36.716Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32262026-08-24T19:56:36.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-08-24T19:56:36.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-08-24T19:56:36.716Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32292026-08-24T19:56:37.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
32302026-08-24T19:56:37.741Z
32312026-08-24T19:56:37.741Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32322026-08-24T19:56:38.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-08-24T19:56:38.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-08-24T19:56:38.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-08-24T19:56:41.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
32362026-08-24T19:56:41.239Z
32372026-08-24T19:56:41.239Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32382026-08-24T19:56:41.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-08-24T19:56:41.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-08-24T19:56:41.911Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-08-24T19:56:44.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
32422026-08-24T19:56:44.796Z
32432026-08-24T19:56:44.796Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32442026-08-24T19:56:45.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-08-24T19:56:45.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-08-24T19:56:45.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32472026-08-24T19:56:48.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
32482026-08-24T19:56:49.133Z
32492026-08-24T19:56:49.133Zinfo: running `cargo check --bins` on oximeter (136/377)
32502026-08-24T19:56:49.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-08-24T19:56:49.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-08-24T19:56:49.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-08-24T19:56:49.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32542026-08-24T19:56:49.705Z
32552026-08-24T19:56:49.706Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32562026-08-24T19:56:50.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-08-24T19:56:50.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-08-24T19:56:50.336Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32592026-08-24T19:56:50.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32602026-08-24T19:56:50.880Z
32612026-08-24T19:56:50.880Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32622026-08-24T19:56:51.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-08-24T19:56:51.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-08-24T19:56:51.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-08-24T19:56:51.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32662026-08-24T19:56:51.461Z
32672026-08-24T19:56:51.461Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32682026-08-24T19:56:51.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-08-24T19:56:51.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-08-24T19:56:51.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-08-24T19:56:51.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32722026-08-24T19:56:52.074Z
32732026-08-24T19:56:52.074Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32742026-08-24T19:56:52.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-08-24T19:56:52.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-08-24T19:56:52.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-08-24T19:56:52.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32782026-08-24T19:56:52.661Z
32792026-08-24T19:56:52.661Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32802026-08-24T19:56:53.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-08-24T19:56:53.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-08-24T19:56:53.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-08-24T19:56:53.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32842026-08-24T19:56:53.239Z
32852026-08-24T19:56:53.239Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32862026-08-24T19:56:53.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-08-24T19:56:53.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-08-24T19:56:53.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-08-24T19:56:53.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32902026-08-24T19:56:53.813Z
32912026-08-24T19:56:53.814Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32922026-08-24T19:56:54.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-08-24T19:56:54.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-08-24T19:56:54.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-08-24T19:56:54.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32962026-08-24T19:56:54.395Z
32972026-08-24T19:56:54.395Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
32982026-08-24T19:56:54.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-08-24T19:56:54.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-08-24T19:56:54.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-08-24T19:56:54.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33022026-08-24T19:56:54.973Z
33032026-08-24T19:56:54.973Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33042026-08-24T19:56:55.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-08-24T19:56:55.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-08-24T19:56:55.798Z Compiling crucible-workspace-hack v0.1.0
33072026-08-24T19:56:55.798Z Compiling regress v0.11.1
33082026-08-24T19:56:55.798Z Checking secrecy v0.10.3
33092026-08-24T19:56:55.799Z Checking half v2.7.1
33102026-08-24T19:56:55.803Z Checking ciborium-io v0.2.2
33112026-08-24T19:56:55.803Z Checking inout v0.1.4
33122026-08-24T19:56:55.803Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33132026-08-24T19:56:55.803Z Checking universal-hash v0.5.1
33142026-08-24T19:56:56.008Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33152026-08-24T19:56:56.059Z Compiling thiserror-impl-no-std v2.0.2
33162026-08-24T19:56:56.091Z Checking cipher v0.4.4
33172026-08-24T19:56:56.107Z Checking opaque-debug v0.3.1
33182026-08-24T19:56:56.185Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33192026-08-24T19:56:56.206Z Checking poly1305 v0.8.0
33202026-08-24T19:56:56.224Z Checking ciborium-ll v0.2.2
33212026-08-24T19:56:56.263Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33222026-08-24T19:56:56.323Z Checking chacha20 v0.9.1
33232026-08-24T19:56:56.389Z Checking ciborium v0.2.2
33242026-08-24T19:56:56.455Z Checking password-hash v0.5.0
33252026-08-24T19:56:56.471Z Checking blake2 v0.10.6
33262026-08-24T19:56:56.518Z Checking aead v0.5.2
33272026-08-24T19:56:56.656Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33282026-08-24T19:56:56.670Z Compiling toml_datetime v0.7.5+spec-1.1.0
33292026-08-24T19:56:56.686Z Checking indent_write v2.2.0
33302026-08-24T19:56:56.705Z Checking argon2 v0.5.3
33312026-08-24T19:56:56.805Z Checking chacha20poly1305 v0.10.1
33322026-08-24T19:56:56.819Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33332026-08-24T19:56:56.913Z Compiling toml_edit v0.23.10+spec-1.0.0
33342026-08-24T19:56:56.932Z Compiling unsafe-libyaml v0.2.11
33352026-08-24T19:56:57.048Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33362026-08-24T19:56:57.216Z Checking thiserror-no-std v2.0.2
33372026-08-24T19:56:57.257Z Compiling heapless v0.8.0
33382026-08-24T19:56:57.306Z Checking vsss-rs v3.3.4
33392026-08-24T19:56:57.450Z Compiling serde_yaml v0.9.34+deprecated
33402026-08-24T19:56:57.544Z Compiling typify-impl v0.6.2
33412026-08-24T19:56:57.675Z Compiling proc-macro-crate v3.4.0
33422026-08-24T19:56:58.142Z Compiling ingot-macros v0.2.0
33432026-08-24T19:56:58.210Z Compiling num_enum_derive v0.7.6
33442026-08-24T19:56:58.366Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33452026-08-24T19:56:58.410Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33462026-08-24T19:56:58.467Z Checking hash32 v0.3.1
33472026-08-24T19:56:58.598Z Compiling smoltcp v0.11.0
33482026-08-24T19:56:58.870Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33492026-08-24T19:56:58.952Z Checking tabwriter v1.4.1
33502026-08-24T19:56:59.100Z Checking cobs v0.3.0
33512026-08-24T19:56:59.115Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33522026-08-24T19:56:59.181Z Checking swrite v0.1.0
33532026-08-24T19:56:59.244Z Checking postcard v1.1.3
33542026-08-24T19:56:59.263Z Checking num_enum v0.7.6
33552026-08-24T19:56:59.306Z Compiling proc-macro-crate v1.3.1
33562026-08-24T19:56:59.325Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33572026-08-24T19:56:59.377Z Compiling foreign-types-macros v0.2.3
33582026-08-24T19:56:59.526Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33592026-08-24T19:56:59.543Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33602026-08-24T19:56:59.543Z Checking colored v3.1.1
33612026-08-24T19:56:59.709Z Checking foreign-types-shared v0.3.1
33622026-08-24T19:56:59.755Z Compiling num_enum_derive v0.5.11
33632026-08-24T19:56:59.877Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33642026-08-24T19:56:59.908Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33652026-08-24T19:56:59.965Z Checking foreign-types v0.5.0
33662026-08-24T19:57:00.045Z Checking cstr-argument v0.1.2
33672026-08-24T19:57:00.168Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33682026-08-24T19:57:00.309Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33692026-08-24T19:57:00.353Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33702026-08-24T19:57:00.389Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33712026-08-24T19:57:00.420Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33722026-08-24T19:57:00.453Z Compiling zone_cfg_derive v0.3.1
33732026-08-24T19:57:00.520Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33742026-08-24T19:57:00.637Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33752026-08-24T19:57:00.739Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33762026-08-24T19:57:00.778Z Checking num_enum v0.5.11
33772026-08-24T19:57:00.891Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33782026-08-24T19:57:00.912Z Checking itertools v0.12.1
33792026-08-24T19:57:00.967Z Checking ingot-types v0.2.0
33802026-08-24T19:57:01.068Z Compiling num-derive v0.4.2
33812026-08-24T19:57:01.110Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33822026-08-24T19:57:01.293Z Compiling semver v0.1.20
33832026-08-24T19:57:01.334Z Checking ingot v0.2.1
33842026-08-24T19:57:01.576Z Compiling rustc_version v0.1.7
33852026-08-24T19:57:01.591Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33862026-08-24T19:57:01.751Z Checking smf v0.2.3
33872026-08-24T19:57:01.804Z Checking nom v8.0.0
33882026-08-24T19:57:01.925Z Checking zone v0.3.1
33892026-08-24T19:57:01.988Z Checking csv-core v0.1.13
33902026-08-24T19:57:02.003Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33912026-08-24T19:57:02.070Z Compiling typify-macro v0.6.2
33922026-08-24T19:57:02.188Z Checking whoami v1.6.1
33932026-08-24T19:57:02.250Z Checking csv v1.4.0
33942026-08-24T19:57:02.267Z Compiling newtype_derive v0.1.6
33952026-08-24T19:57:02.336Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33962026-08-24T19:57:02.363Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33972026-08-24T19:57:02.452Z Compiling cancel-safe-futures v0.1.5
33982026-08-24T19:57:02.521Z Compiling serde_tokenstream v0.3.0
33992026-08-24T19:57:02.623Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34002026-08-24T19:57:02.682Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34012026-08-24T19:57:02.757Z Compiling libefi-sys v0.1.0
34022026-08-24T19:57:02.843Z Compiling oxide-generation-macros v0.2.0
34032026-08-24T19:57:02.934Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34042026-08-24T19:57:02.986Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34052026-08-24T19:57:03.050Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34062026-08-24T19:57:03.234Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34072026-08-24T19:57:03.295Z Checking oxide-update-engine-types v0.1.2
34082026-08-24T19:57:03.367Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34092026-08-24T19:57:03.432Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34102026-08-24T19:57:03.589Z Compiling bitfield-struct v0.6.2
34112026-08-24T19:57:03.721Z Checking linear-map v1.2.0
34122026-08-24T19:57:03.841Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34132026-08-24T19:57:03.874Z Compiling typify v0.6.2
34142026-08-24T19:57:03.909Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34152026-08-24T19:57:03.987Z Compiling progenitor-impl v0.14.0
34162026-08-24T19:57:04.074Z Checking steno v0.4.1
34172026-08-24T19:57:04.106Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34182026-08-24T19:57:04.195Z Checking oxide-update-engine v0.1.2
34192026-08-24T19:57:04.216Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34202026-08-24T19:57:04.616Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34212026-08-24T19:57:04.637Z Checking sha1 v0.10.6
34222026-08-24T19:57:04.782Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34232026-08-24T19:57:04.809Z Checking utf-8 v0.7.6
34242026-08-24T19:57:04.861Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34252026-08-24T19:57:04.888Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34262026-08-24T19:57:04.946Z Checking tungstenite v0.21.0
34272026-08-24T19:57:05.040Z Checking ignore v0.4.25
34282026-08-24T19:57:05.067Z Checking anstyle-parse v0.2.7
34292026-08-24T19:57:05.096Z Compiling xshell-macros v0.2.7
34302026-08-24T19:57:05.119Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34312026-08-24T19:57:05.217Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-08-24T19:57:05.339Z Checking anstream v0.6.21
34332026-08-24T19:57:05.373Z Checking tokio-tungstenite v0.21.0
34342026-08-24T19:57:05.421Z Checking predicates-tree v1.0.13
34352026-08-24T19:57:05.446Z Checking globwalk v0.9.1
34362026-08-24T19:57:05.468Z Checking xshell v0.2.7
34372026-08-24T19:57:05.529Z Checking filetime v0.2.27
34382026-08-24T19:57:05.545Z Checking xattr v1.6.1
34392026-08-24T19:57:05.620Z Checking tagptr v0.2.0
34402026-08-24T19:57:05.646Z Checking camino-tempfile-ext v0.3.3
34412026-08-24T19:57:05.661Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34422026-08-24T19:57:05.665Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34432026-08-24T19:57:05.689Z Checking tar v0.4.46
34442026-08-24T19:57:05.760Z Checking moka v0.12.13
34452026-08-24T19:57:05.804Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34462026-08-24T19:57:05.835Z Checking rand_seeder v0.4.0
34472026-08-24T19:57:05.839Z Checking half v1.8.3
34482026-08-24T19:57:05.945Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34492026-08-24T19:57:05.982Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34502026-08-24T19:57:06.049Z Checking serde_cbor v0.11.2
34512026-08-24T19:57:06.066Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34522026-08-24T19:57:06.280Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34532026-08-24T19:57:06.318Z Checking digest-io v0.1.0
34542026-08-24T19:57:06.394Z Checking hickory-resolver v0.25.2
34552026-08-24T19:57:06.422Z Compiling petname v2.0.2
34562026-08-24T19:57:06.447Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34572026-08-24T19:57:06.553Z Compiling progenitor-macro v0.14.0
34582026-08-24T19:57:06.807Z Checking rawzip v0.4.4
34592026-08-24T19:57:06.948Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34602026-08-24T19:57:07.130Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612026-08-24T19:57:07.152Z Checking sapling-renderdag v0.1.0
34622026-08-24T19:57:07.290Z Checking subprocess v0.2.15
34632026-08-24T19:57:07.402Z Checking sync-ptr v0.1.4
34642026-08-24T19:57:07.520Z Checking colored v2.2.0
34652026-08-24T19:57:07.577Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34662026-08-24T19:57:07.596Z Checking assert_matches v1.5.0
34672026-08-24T19:57:07.783Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34682026-08-24T19:57:07.845Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34692026-08-24T19:57:07.942Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34702026-08-24T19:57:07.978Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-24T19:57:08.473Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34722026-08-24T19:57:08.473Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34732026-08-24T19:57:09.561Z Checking progenitor v0.14.0
34742026-08-24T19:57:09.696Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34752026-08-24T19:57:09.699Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34762026-08-24T19:57:09.700Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34772026-08-24T19:57:09.700Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34782026-08-24T19:57:09.700Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34792026-08-24T19:57:09.700Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34802026-08-24T19:57:09.874Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34812026-08-24T19:57:10.113Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34822026-08-24T19:57:10.245Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34832026-08-24T19:57:10.267Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34842026-08-24T19:57:10.350Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34852026-08-24T19:57:10.585Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34862026-08-24T19:57:11.268Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34872026-08-24T19:57:11.435Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34882026-08-24T19:57:11.919Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34892026-08-24T19:57:12.733Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34902026-08-24T19:57:21.351Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34912026-08-24T19:57:28.541Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34922026-08-24T19:57:28.541Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34932026-08-24T19:57:28.544Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34942026-08-24T19:57:30.045Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34952026-08-24T19:57:31.305Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34962026-08-24T19:57:33.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.54s
34972026-08-24T19:57:33.724Z
34982026-08-24T19:57:33.724Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
34992026-08-24T19:57:34.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-08-24T19:57:34.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-08-24T19:57:34.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-08-24T19:57:34.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35032026-08-24T19:57:34.347Z
35042026-08-24T19:57:34.347Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35052026-08-24T19:57:34.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-08-24T19:57:34.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-08-24T19:57:34.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-08-24T19:57:34.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35092026-08-24T19:57:34.926Z
35102026-08-24T19:57:34.926Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35112026-08-24T19:57:35.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-08-24T19:57:35.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-08-24T19:57:35.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-08-24T19:57:35.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35152026-08-24T19:57:35.503Z
35162026-08-24T19:57:35.503Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35172026-08-24T19:57:35.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-08-24T19:57:35.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-08-24T19:57:35.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-08-24T19:57:35.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35212026-08-24T19:57:36.081Z
35222026-08-24T19:57:36.081Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35232026-08-24T19:57:36.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-08-24T19:57:36.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-08-24T19:57:36.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-08-24T19:57:36.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35272026-08-24T19:57:36.646Z
35282026-08-24T19:57:36.646Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35292026-08-24T19:57:37.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-08-24T19:57:37.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-08-24T19:57:37.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-08-24T19:57:37.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35332026-08-24T19:57:37.211Z
35342026-08-24T19:57:37.211Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35352026-08-24T19:57:37.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-08-24T19:57:37.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-08-24T19:57:37.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-08-24T19:57:37.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35392026-08-24T19:57:37.769Z
35402026-08-24T19:57:37.769Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35412026-08-24T19:57:38.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-08-24T19:57:38.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-08-24T19:57:38.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-08-24T19:57:38.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35452026-08-24T19:57:38.325Z
35462026-08-24T19:57:38.325Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35472026-08-24T19:57:38.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-08-24T19:57:38.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-08-24T19:57:38.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-08-24T19:57:38.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35512026-08-24T19:57:38.904Z
35522026-08-24T19:57:38.904Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35532026-08-24T19:57:39.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-08-24T19:57:39.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-08-24T19:57:39.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-08-24T19:57:39.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-08-24T19:57:39.498Z
35582026-08-24T19:57:39.498Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35592026-08-24T19:57:39.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-08-24T19:57:39.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-08-24T19:57:39.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-08-24T19:57:39.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-08-24T19:57:40.082Z
35642026-08-24T19:57:40.082Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35652026-08-24T19:57:40.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-08-24T19:57:40.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-08-24T19:57:40.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-08-24T19:57:40.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-08-24T19:57:40.668Z
35702026-08-24T19:57:40.668Zinfo: running `cargo check --bins` on key-manager (158/377)
35712026-08-24T19:57:41.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-08-24T19:57:41.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-08-24T19:57:41.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-08-24T19:57:41.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35752026-08-24T19:57:41.242Z
35762026-08-24T19:57:41.242Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35772026-08-24T19:57:41.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-08-24T19:57:41.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-08-24T19:57:41.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-08-24T19:57:41.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35812026-08-24T19:57:41.825Z
35822026-08-24T19:57:41.825Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35832026-08-24T19:57:42.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-08-24T19:57:42.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-08-24T19:57:42.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-08-24T19:57:42.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35872026-08-24T19:57:42.410Z
35882026-08-24T19:57:42.410Zinfo: running `cargo check --bins` on typed-rng (161/377)
35892026-08-24T19:57:42.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-08-24T19:57:42.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-08-24T19:57:42.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-08-24T19:57:42.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35932026-08-24T19:57:42.964Z
35942026-08-24T19:57:42.964Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35952026-08-24T19:57:43.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-08-24T19:57:43.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-08-24T19:57:43.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-08-24T19:57:43.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35992026-08-24T19:57:43.578Z
36002026-08-24T19:57:43.578Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
36012026-08-24T19:57:44.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-08-24T19:57:44.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-08-24T19:57:44.305Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36042026-08-24T19:57:44.309Z Checking void v1.0.2
36052026-08-24T19:57:44.309Z Checking tungstenite v0.23.0
36062026-08-24T19:57:44.309Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36072026-08-24T19:57:44.309Z Checking dropshot-api-manager-types v0.8.0
36082026-08-24T19:57:44.309Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36092026-08-24T19:57:44.309Z Checking nix v0.27.1
36102026-08-24T19:57:44.309Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36112026-08-24T19:57:44.510Z Checking lzss v0.8.2
36122026-08-24T19:57:44.567Z Checking kstat-rs v0.2.5
36132026-08-24T19:57:44.620Z Checking fxhash v0.2.1
36142026-08-24T19:57:44.686Z Checking serde_bytes v0.11.19
36152026-08-24T19:57:44.708Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36162026-08-24T19:57:44.722Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36172026-08-24T19:57:44.735Z Checking signal-hook-tokio v0.3.1
36182026-08-24T19:57:44.746Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36192026-08-24T19:57:44.878Z Checking tokio-tungstenite v0.23.1
36202026-08-24T19:57:44.917Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36212026-08-24T19:57:45.999Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36222026-08-24T19:57:46.537Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36232026-08-24T19:57:48.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
36242026-08-24T19:57:48.857Z
36252026-08-24T19:57:48.858Zinfo: running `cargo check --bins` on gateway-api (164/377)
36262026-08-24T19:57:49.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-08-24T19:57:49.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-08-24T19:57:49.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-08-24T19:57:49.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36302026-08-24T19:57:49.427Z
36312026-08-24T19:57:49.427Zinfo: running `cargo check --bins` on ipcc (165/377)
36322026-08-24T19:57:49.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-08-24T19:57:49.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-08-24T19:57:49.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-08-24T19:57:49.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36362026-08-24T19:57:49.994Z
36372026-08-24T19:57:49.994Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36382026-08-24T19:57:50.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-08-24T19:57:50.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-08-24T19:57:50.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-08-24T19:57:50.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-08-24T19:57:50.546Z
36432026-08-24T19:57:50.546Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36442026-08-24T19:57:51.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-08-24T19:57:51.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-08-24T19:57:51.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-08-24T19:57:51.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36482026-08-24T19:57:51.135Z
36492026-08-24T19:57:51.135Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36502026-08-24T19:57:51.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-08-24T19:57:51.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-08-24T19:57:51.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-08-24T19:57:51.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36542026-08-24T19:57:51.701Z
36552026-08-24T19:57:51.701Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36562026-08-24T19:57:52.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-08-24T19:57:52.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-08-24T19:57:52.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-08-24T19:57:52.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36602026-08-24T19:57:52.269Z
36612026-08-24T19:57:52.269Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36622026-08-24T19:57:52.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-08-24T19:57:52.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-08-24T19:57:52.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-08-24T19:57:52.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36662026-08-24T19:57:52.843Z
36672026-08-24T19:57:52.843Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36682026-08-24T19:57:53.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-08-24T19:57:53.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-08-24T19:57:53.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-08-24T19:57:53.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36722026-08-24T19:57:53.434Z
36732026-08-24T19:57:53.434Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36742026-08-24T19:57:53.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-08-24T19:57:53.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-08-24T19:57:53.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-08-24T19:57:53.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36782026-08-24T19:57:54.010Z
36792026-08-24T19:57:54.010Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36802026-08-24T19:57:54.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-08-24T19:57:54.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-08-24T19:57:54.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-08-24T19:57:54.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36842026-08-24T19:57:54.583Z
36852026-08-24T19:57:54.583Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36862026-08-24T19:57:55.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-08-24T19:57:55.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-08-24T19:57:55.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-08-24T19:57:55.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-08-24T19:57:55.157Z
36912026-08-24T19:57:55.157Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36922026-08-24T19:57:55.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-08-24T19:57:55.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-08-24T19:57:55.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-08-24T19:57:55.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-08-24T19:57:55.734Z
36972026-08-24T19:57:55.734Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
36982026-08-24T19:57:56.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-08-24T19:57:56.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-08-24T19:57:56.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-08-24T19:57:56.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37022026-08-24T19:57:56.310Z
37032026-08-24T19:57:56.311Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37042026-08-24T19:57:56.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-08-24T19:57:56.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-08-24T19:57:56.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-08-24T19:57:56.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37082026-08-24T19:57:56.887Z
37092026-08-24T19:57:56.887Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37102026-08-24T19:57:57.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-08-24T19:57:57.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-08-24T19:57:57.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-08-24T19:57:57.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37142026-08-24T19:57:57.465Z
37152026-08-24T19:57:57.465Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37162026-08-24T19:57:57.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-08-24T19:57:57.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-08-24T19:57:57.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-08-24T19:57:57.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37202026-08-24T19:57:58.041Z
37212026-08-24T19:57:58.041Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37222026-08-24T19:57:58.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-08-24T19:57:58.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-08-24T19:57:58.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-08-24T19:57:58.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37262026-08-24T19:57:58.611Z
37272026-08-24T19:57:58.611Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37282026-08-24T19:57:59.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-08-24T19:57:59.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-08-24T19:57:59.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-08-24T19:57:59.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37322026-08-24T19:57:59.188Z
37332026-08-24T19:57:59.188Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37342026-08-24T19:57:59.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-08-24T19:57:59.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-08-24T19:57:59.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-08-24T19:57:59.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37382026-08-24T19:57:59.761Z
37392026-08-24T19:57:59.761Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37402026-08-24T19:58:00.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-08-24T19:58:00.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-08-24T19:58:00.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-08-24T19:58:00.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37442026-08-24T19:58:00.331Z
37452026-08-24T19:58:00.331Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37462026-08-24T19:58:00.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-08-24T19:58:00.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-08-24T19:58:00.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-08-24T19:58:00.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37502026-08-24T19:58:00.905Z
37512026-08-24T19:58:00.905Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37522026-08-24T19:58:01.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-08-24T19:58:01.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-08-24T19:58:01.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-08-24T19:58:01.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37562026-08-24T19:58:01.487Z
37572026-08-24T19:58:01.487Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37582026-08-24T19:58:01.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-08-24T19:58:01.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-08-24T19:58:01.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-08-24T19:58:01.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37622026-08-24T19:58:02.073Z
37632026-08-24T19:58:02.073Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37642026-08-24T19:58:02.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-08-24T19:58:02.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-08-24T19:58:02.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-08-24T19:58:02.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37682026-08-24T19:58:02.657Z
37692026-08-24T19:58:02.658Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37702026-08-24T19:58:03.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-08-24T19:58:03.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-08-24T19:58:03.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-08-24T19:58:03.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37742026-08-24T19:58:03.245Z
37752026-08-24T19:58:03.245Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37762026-08-24T19:58:03.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-08-24T19:58:03.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-08-24T19:58:03.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-08-24T19:58:03.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37802026-08-24T19:58:03.831Z
37812026-08-24T19:58:03.831Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37822026-08-24T19:58:04.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-08-24T19:58:04.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-08-24T19:58:04.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-08-24T19:58:04.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37862026-08-24T19:58:04.422Z
37872026-08-24T19:58:04.423Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37882026-08-24T19:58:04.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-08-24T19:58:04.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-08-24T19:58:04.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-08-24T19:58:04.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37922026-08-24T19:58:05.018Z
37932026-08-24T19:58:05.018Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37942026-08-24T19:58:05.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-08-24T19:58:05.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-08-24T19:58:05.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-08-24T19:58:05.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37982026-08-24T19:58:05.616Z
37992026-08-24T19:58:05.616Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
38002026-08-24T19:58:06.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-08-24T19:58:06.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-08-24T19:58:06.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-08-24T19:58:06.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-08-24T19:58:06.210Z
38052026-08-24T19:58:06.210Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38062026-08-24T19:58:06.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-08-24T19:58:06.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-08-24T19:58:06.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-08-24T19:58:06.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38102026-08-24T19:58:06.802Z
38112026-08-24T19:58:06.802Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38122026-08-24T19:58:07.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-08-24T19:58:07.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-08-24T19:58:07.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-08-24T19:58:07.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-08-24T19:58:07.399Z
38172026-08-24T19:58:07.399Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38182026-08-24T19:58:07.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-08-24T19:58:07.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-08-24T19:58:07.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-08-24T19:58:07.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38222026-08-24T19:58:07.991Z
38232026-08-24T19:58:07.991Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38242026-08-24T19:58:08.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-08-24T19:58:08.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-08-24T19:58:08.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-08-24T19:58:08.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38282026-08-24T19:58:08.572Z
38292026-08-24T19:58:08.572Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38302026-08-24T19:58:09.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-08-24T19:58:09.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-08-24T19:58:09.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-08-24T19:58:09.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38342026-08-24T19:58:09.156Z
38352026-08-24T19:58:09.156Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38362026-08-24T19:58:09.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-08-24T19:58:09.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-08-24T19:58:09.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-08-24T19:58:09.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38402026-08-24T19:58:09.747Z
38412026-08-24T19:58:09.747Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38422026-08-24T19:58:10.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-08-24T19:58:10.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-08-24T19:58:10.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-08-24T19:58:10.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38462026-08-24T19:58:10.336Z
38472026-08-24T19:58:10.336Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38482026-08-24T19:58:10.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-08-24T19:58:10.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-08-24T19:58:10.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-08-24T19:58:10.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38522026-08-24T19:58:10.926Z
38532026-08-24T19:58:10.926Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38542026-08-24T19:58:11.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-08-24T19:58:11.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-08-24T19:58:11.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-08-24T19:58:11.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38582026-08-24T19:58:11.515Z
38592026-08-24T19:58:11.515Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38602026-08-24T19:58:12.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-08-24T19:58:12.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-08-24T19:58:12.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-08-24T19:58:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38642026-08-24T19:58:12.104Z
38652026-08-24T19:58:12.104Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38662026-08-24T19:58:12.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-08-24T19:58:12.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-08-24T19:58:12.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-08-24T19:58:12.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38702026-08-24T19:58:12.680Z
38712026-08-24T19:58:12.680Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38722026-08-24T19:58:13.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-08-24T19:58:13.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-08-24T19:58:13.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-08-24T19:58:13.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38762026-08-24T19:58:13.250Z
38772026-08-24T19:58:13.250Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38782026-08-24T19:58:13.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-08-24T19:58:13.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-08-24T19:58:13.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-08-24T19:58:13.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38822026-08-24T19:58:13.819Z
38832026-08-24T19:58:13.819Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38842026-08-24T19:58:14.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-08-24T19:58:14.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-08-24T19:58:14.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-08-24T19:58:14.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38882026-08-24T19:58:14.389Z
38892026-08-24T19:58:14.389Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38902026-08-24T19:58:14.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-08-24T19:58:14.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-08-24T19:58:14.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-08-24T19:58:14.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38942026-08-24T19:58:14.960Z
38952026-08-24T19:58:14.961Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38962026-08-24T19:58:15.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-08-24T19:58:15.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-08-24T19:58:15.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-08-24T19:58:15.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39002026-08-24T19:58:15.532Z
39012026-08-24T19:58:15.532Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
39022026-08-24T19:58:16.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-08-24T19:58:16.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-08-24T19:58:16.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-08-24T19:58:16.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39062026-08-24T19:58:16.104Z
39072026-08-24T19:58:16.104Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39082026-08-24T19:58:16.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-08-24T19:58:16.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-08-24T19:58:16.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-08-24T19:58:16.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39122026-08-24T19:58:16.678Z
39132026-08-24T19:58:16.678Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39142026-08-24T19:58:17.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-08-24T19:58:17.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-08-24T19:58:17.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-08-24T19:58:17.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39182026-08-24T19:58:17.250Z
39192026-08-24T19:58:17.250Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39202026-08-24T19:58:17.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-08-24T19:58:17.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-08-24T19:58:17.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-08-24T19:58:17.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39242026-08-24T19:58:17.825Z
39252026-08-24T19:58:17.825Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39262026-08-24T19:58:18.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-08-24T19:58:18.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-08-24T19:58:18.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-08-24T19:58:18.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39302026-08-24T19:58:18.395Z
39312026-08-24T19:58:18.395Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39322026-08-24T19:58:18.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-24T19:58:18.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-24T19:58:18.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-08-24T19:58:18.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39362026-08-24T19:58:18.965Z
39372026-08-24T19:58:18.965Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39382026-08-24T19:58:19.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-24T19:58:19.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-24T19:58:19.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-08-24T19:58:19.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39422026-08-24T19:58:19.532Z
39432026-08-24T19:58:19.532Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39442026-08-24T19:58:20.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-08-24T19:58:20.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-08-24T19:58:20.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-08-24T19:58:20.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39482026-08-24T19:58:20.101Z
39492026-08-24T19:58:20.101Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39502026-08-24T19:58:20.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-08-24T19:58:20.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-08-24T19:58:20.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-08-24T19:58:20.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39542026-08-24T19:58:20.676Z
39552026-08-24T19:58:20.676Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39562026-08-24T19:58:21.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-08-24T19:58:21.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-08-24T19:58:21.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-08-24T19:58:21.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39602026-08-24T19:58:21.240Z
39612026-08-24T19:58:21.240Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39622026-08-24T19:58:21.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-24T19:58:21.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-24T19:58:21.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-08-24T19:58:21.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39662026-08-24T19:58:21.825Z
39672026-08-24T19:58:21.825Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39682026-08-24T19:58:22.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-24T19:58:22.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-24T19:58:22.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-08-24T19:58:22.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39722026-08-24T19:58:22.414Z
39732026-08-24T19:58:22.414Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39742026-08-24T19:58:22.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-08-24T19:58:22.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-08-24T19:58:22.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-08-24T19:58:22.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39782026-08-24T19:58:23.001Z
39792026-08-24T19:58:23.002Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39802026-08-24T19:58:23.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-08-24T19:58:23.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-08-24T19:58:23.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-08-24T19:58:23.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39842026-08-24T19:58:23.589Z
39852026-08-24T19:58:23.589Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39862026-08-24T19:58:24.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-24T19:58:24.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-24T19:58:24.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-08-24T19:58:24.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39902026-08-24T19:58:24.175Z
39912026-08-24T19:58:24.175Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39922026-08-24T19:58:24.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-08-24T19:58:24.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-08-24T19:58:24.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-08-24T19:58:24.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39962026-08-24T19:58:24.762Z
39972026-08-24T19:58:24.762Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
39982026-08-24T19:58:25.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-08-24T19:58:25.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-08-24T19:58:25.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-08-24T19:58:25.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40022026-08-24T19:58:25.352Z
40032026-08-24T19:58:25.353Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40042026-08-24T19:58:25.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-08-24T19:58:25.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-08-24T19:58:25.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-08-24T19:58:25.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-08-24T19:58:25.932Z
40092026-08-24T19:58:25.933Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40102026-08-24T19:58:26.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-08-24T19:58:26.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-08-24T19:58:26.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-08-24T19:58:26.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-08-24T19:58:26.519Z
40152026-08-24T19:58:26.519Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40162026-08-24T19:58:27.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-08-24T19:58:27.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-08-24T19:58:27.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-08-24T19:58:27.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40202026-08-24T19:58:27.107Z
40212026-08-24T19:58:27.107Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40222026-08-24T19:58:27.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-08-24T19:58:27.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-08-24T19:58:27.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-08-24T19:58:27.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40262026-08-24T19:58:27.686Z
40272026-08-24T19:58:27.686Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40282026-08-24T19:58:28.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-08-24T19:58:28.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-08-24T19:58:28.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-08-24T19:58:28.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40322026-08-24T19:58:28.339Z
40332026-08-24T19:58:28.340Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40342026-08-24T19:58:28.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-08-24T19:58:28.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-08-24T19:58:28.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-08-24T19:58:28.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40382026-08-24T19:58:28.853Z
40392026-08-24T19:58:28.853Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40402026-08-24T19:58:29.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-08-24T19:58:29.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-08-24T19:58:29.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-08-24T19:58:29.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40442026-08-24T19:58:29.440Z
40452026-08-24T19:58:29.440Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40462026-08-24T19:58:29.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-08-24T19:58:29.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-08-24T19:58:29.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-08-24T19:58:29.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40502026-08-24T19:58:30.026Z
40512026-08-24T19:58:30.027Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40522026-08-24T19:58:30.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-08-24T19:58:30.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-08-24T19:58:30.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-08-24T19:58:30.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40562026-08-24T19:58:30.632Z
40572026-08-24T19:58:30.632Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40582026-08-24T19:58:31.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-08-24T19:58:31.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-08-24T19:58:31.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-08-24T19:58:31.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40622026-08-24T19:58:31.203Z
40632026-08-24T19:58:31.204Zinfo: running `cargo check --bins` on dns-server (237/377)
40642026-08-24T19:58:31.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-08-24T19:58:31.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-08-24T19:58:31.844Z Compiling parking_lot_core v0.8.6
40672026-08-24T19:58:31.847Z Compiling git-stub v1.0.0
40682026-08-24T19:58:31.847Z Checking prefix-trie v0.7.0
40692026-08-24T19:58:31.964Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40702026-08-24T19:58:32.073Z Compiling git-stub-vcs v0.1.0
40712026-08-24T19:58:32.232Z Checking hickory-server v0.25.2
40722026-08-24T19:58:32.341Z Checking parking_lot v0.11.2
40732026-08-24T19:58:32.368Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40742026-08-24T19:58:32.503Z Checking sled v0.34.7
40752026-08-24T19:58:34.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
40762026-08-24T19:58:34.568Z
40772026-08-24T19:58:34.569Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40782026-08-24T19:58:35.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-08-24T19:58:35.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-08-24T19:58:35.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-08-24T19:58:35.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40822026-08-24T19:58:35.135Z
40832026-08-24T19:58:35.135Zinfo: running `cargo check --bins` on nexus-client (239/377)
40842026-08-24T19:58:35.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-08-24T19:58:35.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-08-24T19:58:35.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-08-24T19:58:35.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-08-24T19:58:35.740Z
40892026-08-24T19:58:35.740Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40902026-08-24T19:58:36.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-08-24T19:58:36.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-08-24T19:58:36.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-08-24T19:58:36.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40942026-08-24T19:58:36.317Z
40952026-08-24T19:58:36.317Zinfo: running `cargo check --bins` on sp-sim (241/377)
40962026-08-24T19:58:36.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-08-24T19:58:36.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-08-24T19:58:37.013Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40992026-08-24T19:58:37.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41002026-08-24T19:58:37.717Z
41012026-08-24T19:58:37.717Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
41022026-08-24T19:58:38.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-08-24T19:58:38.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-08-24T19:58:38.534Z Compiling proc-macro-error-attr2 v2.0.0
41052026-08-24T19:58:38.664Z Compiling rfc6979 v0.4.0
41062026-08-24T19:58:38.664Z Compiling hashbrown v0.14.5
41072026-08-24T19:58:38.680Z Compiling salty v0.3.0
41082026-08-24T19:58:38.692Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41092026-08-24T19:58:38.703Z Compiling primeorder v0.13.6
41102026-08-24T19:58:38.719Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41112026-08-24T19:58:38.773Z Compiling ecdsa v0.16.9
41122026-08-24T19:58:38.845Z Compiling sha1 v0.10.6
41132026-08-24T19:58:38.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41142026-08-24T19:58:39.026Z Compiling proc-macro-error2 v2.0.1
41152026-08-24T19:58:39.127Z Compiling p384 v0.13.1
41162026-08-24T19:58:39.145Z Compiling chumsky v0.9.3
41172026-08-24T19:58:39.161Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41182026-08-24T19:58:39.217Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41192026-08-24T19:58:39.326Z Compiling knus-derive v3.4.0
41202026-08-24T19:58:39.377Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41212026-08-24T19:58:39.404Z Checking libscf-sys v1.2.0
41222026-08-24T19:58:39.436Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41232026-08-24T19:58:39.530Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41242026-08-24T19:58:39.650Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41252026-08-24T19:58:39.667Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41262026-08-24T19:58:39.850Z Checking corncobs v0.1.4
41272026-08-24T19:58:39.878Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41282026-08-24T19:58:39.882Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41292026-08-24T19:58:39.908Z Checking papergrid v0.18.0
41302026-08-24T19:58:39.917Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41312026-08-24T19:58:39.972Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41322026-08-24T19:58:40.053Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41332026-08-24T19:58:40.073Z Checking secrecy v0.8.0
41342026-08-24T19:58:40.195Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41352026-08-24T19:58:40.218Z Compiling unicase v2.9.0
41362026-08-24T19:58:40.352Z Compiling illumos-nvpair-sys v0.2.0
41372026-08-24T19:58:40.414Z Compiling mime_guess v2.0.5
41382026-08-24T19:58:40.429Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41392026-08-24T19:58:40.443Z Compiling progenitor-impl v0.13.0
41402026-08-24T19:58:40.551Z Checking crc8 v0.1.1
41412026-08-24T19:58:40.671Z Checking tabled v0.21.0
41422026-08-24T19:58:40.674Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41432026-08-24T19:58:40.702Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41442026-08-24T19:58:40.717Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41452026-08-24T19:58:40.762Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41462026-08-24T19:58:40.765Z Compiling knus v3.4.0
41472026-08-24T19:58:41.270Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41482026-08-24T19:58:41.535Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41492026-08-24T19:58:41.648Z Checking progenitor-client v0.13.0
41502026-08-24T19:58:41.677Z Checking http-range v0.1.5
41512026-08-24T19:58:41.802Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41522026-08-24T19:58:41.833Z Checking illumos-nvpair v0.3.0
41532026-08-24T19:58:41.880Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41542026-08-24T19:58:41.985Z Checking scuffle v0.1.0
41552026-08-24T19:58:41.995Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41562026-08-24T19:58:42.203Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41572026-08-24T19:58:42.570Z Checking nanorand v0.7.0
41582026-08-24T19:58:42.600Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41592026-08-24T19:58:42.776Z Checking flume v0.11.1
41602026-08-24T19:58:42.810Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41612026-08-24T19:58:42.861Z Checking hyper-staticfile v0.10.1
41622026-08-24T19:58:42.913Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41632026-08-24T19:58:42.938Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41642026-08-24T19:58:43.029Z Compiling progenitor-macro v0.13.0
41652026-08-24T19:58:43.048Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41662026-08-24T19:58:43.099Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41672026-08-24T19:58:43.141Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41682026-08-24T19:58:43.351Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41692026-08-24T19:58:43.396Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41702026-08-24T19:58:43.448Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41712026-08-24T19:58:43.518Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41722026-08-24T19:58:43.768Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41732026-08-24T19:58:43.818Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41742026-08-24T19:58:43.909Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41752026-08-24T19:58:45.298Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41762026-08-24T19:58:46.294Z Checking progenitor v0.13.0
41772026-08-24T19:58:46.432Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41782026-08-24T19:58:47.301Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41792026-08-24T19:58:48.370Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41802026-08-24T19:58:48.685Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41812026-08-24T19:58:48.942Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41822026-08-24T19:58:48.946Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41832026-08-24T19:59:02.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.49s
41842026-08-24T19:59:02.219Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41852026-08-24T19:59:02.219Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41862026-08-24T19:59:02.415Z
41872026-08-24T19:59:02.415Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41882026-08-24T19:59:02.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-08-24T19:59:02.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-08-24T19:59:03.192Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41912026-08-24T19:59:13.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
41922026-08-24T19:59:13.716Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41932026-08-24T19:59:13.716Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41942026-08-24T19:59:13.914Z
41952026-08-24T19:59:13.914Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41962026-08-24T19:59:14.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-08-24T19:59:14.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-08-24T19:59:14.685Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41992026-08-24T19:59:25.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
42002026-08-24T19:59:25.136Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42012026-08-24T19:59:25.136Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42022026-08-24T19:59:25.334Z
42032026-08-24T19:59:25.334Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
42042026-08-24T19:59:25.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-24T19:59:25.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-24T19:59:26.107Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42072026-08-24T19:59:36.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
42082026-08-24T19:59:36.623Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42092026-08-24T19:59:36.623Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42102026-08-24T19:59:36.824Z
42112026-08-24T19:59:36.824Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42122026-08-24T19:59:37.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-08-24T19:59:37.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-08-24T19:59:37.591Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42152026-08-24T19:59:48.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
42162026-08-24T19:59:48.086Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42172026-08-24T19:59:48.086Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42182026-08-24T19:59:48.282Z
42192026-08-24T19:59:48.282Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42202026-08-24T19:59:48.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-08-24T19:59:48.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-08-24T19:59:49.054Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42232026-08-24T19:59:59.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
42242026-08-24T19:59:59.550Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42252026-08-24T19:59:59.550Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42262026-08-24T19:59:59.755Z
42272026-08-24T19:59:59.755Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42282026-08-24T20:00:00.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-24T20:00:00.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-24T20:00:00.552Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42312026-08-24T20:00:11.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
42322026-08-24T20:00:11.116Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42332026-08-24T20:00:11.117Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42342026-08-24T20:00:11.309Z
42352026-08-24T20:00:11.309Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42362026-08-24T20:00:11.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-08-24T20:00:11.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-08-24T20:00:12.085Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42392026-08-24T20:00:22.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
42402026-08-24T20:00:22.619Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42412026-08-24T20:00:22.619Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42422026-08-24T20:00:22.811Z
42432026-08-24T20:00:22.811Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42442026-08-24T20:00:23.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-08-24T20:00:23.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-08-24T20:00:23.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-08-24T20:00:23.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42482026-08-24T20:00:23.387Z
42492026-08-24T20:00:23.388Zinfo: running `cargo check --bins` on installinator-common (251/377)
42502026-08-24T20:00:23.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-08-24T20:00:23.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-08-24T20:00:23.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-08-24T20:00:23.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42542026-08-24T20:00:23.978Z
42552026-08-24T20:00:23.978Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42562026-08-24T20:00:24.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-08-24T20:00:24.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-08-24T20:00:24.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-08-24T20:00:24.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42602026-08-24T20:00:24.538Z
42612026-08-24T20:00:24.539Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42622026-08-24T20:00:25.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-08-24T20:00:25.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-08-24T20:00:25.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-08-24T20:00:25.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42662026-08-24T20:00:25.156Z
42672026-08-24T20:00:25.156Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42682026-08-24T20:00:25.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-08-24T20:00:25.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-08-24T20:00:25.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-08-24T20:00:25.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42722026-08-24T20:00:25.717Z
42732026-08-24T20:00:25.717Zinfo: running `cargo check --bins` on range-requests (255/377)
42742026-08-24T20:00:26.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-08-24T20:00:26.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-08-24T20:00:26.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-08-24T20:00:26.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42782026-08-24T20:00:26.281Z
42792026-08-24T20:00:26.281Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42802026-08-24T20:00:26.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-08-24T20:00:26.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-08-24T20:00:26.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-08-24T20:00:26.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42842026-08-24T20:00:26.847Z
42852026-08-24T20:00:26.847Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42862026-08-24T20:00:27.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-08-24T20:00:27.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-08-24T20:00:27.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-08-24T20:00:27.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42902026-08-24T20:00:27.406Z
42912026-08-24T20:00:27.406Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42922026-08-24T20:00:27.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-24T20:00:27.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-24T20:00:27.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-24T20:00:27.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42962026-08-24T20:00:27.997Z
42972026-08-24T20:00:27.997Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42982026-08-24T20:00:28.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-24T20:00:28.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-24T20:00:28.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-08-24T20:00:28.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43022026-08-24T20:00:28.642Z
43032026-08-24T20:00:28.642Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
43042026-08-24T20:00:29.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-08-24T20:00:29.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-08-24T20:00:29.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-08-24T20:00:29.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43082026-08-24T20:00:29.158Z
43092026-08-24T20:00:29.158Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43102026-08-24T20:00:29.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-08-24T20:00:29.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-08-24T20:00:29.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-08-24T20:00:29.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43142026-08-24T20:00:29.769Z
43152026-08-24T20:00:29.769Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43162026-08-24T20:00:30.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-08-24T20:00:30.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-08-24T20:00:30.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-08-24T20:00:30.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43202026-08-24T20:00:30.342Z
43212026-08-24T20:00:30.342Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43222026-08-24T20:00:30.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-08-24T20:00:30.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-08-24T20:00:30.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-08-24T20:00:30.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43262026-08-24T20:00:30.934Z
43272026-08-24T20:00:30.934Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43282026-08-24T20:00:31.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-24T20:00:31.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-24T20:00:31.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-08-24T20:00:31.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43322026-08-24T20:00:31.530Z
43332026-08-24T20:00:31.530Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43342026-08-24T20:00:32.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-08-24T20:00:32.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-08-24T20:00:32.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-08-24T20:00:32.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43382026-08-24T20:00:32.123Z
43392026-08-24T20:00:32.123Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43402026-08-24T20:00:32.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-24T20:00:32.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-24T20:00:32.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-08-24T20:00:32.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43442026-08-24T20:00:32.718Z
43452026-08-24T20:00:32.718Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43462026-08-24T20:00:33.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-08-24T20:00:33.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-08-24T20:00:33.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-08-24T20:00:33.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43502026-08-24T20:00:33.311Z
43512026-08-24T20:00:33.311Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43522026-08-24T20:00:33.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-08-24T20:00:33.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-08-24T20:00:33.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43552026-08-24T20:00:33.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43562026-08-24T20:00:33.894Z
43572026-08-24T20:00:33.894Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43582026-08-24T20:00:34.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-08-24T20:00:34.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-08-24T20:00:34.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-08-24T20:00:34.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43622026-08-24T20:00:34.487Z
43632026-08-24T20:00:34.487Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43642026-08-24T20:00:35.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-08-24T20:00:35.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-08-24T20:00:35.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-08-24T20:00:35.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43682026-08-24T20:00:35.104Z
43692026-08-24T20:00:35.105Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43702026-08-24T20:00:35.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-08-24T20:00:35.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-08-24T20:00:35.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43732026-08-24T20:00:35.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43742026-08-24T20:00:39.411Z
43752026-08-24T20:00:39.411Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43762026-08-24T20:00:39.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-08-24T20:00:39.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-08-24T20:00:39.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-08-24T20:00:39.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43802026-08-24T20:00:39.463Z
43812026-08-24T20:00:39.463Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43822026-08-24T20:00:39.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-08-24T20:00:39.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-08-24T20:00:39.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-08-24T20:00:39.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43862026-08-24T20:00:39.463Z
43872026-08-24T20:00:39.463Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43882026-08-24T20:00:39.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-08-24T20:00:39.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-08-24T20:00:39.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-08-24T20:00:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43922026-08-24T20:00:39.464Z
43932026-08-24T20:00:39.464Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43942026-08-24T20:00:39.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-08-24T20:00:39.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-08-24T20:00:39.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-08-24T20:00:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43982026-08-24T20:00:39.464Z
43992026-08-24T20:00:39.464Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
44002026-08-24T20:00:39.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-08-24T20:00:39.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-08-24T20:00:39.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-08-24T20:00:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44042026-08-24T20:00:39.464Z
44052026-08-24T20:00:39.464Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44062026-08-24T20:00:39.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-08-24T20:00:39.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-08-24T20:00:39.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-08-24T20:00:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44102026-08-24T20:00:39.464Z
44112026-08-24T20:00:39.464Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44122026-08-24T20:00:39.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-08-24T20:00:39.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-08-24T20:00:39.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-08-24T20:00:39.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44162026-08-24T20:00:39.853Z
44172026-08-24T20:00:39.853Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44182026-08-24T20:00:40.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-08-24T20:00:40.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-08-24T20:00:40.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-08-24T20:00:40.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44222026-08-24T20:00:40.438Z
44232026-08-24T20:00:40.438Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44242026-08-24T20:00:40.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-08-24T20:00:40.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-08-24T20:00:40.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-08-24T20:00:40.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44282026-08-24T20:00:40.961Z
44292026-08-24T20:00:40.962Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44302026-08-24T20:00:41.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-08-24T20:00:41.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-08-24T20:00:41.653Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44332026-08-24T20:00:42.072Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44342026-08-24T20:00:43.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
44352026-08-24T20:00:43.412Z
44362026-08-24T20:00:43.412Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44372026-08-24T20:00:43.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-08-24T20:00:43.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-08-24T20:00:43.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-08-24T20:00:43.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44412026-08-24T20:00:43.976Z
44422026-08-24T20:00:43.976Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44432026-08-24T20:00:44.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-08-24T20:00:44.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-08-24T20:00:44.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-08-24T20:00:44.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44472026-08-24T20:00:44.546Z
44482026-08-24T20:00:44.546Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44492026-08-24T20:00:45.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-08-24T20:00:45.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-08-24T20:00:45.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-08-24T20:00:45.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44532026-08-24T20:00:45.142Z
44542026-08-24T20:00:45.142Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44552026-08-24T20:00:45.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-08-24T20:00:45.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-08-24T20:00:45.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-08-24T20:00:45.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44592026-08-24T20:00:45.689Z
44602026-08-24T20:00:45.689Zinfo: running `cargo check --bins` on installinator-client (286/377)
44612026-08-24T20:00:46.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-08-24T20:00:46.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-08-24T20:00:46.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-08-24T20:00:46.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44652026-08-24T20:00:46.258Z
44662026-08-24T20:00:46.258Zinfo: running `cargo check --bins` on oxide-client (287/377)
44672026-08-24T20:00:46.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-08-24T20:00:46.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-08-24T20:00:46.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-08-24T20:00:46.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44712026-08-24T20:00:46.813Z
44722026-08-24T20:00:46.814Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44732026-08-24T20:00:47.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-24T20:00:47.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-24T20:00:47.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-24T20:00:47.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44772026-08-24T20:00:47.381Z
44782026-08-24T20:00:47.381Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44792026-08-24T20:00:47.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-24T20:00:47.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-24T20:00:47.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-24T20:00:47.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44832026-08-24T20:00:47.972Z
44842026-08-24T20:00:47.972Zinfo: running `cargo check --bins` on wicket-common (290/377)
44852026-08-24T20:00:48.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-24T20:00:48.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-24T20:00:48.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-24T20:00:48.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44892026-08-24T20:00:48.550Z
44902026-08-24T20:00:48.550Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44912026-08-24T20:00:49.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-24T20:00:49.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-24T20:00:49.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-24T20:00:49.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44952026-08-24T20:00:49.123Z
44962026-08-24T20:00:49.123Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44972026-08-24T20:00:49.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-24T20:00:49.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-24T20:00:49.790Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45002026-08-24T20:00:49.797Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45012026-08-24T20:00:50.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
45022026-08-24T20:00:51.138Z
45032026-08-24T20:00:51.139Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
45042026-08-24T20:00:51.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-08-24T20:00:51.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-08-24T20:00:51.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45072026-08-24T20:00:51.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45082026-08-24T20:00:51.698Z
45092026-08-24T20:00:51.698Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45102026-08-24T20:00:52.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-08-24T20:00:52.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-08-24T20:00:52.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45132026-08-24T20:00:52.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45142026-08-24T20:00:52.353Z
45152026-08-24T20:00:52.353Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45162026-08-24T20:00:52.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-08-24T20:00:52.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-08-24T20:00:52.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-08-24T20:00:52.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45202026-08-24T20:00:52.991Z
45212026-08-24T20:00:52.991Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45222026-08-24T20:00:53.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-08-24T20:00:53.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-08-24T20:00:53.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-08-24T20:00:53.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45262026-08-24T20:00:53.610Z
45272026-08-24T20:00:53.610Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45282026-08-24T20:00:54.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-08-24T20:00:54.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-08-24T20:00:54.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-08-24T20:00:54.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45322026-08-24T20:00:54.233Z
45332026-08-24T20:00:54.233Zinfo: running `cargo check --bins` on db-macros (298/377)
45342026-08-24T20:00:54.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-08-24T20:00:54.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-08-24T20:00:54.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-08-24T20:00:54.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45382026-08-24T20:00:54.787Z
45392026-08-24T20:00:54.787Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45402026-08-24T20:00:55.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-08-24T20:00:55.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-08-24T20:00:55.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-08-24T20:00:55.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45442026-08-24T20:00:55.339Z
45452026-08-24T20:00:55.339Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45462026-08-24T20:00:55.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-08-24T20:00:55.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-08-24T20:00:55.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-08-24T20:00:55.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45502026-08-24T20:00:55.956Z
45512026-08-24T20:00:55.956Zinfo: running `cargo check --bins` on authz-macros (301/377)
45522026-08-24T20:00:56.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-08-24T20:00:56.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-08-24T20:00:56.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-08-24T20:00:56.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45562026-08-24T20:00:56.511Z
45572026-08-24T20:00:56.512Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45582026-08-24T20:00:57.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-08-24T20:00:57.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-08-24T20:00:57.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-08-24T20:00:57.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45622026-08-24T20:00:57.120Z
45632026-08-24T20:00:57.121Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45642026-08-24T20:00:57.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-08-24T20:00:57.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-08-24T20:00:57.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45672026-08-24T20:00:57.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45682026-08-24T20:00:57.737Z
45692026-08-24T20:00:57.737Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45702026-08-24T20:00:58.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-08-24T20:00:58.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-08-24T20:00:58.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45732026-08-24T20:00:58.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45742026-08-24T20:00:58.288Z
45752026-08-24T20:00:58.288Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45762026-08-24T20:00:58.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-08-24T20:00:58.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-08-24T20:00:58.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45792026-08-24T20:00:58.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45802026-08-24T20:00:58.852Z
45812026-08-24T20:00:58.853Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45822026-08-24T20:00:59.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-08-24T20:00:59.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-08-24T20:00:59.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-08-24T20:00:59.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45862026-08-24T20:00:59.404Z
45872026-08-24T20:00:59.404Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45882026-08-24T20:00:59.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-08-24T20:00:59.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-08-24T20:00:59.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-08-24T20:00:59.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45922026-08-24T20:01:00.015Z
45932026-08-24T20:01:00.015Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45942026-08-24T20:01:00.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-08-24T20:01:00.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-08-24T20:01:00.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45972026-08-24T20:01:00.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45982026-08-24T20:01:00.632Z
45992026-08-24T20:01:00.632Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
46002026-08-24T20:01:01.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-08-24T20:01:01.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-08-24T20:01:01.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46032026-08-24T20:01:01.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46042026-08-24T20:01:01.248Z
46052026-08-24T20:01:01.249Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46062026-08-24T20:01:01.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-08-24T20:01:01.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-08-24T20:01:01.979Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46092026-08-24T20:01:01.979Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46102026-08-24T20:01:02.620Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46112026-08-24T20:01:04.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
46122026-08-24T20:01:04.503Z
46132026-08-24T20:01:04.503Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46142026-08-24T20:01:04.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-08-24T20:01:04.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-08-24T20:01:04.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-08-24T20:01:04.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46182026-08-24T20:01:05.065Z
46192026-08-24T20:01:05.065Zinfo: running `cargo check --bins` on cert-dev (312/377)
46202026-08-24T20:01:05.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-24T20:01:05.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-24T20:01:05.672Z Checking yasna v0.5.2
46232026-08-24T20:01:06.071Z Checking rcgen v0.12.1
46242026-08-24T20:01:06.325Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46252026-08-24T20:01:06.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46262026-08-24T20:01:06.673Z
46272026-08-24T20:01:06.673Zinfo: running `cargo check --bins` on clickana (313/377)
46282026-08-24T20:01:07.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-08-24T20:01:07.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-08-24T20:01:07.309Z Compiling instability v0.3.11
46312026-08-24T20:01:07.321Z Checking castaway v0.2.4
46322026-08-24T20:01:07.321Z Compiling indoc v2.0.7
46332026-08-24T20:01:07.321Z Checking unicode-truncate v1.1.0
46342026-08-24T20:01:07.321Z Checking lru v0.12.5
46352026-08-24T20:01:07.322Z Checking cassowary v0.3.0
46362026-08-24T20:01:07.541Z Checking compact_str v0.8.1
46372026-08-24T20:01:08.321Z Checking ratatui v0.29.0
46382026-08-24T20:01:13.578Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46392026-08-24T20:01:13.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
46402026-08-24T20:01:13.628Z
46412026-08-24T20:01:13.628Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46422026-08-24T20:01:13.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-08-24T20:01:13.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-08-24T20:01:13.629Z Checking headers-core v0.3.0
46452026-08-24T20:01:13.629Z Checking port-file v0.1.0
46462026-08-24T20:01:13.629Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46472026-08-24T20:01:13.629Z Checking headers v0.4.1
46482026-08-24T20:01:13.629Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46492026-08-24T20:01:13.629Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46502026-08-24T20:01:13.629Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46512026-08-24T20:01:13.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
46522026-08-24T20:01:13.802Z
46532026-08-24T20:01:13.802Zinfo: running `cargo check --bins` on ch-dev (315/377)
46542026-08-24T20:01:14.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-08-24T20:01:14.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-08-24T20:01:14.306Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46572026-08-24T20:01:15.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46582026-08-24T20:01:15.247Z
46592026-08-24T20:01:15.247Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46602026-08-24T20:01:15.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-08-24T20:01:15.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-08-24T20:01:15.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46632026-08-24T20:01:15.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46642026-08-24T20:01:15.663Z
46652026-08-24T20:01:15.663Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46662026-08-24T20:01:16.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-08-24T20:01:16.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-08-24T20:01:16.284Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46692026-08-24T20:01:16.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
46702026-08-24T20:01:16.821Z
46712026-08-24T20:01:16.822Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46722026-08-24T20:01:17.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-08-24T20:01:17.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-08-24T20:01:17.532Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46752026-08-24T20:01:18.615Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46762026-08-24T20:01:18.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
46772026-08-24T20:01:19.155Z
46782026-08-24T20:01:19.155Zinfo: running `cargo check --bins` on db-dev (319/377)
46792026-08-24T20:01:19.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-24T20:01:19.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-24T20:01:19.866Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46822026-08-24T20:01:20.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46832026-08-24T20:01:20.806Z
46842026-08-24T20:01:20.807Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46852026-08-24T20:01:21.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-24T20:01:21.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-24T20:01:21.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-24T20:01:21.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46892026-08-24T20:01:21.418Z
46902026-08-24T20:01:21.418Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46912026-08-24T20:01:21.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-24T20:01:21.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-24T20:01:22.023Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46942026-08-24T20:01:22.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
46952026-08-24T20:01:22.871Z
46962026-08-24T20:01:22.871Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46972026-08-24T20:01:23.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-24T20:01:23.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-24T20:01:23.608Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47002026-08-24T20:01:23.608Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-24T20:01:23.611Z Checking git-stub v1.0.0
47022026-08-24T20:01:23.611Z Compiling trait-variant v0.1.2
47032026-08-24T20:01:23.611Z Checking maplit v1.0.2
47042026-08-24T20:01:23.612Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47052026-08-24T20:01:23.725Z Checking drift v0.2.0
47062026-08-24T20:01:23.730Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47072026-08-24T20:01:23.843Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47082026-08-24T20:01:23.864Z Checking git-stub-vcs v0.1.0
47092026-08-24T20:01:23.950Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47102026-08-24T20:01:24.010Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47112026-08-24T20:01:24.054Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47122026-08-24T20:01:24.069Z Checking dropshot-api-manager v0.8.0
47132026-08-24T20:01:24.084Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47142026-08-24T20:01:24.228Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47152026-08-24T20:01:24.460Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47162026-08-24T20:01:24.929Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47172026-08-24T20:01:25.884Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47182026-08-24T20:01:26.874Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47192026-08-24T20:01:27.668Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47202026-08-24T20:01:28.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47212026-08-24T20:01:28.310Z
47222026-08-24T20:01:28.310Zinfo: running `cargo check --bins` on installinator-api (323/377)
47232026-08-24T20:01:28.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-08-24T20:01:28.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-08-24T20:01:28.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47262026-08-24T20:01:28.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47272026-08-24T20:01:28.876Z
47282026-08-24T20:01:28.876Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47292026-08-24T20:01:29.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-24T20:01:29.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-24T20:01:29.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47322026-08-24T20:01:29.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47332026-08-24T20:01:29.483Z
47342026-08-24T20:01:29.483Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47352026-08-24T20:01:30.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-24T20:01:30.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-24T20:01:30.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-24T20:01:30.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47392026-08-24T20:01:30.099Z
47402026-08-24T20:01:30.099Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47412026-08-24T20:01:30.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-24T20:01:30.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-24T20:01:30.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47442026-08-24T20:01:30.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47452026-08-24T20:01:30.697Z
47462026-08-24T20:01:30.697Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47472026-08-24T20:01:31.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-08-24T20:01:31.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-08-24T20:01:31.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47502026-08-24T20:01:31.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47512026-08-24T20:01:31.268Z
47522026-08-24T20:01:31.269Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47532026-08-24T20:01:31.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47542026-08-24T20:01:31.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47552026-08-24T20:01:31.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47562026-08-24T20:01:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47572026-08-24T20:01:31.820Z
47582026-08-24T20:01:31.821Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47592026-08-24T20:01:32.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-08-24T20:01:32.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-08-24T20:01:32.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47622026-08-24T20:01:32.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47632026-08-24T20:01:32.407Z
47642026-08-24T20:01:32.408Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47652026-08-24T20:01:32.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-08-24T20:01:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-08-24T20:01:32.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47682026-08-24T20:01:32.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47692026-08-24T20:01:32.978Z
47702026-08-24T20:01:32.978Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47712026-08-24T20:01:33.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-08-24T20:01:33.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-08-24T20:01:33.597Z Compiling blake3 v1.8.5
47742026-08-24T20:01:33.704Z Checking arrayvec v0.7.6
47752026-08-24T20:01:33.709Z Checking constant_time_eq v0.4.2
47762026-08-24T20:01:33.709Z Checking arrayref v0.3.9
47772026-08-24T20:01:33.727Z Checking cargo-platform v0.3.2
47782026-08-24T20:01:33.727Z Checking topological-sort v0.2.2
47792026-08-24T20:01:33.734Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47802026-08-24T20:01:33.877Z Checking cargo_metadata v0.23.1
47812026-08-24T20:01:34.465Z Checking omicron-zone-package v0.12.3
47822026-08-24T20:01:35.161Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47832026-08-24T20:01:35.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
47842026-08-24T20:01:36.150Z
47852026-08-24T20:01:36.150Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47862026-08-24T20:01:36.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-08-24T20:01:36.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-08-24T20:01:36.877Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47892026-08-24T20:01:37.489Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47902026-08-24T20:01:38.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
47912026-08-24T20:01:38.190Z
47922026-08-24T20:01:38.190Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47932026-08-24T20:01:38.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-08-24T20:01:38.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-08-24T20:01:39.161Z Compiling darling_core v0.21.3
47962026-08-24T20:01:39.161Z Compiling vergen-lib v0.1.6
47972026-08-24T20:01:39.161Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47982026-08-24T20:01:39.168Z Compiling diesel_derives v2.3.7
47992026-08-24T20:01:39.168Z Checking scheduled-thread-pool v0.2.7
48002026-08-24T20:01:39.168Z Compiling vergen-gitcl v1.0.8
48012026-08-24T20:01:39.168Z Compiling diesel_table_macro_syntax v0.3.0
48022026-08-24T20:01:39.168Z Compiling dirs-sys-next v0.1.2
48032026-08-24T20:01:39.470Z Compiling glob v0.3.3
48042026-08-24T20:01:39.500Z Compiling crunchy v0.2.4
48052026-08-24T20:01:39.515Z Checking r2d2 v0.8.10
48062026-08-24T20:01:39.567Z Compiling dirs-next v2.0.0
48072026-08-24T20:01:39.584Z Compiling tiny-keccak v2.0.2
48082026-08-24T20:01:39.685Z Checking downcast-rs v2.0.2
48092026-08-24T20:01:39.783Z Compiling term v0.7.0
48102026-08-24T20:01:39.814Z Compiling bit-vec v0.6.3
48112026-08-24T20:01:39.850Z Compiling clang-sys v1.8.1
48122026-08-24T20:01:39.880Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48132026-08-24T20:01:40.039Z Compiling bit-set v0.5.3
48142026-08-24T20:01:40.060Z Compiling ascii-canvas v3.0.0
48152026-08-24T20:01:40.187Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48162026-08-24T20:01:40.228Z Compiling itertools v0.10.5
48172026-08-24T20:01:40.253Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48182026-08-24T20:01:40.282Z Compiling ena v0.14.4
48192026-08-24T20:01:40.304Z Compiling libloading v0.8.9
48202026-08-24T20:01:40.331Z Compiling bindgen v0.71.1
48212026-08-24T20:01:40.347Z Compiling regex-syntax v0.6.29
48222026-08-24T20:01:40.486Z Compiling diff v0.1.13
48232026-08-24T20:01:40.745Z Compiling cexpr v0.6.0
48242026-08-24T20:01:40.765Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48252026-08-24T20:01:40.850Z Compiling rustc-hash v2.1.1
48262026-08-24T20:01:40.952Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48272026-08-24T20:01:41.188Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48282026-08-24T20:01:41.280Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48292026-08-24T20:01:41.303Z Compiling libxml v0.3.3
48302026-08-24T20:01:41.410Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48312026-08-24T20:01:41.546Z Compiling strum_macros v0.24.3
48322026-08-24T20:01:41.563Z Compiling indoc v1.0.9
48332026-08-24T20:01:41.848Z Compiling darling_macro v0.21.3
48342026-08-24T20:01:41.992Z Compiling lalrpop v0.19.12
48352026-08-24T20:01:42.376Z Compiling darling v0.21.3
48362026-08-24T20:01:42.416Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48372026-08-24T20:01:42.442Z Checking derive_builder v0.20.2
48382026-08-24T20:01:42.464Z Compiling dsl_auto_type v0.2.0
48392026-08-24T20:01:42.563Z Compiling oso-derive v0.27.3
48402026-08-24T20:01:42.603Z Checking quick-xml v0.37.5
48412026-08-24T20:01:42.906Z Compiling impl-trait-for-tuples v0.2.3
48422026-08-24T20:01:43.063Z Checking openssl-probe v0.1.6
48432026-08-24T20:01:43.209Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48442026-08-24T20:01:43.477Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48452026-08-24T20:01:43.651Z Checking bb8 v0.8.6
48462026-08-24T20:01:43.932Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48472026-08-24T20:01:43.966Z Checking nonempty v0.12.0
48482026-08-24T20:01:44.085Z Compiling libz-sys v1.1.24
48492026-08-24T20:01:44.117Z Compiling strsim v0.10.0
48502026-08-24T20:01:44.163Z Compiling libgit2-sys v0.18.3+1.9.2
48512026-08-24T20:01:44.438Z Compiling darling_core v0.13.4
48522026-08-24T20:01:44.457Z Compiling vergen-git2 v9.1.0
48532026-08-24T20:01:44.671Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48542026-08-24T20:01:44.694Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48552026-08-24T20:01:44.879Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48562026-08-24T20:01:45.090Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48572026-08-24T20:01:45.281Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48582026-08-24T20:01:45.460Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48592026-08-24T20:01:45.638Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48602026-08-24T20:01:45.648Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48612026-08-24T20:01:45.837Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48622026-08-24T20:01:46.083Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48632026-08-24T20:01:46.205Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48642026-08-24T20:01:46.265Z Compiling darling_macro v0.13.4
48652026-08-24T20:01:46.391Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48662026-08-24T20:01:46.750Z Compiling darling v0.13.4
48672026-08-24T20:01:46.790Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48682026-08-24T20:01:46.846Z Compiling serde_with_macros v1.5.2
48692026-08-24T20:01:47.204Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48702026-08-24T20:01:47.723Z Compiling serde_with v1.14.0
48712026-08-24T20:01:47.799Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48722026-08-24T20:01:47.989Z Checking twox-hash v2.1.2
48732026-08-24T20:01:48.136Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48742026-08-24T20:01:48.324Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48752026-08-24T20:01:48.351Z Checking diesel v2.3.7
48762026-08-24T20:01:48.885Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48772026-08-24T20:01:49.850Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48782026-08-24T20:01:50.081Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48792026-08-24T20:01:50.471Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48802026-08-24T20:01:50.776Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48812026-08-24T20:01:51.419Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48822026-08-24T20:01:51.603Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48832026-08-24T20:01:51.622Z Checking libsw-core v0.3.2
48842026-08-24T20:01:51.768Z Checking atty v0.2.14
48852026-08-24T20:01:51.865Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48862026-08-24T20:01:52.043Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48872026-08-24T20:01:52.066Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48882026-08-24T20:01:52.103Z Checking libsw v3.5.0
48892026-08-24T20:01:52.212Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48902026-08-24T20:01:52.309Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48912026-08-24T20:01:53.492Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48922026-08-24T20:01:53.723Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48932026-08-24T20:01:54.201Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48942026-08-24T20:01:54.336Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48952026-08-24T20:01:54.401Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48962026-08-24T20:01:54.584Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48972026-08-24T20:01:54.730Z Checking fatfs v0.3.6
48982026-08-24T20:01:55.195Z Checking console v0.16.2
48992026-08-24T20:01:55.299Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49002026-08-24T20:01:55.497Z Checking unit-prefix v0.5.2
49012026-08-24T20:01:55.624Z Compiling seq-macro v0.3.6
49022026-08-24T20:01:56.122Z Checking indicatif v0.18.4
49032026-08-24T20:01:56.522Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49042026-08-24T20:01:56.630Z Checking oxide-update-engine-display v0.1.2
49052026-08-24T20:01:56.933Z Checking support-bundle-viewer v0.1.2
49062026-08-24T20:01:57.190Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49072026-08-24T20:01:57.226Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49082026-08-24T20:01:57.491Z Checking multimap v0.10.1
49092026-08-24T20:02:03.241Z Checking diesel-dtrace v0.5.0
49102026-08-24T20:02:03.489Z Checking async-bb8-diesel v0.2.1
49112026-08-24T20:02:06.374Z Compiling samael v0.0.19
49122026-08-24T20:02:09.699Z Compiling git2 v0.20.4
49132026-08-24T20:02:12.696Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49142026-08-24T20:02:13.065Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49152026-08-24T20:02:14.178Z Compiling polar-core v0.27.3
49162026-08-24T20:02:19.264Z Checking oso v0.27.3
49172026-08-24T20:02:50.715Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49182026-08-24T20:04:06.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49192026-08-24T20:04:06.745Z
49202026-08-24T20:04:06.745Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49212026-08-24T20:04:07.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49222026-08-24T20:04:07.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49232026-08-24T20:04:07.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49242026-08-24T20:04:07.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
49252026-08-24T20:04:07.436Z
49262026-08-24T20:04:07.436Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49272026-08-24T20:04:07.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-24T20:04:07.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-24T20:04:07.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49302026-08-24T20:04:07.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
49312026-08-24T20:04:08.099Z
49322026-08-24T20:04:08.099Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49332026-08-24T20:04:08.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49342026-08-24T20:04:08.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49352026-08-24T20:04:08.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49362026-08-24T20:04:08.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
49372026-08-24T20:04:08.746Z
49382026-08-24T20:04:08.746Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49392026-08-24T20:04:09.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49402026-08-24T20:04:09.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49412026-08-24T20:04:09.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49422026-08-24T20:04:09.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
49432026-08-24T20:04:09.329Z
49442026-08-24T20:04:09.329Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49452026-08-24T20:04:09.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49462026-08-24T20:04:09.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49472026-08-24T20:04:10.187Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49482026-08-24T20:04:10.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
49492026-08-24T20:04:11.189Z
49502026-08-24T20:04:11.189Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49512026-08-24T20:04:11.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49522026-08-24T20:04:11.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49532026-08-24T20:04:12.019Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49542026-08-24T20:04:51.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.48s
49552026-08-24T20:04:51.884Z
49562026-08-24T20:04:51.884Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49572026-08-24T20:04:52.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49582026-08-24T20:04:52.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49592026-08-24T20:04:52.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49602026-08-24T20:04:52.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49612026-08-24T20:04:52.445Z
49622026-08-24T20:04:52.445Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49632026-08-24T20:04:52.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49642026-08-24T20:04:52.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49652026-08-24T20:04:52.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49662026-08-24T20:04:52.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49672026-08-24T20:04:53.012Z
49682026-08-24T20:04:53.012Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49692026-08-24T20:04:53.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49702026-08-24T20:04:53.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49712026-08-24T20:04:53.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49722026-08-24T20:04:53.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49732026-08-24T20:04:53.636Z
49742026-08-24T20:04:53.636Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49752026-08-24T20:04:54.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49762026-08-24T20:04:54.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49772026-08-24T20:04:54.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49782026-08-24T20:04:54.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49792026-08-24T20:04:54.268Z
49802026-08-24T20:04:54.268Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49812026-08-24T20:04:54.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49822026-08-24T20:04:54.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49832026-08-24T20:04:54.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49842026-08-24T20:04:54.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49852026-08-24T20:04:54.904Z
49862026-08-24T20:04:54.904Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49872026-08-24T20:04:55.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49882026-08-24T20:04:55.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49892026-08-24T20:04:55.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49902026-08-24T20:04:55.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49912026-08-24T20:04:55.519Z
49922026-08-24T20:04:55.519Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49932026-08-24T20:04:56.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49942026-08-24T20:04:56.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49952026-08-24T20:04:56.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49962026-08-24T20:04:56.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49972026-08-24T20:04:56.150Z
49982026-08-24T20:04:56.150Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
49992026-08-24T20:04:56.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50002026-08-24T20:04:56.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50012026-08-24T20:04:56.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50022026-08-24T20:04:56.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50032026-08-24T20:04:56.783Z
50042026-08-24T20:04:56.783Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50052026-08-24T20:04:57.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50062026-08-24T20:04:57.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50072026-08-24T20:04:57.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50082026-08-24T20:04:57.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50092026-08-24T20:04:57.397Z
50102026-08-24T20:04:57.397Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50112026-08-24T20:04:57.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50122026-08-24T20:04:57.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50132026-08-24T20:04:57.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50142026-08-24T20:04:57.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50152026-08-24T20:04:58.025Z
50162026-08-24T20:04:58.025Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50172026-08-24T20:04:58.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50182026-08-24T20:04:58.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50192026-08-24T20:04:58.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50202026-08-24T20:04:58.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50212026-08-24T20:04:58.657Z
50222026-08-24T20:04:58.657Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50232026-08-24T20:04:59.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50242026-08-24T20:04:59.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50252026-08-24T20:04:59.560Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50262026-08-24T20:04:59.560Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50272026-08-24T20:04:59.751Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50282026-08-24T20:04:59.779Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50292026-08-24T20:04:59.798Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50302026-08-24T20:04:59.801Z Checking diff v0.1.13
50312026-08-24T20:04:59.813Z Checking yansi v1.0.1
50322026-08-24T20:04:59.842Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50332026-08-24T20:04:59.881Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50342026-08-24T20:05:00.073Z Checking pretty_assertions v1.4.1
50352026-08-24T20:05:00.845Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50362026-08-24T20:05:00.877Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50372026-08-24T20:05:26.160Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50382026-08-24T20:05:26.164Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50392026-08-24T20:05:26.164Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50402026-08-24T20:05:26.164Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50412026-08-24T20:05:26.164Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50422026-08-24T20:05:26.164Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50432026-08-24T20:05:26.179Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50442026-08-24T20:05:27.039Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50452026-08-24T20:05:27.039Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50462026-08-24T20:05:28.325Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50472026-08-24T20:06:07.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50482026-08-24T20:06:07.270Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50492026-08-24T20:06:07.270Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50502026-08-24T20:06:07.480Z
50512026-08-24T20:06:07.481Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50522026-08-24T20:06:07.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50532026-08-24T20:06:07.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50542026-08-24T20:06:08.191Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50552026-08-24T20:06:08.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
50562026-08-24T20:06:09.032Z
50572026-08-24T20:06:09.032Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50582026-08-24T20:06:09.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50592026-08-24T20:06:09.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50602026-08-24T20:06:09.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50612026-08-24T20:06:09.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50622026-08-24T20:06:09.602Z
50632026-08-24T20:06:09.602Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50642026-08-24T20:06:10.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50652026-08-24T20:06:10.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50662026-08-24T20:06:10.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50672026-08-24T20:06:10.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50682026-08-24T20:06:10.192Z
50692026-08-24T20:06:10.192Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50702026-08-24T20:06:10.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50712026-08-24T20:06:10.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50722026-08-24T20:06:10.969Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50732026-08-24T20:06:11.092Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50742026-08-24T20:06:11.095Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50752026-08-24T20:06:38.586Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50762026-08-24T20:06:38.993Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50772026-08-24T20:06:40.770Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50782026-08-24T20:06:41.258Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50792026-08-24T20:06:44.422Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50802026-08-24T20:07:08.563Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50812026-08-24T20:07:09.305Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50822026-08-24T20:07:11.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50832026-08-24T20:07:11.234Z
50842026-08-24T20:07:11.234Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50852026-08-24T20:07:11.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50862026-08-24T20:07:11.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50872026-08-24T20:07:11.953Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50882026-08-24T20:07:12.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50892026-08-24T20:07:12.853Z
50902026-08-24T20:07:12.853Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50912026-08-24T20:07:13.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50922026-08-24T20:07:13.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50932026-08-24T20:07:13.479Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50942026-08-24T20:07:13.483Z Compiling fs-err v2.11.0
50952026-08-24T20:07:13.598Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50962026-08-24T20:07:13.609Z Checking parse-size v1.1.0
50972026-08-24T20:07:13.618Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50982026-08-24T20:07:13.618Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50992026-08-24T20:07:13.621Z Checking shell-words v1.1.1
51002026-08-24T20:07:13.708Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51012026-08-24T20:07:14.043Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51022026-08-24T20:07:14.224Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51032026-08-24T20:07:14.898Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51042026-08-24T20:07:15.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
51052026-08-24T20:07:16.038Z
51062026-08-24T20:07:16.038Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51072026-08-24T20:07:16.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51082026-08-24T20:07:16.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51092026-08-24T20:07:16.673Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51102026-08-24T20:07:17.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
51112026-08-24T20:07:17.347Z
51122026-08-24T20:07:17.347Zinfo: running `cargo check --bins` on schema (359/377)
51132026-08-24T20:07:17.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51142026-08-24T20:07:17.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51152026-08-24T20:07:18.073Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51162026-08-24T20:07:18.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
51172026-08-24T20:07:18.982Z
51182026-08-24T20:07:18.982Zinfo: running `cargo check --bins` on xtask (360/377)
51192026-08-24T20:07:19.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51202026-08-24T20:07:19.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51212026-08-24T20:07:19.387Z Checking serde_core v1.0.228
51222026-08-24T20:07:19.387Z Checking libc v0.2.185
51232026-08-24T20:07:19.467Z Checking bitflags v2.11.0
51242026-08-24T20:07:19.473Z Checking scroll v0.12.0
51252026-08-24T20:07:19.476Z Checking thiserror v1.0.69
51262026-08-24T20:07:19.479Z Checking log v0.4.33
51272026-08-24T20:07:19.492Z Checking indexmap v2.14.0
51282026-08-24T20:07:19.492Z Checking zerocopy v0.7.35
51292026-08-24T20:07:19.565Z Checking syn v2.0.117
51302026-08-24T20:07:19.609Z Checking dtrace-parser v0.2.0
51312026-08-24T20:07:19.620Z Checking once_cell v1.21.3
51322026-08-24T20:07:19.683Z Checking goblin v0.8.2
51332026-08-24T20:07:19.747Z Checking errno v0.3.14
51342026-08-24T20:07:19.787Z Checking thread-id v4.2.2
51352026-08-24T20:07:19.836Z Checking getrandom v0.4.3
51362026-08-24T20:07:19.863Z Checking rustix v1.1.4
51372026-08-24T20:07:19.874Z Checking memmap v0.7.0
51382026-08-24T20:07:19.963Z Checking thiserror v2.0.18
51392026-08-24T20:07:19.981Z Checking fs-err v3.3.0
51402026-08-24T20:07:19.996Z Checking tabled v0.15.0
51412026-08-24T20:07:20.024Z Checking anyhow v1.0.104
51422026-08-24T20:07:20.612Z Checking terminal_size v0.4.3
51432026-08-24T20:07:20.612Z Checking tempfile v3.27.0
51442026-08-24T20:07:20.724Z Checking clap_builder v4.6.0
51452026-08-24T20:07:20.729Z Checking textwrap v0.16.2
51462026-08-24T20:07:20.912Z Checking serde v1.0.228
51472026-08-24T20:07:20.915Z Checking serde_json v1.0.151
51482026-08-24T20:07:20.915Z Checking camino v1.2.5
51492026-08-24T20:07:20.940Z Checking semver v1.0.28
51502026-08-24T20:07:21.078Z Checking cargo-platform v0.3.2
51512026-08-24T20:07:21.155Z Checking camino-tempfile v1.4.1
51522026-08-24T20:07:25.325Z Checking serde_spanned v0.6.9
51532026-08-24T20:07:25.325Z Checking toml_datetime v0.6.11
51542026-08-24T20:07:25.389Z Checking macaddr v1.0.1
51552026-08-24T20:07:25.389Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51562026-08-24T20:07:25.389Z Checking toml_edit v0.22.27
51572026-08-24T20:07:25.390Z Checking dof v0.3.0
51582026-08-24T20:07:25.390Z Checking cargo_metadata v0.23.1
51592026-08-24T20:07:25.390Z Checking usdt-impl v0.5.0
51602026-08-24T20:07:25.390Z Checking clap v4.6.1
51612026-08-24T20:07:25.390Z Checking usdt v0.5.0
51622026-08-24T20:07:25.390Z Checking toml v0.8.23
51632026-08-24T20:07:25.390Z Checking cargo_toml v0.21.0
51642026-08-24T20:07:25.390Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51652026-08-24T20:07:25.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
51662026-08-24T20:07:25.390Z
51672026-08-24T20:07:25.390Zinfo: running `cargo check --bins` on dnsadm (361/377)
51682026-08-24T20:07:25.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51692026-08-24T20:07:25.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51702026-08-24T20:07:25.390Z Checking arc-swap v1.8.2
51712026-08-24T20:07:25.390Z Checking slog-scope v4.4.1
51722026-08-24T20:07:25.426Z Checking slog-stdlog v4.1.1
51732026-08-24T20:07:25.426Z Checking slog-envlogger v2.2.0
51742026-08-24T20:07:25.426Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51752026-08-24T20:07:29.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
51762026-08-24T20:07:29.023Z
51772026-08-24T20:07:29.023Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51782026-08-24T20:07:29.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51792026-08-24T20:07:29.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51802026-08-24T20:07:29.023Z Checking cpubits v0.1.1
51812026-08-24T20:07:29.023Z Checking pem-rfc7468 v1.0.0
51822026-08-24T20:07:29.023Z Checking universal-hash v0.6.1
51832026-08-24T20:07:29.023Z Checking pbkdf2 v0.13.0
51842026-08-24T20:07:29.023Z Checking ctr v0.10.1
51852026-08-24T20:07:29.023Z Checking aead v0.6.1
51862026-08-24T20:07:29.023Z Checking aes v0.9.1
51872026-08-24T20:07:29.023Z Checking crypto-bigint v0.7.5
51882026-08-24T20:07:29.023Z Checking salsa20 v0.11.0
51892026-08-24T20:07:29.023Z Checking polyval v0.7.1
51902026-08-24T20:07:29.024Z Checking der v0.8.0
51912026-08-24T20:07:29.024Z Checking cbc v0.2.1
51922026-08-24T20:07:29.024Z Checking ff v0.14.0
51932026-08-24T20:07:29.024Z Checking scrypt v0.12.0
51942026-08-24T20:07:29.024Z Checking signature v3.0.0
51952026-08-24T20:07:29.024Z Checking ghash v0.6.0
51962026-08-24T20:07:29.024Z Checking group v0.14.0
51972026-08-24T20:07:29.024Z Checking base16ct v1.0.0
51982026-08-24T20:07:29.024Z Checking hkdf v0.13.0
51992026-08-24T20:07:29.024Z Compiling curve25519-dalek v5.0.0
52002026-08-24T20:07:29.024Z Checking keccak v0.2.0
52012026-08-24T20:07:29.024Z Checking aes-gcm v0.11.0
52022026-08-24T20:07:29.024Z Checking wnaf v0.14.0
52032026-08-24T20:07:29.024Z Checking poly1305 v0.9.0
52042026-08-24T20:07:29.024Z Checking blowfish v0.10.0
52052026-08-24T20:07:29.024Z Checking blake2 v0.11.0-rc.6
52062026-08-24T20:07:29.024Z Checking sha3 v0.11.0
52072026-08-24T20:07:29.024Z Checking kem v0.3.0
52082026-08-24T20:07:29.024Z Checking bcrypt-pbkdf v0.11.0
52092026-08-24T20:07:29.024Z Checking module-lattice v0.2.3
52102026-08-24T20:07:29.024Z Checking sponge-cursor v0.1.0
52112026-08-24T20:07:29.024Z Checking argon2 v0.6.0-rc.8
52122026-08-24T20:07:29.024Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52132026-08-24T20:07:29.024Z Checking sha3 v0.12.0
52142026-08-24T20:07:29.024Z Checking spki v0.8.0
52152026-08-24T20:07:29.024Z Checking sec1 v0.8.1
52162026-08-24T20:07:29.025Z Checking ml-kem v0.3.2
52172026-08-24T20:07:29.025Z Checking internal-russh-num-bigint v0.5.0
52182026-08-24T20:07:29.025Z Checking num-bigint v0.4.6
52192026-08-24T20:07:29.025Z Checking pkcs5 v0.8.1
52202026-08-24T20:07:29.025Z Checking pkcs1 v0.8.0-rc.4
52212026-08-24T20:07:29.025Z Checking generic-array v1.4.3
52222026-08-24T20:07:29.025Z Checking russh-util v0.52.0
52232026-08-24T20:07:29.025Z Checking pkcs8 v0.11.0
52242026-08-24T20:07:29.025Z Compiling enum_dispatch v0.3.13
52252026-08-24T20:07:29.025Z Compiling delegate v0.13.5
52262026-08-24T20:07:29.025Z Checking ed25519 v3.0.0
52272026-08-24T20:07:29.025Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52282026-08-24T20:07:29.025Z Checking hex-literal v1.1.0
52292026-08-24T20:07:29.025Z Checking ed25519-dalek v3.0.0
52302026-08-24T20:07:29.025Z Checking md5 v0.8.0
52312026-08-24T20:07:29.025Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52322026-08-24T20:07:29.025Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52332026-08-24T20:07:29.025Z Checking socket2 v0.5.10
52342026-08-24T20:07:29.025Z Checking internet-checksum v0.2.1
52352026-08-24T20:07:29.025Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52362026-08-24T20:07:29.025Z Checking elliptic-curve v0.14.1
52372026-08-24T20:07:29.025Z Checking primefield v0.14.0
52382026-08-24T20:07:29.025Z Checking rfc6979 v0.6.0
52392026-08-24T20:07:29.025Z Checking ssh-encoding v0.3.0
52402026-08-24T20:07:29.048Z Checking crypto-primes v0.7.2
52412026-08-24T20:07:29.943Z Checking ssh-cipher v0.3.0
52422026-08-24T20:07:29.943Z Checking russh-cryptovec v0.62.0
52432026-08-24T20:07:29.970Z Checking ecdsa v0.17.0
52442026-08-24T20:07:29.970Z Checking primeorder v0.14.0
52452026-08-24T20:07:29.971Z Checking p256 v0.14.0
52462026-08-24T20:07:29.971Z Checking p384 v0.14.0
52472026-08-24T20:07:29.971Z Checking p521 v0.14.0
52482026-08-24T20:07:29.985Z Checking rsa v0.10.0-rc.18
52492026-08-24T20:07:32.541Z Checking ssh-key v0.7.0-rc.11
52502026-08-24T20:07:33.272Z Checking russh v0.62.4
52512026-08-24T20:07:46.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.95s
52522026-08-24T20:07:46.657Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52532026-08-24T20:07:46.657Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52542026-08-24T20:07:46.864Z
52552026-08-24T20:07:46.864Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52562026-08-24T20:07:47.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52572026-08-24T20:07:47.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52582026-08-24T20:07:47.501Z Checking termios v0.3.3
52592026-08-24T20:07:47.790Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52602026-08-24T20:07:48.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
52612026-08-24T20:07:48.454Z
52622026-08-24T20:07:48.454Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52632026-08-24T20:07:48.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52642026-08-24T20:07:48.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52652026-08-24T20:07:49.127Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52662026-08-24T20:07:49.821Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52672026-08-24T20:07:51.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
52682026-08-24T20:07:51.589Z
52692026-08-24T20:07:51.589Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52702026-08-24T20:07:52.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52712026-08-24T20:07:52.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52722026-08-24T20:07:52.218Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52732026-08-24T20:07:52.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
52742026-08-24T20:07:52.824Z
52752026-08-24T20:07:52.824Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52762026-08-24T20:07:53.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52772026-08-24T20:07:53.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52782026-08-24T20:07:53.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52792026-08-24T20:07:53.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52802026-08-24T20:07:53.380Z
52812026-08-24T20:07:53.380Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52822026-08-24T20:07:53.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52832026-08-24T20:07:53.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52842026-08-24T20:07:53.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52852026-08-24T20:07:53.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52862026-08-24T20:07:53.937Z
52872026-08-24T20:07:53.937Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52882026-08-24T20:07:54.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52892026-08-24T20:07:54.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52902026-08-24T20:07:54.678Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52912026-08-24T20:07:55.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
52922026-08-24T20:07:55.468Z
52932026-08-24T20:07:55.468Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52942026-08-24T20:07:55.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52952026-08-24T20:07:55.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52962026-08-24T20:07:56.103Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52972026-08-24T20:07:56.103Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52982026-08-24T20:07:57.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
52992026-08-24T20:07:57.201Z
53002026-08-24T20:07:57.201Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
53012026-08-24T20:07:57.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53022026-08-24T20:07:57.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53032026-08-24T20:07:57.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53042026-08-24T20:07:57.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53052026-08-24T20:07:57.754Z
53062026-08-24T20:07:57.754Zinfo: running `cargo check --bins` on omicron-package (371/377)
53072026-08-24T20:07:58.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53082026-08-24T20:07:58.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53092026-08-24T20:07:58.422Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53102026-08-24T20:07:59.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
53112026-08-24T20:07:59.697Z
53122026-08-24T20:07:59.697Zinfo: running `cargo check --bins` on tqdb (372/377)
53132026-08-24T20:08:00.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53142026-08-24T20:08:00.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53152026-08-24T20:08:00.490Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53162026-08-24T20:08:00.827Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53172026-08-24T20:08:01.332Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53182026-08-24T20:08:01.332Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53192026-08-24T20:08:07.977Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53202026-08-24T20:08:07.980Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53212026-08-24T20:08:07.980Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53222026-08-24T20:08:08.598Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53232026-08-24T20:08:08.598Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53242026-08-24T20:08:08.602Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53252026-08-24T20:08:08.602Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53262026-08-24T20:08:09.368Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53272026-08-24T20:08:10.018Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53282026-08-24T20:08:10.249Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53292026-08-24T20:08:10.451Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53302026-08-24T20:08:11.311Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53312026-08-24T20:08:11.954Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53322026-08-24T20:08:16.791Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53332026-08-24T20:08:24.041Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53342026-08-24T20:08:24.044Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53352026-08-24T20:08:24.044Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53362026-08-24T20:08:24.044Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53372026-08-24T20:08:25.531Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53382026-08-24T20:08:26.803Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53392026-08-24T20:08:27.484Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53402026-08-24T20:08:28.757Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53412026-08-24T20:08:29.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.60s
53422026-08-24T20:08:29.506Z
53432026-08-24T20:08:29.506Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53442026-08-24T20:08:30.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53452026-08-24T20:08:30.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53462026-08-24T20:08:30.204Z Checking rtoolbox v0.0.3
53472026-08-24T20:08:30.204Z Checking tui-tree-widget v0.23.1
53482026-08-24T20:08:30.209Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53492026-08-24T20:08:30.209Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53502026-08-24T20:08:30.429Z Checking rpassword v7.5.4
53512026-08-24T20:08:33.188Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53522026-08-24T20:08:35.029Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53532026-08-24T20:08:35.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s
53542026-08-24T20:08:36.153Z
53552026-08-24T20:08:36.153Zinfo: running `cargo check --bins` on wicket (374/377)
53562026-08-24T20:08:36.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53572026-08-24T20:08:36.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53582026-08-24T20:08:36.838Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53592026-08-24T20:08:37.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
53602026-08-24T20:08:37.387Z
53612026-08-24T20:08:37.387Zinfo: running `cargo check --bins` on wicketd (375/377)
53622026-08-24T20:08:37.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53632026-08-24T20:08:37.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53642026-08-24T20:08:38.076Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53652026-08-24T20:08:41.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
53662026-08-24T20:08:41.810Z
53672026-08-24T20:08:41.810Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53682026-08-24T20:08:42.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53692026-08-24T20:08:42.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53702026-08-24T20:08:42.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53712026-08-24T20:08:42.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53722026-08-24T20:08:42.368Z
53732026-08-24T20:08:42.368Zinfo: running `cargo check --bins` on zone-setup (377/377)
53742026-08-24T20:08:42.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53752026-08-24T20:08:42.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53762026-08-24T20:08:43.028Z Checking uzers v0.12.2
53772026-08-24T20:08:43.300Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53782026-08-24T20:08:44.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
53792026-08-24T20:08:44.285Z
53802026-08-24T20:08:44.285Zreal 14:23.463419827
53812026-08-24T20:08:44.285Zuser 21:38.263874449
53822026-08-24T20:08:44.285Zsys 4:24.052278884
53832026-08-24T20:08:44.285Ztrap 0.337033492
53842026-08-24T20:08:44.285Ztflt 0.628116802
53852026-08-24T20:08:44.285Zdflt 0.921282978
53862026-08-24T20:08:44.285Zkflt 0.004923130
53872026-08-24T20:08:44.285Zlock 1:28:08.070208560
53882026-08-24T20:08:44.285Zslp 1:42:22.975015286
53892026-08-24T20:08:44.285Zlat 1:01.252909097
53902026-08-24T20:08:44.289Zstop 4:13.580671972
53912026-08-24T20:08:44.289Zprocess exited: duration 996542 ms, exit code 0
 
53922026-08-24T20:08:44.295Zfound 0 output files