01M1C5DPJ3BWT4Z9DYQNVNEG1A: 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: 01M1C5EN18V1QJ9B7P0QSKQ2TH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T15:02:36.989Zjob assigned to worker 01M1C5EQ7N0DT06MTBZ3XPWCE9 [factory aws, i-018e9aa6709f0d9db] (queued for 43 s)
 
22026-08-31T15:02:43.339Zstarting task 0: "setup"
32026-08-31T15:02:43.345Z++ uname -s
42026-08-31T15:02:43.349Z+ kern=SunOS
52026-08-31T15:02:43.349Z+ build_user=build
62026-08-31T15:02:43.349Z+ build_uid=12345
72026-08-31T15:02:43.349Z+ work_dir=/work
82026-08-31T15:02:43.349Z+ input_dir=/input
92026-08-31T15:02:43.349Z+ [[ 0 == 12345 ]]
102026-08-31T15:02:43.349Z+ case "$kern" in
112026-08-31T15:02:43.349Z+ groupadd -g 12345 build
122026-08-31T15:02:43.349Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T15:02:45.353Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T15:02:45.478Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T15:02:45.481Z+ home_fs=zfs
162026-08-31T15:02:45.481Z+ [[ zfs == autofs ]]
172026-08-31T15:02:45.481Z+ mkdir -p /home/build
182026-08-31T15:02:45.481Z+ chown build:build /home/build /work
192026-08-31T15:02:47.482Z+ chmod 0700 /home/build /work
202026-08-31T15:02:47.486Zprocess exited: duration 4144 ms, exit code 0
 
212026-08-31T15:02:47.492Zstarting task 1: "rust-toolchain"
222026-08-31T15:02:47.495Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T15:02:47.495Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-31T15:02:47.495Z * rust toolchain channel = "1.97.1"
252026-08-31T15:02:47.495Z * rust toolchain profile = "default"
262026-08-31T15:02:47.495Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T15:02:47.495Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T15:02:47.499Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T15:02:47.499Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T15:02:47.578Zinfo: downloading installer
312026-08-31T15:02:48.714Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T15:02:48.715Zwarn: /home/build/.rustup/settings.toml
332026-08-31T15:02:48.715Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T15:02:48.715Zwarn: instead of the one inferred from the default host triple.
352026-08-31T15:02:48.727Zinfo: profile set to default
362026-08-31T15:02:48.727Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T15:02:48.730Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T15:02:48.883Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T15:02:48.888Zinfo: downloading 6 components
402026-08-31T15:03:03.706Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T15:03:03.706Z
422026-08-31T15:03:03.739Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T15:03:03.739Z
442026-08-31T15:03:03.739Z
452026-08-31T15:03:03.739ZRust is installed now. Great!
462026-08-31T15:03:03.739Z
472026-08-31T15:03:03.756ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T15:03:03.756Zenvironment variable. This has not been done automatically.
492026-08-31T15:03:03.756Z
502026-08-31T15:03:03.756ZTo configure your current shell, you need to source
512026-08-31T15:03:03.756Zthe corresponding env file under $HOME/.cargo.
522026-08-31T15:03:03.756Z
532026-08-31T15:03:03.757ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T15:03:03.757Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T15:03:03.757Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T15:03:03.757Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T15:03:03.757Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T15:03:03.757Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T15:03:03.757Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T15:03:03.757Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T15:03:03.757Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T15:03:03.831Z+ rustup --version
632026-08-31T15:03:03.839Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T15:03:03.842Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T15:03:03.860Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T15:03:03.863Z+ cargo --version
672026-08-31T15:03:03.877Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T15:03:03.880Z+ rustc --version
692026-08-31T15:03:03.899Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T15:03:03.903Zprocess exited: duration 16410 ms, exit code 0
 
712026-08-31T15:03:03.909Zstarting task 2: "authentication"
722026-08-31T15:03:03.926Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T15:03:03.935Zstarting task 3: "clone repository"
742026-08-31T15:03:03.941Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T15:03:03.941Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T15:03:03.968ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T15:03:17.992Z+ cd /work/oxidecomputer/omicron
782026-08-31T15:03:17.993Z+ git fetch origin a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d
792026-08-31T15:03:18.317ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T15:03:18.317Z * branch a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d -> FETCH_HEAD
812026-08-31T15:03:18.329Z+ [[ -n '' ]]
822026-08-31T15:03:18.329Z+ git reset --hard a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d
832026-08-31T15:03:18.589ZHEAD is now at a4abb0ca6 [merge] merge the NoActiveVmmForInstance fix from zl/probe-multicast
842026-08-31T15:03:18.594Zprocess exited: duration 14659 ms, exit code 0
 
852026-08-31T15:03:18.600Zstarting task 4: "build"
862026-08-31T15:03:18.604Z+ source .github/buildomat/ci-env.sh
872026-08-31T15:03:18.606Z++ export CARGO_TERM_COLOR=always
882026-08-31T15:03:18.606Z++ CARGO_TERM_COLOR=always
892026-08-31T15:03:18.606Z+++ uname -s
902026-08-31T15:03:18.606Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-31T15:03:18.606Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-31T15:03:18.610Z+ cargo --version
932026-08-31T15:03:18.616Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-31T15:03:18.622Z+ rustc --version
952026-08-31T15:03:18.638Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-31T15:03:18.643Z+ source ./env.sh
972026-08-31T15:03:18.643Z++ OLD_SHELL_OPTS=ehxB
982026-08-31T15:03:18.643Z++ set -o xtrace
992026-08-31T15:03:18.643Z++++ dirname ./env.sh
1002026-08-31T15:03:18.646Z+++ readlink -f .
1012026-08-31T15:03:18.646Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ 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-31T15:03:18.646Z++ case $OLD_SHELL_OPTS in
1132026-08-31T15:03:18.646Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-31T15:03:18.646Z+ 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-31T15:03:18.646Z+ 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-31T15:03:18.646Z+ banner prerequisites
1172026-08-31T15:03:18.649Z
1182026-08-31T15:03:18.650Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-31T15:03:18.650Z # # # # # # # # # # # # # # #
1202026-08-31T15:03:18.650Z # # # # ##### # # ##### # # # # # #### #
1212026-08-31T15:03:18.650Z ##### ##### # ##### # # # # # # # # #
1222026-08-31T15:03:18.650Z # # # # # # # # # # # # # # #
1232026-08-31T15:03:18.650Z # # # ###### # # ###### ### # #### # #### #
1242026-08-31T15:03:18.650Z
1252026-08-31T15:03:18.650Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-31T15:03:20.548Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-31T15:03:20.950Z Startup: Caching catalogs ... Done
1282026-08-31T15:03:23.301ZPlanning: Solver setup ... Done (2.228s)
1292026-08-31T15:03:23.365ZPlanning: Running solver ... Done (0.064s)
1302026-08-31T15:03:23.416ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-31T15:03:23.432ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-31T15:03:23.446ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-31T15:03:23.460ZPlanning: Package planning ... Done (0.013s)
1342026-08-31T15:03:23.463ZPlanning: Merging actions ... Done (0.002s)
1352026-08-31T15:03:23.701ZPlanning: Checking for conflicting actions ... Done (0.224s)
1362026-08-31T15:03:23.705ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-31T15:03:24.489ZPlanning: Evaluating mediators ... Done (0.803s)
1382026-08-31T15:03:24.492ZPlanning: Planning completed in 3.50 seconds
1392026-08-31T15:03:24.498Z Packages to install: 2
1402026-08-31T15:03:24.498Z Estimated space available: 156.00 GB
1412026-08-31T15:03:24.501ZEstimated space to be consumed: 83.65 MB
1422026-08-31T15:03:24.501Z Create boot environment: No
1432026-08-31T15:03:24.501ZCreate backup boot environment: No
1442026-08-31T15:03:24.501Z Rebuild boot archive: No
1452026-08-31T15:03:24.501Z
1462026-08-31T15:03:24.501ZChanged packages:
1472026-08-31T15:03:24.501Zhelios
1482026-08-31T15:03:24.501Z developer/build-essential
1492026-08-31T15:03:24.501Z None -> 11-3.0
1502026-08-31T15:03:24.501Z library/libxmlsec1
1512026-08-31T15:03:24.501Z None -> 1.2.35-3.0
1522026-08-31T15:03:24.523Z
1532026-08-31T15:03:24.523ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-31T15:03:24.590ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1552026-08-31T15:03:24.651Z Actions: 1/268 actions (Installing new actions)
1562026-08-31T15:03:24.689Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-31T15:03:24.725ZFinalize: Updating package state database ... Done (0.037s)
1582026-08-31T15:03:24.730ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-31T15:03:24.817ZFinalize: Updating image state ... Done (0.091s)
1602026-08-31T15:03:27.283ZFinalize: Creating fast lookup database ... Done (2.415s)
1612026-08-31T15:03:27.348ZFinalize: Reading search index ... Done (0.012s)
1622026-08-31T15:03:27.351ZFinalize: Updating search index ... Done (0.000s)
1632026-08-31T15:03:27.438ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-31T15:03:27.808ZPlanning: Evaluating mediator changes ... Done
1652026-08-31T15:03:27.912ZPlanning: Checking for conflicting actions ... Done
1662026-08-31T15:03:27.915ZPlanning: Consolidating action changes ... Done
1672026-08-31T15:03:28.070ZPlanning: Evaluating mediators ... Done
1682026-08-31T15:03:28.073ZPlanning: Planning completed in 0.26 seconds
1692026-08-31T15:03:28.093Z Mediators to change: 2
1702026-08-31T15:03:28.093Z Create boot environment: No
1712026-08-31T15:03:28.096ZCreate backup boot environment: No
1722026-08-31T15:03:28.145ZFinalize: Updating package state database ... Done
1732026-08-31T15:03:28.145ZFinalize: Updating package cache ... Done
1742026-08-31T15:03:28.200ZFinalize: Updating image state ... Done
1752026-08-31T15:03:30.141ZFinalize: Creating fast lookup database ... Done
1762026-08-31T15:03:30.203ZFinalize: Reading search index ... Done
1772026-08-31T15:03:30.207ZFinalize: Updating search index ... Done
1782026-08-31T15:03:30.284ZFinalize: Updating package cache ... Done
1792026-08-31T15:03:30.562ZPlanning: Evaluating mediator changes ... Done
1802026-08-31T15:03:30.667ZPlanning: Checking for conflicting actions ... Done
1812026-08-31T15:03:30.671ZPlanning: Consolidating action changes ... Done
1822026-08-31T15:03:30.824ZPlanning: Evaluating mediators ... Done
1832026-08-31T15:03:30.826ZPlanning: Planning completed in 0.26 seconds
1842026-08-31T15:03:30.846Z Mediators to change: 1
1852026-08-31T15:03:30.846Z Create boot environment: No
1862026-08-31T15:03:30.846ZCreate backup boot environment: No
1872026-08-31T15:03:30.900ZFinalize: Updating package state database ... Done
1882026-08-31T15:03:30.900ZFinalize: Updating package cache ... Done
1892026-08-31T15:03:30.957ZFinalize: Updating image state ... Done
1902026-08-31T15:03:32.909ZFinalize: Creating fast lookup database ... Done
1912026-08-31T15:03:32.971ZFinalize: Reading search index ... Done
1922026-08-31T15:03:32.975ZFinalize: Updating search index ... Done
1932026-08-31T15:03:33.063ZFinalize: Updating package cache ... Done
1942026-08-31T15:03:33.372ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-31T15:03:33.372Zapache system 2.4 system
1962026-08-31T15:03:33.372Zclang system 15 system
1972026-08-31T15:03:33.372Zcsh system system illumos
1982026-08-31T15:03:33.372Zctags system system illumos
1992026-08-31T15:03:33.372Zfile vendor vendor darwinsys
2002026-08-31T15:03:33.372Zfile system system illumos
2012026-08-31T15:03:33.372Zgcc vendor 14 vendor
2022026-08-31T15:03:33.372Zgcc system 13 system
2032026-08-31T15:03:33.372Zgcc system 10 system
2042026-08-31T15:03:33.372Zgo system 1.25 system
2052026-08-31T15:03:33.372Zllvm system 15 system
2062026-08-31T15:03:33.372Zmariadb system 11.4 system
2072026-08-31T15:03:33.372Zmta vendor vendor dma
2082026-08-31T15:03:33.372Zopenjdk system 17 system
2092026-08-31T15:03:33.372Zopenjdk system 11 system
2102026-08-31T15:03:33.372Zopenssl vendor 3 vendor
2112026-08-31T15:03:33.372Zperl system 5.40 system
2122026-08-31T15:03:33.377Zpostgresql system 18 system
2132026-08-31T15:03:33.377Zpostgresql system 17 system
2142026-08-31T15:03:33.377Zpython vendor 3 vendor
2152026-08-31T15:03:33.377Zpython system 2 system
2162026-08-31T15:03:33.377Zpython3 vendor 3.13 vendor
2172026-08-31T15:03:33.377Zruby system 3.4 system
2182026-08-31T15:03:33.377Zruby system 3.0 system
2192026-08-31T15:03:33.377Zwords vendor vendor american-english
2202026-08-31T15:03:33.377Zwords system system australian-english
2212026-08-31T15:03:33.377Zwords system system british-english
2222026-08-31T15:03:33.377Zwords system system canadian-english
2232026-08-31T15:03:33.377Zwords system system french
2242026-08-31T15:03:33.377Zwords system system italian
2252026-08-31T15:03:33.377Zwords system system ngerman
2262026-08-31T15:03:33.377Zwords system system ogerman
2272026-08-31T15:03:33.377Zwords system system spanish
2282026-08-31T15:03:33.622ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-31T15:03:33.622Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-31T15:03:34.122ZFMRI IFO
2312026-08-31T15:03:34.123Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-31T15:03:34.123Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-31T15:03:34.123Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-31T15:03:34.123Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-31T15:03:34.123Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-31T15:03:34.123Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-31T15:03:34.123Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-31T15:03:34.123Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-31T15:03:34.123Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-31T15:03:34.461Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-31T15:03:34.799Z Updating crates.io index
2422026-08-31T15:03:34.803Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-31T15:03:35.072Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-31T15:03:35.473Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2452026-08-31T15:03:35.744Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-08-31T15:03:36.778Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-08-31T15:03:37.388Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-08-31T15:03:38.987Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-08-31T15:03:39.857Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-08-31T15:03:40.204Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-08-31T15:03:40.875Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-08-31T15:03:42.679Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-31T15:03:43.263Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-08-31T15:03:43.656Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-08-31T15:03:43.958Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-08-31T15:03:44.312Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-08-31T15:03:44.588Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-08-31T15:03:44.874Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-08-31T15:03:45.153Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-08-31T15:03:45.547Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-31T15:03:45.858Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-31T15:03:46.449Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-31T15:03:46.728Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-31T15:03:47.505Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-31T15:03:47.930Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-31T15:03:48.244Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-31T15:03:48.667Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-31T15:03:48.942Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-31T15:03:49.366Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-31T15:03:49.708Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-31T15:03:50.002Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-31T15:03:50.315Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-31T15:03:50.712Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-31T15:03:51.255Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-31T15:03:51.521Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-31T15:03:51.790Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-31T15:03:52.118Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-31T15:03:52.441Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-31T15:03:52.736Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-31T15:03:53.111Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-31T15:03:53.510Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-31T15:03:53.792Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-31T15:03:54.203Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-31T15:03:56.942Z Downloading crates ...
2852026-08-31T15:03:56.995Z Downloaded cpufeatures v0.2.17
2862026-08-31T15:03:57.001Z Downloaded pest_generator v2.8.6
2872026-08-31T15:03:57.004Z Downloaded usdt-attr-macro v0.5.0
2882026-08-31T15:03:57.004Z Downloaded fastrand v2.3.0
2892026-08-31T15:03:57.004Z Downloaded heck v0.5.0
2902026-08-31T15:03:57.004Z Downloaded anstyle v1.0.14
2912026-08-31T15:03:57.008Z Downloaded clap v4.6.1
2922026-08-31T15:03:57.016Z Downloaded cargo-platform v0.3.2
2932026-08-31T15:03:57.019Z Downloaded errno v0.3.14
2942026-08-31T15:03:57.019Z Downloaded dtrace-parser v0.2.0
2952026-08-31T15:03:57.019Z Downloaded dof v0.3.0
2962026-08-31T15:03:57.019Z Downloaded cfg-if v1.0.4
2972026-08-31T15:03:57.022Z Downloaded fnv v1.0.7
2982026-08-31T15:03:57.022Z Downloaded cargo_toml v0.21.0
2992026-08-31T15:03:57.022Z Downloaded winnow v0.7.14
3002026-08-31T15:03:57.026Z Downloaded zmij v1.0.21
3012026-08-31T15:03:57.031Z Downloaded zerocopy-derive v0.7.35
3022026-08-31T15:03:57.036Z Downloaded equivalent v1.0.2
3032026-08-31T15:03:57.036Z Downloaded generic-array v0.14.7
3042026-08-31T15:03:57.036Z Downloaded heck v0.4.1
3052026-08-31T15:03:57.036Z Downloaded zerocopy v0.7.35
3062026-08-31T15:03:57.042Z Downloaded crypto-common v0.1.7
3072026-08-31T15:03:57.045Z Downloaded anstyle-query v1.1.5
3082026-08-31T15:03:57.045Z Downloaded anstream v1.0.0
3092026-08-31T15:03:57.045Z Downloaded cargo_metadata v0.23.1
3102026-08-31T15:03:57.050Z Downloaded byteorder v1.5.0
3112026-08-31T15:03:57.057Z Downloaded colorchoice v1.0.4
3122026-08-31T15:03:57.057Z Downloaded anyhow v1.0.104
3132026-08-31T15:03:57.060Z Downloaded itoa v1.0.17
3142026-08-31T15:03:57.060Z Downloaded unicode-linebreak v0.1.5
3152026-08-31T15:03:57.063Z Downloaded tabled_derive v0.7.0
3162026-08-31T15:03:57.069Z Downloaded macaddr v1.0.1
3172026-08-31T15:03:57.074Z Downloaded serde_spanned v0.6.9
3182026-08-31T15:03:57.074Z Downloaded swrite v0.1.0
3192026-08-31T15:03:57.074Z Downloaded fs-err v3.3.0
3202026-08-31T15:03:57.079Z Downloaded bytecount v0.6.9
3212026-08-31T15:03:57.079Z Downloaded clap_derive v4.6.1
3222026-08-31T15:03:57.084Z Downloaded proc-macro-error-attr v1.0.4
3232026-08-31T15:03:57.088Z Downloaded toml_datetime v0.6.11
3242026-08-31T15:03:57.088Z Downloaded smawk v0.3.2
3252026-08-31T15:03:57.091Z Downloaded terminal_size v0.4.3
3262026-08-31T15:03:57.097Z Downloaded utf8parse v0.2.2
3272026-08-31T15:03:57.097Z Downloaded scroll_derive v0.12.1
3282026-08-31T15:03:57.100Z Downloaded thread-id v4.2.2
3292026-08-31T15:03:57.100Z Downloaded version_check v0.9.5
3302026-08-31T15:03:57.104Z Downloaded usdt-macro v0.5.0
3312026-08-31T15:03:57.105Z Downloaded toml_write v0.1.2
3322026-08-31T15:03:57.109Z Downloaded plain v0.2.3
3332026-08-31T15:03:57.109Z Downloaded clap_lex v1.0.0
3342026-08-31T15:03:57.109Z Downloaded pretty-hex v0.4.1
3352026-08-31T15:03:57.109Z Downloaded memmap v0.7.0
3362026-08-31T15:03:57.114Z Downloaded strsim v0.11.1
3372026-08-31T15:03:57.117Z Downloaded is_terminal_polyfill v1.70.2
3382026-08-31T15:03:57.120Z Downloaded sha2 v0.10.9
3392026-08-31T15:03:57.125Z Downloaded quote v1.0.45
3402026-08-31T15:03:57.132Z Downloaded memchr v2.8.0
3412026-08-31T15:03:57.177Z Downloaded block-buffer v0.10.4
3422026-08-31T15:03:57.187Z Downloaded digest v0.10.7
3432026-08-31T15:03:57.187Z Downloaded thiserror-impl v1.0.69
3442026-08-31T15:03:57.187Z Downloaded serde_tokenstream v0.2.3
3452026-08-31T15:03:57.187Z Downloaded thiserror-impl v2.0.18
3462026-08-31T15:03:57.187Z Downloaded proc-macro-error v1.0.4
3472026-08-31T15:03:57.187Z Downloaded scroll v0.12.0
3482026-08-31T15:03:57.187Z Downloaded usdt v0.5.0
3492026-08-31T15:03:57.187Z Downloaded usdt-impl v0.5.0
3502026-08-31T15:03:57.187Z Downloaded thiserror v1.0.69
3512026-08-31T15:03:57.187Z Downloaded thiserror v2.0.18
3522026-08-31T15:03:57.187Z Downloaded autocfg v1.5.0
3532026-08-31T15:03:57.187Z Downloaded once_cell v1.21.3
3542026-08-31T15:03:57.187Z Downloaded anstyle-parse v1.0.0
3552026-08-31T15:03:57.187Z Downloaded bitflags v2.11.0
3562026-08-31T15:03:57.187Z Downloaded camino-tempfile v1.4.1
3572026-08-31T15:03:57.187Z Downloaded pest_derive v2.8.6
3582026-08-31T15:03:57.187Z Downloaded camino v1.2.5
3592026-08-31T15:03:57.187Z Downloaded semver v1.0.28
3602026-08-31T15:03:57.187Z Downloaded toml v0.8.23
3612026-08-31T15:03:57.193Z Downloaded serde_derive v1.0.229
3622026-08-31T15:03:57.194Z Downloaded tempfile v3.27.0
3632026-08-31T15:03:57.194Z Downloaded ucd-trie v0.1.7
3642026-08-31T15:03:57.194Z Downloaded unicode-ident v1.0.24
3652026-08-31T15:03:57.194Z Downloaded getrandom v0.4.3
3662026-08-31T15:03:57.194Z Downloaded goblin v0.8.2
3672026-08-31T15:03:57.198Z Downloaded indexmap v2.14.0
3682026-08-31T15:03:57.198Z Downloaded pest_meta v2.8.6
3692026-08-31T15:03:57.198Z Downloaded papergrid v0.11.0
3702026-08-31T15:03:57.205Z Downloaded textwrap v0.16.2
3712026-08-31T15:03:57.209Z Downloaded toml_edit v0.22.27
3722026-08-31T15:03:57.213Z Downloaded serde_core v1.0.229
3732026-08-31T15:03:57.216Z Downloaded log v0.4.33
3742026-08-31T15:03:57.220Z Downloaded proc-macro2 v1.0.106
3752026-08-31T15:03:57.225Z Downloaded serde v1.0.229
3762026-08-31T15:03:57.234Z Downloaded typenum v1.20.1
3772026-08-31T15:03:57.241Z Downloaded clap_builder v4.6.0
3782026-08-31T15:03:57.249Z Downloaded hashbrown v0.17.0
3792026-08-31T15:03:57.262Z Downloaded serde_json v1.0.151
3802026-08-31T15:03:57.266Z Downloaded pest v2.8.6
3812026-08-31T15:03:57.297Z Downloaded tabled v0.15.0
3822026-08-31T15:03:57.307Z Downloaded syn v1.0.109
3832026-08-31T15:03:57.316Z Downloaded unicode-width v0.2.0
3842026-08-31T15:03:57.322Z Downloaded unicode-width v0.1.14
3852026-08-31T15:03:57.325Z Downloaded syn v2.0.117
3862026-08-31T15:03:57.334Z Downloaded syn v3.0.3
3872026-08-31T15:03:57.340Z Downloaded rustix v1.1.4
3882026-08-31T15:03:57.364Z Downloaded libc v0.2.185
3892026-08-31T15:03:57.427Z Compiling proc-macro2 v1.0.106
3902026-08-31T15:03:57.427Z Compiling quote v1.0.45
3912026-08-31T15:03:57.427Z Compiling unicode-ident v1.0.24
3922026-08-31T15:03:57.427Z Compiling serde_core v1.0.229
3932026-08-31T15:03:57.431Z Compiling libc v0.2.185
3942026-08-31T15:03:57.431Z Compiling version_check v0.9.5
3952026-08-31T15:03:57.431Z Compiling memchr v2.8.0
3962026-08-31T15:03:57.431Z Compiling serde v1.0.229
3972026-08-31T15:03:57.764Z Compiling zmij v1.0.21
3982026-08-31T15:03:57.993Z Compiling itoa v1.0.17
3992026-08-31T15:03:58.041Z Compiling thiserror v1.0.69
4002026-08-31T15:03:58.207Z Compiling ucd-trie v0.1.7
4012026-08-31T15:03:58.394Z Compiling pest v2.8.6
4022026-08-31T15:03:58.442Z Compiling byteorder v1.5.0
4032026-08-31T15:03:58.478Z Compiling rustix v1.1.4
4042026-08-31T15:03:58.544Z Compiling errno v0.3.14
4052026-08-31T15:03:58.628Z Compiling serde_json v1.0.151
4062026-08-31T15:03:58.699Z Compiling bitflags v2.11.0
4072026-08-31T15:03:58.859Z Compiling syn v2.0.117
4082026-08-31T15:03:58.918Z Compiling syn v3.0.3
4092026-08-31T15:03:58.954Z Compiling thread-id v4.2.2
4102026-08-31T15:03:59.039Z Compiling usdt-impl v0.5.0
4112026-08-31T15:03:59.144Z Compiling proc-macro-error-attr v1.0.4
4122026-08-31T15:03:59.247Z Compiling camino v1.2.5
4132026-08-31T15:03:59.327Z Compiling syn v1.0.109
4142026-08-31T15:03:59.553Z Compiling pest_meta v2.8.6
4152026-08-31T15:03:59.776Z Compiling proc-macro-error v1.0.4
4162026-08-31T15:03:59.795Z Compiling plain v0.2.3
4172026-08-31T15:03:59.921Z Compiling equivalent v1.0.2
4182026-08-31T15:03:59.970Z Compiling utf8parse v0.2.2
4192026-08-31T15:04:00.009Z Compiling hashbrown v0.17.0
4202026-08-31T15:04:00.086Z Compiling log v0.4.33
4212026-08-31T15:04:00.263Z Compiling getrandom v0.4.3
4222026-08-31T15:04:00.285Z Compiling anstyle-parse v1.0.0
4232026-08-31T15:04:00.561Z Compiling indexmap v2.14.0
4242026-08-31T15:04:00.578Z Compiling terminal_size v0.4.3
4252026-08-31T15:04:00.999Z Compiling serde_derive v1.0.229
4262026-08-31T15:04:01.103Z Compiling pest_generator v2.8.6
4272026-08-31T15:04:01.135Z Compiling autocfg v1.5.0
4282026-08-31T15:04:01.135Z Compiling thiserror v2.0.18
4292026-08-31T15:04:01.176Z Compiling is_terminal_polyfill v1.70.2
4302026-08-31T15:04:01.259Z Compiling anstyle-query v1.1.5
4312026-08-31T15:04:01.301Z Compiling anstyle v1.0.14
4322026-08-31T15:04:01.387Z Compiling toml_write v0.1.2
4332026-08-31T15:04:01.483Z Compiling cfg-if v1.0.4
4342026-08-31T15:04:01.534Z Compiling winnow v0.7.14
4352026-08-31T15:04:01.559Z Compiling colorchoice v1.0.4
4362026-08-31T15:04:01.577Z Compiling pretty-hex v0.4.1
4372026-08-31T15:04:01.597Z Compiling fs-err v3.3.0
4382026-08-31T15:04:01.678Z Compiling anstream v1.0.0
4392026-08-31T15:04:01.890Z Compiling heck v0.4.1
4402026-08-31T15:04:01.907Z Compiling unicode-width v0.1.14
4412026-08-31T15:04:01.982Z Compiling strsim v0.11.1
4422026-08-31T15:04:02.112Z Compiling fnv v1.0.7
4432026-08-31T15:04:02.179Z Compiling fastrand v2.3.0
4442026-08-31T15:04:02.217Z Compiling once_cell v1.21.3
4452026-08-31T15:04:02.302Z Compiling bytecount v0.6.9
4462026-08-31T15:04:02.320Z Compiling anyhow v1.0.104
4472026-08-31T15:04:02.432Z Compiling heck v0.5.0
4482026-08-31T15:04:02.435Z Compiling clap_lex v1.0.0
4492026-08-31T15:04:02.435Z Compiling papergrid v0.11.0
4502026-08-31T15:04:02.668Z Compiling clap_builder v4.6.0
4512026-08-31T15:04:02.686Z Compiling tempfile v3.27.0
4522026-08-31T15:04:02.705Z Compiling thiserror-impl v1.0.69
4532026-08-31T15:04:02.825Z Compiling zerocopy-derive v0.7.35
4542026-08-31T15:04:02.884Z Compiling pest_derive v2.8.6
4552026-08-31T15:04:02.992Z Compiling scroll_derive v0.12.1
4562026-08-31T15:04:03.093Z Compiling thiserror-impl v2.0.18
4572026-08-31T15:04:03.352Z Compiling tabled_derive v0.7.0
4582026-08-31T15:04:03.716Z Compiling scroll v0.12.0
4592026-08-31T15:04:03.737Z Compiling zerocopy v0.7.35
4602026-08-31T15:04:03.993Z Compiling goblin v0.8.2
4612026-08-31T15:04:04.083Z Compiling dtrace-parser v0.2.0
4622026-08-31T15:04:04.282Z Compiling serde_spanned v0.6.9
4632026-08-31T15:04:04.296Z Compiling toml_datetime v0.6.11
4642026-08-31T15:04:04.331Z Compiling clap_derive v4.6.1
4652026-08-31T15:04:04.424Z Compiling dof v0.3.0
4662026-08-31T15:04:04.442Z Compiling serde_tokenstream v0.2.3
4672026-08-31T15:04:04.553Z Compiling toml_edit v0.22.27
4682026-08-31T15:04:04.753Z Compiling cargo-platform v0.3.2
4692026-08-31T15:04:04.809Z Compiling semver v1.0.28
4702026-08-31T15:04:04.827Z Compiling memmap v0.7.0
4712026-08-31T15:04:05.009Z Compiling smawk v0.3.2
4722026-08-31T15:04:05.026Z Compiling unicode-linebreak v0.1.5
4732026-08-31T15:04:05.131Z Compiling unicode-width v0.2.0
4742026-08-31T15:04:05.152Z Compiling cargo_metadata v0.23.1
4752026-08-31T15:04:05.266Z Compiling usdt-attr-macro v0.5.0
4762026-08-31T15:04:05.400Z Compiling usdt-macro v0.5.0
4772026-08-31T15:04:05.545Z Compiling textwrap v0.16.2
4782026-08-31T15:04:05.710Z Compiling tabled v0.15.0
4792026-08-31T15:04:05.958Z Compiling toml v0.8.23
4802026-08-31T15:04:06.019Z Compiling macaddr v1.0.1
4812026-08-31T15:04:06.038Z Compiling clap v4.6.1
4822026-08-31T15:04:06.053Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-31T15:04:06.120Z Compiling camino-tempfile v1.4.1
4842026-08-31T15:04:06.352Z Compiling cargo_toml v0.21.0
4852026-08-31T15:04:06.494Z Compiling swrite v0.1.0
4862026-08-31T15:04:06.949Z Compiling usdt v0.5.0
4872026-08-31T15:04:07.798Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-08-31T15:04:09.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.50s
4892026-08-31T15:04:10.002Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-08-31T15:04:10.504Z Downloading crates ...
4912026-08-31T15:04:10.556Z Downloaded argon2 v0.5.3
4922026-08-31T15:04:10.559Z Downloaded array-init v0.0.4
4932026-08-31T15:04:10.563Z Downloaded addr2line v0.25.1
4942026-08-31T15:04:10.567Z Downloaded arrayref v0.3.9
4952026-08-31T15:04:10.567Z Downloaded bitfield-macros v0.19.4
4962026-08-31T15:04:10.572Z Downloaded fxhash v0.2.1
4972026-08-31T15:04:10.575Z Downloaded foreign-types v0.5.0
4982026-08-31T15:04:10.578Z Downloaded arrayvec v0.7.6
4992026-08-31T15:04:10.585Z Downloaded assert_matches v1.5.0
5002026-08-31T15:04:10.590Z Downloaded async-stream-impl v0.3.6
5012026-08-31T15:04:10.590Z Downloaded base16ct v0.2.0
5022026-08-31T15:04:10.590Z Downloaded expectorate v1.2.0
5032026-08-31T15:04:10.590Z Downloaded backtrace-ext v0.2.1
5042026-08-31T15:04:10.596Z Downloaded atomicwrites v0.4.4
5052026-08-31T15:04:10.596Z Downloaded atty v0.2.14
5062026-08-31T15:04:10.596Z Downloaded bcrypt-pbkdf v0.11.0
5072026-08-31T15:04:10.601Z Downloaded adler2 v2.0.1
5082026-08-31T15:04:10.601Z Downloaded bitfield-struct v0.6.2
5092026-08-31T15:04:10.604Z Downloaded embedded-io v0.6.1
5102026-08-31T15:04:10.604Z Downloaded flagset v0.4.7
5112026-08-31T15:04:10.604Z Downloaded foreign-types-shared v0.1.1
5122026-08-31T15:04:10.604Z Downloaded bit-set v0.8.0
5132026-08-31T15:04:10.609Z Downloaded base64ct v1.8.3
5142026-08-31T15:04:10.612Z Downloaded embedded-io v0.4.0
5152026-08-31T15:04:10.612Z Downloaded endian-type v0.1.2
5162026-08-31T15:04:10.612Z Downloaded foreign-types-macros v0.2.3
5172026-08-31T15:04:10.612Z Downloaded num_enum v0.5.11
5182026-08-31T15:04:10.615Z Downloaded anstream v0.6.21
5192026-08-31T15:04:10.618Z Downloaded async-trait v0.1.89
5202026-08-31T15:04:10.623Z Downloaded cfg_aliases v0.2.1
5212026-08-31T15:04:10.627Z Downloaded ena v0.14.4
5222026-08-31T15:04:10.628Z Downloaded foldhash v0.2.0
5232026-08-31T15:04:10.628Z Downloaded const-oid v0.10.2
5242026-08-31T15:04:10.629Z Downloaded futures-task v0.3.32
5252026-08-31T15:04:10.630Z Downloaded fixedbitset v0.5.7
5262026-08-31T15:04:10.653Z Downloaded argon2 v0.6.0-rc.8
5272026-08-31T15:04:10.653Z Downloaded erased-serde v0.3.31
5282026-08-31T15:04:10.653Z Downloaded filetime v0.2.27
5292026-08-31T15:04:10.653Z Downloaded ascii-canvas v3.0.0
5302026-08-31T15:04:10.653Z Downloaded atomic-waker v1.1.2
5312026-08-31T15:04:10.653Z Downloaded bit-set v0.5.3
5322026-08-31T15:04:10.653Z Downloaded futures-sink v0.3.32
5332026-08-31T15:04:10.653Z Downloaded foreign-types-shared v0.3.1
5342026-08-31T15:04:10.653Z Downloaded futures-macro v0.3.32
5352026-08-31T15:04:10.665Z Downloaded funty v2.0.0
5362026-08-31T15:04:10.665Z Downloaded aead v0.5.2
5372026-08-31T15:04:10.665Z Downloaded ciborium-ll v0.2.2
5382026-08-31T15:04:10.665Z Downloaded fixedbitset v0.4.2
5392026-08-31T15:04:10.665Z Downloaded globwalk v0.9.1
5402026-08-31T15:04:10.665Z Downloaded base16ct v1.0.0
5412026-08-31T15:04:10.665Z Downloaded fd-lock v4.0.4
5422026-08-31T15:04:10.665Z Downloaded futures-core v0.3.32
5432026-08-31T15:04:10.665Z Downloaded hash32 v0.2.1
5442026-08-31T15:04:10.665Z Downloaded env_filter v2.0.0
5452026-08-31T15:04:10.665Z Downloaded hickory-resolver v0.25.2
5462026-08-31T15:04:10.665Z Downloaded async-stream v0.3.6
5472026-08-31T15:04:10.665Z Downloaded async-recursion v1.1.1
5482026-08-31T15:04:10.665Z Downloaded block-padding v0.4.2
5492026-08-31T15:04:10.665Z Downloaded gethostname v0.5.0
5502026-08-31T15:04:10.665Z Downloaded castaway v0.2.4
5512026-08-31T15:04:10.666Z Downloaded compression-core v0.4.31
5522026-08-31T15:04:10.666Z Downloaded form_urlencoded v1.2.2
5532026-08-31T15:04:10.666Z Downloaded httpdate v1.0.3
5542026-08-31T15:04:10.666Z Downloaded ciborium-io v0.2.2
5552026-08-31T15:04:10.670Z Downloaded hash32 v0.3.1
5562026-08-31T15:04:10.670Z Downloaded float-ord v0.3.2
5572026-08-31T15:04:10.670Z Downloaded hostname v0.3.1
5582026-08-31T15:04:10.670Z Downloaded cobs v0.3.0
5592026-08-31T15:04:10.670Z Downloaded foreign-types v0.3.2
5602026-08-31T15:04:10.677Z Downloaded git-stub v1.0.0
5612026-08-31T15:04:10.677Z Downloaded home v0.5.12
5622026-08-31T15:04:10.681Z Downloaded bit-vec v0.8.0
5632026-08-31T15:04:10.681Z Downloaded enum-as-inner v0.6.1
5642026-08-31T15:04:10.681Z Downloaded ghash v0.6.0
5652026-08-31T15:04:10.681Z Downloaded http-body v1.0.1
5662026-08-31T15:04:10.681Z Downloaded async-bb8-diesel v0.2.1
5672026-08-31T15:04:10.732Z Downloaded bitfield v0.19.4
5682026-08-31T15:04:10.732Z Downloaded http-range v0.1.5
5692026-08-31T15:04:10.733Z Downloaded bb8 v0.8.6
5702026-08-31T15:04:10.733Z Downloaded cmake v0.1.57
5712026-08-31T15:04:10.733Z Downloaded headers-core v0.3.0
5722026-08-31T15:04:10.733Z Downloaded hostname v0.4.2
5732026-08-31T15:04:10.733Z Downloaded hubpack v0.1.2
5742026-08-31T15:04:10.733Z Downloaded hubpack_derive v0.1.1
5752026-08-31T15:04:10.733Z Downloaded oxide-generation-macros v0.2.0
5762026-08-31T15:04:10.733Z Downloaded env_logger v0.11.11
5772026-08-31T15:04:10.733Z Downloaded find-msvc-tools v0.1.9
5782026-08-31T15:04:10.733Z Downloaded ar_archive_writer v0.5.1
5792026-08-31T15:04:10.733Z Downloaded foldhash v0.1.5
5802026-08-31T15:04:10.733Z Downloaded git-stub-vcs v0.1.0
5812026-08-31T15:04:10.733Z Downloaded bcs v0.1.6
5822026-08-31T15:04:10.733Z Downloaded bit-vec v0.6.3
5832026-08-31T15:04:10.733Z Downloaded fs-err v2.11.0
5842026-08-31T15:04:10.733Z Downloaded byte-wrapper v0.1.0
5852026-08-31T15:04:10.733Z Downloaded fallible-iterator v0.2.0
5862026-08-31T15:04:10.733Z Downloaded globset v0.4.18
5872026-08-31T15:04:10.733Z Downloaded hex v0.4.3
5882026-08-31T15:04:10.733Z Downloaded enum_dispatch v0.3.13
5892026-08-31T15:04:10.733Z Downloaded ff v0.13.1
5902026-08-31T15:04:10.733Z Downloaded elliptic-curve v0.14.1
5912026-08-31T15:04:10.733Z Downloaded nodrop v0.1.14
5922026-08-31T15:04:10.733Z Downloaded num_threads v0.1.7
5932026-08-31T15:04:10.733Z Downloaded newline-converter v0.3.0
5942026-08-31T15:04:10.733Z Downloaded powerfmt v0.2.0
5952026-08-31T15:04:10.734Z Downloaded proc-macro-error-attr2 v2.0.0
5962026-08-31T15:04:10.734Z Downloaded progenitor-macro v0.14.0
5972026-08-31T15:04:10.734Z Downloaded opaque-debug v0.3.1
5982026-08-31T15:04:10.734Z Downloaded proc-macro-crate v3.4.0
5992026-08-31T15:04:10.740Z Downloaded backon v1.6.0
6002026-08-31T15:04:10.740Z Downloaded predicates-core v1.0.10
6012026-08-31T15:04:10.740Z Downloaded predicates-tree v1.0.13
6022026-08-31T15:04:10.740Z Downloaded scopeguard v1.2.0
6032026-08-31T15:04:10.740Z Downloaded fs_extra v1.3.0
6042026-08-31T15:04:10.765Z Downloaded glob v0.3.3
6052026-08-31T15:04:10.765Z Downloaded hex-literal v1.1.0
6062026-08-31T15:04:10.765Z Downloaded ff v0.14.0
6072026-08-31T15:04:10.765Z Downloaded futures-io v0.3.32
6082026-08-31T15:04:10.765Z Downloaded group v0.14.0
6092026-08-31T15:04:10.765Z Downloaded highway v1.3.0
6102026-08-31T15:04:10.765Z Downloaded cfg_aliases v0.1.1
6112026-08-31T15:04:10.765Z Downloaded compression-codecs v0.4.37
6122026-08-31T15:04:10.779Z Downloaded num-integer v0.1.46
6132026-08-31T15:04:10.779Z Downloaded aead v0.6.1
6142026-08-31T15:04:10.779Z Downloaded group v0.13.0
6152026-08-31T15:04:10.779Z Downloaded cmov v0.5.4
6162026-08-31T15:04:10.780Z Downloaded cexpr v0.6.0
6172026-08-31T15:04:10.780Z Downloaded cipher v0.4.4
6182026-08-31T15:04:10.780Z Downloaded http-body-util v0.1.3
6192026-08-31T15:04:10.780Z Downloaded pem-rfc7468 v1.0.0
6202026-08-31T15:04:10.780Z Downloaded bs58 v0.5.1
6212026-08-31T15:04:10.780Z Downloaded camino-tempfile-ext v0.3.3
6222026-08-31T15:04:10.780Z Downloaded futures-executor v0.3.32
6232026-08-31T15:04:10.780Z Downloaded pem v3.0.6
6242026-08-31T15:04:10.780Z Downloaded pem-rfc7468 v0.7.0
6252026-08-31T15:04:10.780Z Downloaded proc-macro-crate v1.3.1
6262026-08-31T15:04:10.780Z Downloaded blowfish v0.10.0
6272026-08-31T15:04:10.780Z Downloaded radium v0.7.0
6282026-08-31T15:04:10.780Z Downloaded rand_pcg v0.10.2
6292026-08-31T15:04:10.780Z Downloaded rand_xorshift v0.4.0
6302026-08-31T15:04:10.780Z Downloaded russh-cryptovec v0.62.0
6312026-08-31T15:04:10.780Z Downloaded secrecy v0.10.3
6322026-08-31T15:04:10.780Z Downloaded signal-hook-mio v0.2.5
6332026-08-31T15:04:10.780Z Downloaded flume v0.11.1
6342026-08-31T15:04:10.780Z Downloaded slog-envlogger v2.2.0
6352026-08-31T15:04:10.784Z Downloaded sponge-cursor v0.1.0
6362026-08-31T15:04:10.784Z Downloaded block-buffer v0.12.1
6372026-08-31T15:04:10.784Z Downloaded pkg-config v0.3.32
6382026-08-31T15:04:10.784Z Downloaded bitflags v1.3.2
6392026-08-31T15:04:10.784Z Downloaded console v0.15.11
6402026-08-31T15:04:10.784Z Downloaded chacha20 v0.9.1
6412026-08-31T15:04:10.784Z Downloaded buf-list v1.1.2
6422026-08-31T15:04:10.784Z Downloaded time-core v0.1.8
6432026-08-31T15:04:10.791Z Downloaded thiserror-impl-no-std v2.0.2
6442026-08-31T15:04:10.794Z Downloaded tokio-test v0.4.5
6452026-08-31T15:04:10.794Z Downloaded topological-sort v0.2.2
6462026-08-31T15:04:10.794Z Downloaded sha1 v0.11.0
6472026-08-31T15:04:10.794Z Downloaded serde_plain v1.0.2
6482026-08-31T15:04:10.800Z Downloaded sha1 v0.10.6
6492026-08-31T15:04:10.800Z Downloaded rpassword v7.5.4
6502026-08-31T15:04:10.801Z Downloaded unicode-truncate v1.1.0
6512026-08-31T15:04:10.801Z Downloaded float-cmp v0.10.0
6522026-08-31T15:04:10.804Z Downloaded hmac v0.12.1
6532026-08-31T15:04:10.804Z Downloaded cipher v0.5.2
6542026-08-31T15:04:10.804Z Downloaded parse-display-derive v0.10.0
6552026-08-31T15:04:10.805Z Downloaded getrandom v0.2.17
6562026-08-31T15:04:10.805Z Downloaded futures-channel v0.3.32
6572026-08-31T15:04:10.808Z Downloaded httparse v1.10.1
6582026-08-31T15:04:10.808Z Downloaded pbkdf2 v0.13.0
6592026-08-31T15:04:10.808Z Downloaded phf v0.13.1
6602026-08-31T15:04:10.811Z Downloaded unicode-xid v0.2.6
6612026-08-31T15:04:10.814Z Downloaded stable_deref_trait v1.2.1
6622026-08-31T15:04:10.814Z Downloaded blake2 v0.10.6
6632026-08-31T15:04:10.814Z Downloaded bzip2 v0.4.4
6642026-08-31T15:04:10.819Z Downloaded cassowary v0.3.0
6652026-08-31T15:04:10.819Z Downloaded getrandom v0.3.4
6662026-08-31T15:04:10.821Z Downloaded blake2 v0.11.0-rc.6
6672026-08-31T15:04:10.822Z Downloaded ciborium v0.2.2
6682026-08-31T15:04:10.822Z Downloaded generic-array v1.4.3
6692026-08-31T15:04:10.822Z Downloaded serde_with_macros v1.5.2
6702026-08-31T15:04:10.825Z Downloaded ahash v0.8.12
6712026-08-31T15:04:10.825Z Downloaded backoff v0.4.0
6722026-08-31T15:04:10.825Z Downloaded usdt-attr-macro v0.6.0
6732026-08-31T15:04:10.828Z Downloaded console v0.16.2
6742026-08-31T15:04:10.828Z Downloaded hkdf v0.12.4
6752026-08-31T15:04:10.828Z Downloaded anstyle-parse v0.2.7
6762026-08-31T15:04:10.828Z Downloaded cancel-safe-futures v0.1.5
6772026-08-31T15:04:10.831Z Downloaded newtype-uuid v1.3.2
6782026-08-31T15:04:10.831Z Downloaded rand_seeder v0.4.0
6792026-08-31T15:04:10.831Z Downloaded subtle v2.6.1
6802026-08-31T15:04:10.831Z Downloaded tap v1.0.1
6812026-08-31T15:04:10.835Z Downloaded xattr v1.6.1
6822026-08-31T15:04:10.835Z Downloaded cpufeatures v0.3.0
6832026-08-31T15:04:10.835Z Downloaded cpubits v0.1.1
6842026-08-31T15:04:10.838Z Downloaded slog-json v2.6.1
6852026-08-31T15:04:10.844Z Downloaded string_cache v0.8.9
6862026-08-31T15:04:10.844Z Downloaded pkcs8 v0.11.0
6872026-08-31T15:04:10.844Z Downloaded bzip2 v0.6.1
6882026-08-31T15:04:10.852Z Downloaded cbc v0.2.1
6892026-08-31T15:04:10.852Z Downloaded colored v2.2.0
6902026-08-31T15:04:10.852Z Downloaded clang-sys v1.8.1
6912026-08-31T15:04:10.852Z Downloaded rustls-native-certs v0.8.3
6922026-08-31T15:04:10.852Z Downloaded spki v0.8.0
6932026-08-31T15:04:10.856Z Downloaded strum_macros v0.24.3
6942026-08-31T15:04:10.856Z Downloaded trait-variant v0.1.2
6952026-08-31T15:04:10.856Z Downloaded stringprep v0.1.5
6962026-08-31T15:04:10.856Z Downloaded tokio-tungstenite v0.21.0
6972026-08-31T15:04:10.856Z Downloaded void v1.0.2
6982026-08-31T15:04:10.856Z Downloaded darling_macro v0.21.3
6992026-08-31T15:04:10.856Z Downloaded display-error-chain v0.2.2
7002026-08-31T15:04:10.856Z Downloaded document-features v0.2.12
7012026-08-31T15:04:10.857Z Downloaded idna_adapter v1.2.1
7022026-08-31T15:04:10.861Z Downloaded tokio-native-tls v0.3.1
7032026-08-31T15:04:10.861Z Downloaded colored v3.1.1
7042026-08-31T15:04:10.861Z Downloaded serde-hex v0.1.0
7052026-08-31T15:04:10.864Z Downloaded fatfs v0.3.6
7062026-08-31T15:04:10.864Z Downloaded half v2.7.1
7072026-08-31T15:04:10.864Z Downloaded serde_path_to_error v0.1.20
7082026-08-31T15:04:10.864Z Downloaded hmac v0.13.0
7092026-08-31T15:04:10.871Z Downloaded parking_lot v0.11.2
7102026-08-31T15:04:10.875Z Downloaded half v1.8.3
7112026-08-31T15:04:10.875Z Downloaded usdt-impl v0.6.0
7122026-08-31T15:04:10.875Z Downloaded uzers v0.12.2
7132026-08-31T15:04:10.880Z Downloaded indoc v1.0.9
7142026-08-31T15:04:10.880Z Downloaded headers v0.4.1
7152026-08-31T15:04:10.880Z Downloaded pkcs1 v0.7.5
7162026-08-31T15:04:10.883Z Downloaded futures v0.3.32
7172026-08-31T15:04:10.885Z Downloaded defmt-parser v1.0.0
7182026-08-31T15:04:10.886Z Downloaded lalrpop-util v0.19.12
7192026-08-31T15:04:10.886Z Downloaded allocator-api2 v0.2.21
7202026-08-31T15:04:10.889Z Downloaded chacha20 v0.10.0
7212026-08-31T15:04:10.892Z Downloaded convert_case v0.10.0
7222026-08-31T15:04:10.903Z Downloaded memoffset v0.9.1
7232026-08-31T15:04:10.909Z Downloaded derive_builder_macro v0.20.2
7242026-08-31T15:04:10.909Z Downloaded defmt v0.3.100
7252026-08-31T15:04:10.909Z Downloaded dunce v1.0.5
7262026-08-31T15:04:10.909Z Downloaded dyn-clone v1.0.20
7272026-08-31T15:04:10.909Z Downloaded num-iter v0.1.45
7282026-08-31T15:04:10.909Z Downloaded crossbeam-deque v0.8.6
7292026-08-31T15:04:10.910Z Downloaded instant v0.1.13
7302026-08-31T15:04:10.913Z Downloaded unicase v2.9.0
7312026-08-31T15:04:10.913Z Downloaded time-macros v0.2.27
7322026-08-31T15:04:10.918Z Downloaded password-hash v0.6.1
7332026-08-31T15:04:10.921Z Downloaded phf_shared v0.11.3
7342026-08-31T15:04:10.921Z Downloaded chumsky v0.9.3
7352026-08-31T15:04:10.921Z Downloaded vergen-lib v9.1.0
7362026-08-31T15:04:10.924Z Downloaded ref-cast v1.0.25
7372026-08-31T15:04:10.927Z Downloaded heapless v0.8.0
7382026-08-31T15:04:10.931Z Downloaded lzss v0.8.2
7392026-08-31T15:04:10.931Z Downloaded maybe-uninit v2.0.0
7402026-08-31T15:04:10.946Z Downloaded heapless v0.7.17
7412026-08-31T15:04:10.946Z Downloaded arc-swap v1.8.2
7422026-08-31T15:04:10.964Z Downloaded impl-trait-for-tuples v0.2.3
7432026-08-31T15:04:10.964Z Downloaded indoc v2.0.7
7442026-08-31T15:04:10.964Z Downloaded omicron-zone-package v0.12.3
7452026-08-31T15:04:10.964Z Downloaded ipnetwork v0.21.1
7462026-08-31T15:04:10.964Z Downloaded oxide-update-engine-types v0.1.2
7472026-08-31T15:04:10.964Z Downloaded same-file v1.0.6
7482026-08-31T15:04:10.964Z Downloaded serde_repr v0.1.20
7492026-08-31T15:04:10.964Z Downloaded ctutils v0.4.2
7502026-08-31T15:04:10.964Z Downloaded newtype-uuid-macros v0.1.0
7512026-08-31T15:04:10.964Z Downloaded serde_spanned v1.1.1
7522026-08-31T15:04:10.964Z Downloaded signal-hook-tokio v0.3.1
7532026-08-31T15:04:10.964Z Downloaded signature v2.2.0
7542026-08-31T15:04:10.964Z Downloaded signal-hook v0.3.18
7552026-08-31T15:04:10.975Z Downloaded slog v2.8.2
7562026-08-31T15:04:10.975Z Downloaded libsw v3.5.0
7572026-08-31T15:04:10.975Z Downloaded crossbeam-epoch v0.9.18
7582026-08-31T15:04:10.975Z Downloaded crossbeam-utils v0.8.21
7592026-08-31T15:04:10.976Z Downloaded linear-map v1.2.0
7602026-08-31T15:04:10.976Z Downloaded multimap v0.10.1
7612026-08-31T15:04:10.976Z Downloaded sqlparser_derive v0.5.0
7622026-08-31T15:04:10.976Z Downloaded strsim v0.10.0
7632026-08-31T15:04:10.976Z Downloaded darling v0.13.4
7642026-08-31T15:04:10.976Z Downloaded delegate v0.13.5
7652026-08-31T15:04:10.976Z Downloaded supports-unicode v3.0.0
7662026-08-31T15:04:10.976Z Downloaded take_mut v0.2.2
7672026-08-31T15:04:10.976Z Downloaded chacha20poly1305 v0.10.1
7682026-08-31T15:04:10.976Z Downloaded miette-derive v7.6.0
7692026-08-31T15:04:10.976Z Downloaded num-complex v0.4.6
7702026-08-31T15:04:10.981Z Downloaded const-oid v0.9.6
7712026-08-31T15:04:10.981Z Downloaded socket2 v0.5.10
7722026-08-31T15:04:10.981Z Downloaded derive_builder_core v0.20.2
7732026-08-31T15:04:10.981Z Downloaded either v1.15.0
7742026-08-31T15:04:10.985Z Downloaded darling v0.20.11
7752026-08-31T15:04:10.989Z Downloaded rustc-hash v2.1.1
7762026-08-31T15:04:10.989Z Downloaded displaydoc v0.2.5
7772026-08-31T15:04:10.994Z Downloaded primefield v0.14.0
7782026-08-31T15:04:10.994Z Downloaded tagptr v0.2.0
7792026-08-31T15:04:10.995Z Downloaded rustc_version v0.1.7
7802026-08-31T15:04:10.995Z Downloaded backtrace v0.3.76
7812026-08-31T15:04:10.998Z Downloaded pin-project-internal v1.1.11
7822026-08-31T15:04:10.998Z Downloaded twox-hash v2.1.2
7832026-08-31T15:04:10.998Z Downloaded lock_api v0.4.14
7842026-08-31T15:04:11.002Z Downloaded hickory-resolver v0.24.4
7852026-08-31T15:04:11.005Z Downloaded scuffle v0.1.0
7862026-08-31T15:04:11.008Z Downloaded whoami v1.6.1
7872026-08-31T15:04:11.008Z Downloaded zerocopy v0.6.6
7882026-08-31T15:04:11.011Z Downloaded jobserver v0.1.34
7892026-08-31T15:04:11.011Z Downloaded serde-big-array v0.5.1
7902026-08-31T15:04:11.014Z Downloaded flate2 v1.1.9
7912026-08-31T15:04:11.017Z Downloaded hashbrown v0.12.3
7922026-08-31T15:04:11.017Z Downloaded scroll v0.13.0
7932026-08-31T15:04:11.020Z Downloaded sec1 v0.8.1
7942026-08-31T15:04:11.020Z Downloaded slab v0.4.12
7952026-08-31T15:04:11.020Z Downloaded zerovec-derive v0.11.2
7962026-08-31T15:04:11.020Z Downloaded base64 v0.22.1
7972026-08-31T15:04:11.023Z Downloaded zerofrom v0.1.6
7982026-08-31T15:04:11.024Z Downloaded similar v2.7.0
7992026-08-31T15:04:11.027Z Downloaded ssh-cipher v0.3.0
8002026-08-31T15:04:11.030Z Downloaded thiserror-no-std v2.0.2
8012026-08-31T15:04:11.030Z Downloaded crunchy v0.2.4
8022026-08-31T15:04:11.035Z Downloaded darling_macro v0.20.11
8032026-08-31T15:04:11.038Z Downloaded papergrid v0.18.0
8042026-08-31T15:04:11.042Z Downloaded quinn v0.11.11
8052026-08-31T15:04:11.042Z Downloaded num_enum_derive v0.7.6
8062026-08-31T15:04:11.045Z Downloaded oxide-generation v0.1.3
8072026-08-31T15:04:11.045Z Downloaded oxide-tokio-rt v0.1.4
8082026-08-31T15:04:11.045Z Downloaded oxide-update-engine-display v0.1.2
8092026-08-31T15:04:11.045Z Downloaded icu_provider v2.1.1
8102026-08-31T15:04:11.049Z Downloaded oxide-update-engine v0.1.2
8112026-08-31T15:04:11.049Z Downloaded peg v0.8.5
8122026-08-31T15:04:11.052Z Downloaded pkcs8 v0.10.2
8132026-08-31T15:04:11.052Z Downloaded peg-macros v0.8.5
8142026-08-31T15:04:11.052Z Downloaded poly1305 v0.8.0
8152026-08-31T15:04:11.052Z Downloaded predicates v3.1.4
8162026-08-31T15:04:11.056Z Downloaded untrusted v0.9.0
8172026-08-31T15:04:11.056Z Downloaded usdt-macro v0.6.0
8182026-08-31T15:04:11.056Z Downloaded postgres-types v0.2.12
8192026-08-31T15:04:11.056Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8202026-08-31T15:04:11.059Z Downloaded dirs-sys-next v0.1.2
8212026-08-31T15:04:11.059Z Downloaded dof v0.4.0
8222026-08-31T15:04:11.059Z Downloaded dsl_auto_type v0.2.0
8232026-08-31T15:04:11.059Z Downloaded rand_chacha v0.9.0
8242026-08-31T15:04:11.059Z Downloaded bytes v1.11.1
8252026-08-31T15:04:11.063Z Downloaded cc v1.2.56
8262026-08-31T15:04:11.063Z Downloaded bumpalo v3.20.2
8272026-08-31T15:04:11.067Z Downloaded compact_str v0.8.1
8282026-08-31T15:04:11.076Z Downloaded hashbrown v0.13.2
8292026-08-31T15:04:11.079Z Downloaded progenitor v0.14.0
8302026-08-31T15:04:11.079Z Downloaded progenitor-client v0.13.0
8312026-08-31T15:04:11.079Z Downloaded humantime v2.3.0
8322026-08-31T15:04:11.079Z Downloaded progenitor v0.13.0
8332026-08-31T15:04:11.082Z Downloaded psm v0.1.30
8342026-08-31T15:04:11.082Z Downloaded zone_cfg_derive v0.3.1
8352026-08-31T15:04:11.082Z Downloaded crc-catalog v2.4.0
8362026-08-31T15:04:11.082Z Downloaded vsss-rs v3.3.4
8372026-08-31T15:04:11.085Z Downloaded async-compression v0.4.41
8382026-08-31T15:04:11.089Z Downloaded hyper-tls v0.6.0
8392026-08-31T15:04:11.089Z Downloaded lru v0.12.5
8402026-08-31T15:04:11.089Z Downloaded http v1.4.2
8412026-08-31T15:04:11.095Z Downloaded xshell v0.2.7
8422026-08-31T15:04:11.095Z Downloaded tracing-core v0.1.36
8432026-08-31T15:04:11.095Z Downloaded illumos-nvpair v0.3.0
8442026-08-31T15:04:11.096Z Downloaded serdect v0.4.3
8452026-08-31T15:04:11.120Z Downloaded instability v0.3.11
8462026-08-31T15:04:11.120Z Downloaded jiff-static v0.2.34
8472026-08-31T15:04:11.120Z Downloaded md5 v0.8.0
8482026-08-31T15:04:11.120Z Downloaded slog-stdlog v4.1.1
8492026-08-31T15:04:11.120Z Downloaded yoke v0.8.1
8502026-08-31T15:04:11.120Z Downloaded smf v0.2.3
8512026-08-31T15:04:11.120Z Downloaded const_format v0.2.35
8522026-08-31T15:04:11.120Z Downloaded difflib v0.4.0
8532026-08-31T15:04:11.121Z Downloaded tiny-keccak v2.0.2
8542026-08-31T15:04:11.121Z Downloaded num-derive v0.4.2
8552026-08-31T15:04:11.121Z Downloaded inout v0.1.4
8562026-08-31T15:04:11.121Z Downloaded inout v0.2.2
8572026-08-31T15:04:11.121Z Downloaded peg-runtime v0.8.5
8582026-08-31T15:04:11.121Z Downloaded p384 v0.14.0
8592026-08-31T15:04:11.136Z Downloaded support-bundle-viewer v0.1.2
8602026-08-31T15:04:11.136Z Downloaded unit-prefix v0.5.2
8612026-08-31T15:04:11.136Z Downloaded derive_more v0.99.20
8622026-08-31T15:04:11.136Z Downloaded walkdir v2.5.0
8632026-08-31T15:04:11.136Z Downloaded defmt-macros v1.0.1
8642026-08-31T15:04:11.136Z Downloaded openssl-macros v0.1.1
8652026-08-31T15:04:11.136Z Downloaded openssl-probe v0.1.6
8662026-08-31T15:04:11.137Z Downloaded progenitor-macro v0.13.0
8672026-08-31T15:04:11.137Z Downloaded subprocess v0.2.15
8682026-08-31T15:04:11.137Z Downloaded tar v0.4.46
8692026-08-31T15:04:11.137Z Downloaded psl-types v2.0.11
8702026-08-31T15:04:11.137Z Downloaded ed25519 v2.2.3
8712026-08-31T15:04:11.137Z Downloaded rustc-demangle v0.1.27
8722026-08-31T15:04:11.137Z Downloaded elliptic-curve v0.13.8
8732026-08-31T15:04:11.137Z Downloaded hickory-server v0.25.2
8742026-08-31T15:04:11.137Z Downloaded salsa20 v0.11.0
8752026-08-31T15:04:11.137Z Downloaded samael v0.0.19
8762026-08-31T15:04:11.146Z Downloaded base64 v0.21.7
8772026-08-31T15:04:11.147Z Downloaded ref-cast-impl v1.0.25
8782026-08-31T15:04:11.147Z Downloaded vergen v9.1.0
8792026-08-31T15:04:11.147Z Downloaded rtoolbox v0.0.3
8802026-08-31T15:04:11.147Z Downloaded parse-size v1.1.0
8812026-08-31T15:04:11.147Z Downloaded phf_shared v0.13.1
8822026-08-31T15:04:11.147Z Downloaded keccak v0.1.6
8832026-08-31T15:04:11.147Z Downloaded native-tls v0.2.18
8842026-08-31T15:04:11.147Z Downloaded potential_utf v0.1.4
8852026-08-31T15:04:11.169Z Downloaded signature v3.0.0
8862026-08-31T15:04:11.169Z Downloaded rfc6979 v0.4.0
8872026-08-31T15:04:11.169Z Downloaded aws-lc-rs v1.16.3
8882026-08-31T15:04:11.169Z Downloaded cookie v0.18.1
8892026-08-31T15:04:11.194Z Downloaded nu-ansi-term v0.50.3
8902026-08-31T15:04:11.194Z Downloaded crossbeam-channel v0.5.15
8912026-08-31T15:04:11.194Z Downloaded tls_codec_derive v0.4.2
8922026-08-31T15:04:11.194Z Downloaded defmt v1.0.1
8932026-08-31T15:04:11.194Z Downloaded diesel-dtrace v0.5.0
8942026-08-31T15:04:11.194Z Downloaded serde_bytes v0.11.19
8952026-08-31T15:04:11.194Z Downloaded ctr v0.10.1
8962026-08-31T15:04:11.194Z Downloaded seq-macro v0.3.6
8972026-08-31T15:04:11.194Z Downloaded libloading v0.8.9
8982026-08-31T15:04:11.194Z Downloaded rand v0.9.2
8992026-08-31T15:04:11.194Z Downloaded derive_builder v0.20.2
9002026-08-31T15:04:11.194Z Downloaded zerotrie v0.2.3
9012026-08-31T15:04:11.194Z Downloaded rand v0.10.1
9022026-08-31T15:04:11.194Z Downloaded module-lattice v0.2.3
9032026-08-31T15:04:11.194Z Downloaded zone v0.3.1
9042026-08-31T15:04:11.194Z Downloaded crc v3.4.0
9052026-08-31T15:04:11.194Z Downloaded darling_macro v0.13.4
9062026-08-31T15:04:11.194Z Downloaded downcast-rs v2.0.2
9072026-08-31T15:04:11.195Z Downloaded dropshot-api-manager-types v0.8.0
9082026-08-31T15:04:11.195Z Downloaded slog-bunyan v2.5.0
9092026-08-31T15:04:11.203Z Downloaded ed25519 v3.0.0
9102026-08-31T15:04:11.203Z Downloaded icu_normalizer v2.1.1
9112026-08-31T15:04:11.203Z Downloaded unicode-segmentation v1.12.0
9122026-08-31T15:04:11.203Z Downloaded futures-util v0.3.32
9132026-08-31T15:04:11.203Z Downloaded rcgen v0.12.1
9142026-08-31T15:04:11.203Z Downloaded utf-8 v0.7.6
9152026-08-31T15:04:11.203Z Downloaded x509-cert v0.2.5
9162026-08-31T15:04:11.203Z Downloaded utf8_iter v1.0.4
9172026-08-31T15:04:11.208Z Downloaded knus v3.4.0
9182026-08-31T15:04:11.208Z Downloaded scrypt v0.12.0
9192026-08-31T15:04:11.211Z Downloaded indent_write v2.2.0
9202026-08-31T15:04:11.211Z Downloaded linked-hash-map v0.5.6
9212026-08-31T15:04:11.211Z Downloaded tokio-dtrace v0.1.1
9222026-08-31T15:04:11.214Z Downloaded nibble_vec v0.1.0
9232026-08-31T15:04:11.217Z Downloaded rand_core v0.9.5
9242026-08-31T15:04:11.217Z Downloaded rand_core v0.10.0
9252026-08-31T15:04:11.217Z Downloaded zeroize_derive v1.5.0
9262026-08-31T15:04:11.217Z Downloaded num-rational v0.4.2
9272026-08-31T15:04:11.220Z Downloaded openssl-probe v0.2.1
9282026-08-31T15:04:11.223Z Downloaded nom v7.1.3
9292026-08-31T15:04:11.226Z Downloaded phf_shared v0.12.1
9302026-08-31T15:04:11.226Z Downloaded socket2 v0.6.3
9312026-08-31T15:04:11.231Z Downloaded litrs v1.0.0
9322026-08-31T15:04:11.231Z Downloaded openssl-sys v0.9.117
9332026-08-31T15:04:11.233Z Downloaded serde_derive_internals v0.29.1
9342026-08-31T15:04:11.233Z Downloaded derive_more v2.1.1
9352026-08-31T15:04:11.237Z Downloaded newtype_derive v0.1.6
9362026-08-31T15:04:11.240Z Downloaded tungstenite v0.21.0
9372026-08-31T15:04:11.243Z Downloaded corncobs v0.1.4
9382026-08-31T15:04:11.243Z Downloaded recursive-proc-macro-impl v0.1.1
9392026-08-31T15:04:11.243Z Downloaded csv-core v0.1.13
9402026-08-31T15:04:11.246Z Downloaded proc-macro-error2 v2.0.1
9412026-08-31T15:04:11.250Z Downloaded deranged v0.5.8
9422026-08-31T15:04:11.253Z Downloaded static_assertions v1.1.0
9432026-08-31T15:04:11.253Z Downloaded slog-async v2.8.0
9442026-08-31T15:04:11.256Z Downloaded new_debug_unreachable v1.0.6
9452026-08-31T15:04:11.264Z Downloaded scroll_derive v0.13.1
9462026-08-31T15:04:11.267Z Downloaded ignore v0.4.25
9472026-08-31T15:04:11.270Z Downloaded crc-any v2.5.0
9482026-08-31T15:04:11.270Z Downloaded stacker v0.1.23
9492026-08-31T15:04:11.270Z Downloaded strum_macros v0.26.4
9502026-08-31T15:04:11.274Z Downloaded strum_macros v0.27.2
9512026-08-31T15:04:11.274Z Downloaded hashbrown v0.16.1
9522026-08-31T15:04:11.277Z Downloaded term v0.7.0
9532026-08-31T15:04:11.277Z Downloaded tinystr v0.8.2
9542026-08-31T15:04:11.277Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9552026-08-31T15:04:11.280Z Downloaded toml_writer v1.1.1+spec-1.1.0
9562026-08-31T15:04:11.280Z Downloaded termtree v0.5.1
9572026-08-31T15:04:11.280Z Downloaded usdt v0.6.0
9582026-08-31T15:04:11.280Z Downloaded vergen-lib v0.1.6
9592026-08-31T15:04:11.280Z Downloaded unarray v0.1.4
9602026-08-31T15:04:11.283Z Downloaded hashbrown v0.14.5
9612026-08-31T15:04:11.283Z Downloaded russh-util v0.52.0
9622026-08-31T15:04:11.287Z Downloaded zerocopy-derive v0.8.55
9632026-08-31T15:04:11.290Z Downloaded toml_edit v0.19.15
9642026-08-31T15:04:11.296Z Downloaded primeorder v0.13.6
9652026-08-31T15:04:11.300Z Downloaded typify-macro v0.6.2
9662026-08-31T15:04:11.300Z Downloaded cstr-argument v0.1.2
9672026-08-31T15:04:11.300Z Downloaded shell-words v1.1.1
9682026-08-31T15:04:11.300Z Downloaded siphasher v1.0.2
9692026-08-31T15:04:11.303Z Downloaded supports-hyperlinks v3.2.0
9702026-08-31T15:04:11.303Z Downloaded structmeta-derive v0.3.0
9712026-08-31T15:04:11.303Z Downloaded tinyvec_macros v0.1.1
9722026-08-31T15:04:11.306Z Downloaded rustyline v14.0.0
9732026-08-31T15:04:11.311Z Downloaded aes v0.9.1
9742026-08-31T15:04:11.314Z Downloaded tokio-postgres v0.7.16
9752026-08-31T15:04:11.314Z Downloaded derive-ex v0.1.8
9762026-08-31T15:04:11.314Z Downloaded diff v0.1.13
9772026-08-31T15:04:11.319Z Downloaded ingot-types v0.2.0
9782026-08-31T15:04:11.319Z Downloaded keccak v0.2.0
9792026-08-31T15:04:11.319Z Downloaded kem v0.3.0
9802026-08-31T15:04:11.323Z Downloaded hashbrown v0.15.5
9812026-08-31T15:04:11.328Z Downloaded serde_cbor v0.11.2
9822026-08-31T15:04:11.331Z Downloaded ryu v1.0.23
9832026-08-31T15:04:11.331Z Downloaded internet-checksum v0.2.1
9842026-08-31T15:04:11.331Z Downloaded is_ci v1.2.0
9852026-08-31T15:04:11.331Z Downloaded lazy_static v1.5.0
9862026-08-31T15:04:11.334Z Downloaded managed v0.8.0
9872026-08-31T15:04:11.334Z Downloaded mime v0.3.17
9882026-08-31T15:04:11.334Z Downloaded normalize-line-endings v0.3.0
9892026-08-31T15:04:11.337Z Downloaded nanorand v0.7.0
9902026-08-31T15:04:11.337Z Downloaded schemars_derive v0.8.22
9912026-08-31T15:04:11.337Z Downloaded parking_lot_core v0.8.6
9922026-08-31T15:04:11.337Z Downloaded phf v0.12.1
9932026-08-31T15:04:11.341Z Downloaded waitgroup v0.1.2
9942026-08-31T15:04:11.341Z Downloaded postgres-protocol v0.6.10
9952026-08-31T15:04:11.341Z Downloaded publicsuffix v2.3.0
9962026-08-31T15:04:11.341Z Downloaded tabwriter v1.4.1
9972026-08-31T15:04:11.348Z Downloaded test-strategy v0.4.5
9982026-08-31T15:04:11.348Z Downloaded olpc-cjson v0.1.4
9992026-08-31T15:04:11.348Z Downloaded zip v0.6.6
10002026-08-31T15:04:11.352Z Downloaded whoami v2.1.0
10012026-08-31T15:04:11.352Z Downloaded yasna v0.5.2
10022026-08-31T15:04:11.353Z Downloaded wyz v0.5.1
10032026-08-31T15:04:11.353Z Downloaded rusty-fork v0.3.1
10042026-08-31T15:04:11.353Z Downloaded unsafe-libyaml v0.2.11
10052026-08-31T15:04:11.355Z Downloaded memmap2 v0.9.10
10062026-08-31T15:04:11.356Z Downloaded oxnet v0.1.6
10072026-08-31T15:04:11.356Z Downloaded darling_macro v0.23.0
10082026-08-31T15:04:11.360Z Downloaded parse-display v0.10.0
10092026-08-31T15:04:11.360Z Downloaded rand_chacha v0.3.1
10102026-08-31T15:04:11.363Z Downloaded miette v7.6.0
10112026-08-31T15:04:11.364Z Downloaded zstd-safe v7.2.4
10122026-08-31T15:04:11.364Z Downloaded const_format_proc_macros v0.2.34
10132026-08-31T15:04:11.364Z Downloaded pkcs5 v0.8.1
10142026-08-31T15:04:11.369Z Downloaded constant_time_eq v0.4.2
10152026-08-31T15:04:11.369Z Downloaded darling_core v0.20.11
10162026-08-31T15:04:11.374Z Downloaded darling v0.21.3
10172026-08-31T15:04:11.374Z Downloaded reqwest v0.12.28
10182026-08-31T15:04:11.378Z Downloaded slog-dtrace v0.3.0
10192026-08-31T15:04:11.378Z Downloaded tough v0.22.0
10202026-08-31T15:04:11.383Z Downloaded illumos-nvpair-sys v0.2.0
10212026-08-31T15:04:11.383Z Downloaded lru-slab v0.1.2
10222026-08-31T15:04:11.384Z Downloaded recursive v0.1.1
10232026-08-31T15:04:11.384Z Downloaded serde_urlencoded v0.7.1
10242026-08-31T15:04:11.384Z Downloaded strip-ansi-escapes v0.2.1
10252026-08-31T15:04:11.384Z Downloaded prettyplease v0.2.37
10262026-08-31T15:04:11.389Z Downloaded ecdsa v0.17.0
10272026-08-31T15:04:11.389Z Downloaded iana-time-zone v0.1.65
10282026-08-31T15:04:11.389Z Downloaded ingot-macros v0.2.0
10292026-08-31T15:04:11.389Z Downloaded aho-corasick v1.1.4
10302026-08-31T15:04:11.392Z Downloaded icu_locale_core v2.1.1
10312026-08-31T15:04:11.392Z Downloaded precomputed-hash v0.1.1
10322026-08-31T15:04:11.392Z Downloaded hkdf v0.13.0
10332026-08-31T15:04:11.397Z Downloaded rustls-pki-types v1.14.0
10342026-08-31T15:04:11.397Z Downloaded sapling-renderdag v0.1.0
10352026-08-31T15:04:11.397Z Downloaded try-lock v0.2.5
10362026-08-31T15:04:11.400Z Downloaded untrusted v0.7.1
10372026-08-31T15:04:11.400Z Downloaded sha2 v0.11.0
10382026-08-31T15:04:11.400Z Downloaded num-bigint-dig v0.8.6
10392026-08-31T15:04:11.404Z Downloaded wnaf v0.14.0
10402026-08-31T15:04:11.410Z Downloaded parking_lot v0.12.5
10412026-08-31T15:04:11.410Z Downloaded daft-derive v0.1.8
10422026-08-31T15:04:11.415Z Downloaded rustc_version v0.4.1
10432026-08-31T15:04:11.415Z Downloaded thread-id v5.1.0
10442026-08-31T15:04:11.415Z Downloaded pin-project-lite v0.2.17
10452026-08-31T15:04:11.415Z Downloaded tungstenite v0.23.0
10462026-08-31T15:04:11.420Z Downloaded tokio-stream v0.1.18
10472026-08-31T15:04:11.420Z Downloaded tracing-attributes v0.1.31
10482026-08-31T15:04:11.424Z Downloaded hyper-staticfile v0.10.1
10492026-08-31T15:04:11.424Z Downloaded dirs-next v2.0.0
10502026-08-31T15:04:11.424Z Downloaded yoke-derive v0.8.1
10512026-08-31T15:04:11.424Z Downloaded aes-gcm v0.11.0
10522026-08-31T15:04:11.433Z Downloaded libscf-sys v1.2.0
10532026-08-31T15:04:11.433Z Downloaded packed_struct_codegen v0.10.1
10542026-08-31T15:04:11.443Z Downloaded libsw-core v0.3.2
10552026-08-31T15:04:11.443Z Downloaded spin v0.9.8
10562026-08-31T15:04:11.448Z Downloaded crucible-workspace-hack v0.1.0
10572026-08-31T15:04:11.448Z Downloaded qorb v0.4.1
10582026-08-31T15:04:11.449Z Downloaded salty v0.3.0
10592026-08-31T15:04:11.449Z Downloaded thread_local v1.1.9
10602026-08-31T15:04:11.461Z Downloaded strum v0.26.3
10612026-08-31T15:04:11.461Z Downloaded tokio-macros v2.7.0
10622026-08-31T15:04:11.462Z Downloaded ident_case v1.0.1
10632026-08-31T15:04:11.462Z Downloaded des v0.9.0
10642026-08-31T15:04:11.462Z Downloaded kstat-rs v0.2.5
10652026-08-31T15:04:11.462Z Downloaded percent-encoding v2.3.2
10662026-08-31T15:04:11.462Z Downloaded h2 v0.4.15
10672026-08-31T15:04:11.478Z Downloaded rsa v0.9.10
10682026-08-31T15:04:11.478Z Downloaded ecdsa v0.16.9
10692026-08-31T15:04:11.478Z Downloaded progenitor-extras v0.2.0
10702026-08-31T15:04:11.478Z Downloaded synstructure v0.13.2
10712026-08-31T15:04:11.478Z Downloaded zerovec v0.11.5
10722026-08-31T15:04:11.478Z Downloaded want v0.3.1
10732026-08-31T15:04:11.478Z Downloaded minimal-lexical v0.2.1
10742026-08-31T15:04:11.524Z Downloaded snafu v0.8.9
10752026-08-31T15:04:11.524Z Downloaded vergen-gitcl v1.0.8
10762026-08-31T15:04:11.524Z Downloaded resolv-conf v0.7.6
10772026-08-31T15:04:11.524Z Downloaded convert_case v0.4.0
10782026-08-31T15:04:11.524Z Downloaded md-5 v0.10.6
10792026-08-31T15:04:11.524Z Downloaded rustversion v1.0.22
10802026-08-31T15:04:11.524Z Downloaded num_enum_derive v0.5.11
10812026-08-31T15:04:11.524Z Downloaded slog-term v2.9.2
10822026-08-31T15:04:11.524Z Downloaded sync_wrapper v1.0.2
10832026-08-31T15:04:11.524Z Downloaded parking_lot_core v0.9.12
10842026-08-31T15:04:11.524Z Downloaded hyper-rustls v0.27.7
10852026-08-31T15:04:11.524Z Downloaded smallvec v0.6.14
10862026-08-31T15:04:11.524Z Downloaded match_cfg v0.1.0
10872026-08-31T15:04:11.524Z Downloaded curve25519-dalek-derive v0.1.1
10882026-08-31T15:04:11.524Z Downloaded tower-service v0.3.3
10892026-08-31T15:04:11.524Z Downloaded itertools v0.10.5
10902026-08-31T15:04:11.524Z Downloaded multer v3.1.0
10912026-08-31T15:04:11.524Z Downloaded serde_with_macros v3.21.0
10922026-08-31T15:04:11.537Z Downloaded crypto-common v0.2.2
10932026-08-31T15:04:11.537Z Downloaded zeroize v1.9.0
10942026-08-31T15:04:11.538Z Downloaded tls_codec v0.4.2
10952026-08-31T15:04:11.538Z Downloaded path-slash v0.1.5
10962026-08-31T15:04:11.538Z Downloaded progenitor-client v0.14.0
10972026-08-31T15:04:11.538Z Downloaded schemars v0.9.0
10982026-08-31T15:04:11.542Z Downloaded dtrace-parser v0.3.0
10992026-08-31T15:04:11.542Z Downloaded diesel_table_macro_syntax v0.3.0
11002026-08-31T15:04:11.542Z Downloaded universal-hash v0.5.1
11012026-08-31T15:04:11.547Z Downloaded ipnet v2.12.0
11022026-08-31T15:04:11.547Z Downloaded shlex v1.3.0
11032026-08-31T15:04:11.554Z Downloaded owo-colors v4.3.0
11042026-08-31T15:04:11.560Z Downloaded pretty_assertions v1.4.1
11052026-08-31T15:04:11.560Z Downloaded p521 v0.14.0
11062026-08-31T15:04:11.560Z Downloaded pin-project v1.1.11
11072026-08-31T15:04:11.567Z Downloaded spki v0.7.3
11082026-08-31T15:04:11.567Z Downloaded snafu-derive v0.8.9
11092026-08-31T15:04:11.567Z Downloaded wait-timeout v0.2.1
11102026-08-31T15:04:11.581Z Downloaded crc8 v0.1.1
11112026-08-31T15:04:11.582Z Downloaded sec1 v0.7.3
11122026-08-31T15:04:11.582Z Downloaded slog-scope v4.4.1
11132026-08-31T15:04:11.583Z Downloaded pkcs1 v0.8.0-rc.4
11142026-08-31T15:04:11.589Z Downloaded data-encoding v2.10.0
11152026-08-31T15:04:11.589Z Downloaded libefi-sys v0.1.0
11162026-08-31T15:04:11.589Z Downloaded daft v0.1.8
11172026-08-31T15:04:11.589Z Downloaded supports-color v3.0.2
11182026-08-31T15:04:11.589Z Downloaded unicode-properties v0.1.4
11192026-08-31T15:04:11.589Z Downloaded paste v1.0.15
11202026-08-31T15:04:11.589Z Downloaded darling_core v0.23.0
11212026-08-31T15:04:11.601Z Downloaded num-traits v0.2.19
11222026-08-31T15:04:11.601Z Downloaded tokio-rustls v0.26.4
11232026-08-31T15:04:11.622Z Downloaded tower-layer v0.3.3
11242026-08-31T15:04:11.622Z Downloaded digest-io v0.1.0
11252026-08-31T15:04:11.622Z Downloaded tinyvec v1.10.0
11262026-08-31T15:04:11.622Z Downloaded ingot v0.2.1
11272026-08-31T15:04:11.622Z Downloaded rsa v0.10.0-rc.18
11282026-08-31T15:04:11.622Z Downloaded num-conv v0.2.0
11292026-08-31T15:04:11.622Z Downloaded toml_edit v0.23.10+spec-1.0.0
11302026-08-31T15:04:11.622Z Downloaded tower v0.5.3
11312026-08-31T15:04:11.630Z Downloaded progenitor-impl v0.13.0
11322026-08-31T15:04:11.630Z Downloaded internal-russh-num-bigint v0.5.0
11332026-08-31T15:04:11.631Z Downloaded libxml v0.3.3
11342026-08-31T15:04:11.633Z Downloaded hybrid-array v0.4.13
11352026-08-31T15:04:11.634Z Downloaded cookie_store v0.22.1
11362026-08-31T15:04:11.635Z Downloaded strum v0.27.2
11372026-08-31T15:04:11.635Z Downloaded xshell-macros v0.2.7
11382026-08-31T15:04:11.635Z Downloaded r2d2 v0.8.10
11392026-08-31T15:04:11.635Z Downloaded rustls-pemfile v2.2.0
11402026-08-31T15:04:11.635Z Downloaded quick-error v1.2.3
11412026-08-31T15:04:11.635Z Downloaded winnow v1.0.3
11422026-08-31T15:04:11.636Z Downloaded drift v0.2.0
11432026-08-31T15:04:11.643Z Downloaded url v2.5.8
11442026-08-31T15:04:11.643Z Downloaded ppv-lite86 v0.2.21
11452026-08-31T15:04:11.643Z Downloaded signal-hook-registry v1.4.8
11462026-08-31T15:04:11.643Z Downloaded tokio-tungstenite v0.23.1
11472026-08-31T15:04:11.643Z Downloaded debug-ignore v1.0.5
11482026-08-31T15:04:11.643Z Downloaded knus-derive v3.4.0
11492026-08-31T15:04:11.654Z Downloaded smallvec v1.15.1
11502026-08-31T15:04:11.654Z Downloaded zerofrom-derive v0.1.6
11512026-08-31T15:04:11.654Z Downloaded serde_yaml v0.9.34+deprecated
11522026-08-31T15:04:11.654Z Downloaded rustls-platform-verifier v0.6.2
11532026-08-31T15:04:11.654Z Downloaded ml-kem v0.3.2
11542026-08-31T15:04:11.666Z Downloaded lru-cache v0.1.2
11552026-08-31T15:04:11.666Z Downloaded rand_core v0.6.4
11562026-08-31T15:04:11.666Z Downloaded term v1.2.1
11572026-08-31T15:04:11.666Z Downloaded packed_struct v0.10.1
11582026-08-31T15:04:11.666Z Downloaded simd-adler32 v0.3.8
11592026-08-31T15:04:11.673Z Downloaded password-hash v0.5.0
11602026-08-31T15:04:11.673Z Downloaded rfc6979 v0.6.0
11612026-08-31T15:04:11.673Z Downloaded universal-hash v0.6.1
11622026-08-31T15:04:11.673Z Downloaded der_derive v0.7.3
11632026-08-31T15:04:11.673Z Downloaded itertools v0.14.0
11642026-08-31T15:04:11.679Z Downloaded semver v0.1.20
11652026-08-31T15:04:11.689Z Downloaded phc v0.6.1
11662026-08-31T15:04:11.689Z Downloaded nonempty v0.12.0
11672026-08-31T15:04:11.689Z Downloaded darling_core v0.13.4
11682026-08-31T15:04:11.700Z Downloaded mime_guess v2.0.5
11692026-08-31T15:04:11.702Z Downloaded num_enum v0.7.6
11702026-08-31T15:04:11.702Z Downloaded darling v0.23.0
11712026-08-31T15:04:11.702Z Downloaded tokio-util v0.7.18
11722026-08-31T15:04:11.716Z Downloaded digest v0.11.3
11732026-08-31T15:04:11.716Z Downloaded serde_tokenstream v0.3.0
11742026-08-31T15:04:11.716Z Downloaded sigpipe v0.1.3
11752026-08-31T15:04:11.716Z Downloaded scheduled-thread-pool v0.2.7
11762026-08-31T15:04:11.716Z Downloaded secrecy v0.8.0
11772026-08-31T15:04:11.717Z Downloaded prefix-trie v0.7.0
11782026-08-31T15:04:11.717Z Downloaded unicode-normalization v0.1.25
11792026-08-31T15:04:11.732Z Downloaded proptest v1.11.0
11802026-08-31T15:04:11.732Z Downloaded tui-tree-widget v0.23.1
11812026-08-31T15:04:11.732Z Downloaded git2 v0.20.4
11822026-08-31T15:04:11.752Z Downloaded testing_table v0.3.0
11832026-08-31T15:04:11.752Z Downloaded sync-ptr v0.1.4
11842026-08-31T15:04:11.752Z Downloaded reqwest v0.13.2
11852026-08-31T15:04:11.752Z Downloaded sha3 v0.12.0
11862026-08-31T15:04:11.765Z Downloaded typed-path v0.9.3
11872026-08-31T15:04:11.765Z Downloaded quinn-udp v0.5.14
11882026-08-31T15:04:11.765Z Downloaded structmeta v0.3.0
11892026-08-31T15:04:11.765Z Downloaded goblin v0.10.5
11902026-08-31T15:04:11.765Z Downloaded primeorder v0.14.0
11912026-08-31T15:04:11.765Z Downloaded sqlformat v0.3.5
11922026-08-31T15:04:11.765Z Downloaded polyval v0.7.1
11932026-08-31T15:04:11.765Z Downloaded ssh-encoding v0.3.0
11942026-08-31T15:04:11.765Z Downloaded maplit v1.0.2
11952026-08-31T15:04:11.765Z Downloaded oso-derive v0.27.3
11962026-08-31T15:04:11.765Z Downloaded schemars v1.2.1
11972026-08-31T15:04:11.765Z Downloaded progenitor-impl v0.14.0
11982026-08-31T15:04:11.770Z Downloaded blake3 v1.8.5
11992026-08-31T15:04:11.770Z Downloaded num v0.4.3
12002026-08-31T15:04:11.770Z Downloaded zip v4.6.1
12012026-08-31T15:04:11.770Z Downloaded crc32fast v1.5.0
12022026-08-31T15:04:11.770Z Downloaded schemars v0.8.22
12032026-08-31T15:04:11.778Z Downloaded rustls-webpki v0.103.13
12042026-08-31T15:04:11.782Z Downloaded toml v0.7.8
12052026-08-31T15:04:11.782Z Downloaded is-terminal v0.4.17
12062026-08-31T15:04:11.782Z Downloaded time v0.3.47
12072026-08-31T15:04:11.785Z Downloaded miniz_oxide v0.8.9
12082026-08-31T15:04:11.789Z Downloaded der v0.8.0
12092026-08-31T15:04:11.789Z Downloaded unicode-bidi v0.3.18
12102026-08-31T15:04:11.789Z Downloaded poly1305 v0.9.0
12112026-08-31T15:04:11.792Z Downloaded postcard v1.1.3
12122026-08-31T15:04:11.792Z Downloaded zstd v0.13.3
12132026-08-31T15:04:11.796Z Downloaded port-file v0.1.0
12142026-08-31T15:04:11.796Z Downloaded winnow v0.6.26
12152026-08-31T15:04:11.799Z Downloaded yansi v1.0.1
12162026-08-31T15:04:11.802Z Downloaded mio v1.2.0
12172026-08-31T15:04:11.805Z Downloaded zopfli v0.8.3
12182026-08-31T15:04:11.805Z Downloaded rayon-core v1.13.0
12192026-08-31T15:04:11.810Z Downloaded icu_properties v2.1.2
12202026-08-31T15:04:11.810Z Downloaded itertools v0.13.0
12212026-08-31T15:04:11.813Z Downloaded termios v0.3.3
12222026-08-31T15:04:11.813Z Downloaded libbz2-rs-sys v0.2.2
12232026-08-31T15:04:11.813Z Downloaded toml_parser v1.1.2+spec-1.1.0
12242026-08-31T15:04:11.813Z Downloaded bindgen v0.71.1
12252026-08-31T15:04:11.817Z Downloaded critical-section v1.2.0
12262026-08-31T15:04:11.823Z Downloaded steno v0.4.1
12272026-08-31T15:04:11.824Z Downloaded serde_with v1.14.0
12282026-08-31T15:04:11.832Z Downloaded writeable v0.6.2
12292026-08-31T15:04:11.832Z Downloaded bitvec v1.0.1
12302026-08-31T15:04:11.836Z Downloaded ron v0.8.1
12312026-08-31T15:04:11.836Z Downloaded vte v0.14.1
12322026-08-31T15:04:11.836Z Downloaded ssh-key v0.7.0-rc.11
12332026-08-31T15:04:11.840Z Downloaded icu_properties_data v2.1.2
12342026-08-31T15:04:11.844Z Downloaded iddqd v0.4.2
12352026-08-31T15:04:11.850Z Downloaded gimli v0.32.3
12362026-08-31T15:04:11.853Z Downloaded toml v1.1.2+spec-1.1.0
12372026-08-31T15:04:11.856Z Downloaded dropshot_endpoint v0.17.1
12382026-08-31T15:04:11.860Z Downloaded tabled v0.21.0
12392026-08-31T15:04:11.866Z Downloaded p384 v0.13.1
12402026-08-31T15:04:11.869Z Downloaded tower-http v0.6.8
12412026-08-31T15:04:11.874Z Downloaded vergen-git2 v9.1.0
12422026-08-31T15:04:11.877Z Downloaded unicode_categories v0.1.1
12432026-08-31T15:04:11.877Z Downloaded hyper v1.10.1
12442026-08-31T15:04:11.880Z Downloaded reedline v0.40.0
12452026-08-31T15:04:11.883Z Downloaded num-bigint v0.4.6
12462026-08-31T15:04:11.886Z Downloaded russh v0.62.4
12472026-08-31T15:04:11.889Z Downloaded darling_core v0.21.3
12482026-08-31T15:04:11.893Z Downloaded litemap v0.8.1
12492026-08-31T15:04:11.896Z Downloaded uuid v1.23.4
12502026-08-31T15:04:11.896Z Downloaded diesel_derives v2.3.7
12512026-08-31T15:04:11.899Z Downloaded derive-where v1.6.0
12522026-08-31T15:04:11.903Z Downloaded polar-core v0.27.3
12532026-08-31T15:04:11.907Z Downloaded indexmap v1.9.3
12542026-08-31T15:04:11.907Z Downloaded oso v0.27.3
12552026-08-31T15:04:11.912Z Downloaded winnow v0.5.40
12562026-08-31T15:04:11.915Z Downloaded indicatif v0.18.4
12572026-08-31T15:04:11.915Z Downloaded typify v0.6.2
12582026-08-31T15:04:11.918Z Downloaded jiff-core v0.1.0
12592026-08-31T15:04:11.918Z Downloaded icu_normalizer_data v2.1.1
12602026-08-31T15:04:11.921Z Downloaded nom v8.0.0
12612026-08-31T15:04:11.924Z Downloaded p256 v0.14.0
12622026-08-31T15:04:11.924Z Downloaded libm v0.2.16
12632026-08-31T15:04:11.929Z Downloaded hyper-util v0.1.20
12642026-08-31T15:04:11.932Z Downloaded crossterm v0.29.0
12652026-08-31T15:04:11.935Z Downloaded icu_collections v2.1.1
12662026-08-31T15:04:11.938Z Downloaded itertools v0.12.1
12672026-08-31T15:04:11.942Z Downloaded ed25519-dalek v2.2.0
12682026-08-31T15:04:11.946Z Downloaded quick-xml v0.37.5
12692026-08-31T15:04:11.952Z Downloaded crypto-primes v0.7.2
12702026-08-31T15:04:11.952Z Downloaded ed25519-dalek v3.0.0
12712026-08-31T15:04:11.957Z Downloaded petname v2.0.2
12722026-08-31T15:04:11.957Z Downloaded crossterm v0.28.1
12732026-08-31T15:04:11.957Z Downloaded derive_more-impl v2.1.1
12742026-08-31T15:04:11.960Z Downloaded der v0.7.10
12752026-08-31T15:04:11.969Z Downloaded crypto-bigint v0.5.5
12762026-08-31T15:04:11.973Z Downloaded chrono v0.4.45
12772026-08-31T15:04:11.980Z Downloaded rawzip v0.4.4
12782026-08-31T15:04:12.006Z Downloaded portable-atomic v1.13.1
12792026-08-31T15:04:12.006Z Downloaded rand v0.8.6
12802026-08-31T15:04:12.007Z Downloaded smoltcp v0.9.1
12812026-08-31T15:04:12.018Z Downloaded dropshot-api-manager v0.8.0
12822026-08-31T15:04:12.018Z Downloaded idna v1.1.0
12832026-08-31T15:04:12.018Z Downloaded iri-string v0.7.10
12842026-08-31T15:04:12.026Z Downloaded object v0.30.4
12852026-08-31T15:04:12.038Z Downloaded regex v1.12.3
12862026-08-31T15:04:12.043Z Downloaded hickory-proto v0.24.4
12872026-08-31T15:04:12.043Z Downloaded curve25519-dalek v4.1.3
12882026-08-31T15:04:12.046Z Downloaded itertools v0.15.0
12892026-08-31T15:04:12.049Z Downloaded rustls v0.23.41
12902026-08-31T15:04:12.056Z Downloaded rayon v1.11.0
12912026-08-31T15:04:12.060Z Downloaded nix v0.31.2
12922026-08-31T15:04:12.072Z Downloaded zlib-rs v0.6.2
12932026-08-31T15:04:12.079Z Downloaded moka v0.12.13
12942026-08-31T15:04:12.083Z Downloaded regress v0.10.5
12952026-08-31T15:04:12.086Z Downloaded nix v0.27.1
12962026-08-31T15:04:12.101Z Downloaded vcpkg v0.2.15
12972026-08-31T15:04:12.120Z Downloaded curve25519-dalek v5.0.0
12982026-08-31T15:04:12.126Z Downloaded bstr v1.12.1
12992026-08-31T15:04:12.132Z Downloaded radix_trie v0.2.1
13002026-08-31T15:04:12.135Z Downloaded hickory-proto v0.25.2
13012026-08-31T15:04:12.141Z Downloaded openapiv3 v2.2.0
13022026-08-31T15:04:12.148Z Downloaded nix v0.28.0
13032026-08-31T15:04:12.153Z Downloaded quinn-proto v0.11.16
13042026-08-31T15:04:12.157Z Downloaded crypto-bigint v0.7.5
13052026-08-31T15:04:12.166Z Downloaded serde_with v3.21.0
13062026-08-31T15:04:12.173Z Downloaded regress v0.11.1
13072026-08-31T15:04:12.177Z Downloaded regex-syntax v0.8.10
13082026-08-31T15:04:12.181Z Downloaded lalrpop v0.19.12
13092026-08-31T15:04:12.187Z Downloaded zerocopy v0.8.55
13102026-08-31T15:04:12.197Z Downloaded openssl v0.10.80
13112026-08-31T15:04:12.202Z Downloaded regex-syntax v0.6.29
13122026-08-31T15:04:12.207Z Downloaded sqlparser v0.61.0
13132026-08-31T15:04:12.212Z Downloaded smoltcp v0.11.0
13142026-08-31T15:04:12.231Z Downloaded tracing v0.1.44
13152026-08-31T15:04:12.238Z Downloaded object v0.37.3
13162026-08-31T15:04:12.245Z Downloaded dropshot v0.17.1
13172026-08-31T15:04:12.251Z Downloaded sled v0.34.7
13182026-08-31T15:04:12.258Z Downloaded typify-impl v0.6.2
13192026-08-31T15:04:12.262Z Downloaded rustix v0.38.44
13202026-08-31T15:04:12.274Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-08-31T15:04:12.282Z Downloaded ratatui v0.29.0
13222026-08-31T15:04:12.291Z Downloaded diesel v2.3.7
13232026-08-31T15:04:12.309Z Downloaded jiff v0.2.34
13242026-08-31T15:04:12.314Z Downloaded chrono-tz v0.10.4
13252026-08-31T15:04:12.330Z Downloaded regex-automata v0.4.14
13262026-08-31T15:04:12.334Z Downloaded petgraph v0.8.3
13272026-08-31T15:04:12.352Z Downloaded zerocopy-derive v0.6.6
13282026-08-31T15:04:12.357Z Downloaded sha3 v0.11.0
13292026-08-31T15:04:12.405Z Downloaded petgraph v0.6.5
13302026-08-31T15:04:12.414Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-08-31T15:04:12.475Z Downloaded tokio v1.52.1
13322026-08-31T15:04:12.498Z Downloaded libz-sys v1.1.24
13332026-08-31T15:04:12.510Z Downloaded sha3 v0.10.8
13342026-08-31T15:04:12.513Z Downloaded csv v1.4.0
13352026-08-31T15:04:12.524Z Downloaded encoding_rs v0.8.35
13362026-08-31T15:04:12.579Z Downloaded ring v0.17.14
13372026-08-31T15:04:12.603Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-08-31T15:04:12.925Z Downloaded aws-lc-sys v0.40.0
13392026-08-31T15:04:13.207Z Compiling serde_core v1.0.229
13402026-08-31T15:04:13.207Z Compiling libc v0.2.185
13412026-08-31T15:04:13.210Z Compiling serde v1.0.229
13422026-08-31T15:04:13.210Z Compiling log v0.4.33
13432026-08-31T15:04:13.210Z Compiling smallvec v1.15.1
13442026-08-31T15:04:13.368Z Compiling find-msvc-tools v0.1.9
13452026-08-31T15:04:13.371Z Compiling shlex v1.3.0
13462026-08-31T15:04:13.375Z Compiling syn v2.0.117
13472026-08-31T15:04:13.566Z Compiling syn v3.0.3
13482026-08-31T15:04:13.583Z Compiling subtle v2.6.1
13492026-08-31T15:04:13.603Z Compiling scopeguard v1.2.0
13502026-08-31T15:04:13.653Z Compiling typenum v1.20.1
13512026-08-31T15:04:13.682Z Compiling stable_deref_trait v1.2.1
13522026-08-31T15:04:13.704Z Compiling lock_api v0.4.14
13532026-08-31T15:04:13.754Z Compiling zerocopy v0.8.55
13542026-08-31T15:04:13.757Z Compiling portable-atomic v1.13.1
13552026-08-31T15:04:13.933Z Compiling serde_json v1.0.151
13562026-08-31T15:04:14.153Z Compiling critical-section v1.2.0
13572026-08-31T15:04:14.197Z Compiling libm v0.2.16
13582026-08-31T15:04:14.217Z Compiling errno v0.3.14
13592026-08-31T15:04:14.240Z Compiling jobserver v0.1.34
13602026-08-31T15:04:14.359Z Compiling getrandom v0.2.17
13612026-08-31T15:04:14.455Z Compiling cc v1.2.56
13622026-08-31T15:04:14.506Z Compiling rand_core v0.6.4
13632026-08-31T15:04:14.586Z Compiling num-traits v0.2.19
13642026-08-31T15:04:14.607Z Compiling pkg-config v0.3.32
13652026-08-31T15:04:14.769Z Compiling once_cell v1.21.3
13662026-08-31T15:04:14.952Z Compiling generic-array v0.14.7
13672026-08-31T15:04:14.996Z Compiling parking_lot_core v0.9.12
13682026-08-31T15:04:15.146Z Compiling const-oid v0.9.6
13692026-08-31T15:04:15.177Z Compiling pin-project-lite v0.2.17
13702026-08-31T15:04:15.233Z Compiling getrandom v0.4.3
13712026-08-31T15:04:15.360Z Compiling rand_core v0.10.0
13722026-08-31T15:04:15.520Z Compiling bitflags v2.11.0
13732026-08-31T15:04:15.892Z Compiling signal-hook-registry v1.4.8
13742026-08-31T15:04:15.952Z Compiling futures-core v0.3.32
13752026-08-31T15:04:16.022Z Compiling percent-encoding v2.3.2
13762026-08-31T15:04:16.104Z Compiling writeable v0.6.2
13772026-08-31T15:04:16.108Z Compiling litemap v0.8.1
13782026-08-31T15:04:16.163Z Compiling parking_lot v0.12.5
13792026-08-31T15:04:16.212Z Compiling synstructure v0.13.2
13802026-08-31T15:04:16.306Z Compiling semver v1.0.28
13812026-08-31T15:04:16.324Z Compiling mio v1.2.0
13822026-08-31T15:04:16.371Z Compiling icu_normalizer_data v2.1.1
13832026-08-31T15:04:16.546Z Compiling icu_properties_data v2.1.2
13842026-08-31T15:04:16.637Z Compiling socket2 v0.6.3
13852026-08-31T15:04:16.684Z Compiling getrandom v0.3.4
13862026-08-31T15:04:16.689Z Compiling rustix v1.1.4
13872026-08-31T15:04:16.801Z Compiling futures-sink v0.3.32
13882026-08-31T15:04:16.814Z Compiling indexmap v2.14.0
13892026-08-31T15:04:16.883Z Compiling futures-channel v0.3.32
13902026-08-31T15:04:16.903Z Compiling utf8_iter v1.0.4
13912026-08-31T15:04:17.040Z Compiling slab v0.4.12
13922026-08-31T15:04:17.055Z Compiling futures-io v0.3.32
13932026-08-31T15:04:17.092Z Compiling serde_derive v1.0.229
13942026-08-31T15:04:17.115Z Compiling futures-task v0.3.32
13952026-08-31T15:04:17.207Z Compiling form_urlencoded v1.2.2
13962026-08-31T15:04:17.225Z Compiling rustversion v1.0.22
13972026-08-31T15:04:17.275Z Compiling iana-time-zone v0.1.65
13982026-08-31T15:04:17.412Z Compiling base64ct v1.8.3
13992026-08-31T15:04:17.470Z Compiling cmake v0.1.57
14002026-08-31T15:04:17.470Z Compiling ident_case v1.0.1
14012026-08-31T15:04:17.519Z Compiling regex-syntax v0.8.10
14022026-08-31T15:04:17.601Z Compiling pem-rfc7468 v0.7.0
14032026-08-31T15:04:17.666Z Compiling flagset v0.4.7
14042026-08-31T15:04:17.805Z Compiling fs_extra v1.3.0
14052026-08-31T15:04:17.849Z Compiling dunce v1.0.5
14062026-08-31T15:04:17.892Z Compiling rand_core v0.9.5
14072026-08-31T15:04:17.921Z Compiling zeroize_derive v1.5.0
14082026-08-31T15:04:17.950Z Compiling zerocopy-derive v0.8.55
14092026-08-31T15:04:18.098Z Compiling zerofrom-derive v0.1.6
14102026-08-31T15:04:18.186Z Compiling yoke-derive v0.8.1
14112026-08-31T15:04:18.235Z Compiling zerovec-derive v0.11.2
14122026-08-31T15:04:18.387Z Compiling displaydoc v0.2.5
14132026-08-31T15:04:18.555Z Compiling tokio-macros v2.7.0
14142026-08-31T15:04:19.141Z Compiling futures-macro v0.3.32
14152026-08-31T15:04:19.268Z Compiling thiserror-impl v2.0.18
14162026-08-31T15:04:19.336Z Compiling der_derive v0.7.3
14172026-08-31T15:04:19.350Z Compiling aws-lc-sys v0.40.0
14182026-08-31T15:04:19.483Z Compiling zerofrom v0.1.6
14192026-08-31T15:04:19.608Z Compiling yoke v0.8.1
14202026-08-31T15:04:19.803Z Compiling zerovec v0.11.5
14212026-08-31T15:04:19.863Z Compiling zerotrie v0.2.3
14222026-08-31T15:04:19.948Z Compiling futures-util v0.3.32
14232026-08-31T15:04:20.146Z Compiling uuid v1.23.4
14242026-08-31T15:04:20.284Z Compiling tinystr v0.8.2
14252026-08-31T15:04:20.299Z Compiling potential_utf v0.1.4
14262026-08-31T15:04:20.458Z Compiling zeroize v1.9.0
14272026-08-31T15:04:20.474Z Compiling bytes v1.11.1
14282026-08-31T15:04:20.490Z Compiling icu_locale_core v2.1.1
14292026-08-31T15:04:20.572Z Compiling icu_collections v2.1.1
14302026-08-31T15:04:20.815Z Compiling chrono v0.4.45
14312026-08-31T15:04:21.053Z Compiling tokio v1.52.1
14322026-08-31T15:04:21.085Z Compiling der v0.7.10
14332026-08-31T15:04:21.307Z Compiling icu_provider v2.1.1
14342026-08-31T15:04:21.358Z Compiling block-buffer v0.10.4
14352026-08-31T15:04:21.573Z Compiling icu_properties v2.1.2
14362026-08-31T15:04:21.680Z Compiling icu_normalizer v2.1.1
14372026-08-31T15:04:22.140Z Compiling crypto-common v0.1.7
14382026-08-31T15:04:22.221Z Compiling thiserror v2.0.18
14392026-08-31T15:04:22.257Z Compiling digest v0.10.7
14402026-08-31T15:04:22.257Z Compiling base64 v0.22.1
14412026-08-31T15:04:22.325Z Compiling spki v0.7.3
14422026-08-31T15:04:22.325Z Compiling http v1.4.2
14432026-08-31T15:04:22.466Z Compiling idna_adapter v1.2.1
14442026-08-31T15:04:22.518Z Compiling ppv-lite86 v0.2.21
14452026-08-31T15:04:22.519Z Compiling vcpkg v0.2.15
14462026-08-31T15:04:22.583Z Compiling syn v1.0.109
14472026-08-31T15:04:22.634Z Compiling idna v1.1.0
14482026-08-31T15:04:22.635Z Compiling tracing-attributes v0.1.31
14492026-08-31T15:04:22.774Z Compiling rand_chacha v0.9.0
14502026-08-31T15:04:22.954Z Compiling url v2.5.8
14512026-08-31T15:04:23.246Z Compiling rustc_version v0.4.1
14522026-08-31T15:04:23.294Z Compiling openssl-sys v0.9.117
14532026-08-31T15:04:23.333Z Compiling serde_derive_internals v0.29.1
14542026-08-31T15:04:23.518Z Compiling tracing-core v0.1.36
14552026-08-31T15:04:23.543Z Compiling dyn-clone v1.0.20
14562026-08-31T15:04:23.685Z Compiling aws-lc-rs v1.16.3
14572026-08-31T15:04:23.706Z Compiling cpufeatures v0.2.17
14582026-08-31T15:04:23.747Z Compiling schemars v0.8.22
14592026-08-31T15:04:23.780Z Compiling simd-adler32 v0.3.8
14602026-08-31T15:04:23.941Z Compiling tracing v0.1.44
14612026-08-31T15:04:23.988Z Compiling rand v0.9.2
14622026-08-31T15:04:24.069Z Compiling http-body v1.0.1
14632026-08-31T15:04:24.166Z Compiling schemars_derive v0.8.22
14642026-08-31T15:04:24.186Z Compiling pkcs8 v0.10.2
14652026-08-31T15:04:24.205Z Compiling rustls-pki-types v1.14.0
14662026-08-31T15:04:24.227Z Compiling spin v0.9.8
14672026-08-31T15:04:24.428Z Compiling adler2 v2.0.1
14682026-08-31T15:04:24.592Z Compiling httparse v1.10.1
14692026-08-31T15:04:24.609Z Compiling tinyvec_macros v0.1.1
14702026-08-31T15:04:24.637Z Compiling openssl-probe v0.2.1
14712026-08-31T15:04:24.742Z Compiling crc32fast v1.5.0
14722026-08-31T15:04:24.758Z Compiling cmov v0.5.4
14732026-08-31T15:04:24.813Z Compiling tempfile v3.27.0
14742026-08-31T15:04:24.828Z Compiling tinyvec v1.10.0
14752026-08-31T15:04:24.915Z Compiling tokio-util v0.7.18
14762026-08-31T15:04:24.952Z Compiling ctutils v0.4.2
14772026-08-31T15:04:25.184Z Compiling miniz_oxide v0.8.9
14782026-08-31T15:04:25.198Z Compiling pest_generator v2.8.6
14792026-08-31T15:04:25.214Z Compiling sha2 v0.10.9
14802026-08-31T15:04:25.770Z Compiling terminal_size v0.4.3
14812026-08-31T15:04:25.855Z Compiling aho-corasick v1.1.4
14822026-08-31T15:04:25.903Z Compiling tower-layer v0.3.3
14832026-08-31T15:04:25.919Z Compiling tower-service v0.3.3
14842026-08-31T15:04:26.013Z Compiling radium v0.7.0
14852026-08-31T15:04:26.061Z Compiling untrusted v0.7.1
14862026-08-31T15:04:26.210Z Compiling try-lock v0.2.5
14872026-08-31T15:04:26.268Z Compiling atomic-waker v1.1.2
14882026-08-31T15:04:26.359Z Compiling want v0.3.1
14892026-08-31T15:04:26.395Z Compiling h2 v0.4.15
14902026-08-31T15:04:26.478Z Compiling pest_derive v2.8.6
14912026-08-31T15:04:26.673Z Compiling regex-automata v0.4.14
14922026-08-31T15:04:26.697Z Compiling hybrid-array v0.4.13
14932026-08-31T15:04:26.914Z Compiling ipnet v2.12.0
14942026-08-31T15:04:27.078Z Compiling scroll_derive v0.13.1
14952026-08-31T15:04:27.450Z Compiling darling_core v0.20.11
14962026-08-31T15:04:27.470Z Compiling rustls v0.23.41
14972026-08-31T15:04:27.494Z Compiling foreign-types-shared v0.1.1
14982026-08-31T15:04:27.563Z Compiling httpdate v1.0.3
14992026-08-31T15:04:27.654Z Compiling tap v1.0.1
15002026-08-31T15:04:27.705Z Compiling untrusted v0.9.0
15012026-08-31T15:04:27.784Z Compiling openssl v0.10.80
15022026-08-31T15:04:27.909Z Compiling maybe-uninit v2.0.0
15032026-08-31T15:04:27.939Z Compiling wyz v0.5.1
15042026-08-31T15:04:27.940Z Compiling scroll v0.13.0
15052026-08-31T15:04:28.045Z Compiling foreign-types v0.3.2
15062026-08-31T15:04:28.081Z Compiling unicode-normalization v0.1.25
15072026-08-31T15:04:28.123Z Compiling rand_chacha v0.3.1
15082026-08-31T15:04:28.299Z Compiling signature v2.2.0
15092026-08-31T15:04:28.461Z Compiling hex v0.4.3
15102026-08-31T15:04:28.515Z Compiling thiserror-impl v1.0.69
15112026-08-31T15:04:28.603Z Compiling openssl-macros v0.1.1
15122026-08-31T15:04:28.684Z Compiling num-integer v0.1.46
15132026-08-31T15:04:28.920Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-31T15:04:28.940Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15152026-08-31T15:04:29.011Z Compiling wait-timeout v0.2.1
15162026-08-31T15:04:29.162Z Compiling ahash v0.8.12
15172026-08-31T15:04:29.282Z Compiling packed_struct v0.10.1
15182026-08-31T15:04:29.300Z Compiling quick-error v1.2.3
15192026-08-31T15:04:29.380Z Compiling num-bigint-dig v0.8.6
15202026-08-31T15:04:29.421Z Compiling native-tls v0.2.18
15212026-08-31T15:04:29.525Z Compiling hyper v1.10.1
15222026-08-31T15:04:29.540Z Compiling bit-vec v0.8.0
15232026-08-31T15:04:29.587Z Compiling num-conv v0.2.0
15242026-08-31T15:04:29.649Z Compiling darling_macro v0.20.11
15252026-08-31T15:04:29.715Z Compiling time-core v0.1.8
15262026-08-31T15:04:29.730Z Compiling funty v2.0.0
15272026-08-31T15:04:29.760Z Compiling powerfmt v0.2.0
15282026-08-31T15:04:29.858Z Compiling time-macros v0.2.27
15292026-08-31T15:04:29.953Z Compiling deranged v0.5.8
15302026-08-31T15:04:30.115Z Compiling darling v0.20.11
15312026-08-31T15:04:30.199Z Compiling bitvec v1.0.1
15322026-08-31T15:04:30.286Z Compiling thiserror v1.0.69
15332026-08-31T15:04:30.388Z Compiling bit-set v0.8.0
15342026-08-31T15:04:30.477Z Compiling rusty-fork v0.3.1
15352026-08-31T15:04:30.543Z Compiling clap_builder v4.6.0
15362026-08-31T15:04:30.683Z Compiling hyper-util v0.1.20
15372026-08-31T15:04:31.072Z Compiling num-iter v0.1.45
15382026-08-31T15:04:31.154Z Compiling rand v0.8.6
15392026-08-31T15:04:31.666Z Compiling goblin v0.10.5
15402026-08-31T15:04:31.684Z Compiling packed_struct_codegen v0.10.1
15412026-08-31T15:04:31.941Z Compiling lazy_static v1.5.0
15422026-08-31T15:04:32.033Z Compiling hmac v0.12.1
15432026-08-31T15:04:32.163Z Compiling toml_datetime v0.6.11
15442026-08-31T15:04:32.315Z Compiling serde_spanned v0.6.9
15452026-08-31T15:04:32.427Z Compiling rand_xorshift v0.4.0
15462026-08-31T15:04:32.447Z Compiling zerocopy-derive v0.6.6
15472026-08-31T15:04:32.570Z Compiling clap_derive v4.6.1
15482026-08-31T15:04:32.695Z Compiling bitfield-macros v0.19.4
15492026-08-31T15:04:33.287Z Compiling sync_wrapper v1.0.2
15502026-08-31T15:04:33.398Z Compiling indexmap v1.9.3
15512026-08-31T15:04:33.421Z Compiling paste v1.0.15
15522026-08-31T15:04:33.496Z Compiling crossbeam-utils v0.8.21
15532026-08-31T15:04:33.587Z Compiling num_threads v0.1.7
15542026-08-31T15:04:33.682Z Compiling crc-catalog v2.4.0
15552026-08-31T15:04:33.682Z Compiling unicode-segmentation v1.12.0
15562026-08-31T15:04:33.779Z Compiling siphasher v1.0.2
15572026-08-31T15:04:33.795Z Compiling usdt-impl v0.6.0
15582026-08-31T15:04:33.857Z Compiling object v0.37.3
15592026-08-31T15:04:33.961Z Compiling nodrop v0.1.14
15602026-08-31T15:04:34.019Z Compiling zlib-rs v0.6.2
15612026-08-31T15:04:34.052Z Compiling unarray v0.1.4
15622026-08-31T15:04:34.067Z Compiling array-init v0.0.4
15632026-08-31T15:04:34.165Z Compiling proptest v1.11.0
15642026-08-31T15:04:34.221Z Compiling crc v3.4.0
15652026-08-31T15:04:34.330Z Compiling clap v4.6.1
15662026-08-31T15:04:34.408Z Compiling dof v0.4.0
15672026-08-31T15:04:34.437Z Compiling time v0.3.47
15682026-08-31T15:04:34.488Z Compiling bitfield v0.19.4
15692026-08-31T15:04:34.782Z Compiling tower v0.5.3
15702026-08-31T15:04:35.234Z Compiling zerocopy v0.6.6
15712026-08-31T15:04:35.944Z Compiling smallvec v0.6.14
15722026-08-31T15:04:36.141Z Compiling derive_builder_core v0.20.2
15732026-08-31T15:04:36.198Z Compiling dtrace-parser v0.3.0
15742026-08-31T15:04:36.819Z Compiling flate2 v1.1.9
15752026-08-31T15:04:36.909Z Compiling ipnetwork v0.21.1
15762026-08-31T15:04:36.950Z Compiling pkcs1 v0.7.5
15772026-08-31T15:04:37.177Z Compiling http-body-util v0.1.3
15782026-08-31T15:04:37.224Z Compiling heapless v0.7.17
15792026-08-31T15:04:37.285Z Compiling slog v2.8.2
15802026-08-31T15:04:37.347Z Compiling scroll_derive v0.12.1
15812026-08-31T15:04:37.403Z Compiling structmeta-derive v0.3.0
15822026-08-31T15:04:37.464Z Compiling darling_core v0.23.0
15832026-08-31T15:04:37.492Z Compiling thread-id v5.1.0
15842026-08-31T15:04:37.533Z Compiling cookie v0.18.1
15852026-08-31T15:04:37.559Z Compiling env_filter v2.0.0
15862026-08-31T15:04:37.723Z Compiling anyhow v1.0.104
15872026-08-31T15:04:37.861Z Compiling unicode-properties v0.1.4
15882026-08-31T15:04:38.032Z Compiling ryu v1.0.23
15892026-08-31T15:04:38.191Z Compiling gimli v0.32.3
15902026-08-31T15:04:38.214Z Compiling base64 v0.21.7
15912026-08-31T15:04:38.214Z Compiling iri-string v0.7.10
15922026-08-31T15:04:38.491Z Compiling hashbrown v0.12.3
15932026-08-31T15:04:38.604Z Compiling unicode-bidi v0.3.18
15942026-08-31T15:04:38.944Z Compiling allocator-api2 v0.2.21
15952026-08-31T15:04:39.113Z Compiling signal-hook v0.3.18
15962026-08-31T15:04:39.248Z Compiling zstd-safe v7.2.4
15972026-08-31T15:04:39.360Z Compiling winnow v0.5.40
15982026-08-31T15:04:39.417Z Compiling tower-http v0.6.8
15992026-08-31T15:04:39.759Z Compiling addr2line v0.25.1
16002026-08-31T15:04:39.965Z Compiling darling_macro v0.23.0
16012026-08-31T15:04:40.020Z Compiling stringprep v0.1.5
16022026-08-31T15:04:40.047Z Compiling structmeta v0.3.0
16032026-08-31T15:04:40.189Z Compiling ron v0.8.1
16042026-08-31T15:04:40.253Z Compiling serde_urlencoded v0.7.1
16052026-08-31T15:04:40.464Z Compiling scroll v0.12.0
16062026-08-31T15:04:40.495Z Compiling toml_edit v0.19.15
16072026-08-31T15:04:40.657Z Compiling env_logger v0.11.11
16082026-08-31T15:04:40.869Z Compiling rsa v0.9.10
16092026-08-31T15:04:41.034Z Compiling oxnet v0.1.6
16102026-08-31T15:04:41.181Z Compiling derive_builder_macro v0.20.2
16112026-08-31T15:04:41.301Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-31T15:04:41.332Z Compiling newtype-uuid v1.3.2
16132026-08-31T15:04:41.426Z Compiling hashbrown v0.13.2
16142026-08-31T15:04:41.581Z Compiling serde-hex v0.1.0
16152026-08-31T15:04:41.648Z Compiling bzip2 v0.4.4
16162026-08-31T15:04:41.859Z Compiling tokio-native-tls v0.3.1
16172026-08-31T15:04:41.968Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-31T15:04:42.565Z Compiling camino v1.2.5
16192026-08-31T15:04:42.956Z Compiling bstr v1.12.1
16202026-08-31T15:04:43.107Z Compiling block-padding v0.4.2
16212026-08-31T15:04:43.281Z Compiling block-buffer v0.12.1
16222026-08-31T15:04:43.355Z Compiling crypto-common v0.2.2
16232026-08-31T15:04:43.498Z Compiling rustls-native-certs v0.8.3
16242026-08-31T15:04:43.676Z Compiling curve25519-dalek v4.1.3
16252026-08-31T15:04:43.782Z Compiling md-5 v0.10.6
16262026-08-31T15:04:43.919Z Compiling x509-cert v0.2.5
16272026-08-31T15:04:43.950Z Compiling serde_tokenstream v0.2.3
16282026-08-31T15:04:43.980Z Compiling erased-serde v0.3.31
16292026-08-31T15:04:44.269Z Compiling vergen-lib v9.1.0
16302026-08-31T15:04:44.467Z Compiling pin-project-internal v1.1.11
16312026-08-31T15:04:44.485Z Compiling async-trait v0.1.89
16322026-08-31T15:04:45.000Z Compiling zerocopy-derive v0.7.35
16332026-08-31T15:04:45.079Z Compiling daft-derive v0.1.8
16342026-08-31T15:04:45.318Z Compiling hash32 v0.2.1
16352026-08-31T15:04:45.459Z Compiling memoffset v0.9.1
16362026-08-31T15:04:45.496Z Compiling encoding_rs v0.8.35
16372026-08-31T15:04:45.514Z Compiling crc-any v2.5.0
16382026-08-31T15:04:45.520Z Compiling fallible-iterator v0.2.0
16392026-08-31T15:04:45.656Z Compiling psl-types v2.0.11
16402026-08-31T15:04:45.744Z Compiling mime v0.3.17
16412026-08-31T15:04:45.751Z Compiling rustc-demangle v0.1.27
16422026-08-31T15:04:45.762Z Compiling rustix v0.38.44
16432026-08-31T15:04:45.830Z Compiling ref-cast v1.0.25
16442026-08-31T15:04:45.855Z Compiling cfg_aliases v0.2.1
16452026-08-31T15:04:45.867Z Compiling litrs v1.0.0
16462026-08-31T15:04:45.925Z Compiling owo-colors v4.3.0
16472026-08-31T15:04:45.972Z Compiling smoltcp v0.9.1
16482026-08-31T15:04:46.141Z Compiling backtrace v0.3.76
16492026-08-31T15:04:46.185Z Compiling nix v0.31.2
16502026-08-31T15:04:46.219Z Compiling zerocopy v0.7.35
16512026-08-31T15:04:46.262Z Compiling postgres-protocol v0.6.10
16522026-08-31T15:04:46.314Z Compiling daft v0.1.8
16532026-08-31T15:04:46.344Z Compiling document-features v0.2.12
16542026-08-31T15:04:46.523Z Compiling publicsuffix v2.3.0
16552026-08-31T15:04:46.582Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16562026-08-31T15:04:46.781Z Compiling pin-project v1.1.11
16572026-08-31T15:04:46.917Z Compiling inout v0.2.2
16582026-08-31T15:04:46.962Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-31T15:04:46.974Z Compiling hyper-tls v0.6.0
16602026-08-31T15:04:47.165Z Compiling object v0.30.4
16612026-08-31T15:04:47.184Z Compiling toml v0.7.8
16622026-08-31T15:04:47.196Z Compiling zip v0.6.6
16632026-08-31T15:04:47.196Z Compiling derive_builder v0.20.2
16642026-08-31T15:04:47.293Z Compiling goblin v0.8.2
16652026-08-31T15:04:47.753Z Compiling darling v0.23.0
16662026-08-31T15:04:47.832Z Compiling derive-ex v0.1.8
16672026-08-31T15:04:48.011Z Compiling convert_case v0.10.0
16682026-08-31T15:04:48.011Z Compiling phf_shared v0.13.1
16692026-08-31T15:04:48.132Z Compiling regex v1.12.3
16702026-08-31T15:04:48.193Z Compiling hubpack_derive v0.1.1
16712026-08-31T15:04:48.256Z Compiling futures-executor v0.3.32
16722026-08-31T15:04:48.430Z Compiling vergen v9.1.0
16732026-08-31T15:04:48.517Z Compiling ref-cast-impl v1.0.25
16742026-08-31T15:04:48.579Z Compiling strum_macros v0.27.2
16752026-08-31T15:04:48.715Z Compiling curve25519-dalek-derive v0.1.1
16762026-08-31T15:04:49.064Z Compiling snafu-derive v0.8.9
16772026-08-31T15:04:49.250Z Compiling cargo-platform v0.3.2
16782026-08-31T15:04:49.480Z Compiling ff v0.13.1
16792026-08-31T15:04:49.510Z Compiling fs-err v3.3.0
16802026-08-31T15:04:49.749Z Compiling either v1.15.0
16812026-08-31T15:04:49.848Z Compiling jiff-core v0.1.0
16822026-08-31T15:04:49.894Z Compiling base16ct v0.2.0
16832026-08-31T15:04:50.000Z Compiling foldhash v0.1.5
16842026-08-31T15:04:50.062Z Compiling bitflags v1.3.2
16852026-08-31T15:04:50.088Z Compiling path-slash v0.1.5
16862026-08-31T15:04:50.136Z Compiling libbz2-rs-sys v0.2.2
16872026-08-31T15:04:50.332Z Compiling foldhash v0.2.0
16882026-08-31T15:04:50.397Z Compiling managed v0.8.0
16892026-08-31T15:04:50.543Z Compiling bumpalo v3.20.2
16902026-08-31T15:04:50.790Z Compiling same-file v1.0.6
16912026-08-31T15:04:51.141Z Compiling is_ci v1.2.0
16922026-08-31T15:04:51.141Z Compiling textwrap v0.16.2
16932026-08-31T15:04:51.141Z Compiling walkdir v2.5.0
16942026-08-31T15:04:51.141Z Compiling zopfli v0.8.3
16952026-08-31T15:04:51.201Z Compiling supports-color v3.0.2
16962026-08-31T15:04:51.201Z Compiling snafu v0.8.9
16972026-08-31T15:04:51.201Z Compiling bzip2 v0.6.1
16982026-08-31T15:04:51.201Z Compiling strum v0.27.2
16992026-08-31T15:04:51.214Z Compiling jiff v0.2.34
17002026-08-31T15:04:51.214Z Compiling hashbrown v0.16.1
17012026-08-31T15:04:51.283Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17022026-08-31T15:04:51.297Z Compiling hashbrown v0.15.5
17032026-08-31T15:04:51.442Z Compiling sec1 v0.7.3
17042026-08-31T15:04:51.699Z Compiling group v0.13.0
17052026-08-31T15:04:51.789Z Compiling dof v0.3.0
17062026-08-31T15:04:51.794Z Compiling test-strategy v0.4.5
17072026-08-31T15:04:51.794Z Compiling cargo_metadata v0.23.1
17082026-08-31T15:04:52.959Z Compiling hubpack v0.1.2
17092026-08-31T15:04:52.987Z Compiling futures v0.3.32
17102026-08-31T15:04:52.987Z Compiling derive_more-impl v2.1.1
17112026-08-31T15:04:52.987Z Compiling phf v0.13.1
17122026-08-31T15:04:52.987Z Compiling signal-hook-mio v0.2.5
17132026-08-31T15:04:53.038Z Compiling serde_with_macros v3.21.0
17142026-08-31T15:04:53.236Z Compiling cookie_store v0.22.1
17152026-08-31T15:04:53.543Z Compiling zstd v0.13.3
17162026-08-31T15:04:53.817Z Compiling reqwest v0.12.28
17172026-08-31T15:04:53.882Z Compiling cipher v0.5.2
17182026-08-31T15:04:53.985Z Compiling postgres-types v0.2.12
17192026-08-31T15:04:54.167Z Compiling backtrace-ext v0.2.1
17202026-08-31T15:04:54.527Z Compiling usdt-attr-macro v0.6.0
17212026-08-31T15:04:54.795Z Compiling usdt-macro v0.6.0
17222026-08-31T15:04:54.877Z Compiling globset v0.4.18
17232026-08-31T15:04:54.984Z Compiling phf_shared v0.11.3
17242026-08-31T15:04:55.304Z Compiling hkdf v0.12.4
17252026-08-31T15:04:55.490Z Compiling dtrace-parser v0.2.0
17262026-08-31T15:04:55.490Z Compiling byte-wrapper v0.1.0
17272026-08-31T15:04:55.602Z Compiling olpc-cjson v0.1.4
17282026-08-31T15:04:55.602Z Compiling ed25519 v2.2.3
17292026-08-31T15:04:55.602Z Compiling pem v3.0.6
17302026-08-31T15:04:55.625Z Compiling crypto-bigint v0.5.5
17312026-08-31T15:04:55.666Z Compiling serde_plain v1.0.2
17322026-08-31T15:04:55.666Z Compiling serde-big-array v0.5.1
17332026-08-31T15:04:55.888Z Compiling strum_macros v0.26.4
17342026-08-31T15:04:56.222Z Compiling serde_repr v0.1.20
17352026-08-31T15:04:56.223Z Compiling enum-as-inner v0.6.1
17362026-08-31T15:04:56.490Z Compiling miette-derive v7.6.0
17372026-08-31T15:04:56.963Z Compiling async-recursion v1.1.1
17382026-08-31T15:04:56.963Z Compiling float-cmp v0.10.0
17392026-08-31T15:04:56.963Z Compiling thread-id v4.2.2
17402026-08-31T15:04:56.963Z Compiling memmap2 v0.9.10
17412026-08-31T15:04:56.963Z Compiling typed-path v0.9.3
17422026-08-31T15:04:57.213Z Compiling precomputed-hash v0.1.1
17432026-08-31T15:04:57.213Z Compiling predicates-core v1.0.10
17442026-08-31T15:04:57.213Z Compiling cpufeatures v0.3.0
17452026-08-31T15:04:57.213Z Compiling static_assertions v1.1.0
17462026-08-31T15:04:57.214Z Compiling supports-hyperlinks v3.2.0
17472026-08-31T15:04:57.720Z Compiling keccak v0.1.6
17482026-08-31T15:04:57.720Z Compiling const-oid v0.10.2
17492026-08-31T15:04:57.720Z Compiling fixedbitset v0.5.7
17502026-08-31T15:04:57.720Z Compiling supports-unicode v3.0.0
17512026-08-31T15:04:58.301Z Compiling new_debug_unreachable v1.0.6
17522026-08-31T15:04:58.301Z Compiling winnow v1.0.3
17532026-08-31T15:04:58.302Z Compiling normalize-line-endings v0.3.0
17542026-08-31T15:04:58.302Z Compiling difflib v0.4.0
17552026-08-31T15:04:58.302Z Compiling whoami v2.1.0
17562026-08-31T15:04:58.302Z Compiling data-encoding v2.10.0
17572026-08-31T15:04:58.302Z Compiling fixedbitset v0.4.2
17582026-08-31T15:04:58.302Z Compiling miette v7.6.0
17592026-08-31T15:04:58.302Z Compiling tokio-postgres v0.7.16
17602026-08-31T15:04:58.699Z Compiling petgraph v0.6.5
17612026-08-31T15:04:58.699Z Compiling hickory-proto v0.25.2
17622026-08-31T15:04:58.699Z Compiling predicates v3.1.4
17632026-08-31T15:04:59.155Z Compiling string_cache v0.8.9
17642026-08-31T15:04:59.155Z Compiling toml_parser v1.1.2+spec-1.1.0
17652026-08-31T15:04:59.155Z Compiling strum v0.26.3
17662026-08-31T15:04:59.155Z Compiling toml_edit v0.22.27
17672026-08-31T15:04:59.155Z Compiling petgraph v0.8.3
17682026-08-31T15:04:59.527Z Compiling digest v0.11.3
17692026-08-31T15:04:59.527Z Compiling sha3 v0.10.8
17702026-08-31T15:04:59.527Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-08-31T15:04:59.980Z Compiling chacha20 v0.10.0
17722026-08-31T15:04:59.980Z Compiling usdt v0.6.0
17732026-08-31T15:05:00.363Z Compiling elliptic-curve v0.13.8
17742026-08-31T15:05:00.363Z Compiling usdt-impl v0.5.0
17752026-08-31T15:05:00.363Z Compiling ed25519-dalek v2.2.0
17762026-08-31T15:05:00.732Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17772026-08-31T15:05:00.732Z Compiling crossterm v0.28.1
17782026-08-31T15:05:01.254Z Compiling serde_with v3.21.0
17792026-08-31T15:05:01.645Z Compiling derive_more v2.1.1
17802026-08-31T15:05:01.869Z Compiling zip v4.6.1
17812026-08-31T15:05:02.183Z Compiling iddqd v0.4.2
17822026-08-31T15:05:02.480Z Compiling itertools v0.13.0
17832026-08-31T15:05:02.480Z Compiling itertools v0.15.0
17842026-08-31T15:05:02.778Z Compiling similar v2.7.0
17852026-08-31T15:05:02.778Z Compiling crossbeam-epoch v0.9.18
17862026-08-31T15:05:02.779Z Compiling heck v0.4.1
17872026-08-31T15:05:03.041Z Compiling tokio-stream v0.1.18
17882026-08-31T15:05:03.041Z Compiling buf-list v1.1.2
17892026-08-31T15:05:03.041Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-08-31T15:05:03.326Z Compiling openapiv3 v2.2.0
17912026-08-31T15:05:03.327Z Compiling lalrpop-util v0.19.12
17922026-08-31T15:05:03.327Z Compiling peg-runtime v0.8.5
17932026-08-31T15:05:03.327Z Compiling thread_local v1.1.9
17942026-08-31T15:05:03.608Z Compiling slog-async v2.8.0
17952026-08-31T15:05:03.608Z Compiling crossbeam-channel v0.5.15
17962026-08-31T15:05:03.874Z Compiling is-terminal v0.4.17
17972026-08-31T15:05:03.874Z Compiling filetime v0.2.27
17982026-08-31T15:05:03.874Z Compiling take_mut v0.2.2
17992026-08-31T15:05:03.874Z Compiling term v1.2.1
18002026-08-31T15:05:03.874Z Compiling xattr v1.6.1
18012026-08-31T15:05:03.874Z Compiling camino-tempfile v1.4.1
18022026-08-31T15:05:03.874Z Compiling tar v0.4.46
18032026-08-31T15:05:04.036Z Compiling slog-term v2.9.2
18042026-08-31T15:05:10.082Z Compiling rustls-webpki v0.103.13
18052026-08-31T15:05:12.830Z Compiling tokio-rustls v0.26.4
18062026-08-31T15:05:12.831Z Compiling rustls-platform-verifier v0.6.2
18072026-08-31T15:05:12.831Z Compiling tough v0.22.0
18082026-08-31T15:05:13.244Z Compiling hyper-rustls v0.27.7
18092026-08-31T15:05:13.628Z Compiling reqwest v0.13.2
18102026-08-31T15:05:15.501Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-08-31T15:05:15.719Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-08-31T15:05:19.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18132026-08-31T15:05:19.191Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18142026-08-31T15:05:19.191ZAug 31 15:05:17.115 INFO Starting download, target: Console
18152026-08-31T15:05:19.191ZAug 31 15:05:17.116 INFO Starting download, target: DendriteStub
18162026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Starting download, target: Clickhouse
18172026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Starting download, target: Cockroach
18182026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Starting download, target: MaghemiteMgd
18192026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Starting download, target: MaghemiteDdmd
18202026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Starting download, target: TransceiverControl
18212026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18222026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18232026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18242026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18252026-08-31T15:05:19.192ZAug 31 15:05:17.116 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18262026-08-31T15:05:19.193ZAug 31 15:05:17.116 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18272026-08-31T15:05:19.193ZAug 31 15:05:17.116 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18282026-08-31T15:05:21.275ZAug 31 15:05:18.849 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-31T15:05:21.709ZAug 31 15:05:19.112 INFO Download complete, target: Console
18302026-08-31T15:05:21.709ZAug 31 15:05:19.333 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-08-31T15:05:23.760ZAug 31 15:05:21.784 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18322026-08-31T15:05:23.760ZAug 31 15:05:22.003 INFO Download complete, target: TransceiverControl
18332026-08-31T15:05:27.998ZAug 31 15:05:26.189 INFO Checking that binary works, target: Clickhouse
18342026-08-31T15:05:28.553ZAug 31 15:05:26.275 INFO Download complete, target: Clickhouse
18352026-08-31T15:05:38.341ZAug 31 15:05:36.382 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18362026-08-31T15:05:39.250ZAug 31 15:05:36.888 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18372026-08-31T15:05:40.830ZAug 31 15:05:39.023 INFO Download complete, target: MaghemiteDdmd
18382026-08-31T15:05:41.222ZAug 31 15:05:39.043 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18392026-08-31T15:05:41.222ZAug 31 15:05:39.244 INFO Download complete, target: DendriteStub
18402026-08-31T15:05:44.258ZAug 31 15:05:41.993 INFO Download complete, target: MaghemiteMgd
18412026-08-31T15:05:46.208ZAug 31 15:05:44.433 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18422026-08-31T15:05:46.208ZAug 31 15:05:44.433 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18432026-08-31T15:05:50.924ZAug 31 15:05:49.024 INFO Checking that binary works, target: Cockroach
18442026-08-31T15:05:51.338ZAug 31 15:05:49.132 INFO Download complete, target: Cockroach
18452026-08-31T15:05:51.338ZAll builder prerequisites installed successfully, and PATH looks valid
18462026-08-31T15:05:51.338Z
18472026-08-31T15:05:51.339Zreal 2:32.061088892
18482026-08-31T15:05:51.339Zuser 7:24.563491432
18492026-08-31T15:05:51.339Zsys 1:27.204259312
18502026-08-31T15:05:51.339Ztrap 0.242475349
18512026-08-31T15:05:51.339Ztflt 0.459317550
18522026-08-31T15:05:51.339Zdflt 0.745381675
18532026-08-31T15:05:51.339Zkflt 0.022757811
18542026-08-31T15:05:51.339Zlock 35:25.087838541
18552026-08-31T15:05:51.339Zslp 22:53.298525633
18562026-08-31T15:05:51.339Zlat 49.215352642
18572026-08-31T15:05:51.339Zstop 2:48.671836687
18582026-08-31T15:05:51.339Z+ banner hack-check
18592026-08-31T15:05:51.339Z
18602026-08-31T15:05:51.339Z # # ## #### # # #### # # ###### #### # #
18612026-08-31T15:05:51.340Z # # # # # # # # # # # # # # # # #
18622026-08-31T15:05:51.340Z ###### # # # #### ##### # ###### ##### # ####
18632026-08-31T15:05:51.340Z # # ###### # # # # # # # # # #
18642026-08-31T15:05:51.340Z # # # # # # # # # # # # # # # # #
18652026-08-31T15:05:51.340Z # # # # #### # # #### # # ###### #### # #
18662026-08-31T15:05:51.340Z
18672026-08-31T15:05:51.340Z+ export CARGO_INCREMENTAL=0
18682026-08-31T15:05:51.340Z+ CARGO_INCREMENTAL=0
18692026-08-31T15:05:51.340Z+ ptime -m timeout 2h cargo xtask check-features --ci
18702026-08-31T15:05:51.677Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18712026-08-31T15:05:51.678Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18722026-08-31T15:05:53.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18732026-08-31T15:05:53.742Z Running `target/debug/xtask check-features --ci`
18742026-08-31T15:05:53.742Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18752026-08-31T15:05:53.742Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18762026-08-31T15:05:54.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18772026-08-31T15:05:54.174Z Running `target/debug/xtask download cargo-hack`
18782026-08-31T15:05:54.727Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18792026-08-31T15:05:55.110Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18802026-08-31T15:05:57.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
18812026-08-31T15:05:58.398Z Running `target/debug/xtask-downloader cargo-hack`
18822026-08-31T15:05:58.398ZAug 31 15:05:56.121 INFO Starting download, target: CargoHack
18832026-08-31T15:05:58.398ZAug 31 15:05:56.121 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18842026-08-31T15:05:58.865ZAug 31 15:05:56.471 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18852026-08-31T15:05:58.865ZAug 31 15:05:56.521 INFO Download complete, target: CargoHack
18862026-08-31T15:05:58.865Zrunning: "/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"
18872026-08-31T15:05:58.865Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18882026-08-31T15:05:58.865Zinfo: running `cargo check --bins` on api_identity (1/379)
18892026-08-31T15:05:59.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-08-31T15:05:59.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-08-31T15:05:59.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-08-31T15:05:59.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18932026-08-31T15:05:59.280Z
18942026-08-31T15:05:59.280Zinfo: running `cargo check --bins` on bootstore (2/379)
18952026-08-31T15:05:59.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-31T15:05:59.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-31T15:05:59.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-31T15:05:59.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18992026-08-31T15:05:59.676Z
19002026-08-31T15:05:59.676Zinfo: running `cargo check --bins` on omicron-ledger (3/379)
19012026-08-31T15:05:59.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-31T15:06:00.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-31T15:06:00.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-31T15:06:00.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19052026-08-31T15:06:00.576Z
19062026-08-31T15:06:00.576Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/379)
19072026-08-31T15:06:00.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-31T15:06:00.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-31T15:06:00.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-31T15:06:00.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19112026-08-31T15:06:00.919Z
19122026-08-31T15:06:00.920Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/379)
19132026-08-31T15:06:01.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-31T15:06:01.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-31T15:06:01.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-31T15:06:01.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19172026-08-31T15:06:01.448Z
19182026-08-31T15:06:01.449Zinfo: running `cargo check --bins` on omicron-certificates (6/379)
19192026-08-31T15:06:01.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-31T15:06:01.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-31T15:06:01.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-31T15:06:01.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19232026-08-31T15:06:01.909Z
19242026-08-31T15:06:01.909Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/379)
19252026-08-31T15:06:02.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-31T15:06:02.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-31T15:06:02.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-31T15:06:02.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19292026-08-31T15:06:02.839Z
19302026-08-31T15:06:02.839Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/379)
19312026-08-31T15:06:03.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-31T15:06:03.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-31T15:06:03.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-31T15:06:03.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19352026-08-31T15:06:03.592Z
19362026-08-31T15:06:03.592Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/379)
19372026-08-31T15:06:03.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-31T15:06:03.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-31T15:06:03.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-31T15:06:03.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-08-31T15:06:03.861Z
19422026-08-31T15:06:03.862Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/379)
19432026-08-31T15:06:04.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-31T15:06:04.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-31T15:06:04.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-31T15:06:04.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-31T15:06:04.138Z
19482026-08-31T15:06:04.139Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/379)
19492026-08-31T15:06:04.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-31T15:06:04.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-31T15:06:04.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-31T15:06:04.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-31T15:06:04.140Z
19542026-08-31T15:06:04.140Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/379)
19552026-08-31T15:06:04.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-31T15:06:04.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-31T15:06:04.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-31T15:06:04.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-31T15:06:04.986Z
19602026-08-31T15:06:04.986Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/379)
19612026-08-31T15:06:05.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-31T15:06:05.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-31T15:06:05.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-31T15:06:05.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-31T15:06:05.318Z
19662026-08-31T15:06:05.318Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/379)
19672026-08-31T15:06:05.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-31T15:06:05.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-31T15:06:05.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-31T15:06:05.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-08-31T15:06:05.732Z
19722026-08-31T15:06:05.732Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/379)
19732026-08-31T15:06:06.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-31T15:06:06.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-31T15:06:06.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-31T15:06:06.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-31T15:06:06.259Z
19782026-08-31T15:06:06.259Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/379)
19792026-08-31T15:06:06.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-31T15:06:06.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-31T15:06:06.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-31T15:06:06.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-08-31T15:06:06.596Z
19842026-08-31T15:06:06.596Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/379)
19852026-08-31T15:06:06.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-31T15:06:06.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-31T15:06:06.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-31T15:06:06.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-31T15:06:06.596Z
19902026-08-31T15:06:06.596Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/379)
19912026-08-31T15:06:07.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-31T15:06:07.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-31T15:06:07.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-31T15:06:07.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-31T15:06:07.885Z
19962026-08-31T15:06:07.885Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/379)
19972026-08-31T15:06:07.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-31T15:06:07.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-31T15:06:07.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-31T15:06:07.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20012026-08-31T15:06:07.885Z
20022026-08-31T15:06:07.885Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/379)
20032026-08-31T15:06:08.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-31T15:06:08.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-31T15:06:08.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-31T15:06:08.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-31T15:06:08.219Z
20082026-08-31T15:06:08.219Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/379)
20092026-08-31T15:06:08.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-31T15:06:08.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-31T15:06:08.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-31T15:06:08.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-08-31T15:06:08.560Z
20142026-08-31T15:06:08.560Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/379)
20152026-08-31T15:06:09.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-31T15:06:09.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-31T15:06:09.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-31T15:06:09.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-31T15:06:09.105Z
20202026-08-31T15:06:09.105Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/379)
20212026-08-31T15:06:09.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-31T15:06:09.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-31T15:06:09.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-31T15:06:09.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-31T15:06:09.759Z
20262026-08-31T15:06:09.759Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/379)
20272026-08-31T15:06:10.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-31T15:06:10.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-31T15:06:10.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-31T15:06:10.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-31T15:06:10.014Z
20322026-08-31T15:06:10.014Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/379)
20332026-08-31T15:06:10.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-31T15:06:10.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-31T15:06:10.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-31T15:06:10.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-31T15:06:10.014Z
20382026-08-31T15:06:10.014Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/379)
20392026-08-31T15:06:10.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-31T15:06:10.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-31T15:06:10.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-31T15:06:10.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-08-31T15:06:10.454Z
20442026-08-31T15:06:10.454Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/379)
20452026-08-31T15:06:10.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-31T15:06:11.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-31T15:06:11.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-31T15:06:11.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-31T15:06:11.395Z
20502026-08-31T15:06:11.395Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/379)
20512026-08-31T15:06:11.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-31T15:06:11.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-31T15:06:11.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-31T15:06:11.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-31T15:06:11.822Z
20562026-08-31T15:06:11.822Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/379)
20572026-08-31T15:06:11.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-31T15:06:11.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-31T15:06:11.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-31T15:06:11.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-31T15:06:11.823Z
20622026-08-31T15:06:11.823Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/379)
20632026-08-31T15:06:12.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-31T15:06:12.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-31T15:06:12.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-31T15:06:12.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-08-31T15:06:12.298Z
20682026-08-31T15:06:12.298Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/379)
20692026-08-31T15:06:12.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-31T15:06:12.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-31T15:06:12.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-31T15:06:12.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-31T15:06:12.631Z
20742026-08-31T15:06:12.631Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/379)
20752026-08-31T15:06:12.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-31T15:06:12.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-31T15:06:12.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-31T15:06:12.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-31T15:06:12.955Z
20802026-08-31T15:06:12.956Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/379)
20812026-08-31T15:06:13.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-31T15:06:13.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-31T15:06:13.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-31T15:06:13.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-31T15:06:13.551Z
20862026-08-31T15:06:13.552Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/379)
20872026-08-31T15:06:14.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-31T15:06:14.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-31T15:06:14.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-31T15:06:14.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-31T15:06:14.111Z
20922026-08-31T15:06:14.111Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/379)
20932026-08-31T15:06:14.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-31T15:06:14.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-31T15:06:14.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-31T15:06:14.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-31T15:06:14.408Z
20982026-08-31T15:06:14.408Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/379)
20992026-08-31T15:06:14.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-31T15:06:14.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-31T15:06:14.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-31T15:06:14.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-31T15:06:14.700Z
21042026-08-31T15:06:14.700Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/379)
21052026-08-31T15:06:15.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-31T15:06:15.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-31T15:06:15.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-31T15:06:15.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-31T15:06:15.260Z
21102026-08-31T15:06:15.260Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/379)
21112026-08-31T15:06:15.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-31T15:06:15.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-31T15:06:15.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-31T15:06:15.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21152026-08-31T15:06:15.585Z
21162026-08-31T15:06:15.585Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/379)
21172026-08-31T15:06:15.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-31T15:06:15.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-31T15:06:15.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-31T15:06:15.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-31T15:06:15.904Z
21222026-08-31T15:06:15.904Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/379)
21232026-08-31T15:06:16.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-31T15:06:16.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-31T15:06:16.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-31T15:06:16.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-31T15:06:16.339Z
21282026-08-31T15:06:16.340Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/379)
21292026-08-31T15:06:16.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-31T15:06:16.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-31T15:06:16.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-31T15:06:16.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-31T15:06:16.763Z
21342026-08-31T15:06:16.763Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/379)
21352026-08-31T15:06:16.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-31T15:06:16.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-31T15:06:16.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-31T15:06:16.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21392026-08-31T15:06:17.236Z
21402026-08-31T15:06:17.236Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/379)
21412026-08-31T15:06:17.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-31T15:06:17.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-31T15:06:17.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-31T15:06:17.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-31T15:06:17.455Z
21462026-08-31T15:06:17.455Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/379)
21472026-08-31T15:06:17.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-31T15:06:18.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-31T15:06:18.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-31T15:06:18.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21512026-08-31T15:06:18.073Z
21522026-08-31T15:06:18.073Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/379)
21532026-08-31T15:06:18.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-31T15:06:18.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-31T15:06:18.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-31T15:06:18.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21572026-08-31T15:06:18.209Z
21582026-08-31T15:06:18.209Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/379)
21592026-08-31T15:06:18.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-31T15:06:18.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-31T15:06:18.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-31T15:06:18.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21632026-08-31T15:06:18.626Z
21642026-08-31T15:06:18.627Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/379)
21652026-08-31T15:06:19.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-31T15:06:19.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-31T15:06:19.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-31T15:06:19.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21692026-08-31T15:06:19.247Z
21702026-08-31T15:06:19.247Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/379)
21712026-08-31T15:06:19.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-31T15:06:19.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-31T15:06:19.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-31T15:06:19.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21752026-08-31T15:06:19.411Z
21762026-08-31T15:06:19.411Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/379)
21772026-08-31T15:06:19.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-31T15:06:19.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-31T15:06:19.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-31T15:06:19.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21812026-08-31T15:06:19.957Z
21822026-08-31T15:06:19.957Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/379)
21832026-08-31T15:06:20.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-31T15:06:20.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-31T15:06:20.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-31T15:06:20.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21872026-08-31T15:06:20.251Z
21882026-08-31T15:06:20.251Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/379)
21892026-08-31T15:06:20.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-31T15:06:20.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-31T15:06:20.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-31T15:06:20.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21932026-08-31T15:06:20.719Z
21942026-08-31T15:06:20.719Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/379)
21952026-08-31T15:06:21.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-31T15:06:21.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-31T15:06:21.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-31T15:06:21.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21992026-08-31T15:06:21.086Z
22002026-08-31T15:06:21.086Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/379)
22012026-08-31T15:06:21.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-31T15:06:21.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-31T15:06:21.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-31T15:06:21.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22052026-08-31T15:06:21.527Z
22062026-08-31T15:06:21.527Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/379)
22072026-08-31T15:06:21.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-31T15:06:22.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-31T15:06:22.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-31T15:06:22.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22112026-08-31T15:06:22.050Z
22122026-08-31T15:06:22.050Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/379)
22132026-08-31T15:06:22.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-31T15:06:22.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-31T15:06:22.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-31T15:06:22.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22172026-08-31T15:06:22.413Z
22182026-08-31T15:06:22.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/379)
22192026-08-31T15:06:22.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-31T15:06:22.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-31T15:06:22.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-31T15:06:22.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22232026-08-31T15:06:22.723Z
22242026-08-31T15:06:22.723Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/379)
22252026-08-31T15:06:23.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-31T15:06:23.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-31T15:06:23.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-31T15:06:23.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22292026-08-31T15:06:23.146Z
22302026-08-31T15:06:23.146Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/379)
22312026-08-31T15:06:23.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-31T15:06:23.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-31T15:06:23.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-31T15:06:23.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22352026-08-31T15:06:23.569Z
22362026-08-31T15:06:23.569Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/379)
22372026-08-31T15:06:23.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-31T15:06:23.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-31T15:06:23.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-31T15:06:23.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22412026-08-31T15:06:23.965Z
22422026-08-31T15:06:23.966Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/379)
22432026-08-31T15:06:24.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-31T15:06:24.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-31T15:06:24.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-31T15:06:24.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22472026-08-31T15:06:24.383Z
22482026-08-31T15:06:24.383Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/379)
22492026-08-31T15:06:24.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-31T15:06:24.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-31T15:06:24.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-31T15:06:24.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22532026-08-31T15:06:24.802Z
22542026-08-31T15:06:24.802Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/379)
22552026-08-31T15:06:25.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-31T15:06:25.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-31T15:06:25.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-31T15:06:25.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22592026-08-31T15:06:25.236Z
22602026-08-31T15:06:25.236Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/379)
22612026-08-31T15:06:25.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-31T15:06:25.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-31T15:06:25.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-31T15:06:25.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22652026-08-31T15:06:25.637Z
22662026-08-31T15:06:25.637Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/379)
22672026-08-31T15:06:26.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-31T15:06:26.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-31T15:06:26.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-31T15:06:26.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22712026-08-31T15:06:26.058Z
22722026-08-31T15:06:26.058Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/379)
22732026-08-31T15:06:26.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-31T15:06:26.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-31T15:06:26.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-31T15:06:26.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22772026-08-31T15:06:26.474Z
22782026-08-31T15:06:26.474Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/379)
22792026-08-31T15:06:26.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-31T15:06:26.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-31T15:06:26.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-31T15:06:26.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22832026-08-31T15:06:26.912Z
22842026-08-31T15:06:26.912Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/379)
22852026-08-31T15:06:27.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-31T15:06:27.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-31T15:06:27.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-31T15:06:27.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22892026-08-31T15:06:27.375Z
22902026-08-31T15:06:27.375Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/379)
22912026-08-31T15:06:27.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-31T15:06:27.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-31T15:06:27.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-31T15:06:27.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22952026-08-31T15:06:27.744Z
22962026-08-31T15:06:27.744Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/379)
22972026-08-31T15:06:28.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-31T15:06:28.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-31T15:06:28.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-31T15:06:28.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23012026-08-31T15:06:28.163Z
23022026-08-31T15:06:28.163Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/379)
23032026-08-31T15:06:28.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-31T15:06:28.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-31T15:06:28.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-31T15:06:28.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23072026-08-31T15:06:28.598Z
23082026-08-31T15:06:28.598Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/379)
23092026-08-31T15:06:28.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-31T15:06:28.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-31T15:06:28.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-31T15:06:28.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23132026-08-31T15:06:29.008Z
23142026-08-31T15:06:29.008Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/379)
23152026-08-31T15:06:29.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-31T15:06:29.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-31T15:06:29.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-31T15:06:29.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23192026-08-31T15:06:29.415Z
23202026-08-31T15:06:29.416Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/379)
23212026-08-31T15:06:29.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-31T15:06:29.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-31T15:06:29.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-31T15:06:29.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23252026-08-31T15:06:29.828Z
23262026-08-31T15:06:29.828Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/379)
23272026-08-31T15:06:30.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-31T15:06:30.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-31T15:06:30.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302026-08-31T15:06:30.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23312026-08-31T15:06:30.247Z
23322026-08-31T15:06:30.248Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/379)
23332026-08-31T15:06:30.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342026-08-31T15:06:30.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352026-08-31T15:06:30.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362026-08-31T15:06:30.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23372026-08-31T15:06:30.682Z
23382026-08-31T15:06:30.682Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/379)
23392026-08-31T15:06:31.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402026-08-31T15:06:31.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412026-08-31T15:06:31.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422026-08-31T15:06:31.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23432026-08-31T15:06:31.078Z
23442026-08-31T15:06:31.078Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/379)
23452026-08-31T15:06:31.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462026-08-31T15:06:31.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472026-08-31T15:06:31.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482026-08-31T15:06:31.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23492026-08-31T15:06:31.501Z
23502026-08-31T15:06:31.501Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/379)
23512026-08-31T15:06:31.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522026-08-31T15:06:31.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532026-08-31T15:06:31.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542026-08-31T15:06:31.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23552026-08-31T15:06:31.915Z
23562026-08-31T15:06:31.915Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/379)
23572026-08-31T15:06:32.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582026-08-31T15:06:32.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592026-08-31T15:06:32.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602026-08-31T15:06:32.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23612026-08-31T15:06:32.330Z
23622026-08-31T15:06:32.330Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/379)
23632026-08-31T15:06:32.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642026-08-31T15:06:32.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652026-08-31T15:06:32.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662026-08-31T15:06:32.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23672026-08-31T15:06:32.758Z
23682026-08-31T15:06:32.758Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/379)
23692026-08-31T15:06:33.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702026-08-31T15:06:33.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712026-08-31T15:06:33.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722026-08-31T15:06:33.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23732026-08-31T15:06:33.174Z
23742026-08-31T15:06:33.174Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/379)
23752026-08-31T15:06:33.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762026-08-31T15:06:33.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772026-08-31T15:06:33.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782026-08-31T15:06:33.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23792026-08-31T15:06:33.596Z
23802026-08-31T15:06:33.596Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/379)
23812026-08-31T15:06:33.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822026-08-31T15:06:33.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832026-08-31T15:06:33.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842026-08-31T15:06:33.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23852026-08-31T15:06:34.011Z
23862026-08-31T15:06:34.011Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/379)
23872026-08-31T15:06:34.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882026-08-31T15:06:34.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892026-08-31T15:06:34.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902026-08-31T15:06:34.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23912026-08-31T15:06:34.433Z
23922026-08-31T15:06:34.433Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/379)
23932026-08-31T15:06:34.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942026-08-31T15:06:34.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952026-08-31T15:06:34.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962026-08-31T15:06:34.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23972026-08-31T15:06:34.854Z
23982026-08-31T15:06:34.854Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/379)
23992026-08-31T15:06:35.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002026-08-31T15:06:35.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012026-08-31T15:06:35.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022026-08-31T15:06:35.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24032026-08-31T15:06:35.293Z
24042026-08-31T15:06:35.293Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/379)
24052026-08-31T15:06:35.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062026-08-31T15:06:35.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072026-08-31T15:06:35.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082026-08-31T15:06:35.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
24092026-08-31T15:06:35.704Z
24102026-08-31T15:06:35.705Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/379)
24112026-08-31T15:06:36.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122026-08-31T15:06:36.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132026-08-31T15:06:36.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142026-08-31T15:06:36.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24152026-08-31T15:06:36.141Z
24162026-08-31T15:06:36.141Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/379)
24172026-08-31T15:06:36.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182026-08-31T15:06:36.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192026-08-31T15:06:36.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202026-08-31T15:06:36.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24212026-08-31T15:06:36.795Z
24222026-08-31T15:06:36.796Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/379)
24232026-08-31T15:06:37.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242026-08-31T15:06:37.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252026-08-31T15:06:37.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262026-08-31T15:06:37.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24272026-08-31T15:06:37.347Z
24282026-08-31T15:06:37.347Zinfo: running `cargo check --bins` on nexus-config (91/379)
24292026-08-31T15:06:37.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302026-08-31T15:06:37.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312026-08-31T15:06:37.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322026-08-31T15:06:37.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24332026-08-31T15:06:37.957Z
24342026-08-31T15:06:37.957Zinfo: running `cargo check --bins` on nexus-types (92/379)
24352026-08-31T15:06:38.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362026-08-31T15:06:38.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372026-08-31T15:06:38.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382026-08-31T15:06:38.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24392026-08-31T15:06:38.563Z
24402026-08-31T15:06:38.563Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/379)
24412026-08-31T15:06:39.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422026-08-31T15:06:39.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432026-08-31T15:06:39.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442026-08-31T15:06:39.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24452026-08-31T15:06:39.144Z
24462026-08-31T15:06:39.144Zinfo: running `cargo check --bins` on omicron-passwords (94/379)
24472026-08-31T15:06:39.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482026-08-31T15:06:39.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492026-08-31T15:06:39.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502026-08-31T15:06:39.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24512026-08-31T15:06:39.701Z
24522026-08-31T15:06:39.701Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/379)
24532026-08-31T15:06:40.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542026-08-31T15:06:40.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552026-08-31T15:06:40.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562026-08-31T15:06:40.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24572026-08-31T15:06:40.273Z
24582026-08-31T15:06:40.274Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/379)
24592026-08-31T15:06:40.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602026-08-31T15:06:40.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612026-08-31T15:06:40.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622026-08-31T15:06:40.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24632026-08-31T15:06:40.857Z
24642026-08-31T15:06:40.857Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/379)
24652026-08-31T15:06:41.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662026-08-31T15:06:41.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672026-08-31T15:06:41.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682026-08-31T15:06:41.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24692026-08-31T15:06:41.435Z
24702026-08-31T15:06:41.435Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/379)
24712026-08-31T15:06:41.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722026-08-31T15:06:41.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732026-08-31T15:06:41.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742026-08-31T15:06:41.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24752026-08-31T15:06:42.016Z
24762026-08-31T15:06:42.016Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/379)
24772026-08-31T15:06:42.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782026-08-31T15:06:42.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792026-08-31T15:06:42.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802026-08-31T15:06:42.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24812026-08-31T15:06:42.569Z
24822026-08-31T15:06:42.569Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/379)
24832026-08-31T15:06:43.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-08-31T15:06:43.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-08-31T15:06:43.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862026-08-31T15:06:43.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24872026-08-31T15:06:43.133Z
24882026-08-31T15:06:43.133Zinfo: running `cargo check --bins --no-default-features` on gfss (101/379)
24892026-08-31T15:06:43.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902026-08-31T15:06:43.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912026-08-31T15:06:43.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922026-08-31T15:06:43.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24932026-08-31T15:06:43.686Z
24942026-08-31T15:06:43.686Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/379)
24952026-08-31T15:06:44.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962026-08-31T15:06:44.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972026-08-31T15:06:44.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982026-08-31T15:06:44.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24992026-08-31T15:06:44.244Z
25002026-08-31T15:06:44.244Zinfo: running `cargo check --bins` on trust-quorum-types (103/379)
25012026-08-31T15:06:44.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022026-08-31T15:06:44.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032026-08-31T15:06:44.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042026-08-31T15:06:44.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25052026-08-31T15:06:44.800Z
25062026-08-31T15:06:44.800Zinfo: running `cargo check --bins` on wicketd-commission-types (104/379)
25072026-08-31T15:06:45.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082026-08-31T15:06:45.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092026-08-31T15:06:45.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102026-08-31T15:06:45.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25112026-08-31T15:06:45.375Z
25122026-08-31T15:06:45.375Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/379)
25132026-08-31T15:06:45.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142026-08-31T15:06:45.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152026-08-31T15:06:45.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162026-08-31T15:06:45.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25172026-08-31T15:06:45.954Z
25182026-08-31T15:06:45.954Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/379)
25192026-08-31T15:06:46.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202026-08-31T15:06:46.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212026-08-31T15:06:46.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222026-08-31T15:06:46.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25232026-08-31T15:06:46.519Z
25242026-08-31T15:06:46.519Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/379)
25252026-08-31T15:06:46.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262026-08-31T15:06:46.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272026-08-31T15:06:46.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282026-08-31T15:06:46.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25292026-08-31T15:06:47.081Z
25302026-08-31T15:06:47.081Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/379)
25312026-08-31T15:06:47.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322026-08-31T15:06:47.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332026-08-31T15:06:47.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342026-08-31T15:06:47.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25352026-08-31T15:06:47.657Z
25362026-08-31T15:06:47.657Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/379)
25372026-08-31T15:06:48.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382026-08-31T15:06:48.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392026-08-31T15:06:48.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402026-08-31T15:06:48.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25412026-08-31T15:06:48.232Z
25422026-08-31T15:06:48.232Zinfo: running `cargo check --bins` on cockroach-admin-types (110/379)
25432026-08-31T15:06:48.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442026-08-31T15:06:48.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452026-08-31T15:06:48.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462026-08-31T15:06:48.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25472026-08-31T15:06:48.793Z
25482026-08-31T15:06:48.793Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/379)
25492026-08-31T15:06:49.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502026-08-31T15:06:49.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512026-08-31T15:06:49.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522026-08-31T15:06:49.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25532026-08-31T15:06:49.357Z
25542026-08-31T15:06:49.357Zinfo: running `cargo check --bins` on ereport-types (112/379)
25552026-08-31T15:06:49.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562026-08-31T15:06:49.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572026-08-31T15:06:49.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582026-08-31T15:06:49.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25592026-08-31T15:06:49.923Z
25602026-08-31T15:06:49.923Zinfo: running `cargo check --bins` on gateway-client (113/379)
25612026-08-31T15:06:50.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622026-08-31T15:06:50.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632026-08-31T15:06:50.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642026-08-31T15:06:50.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25652026-08-31T15:06:50.492Z
25662026-08-31T15:06:50.492Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/379)
25672026-08-31T15:06:50.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682026-08-31T15:06:50.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692026-08-31T15:06:50.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702026-08-31T15:06:50.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25712026-08-31T15:06:51.061Z
25722026-08-31T15:06:51.061Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/379)
25732026-08-31T15:06:51.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742026-08-31T15:06:51.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752026-08-31T15:06:51.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762026-08-31T15:06:51.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25772026-08-31T15:06:51.624Z
25782026-08-31T15:06:51.624Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/379)
25792026-08-31T15:06:52.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802026-08-31T15:06:52.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812026-08-31T15:06:52.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822026-08-31T15:06:52.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25832026-08-31T15:06:52.208Z
25842026-08-31T15:06:52.208Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/379)
25852026-08-31T15:06:52.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-08-31T15:06:52.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-08-31T15:06:52.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-08-31T15:06:52.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25892026-08-31T15:06:52.795Z
25902026-08-31T15:06:52.795Zinfo: running `cargo check --bins` on key-manager-types (118/379)
25912026-08-31T15:06:53.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-08-31T15:06:53.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-08-31T15:06:53.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-08-31T15:06:53.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25952026-08-31T15:06:53.376Z
25962026-08-31T15:06:53.376Zinfo: running `cargo check --bins` on oxlog (119/379)
25972026-08-31T15:06:53.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-08-31T15:06:53.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-08-31T15:06:53.955Z Checking cfg-if v1.0.4
26002026-08-31T15:06:53.960Z Checking serde_core v1.0.229
26012026-08-31T15:06:53.961Z Checking libc v0.2.185
26022026-08-31T15:06:54.071Z Checking memchr v2.8.0
26032026-08-31T15:06:54.082Z Checking smallvec v1.15.1
26042026-08-31T15:06:54.085Z Checking log v0.4.33
26052026-08-31T15:06:54.102Z Checking subtle v2.6.1
26062026-08-31T15:06:54.112Z Checking itoa v1.0.17
26072026-08-31T15:06:54.116Z Checking scopeguard v1.2.0
26082026-08-31T15:06:54.214Z Checking lock_api v0.4.14
26092026-08-31T15:06:54.240Z Checking typenum v1.20.1
26102026-08-31T15:06:54.240Z Checking stable_deref_trait v1.2.1
26112026-08-31T15:06:54.265Z Checking zerofrom v0.1.6
26122026-08-31T15:06:54.279Z Checking portable-atomic v1.13.1
26132026-08-31T15:06:54.319Z Checking zerocopy v0.8.55
26142026-08-31T15:06:54.374Z Checking yoke v0.8.1
26152026-08-31T15:06:54.406Z Checking critical-section v1.2.0
26162026-08-31T15:06:54.432Z Checking const-oid v0.9.6
26172026-08-31T15:06:54.446Z Checking errno v0.3.14
26182026-08-31T15:06:54.499Z Checking getrandom v0.2.17
26192026-08-31T15:06:54.534Z Checking zerovec v0.11.5
26202026-08-31T15:06:54.551Z Checking pin-project-lite v0.2.17
26212026-08-31T15:06:54.636Z Checking rand_core v0.6.4
26222026-08-31T15:06:54.639Z Checking libm v0.2.16
26232026-08-31T15:06:54.692Z Checking once_cell v1.21.3
26242026-08-31T15:06:54.838Z Checking zmij v1.0.21
26252026-08-31T15:06:54.862Z Checking signal-hook-registry v1.4.8
26262026-08-31T15:06:54.955Z Checking tinystr v0.8.2
26272026-08-31T15:06:54.977Z Checking parking_lot_core v0.9.12
26282026-08-31T15:06:55.015Z Checking litemap v0.8.1
26292026-08-31T15:06:55.043Z Checking rand_core v0.10.0
26302026-08-31T15:06:55.104Z Checking futures-core v0.3.32
26312026-08-31T15:06:55.124Z Checking percent-encoding v2.3.2
26322026-08-31T15:06:55.159Z Checking writeable v0.6.2
26332026-08-31T15:06:55.177Z Checking getrandom v0.4.3
26342026-08-31T15:06:55.177Z Checking parking_lot v0.12.5
26352026-08-31T15:06:55.218Z Checking potential_utf v0.1.4
26362026-08-31T15:06:55.257Z Checking zerotrie v0.2.3
26372026-08-31T15:06:55.313Z Checking icu_locale_core v2.1.1
26382026-08-31T15:06:55.323Z Checking mio v1.2.0
26392026-08-31T15:06:55.340Z Checking equivalent v1.0.2
26402026-08-31T15:06:55.362Z Checking num-traits v0.2.19
26412026-08-31T15:06:55.377Z Checking icu_collections v2.1.1
26422026-08-31T15:06:55.417Z Checking socket2 v0.6.3
26432026-08-31T15:06:55.525Z Checking icu_normalizer_data v2.1.1
26442026-08-31T15:06:55.549Z Checking serde v1.0.229
26452026-08-31T15:06:55.560Z Checking bitflags v2.11.0
26462026-08-31T15:06:55.595Z Checking serde_json v1.0.151
26472026-08-31T15:06:55.652Z Checking icu_properties_data v2.1.2
26482026-08-31T15:06:55.675Z Checking byteorder v1.5.0
26492026-08-31T15:06:55.719Z Checking futures-sink v0.3.32
26502026-08-31T15:06:55.776Z Checking hashbrown v0.17.0
26512026-08-31T15:06:55.812Z Checking futures-channel v0.3.32
26522026-08-31T15:06:55.852Z Checking icu_provider v2.1.1
26532026-08-31T15:06:55.870Z Checking getrandom v0.3.4
26542026-08-31T15:06:55.883Z Checking utf8_iter v1.0.4
26552026-08-31T15:06:55.942Z Checking zeroize v1.9.0
26562026-08-31T15:06:55.995Z Checking bytes v1.11.1
26572026-08-31T15:06:55.999Z Checking slab v0.4.12
26582026-08-31T15:06:56.020Z Checking futures-io v0.3.32
26592026-08-31T15:06:56.076Z Checking icu_properties v2.1.2
26602026-08-31T15:06:56.104Z Checking generic-array v0.14.7
26612026-08-31T15:06:56.126Z Checking icu_normalizer v2.1.1
26622026-08-31T15:06:56.146Z Checking futures-task v0.3.32
26632026-08-31T15:06:56.234Z Checking indexmap v2.14.0
26642026-08-31T15:06:56.254Z Checking rustix v1.1.4
26652026-08-31T15:06:56.279Z Checking futures-util v0.3.32
26662026-08-31T15:06:56.419Z Checking form_urlencoded v1.2.2
26672026-08-31T15:06:56.433Z Checking tokio v1.52.1
26682026-08-31T15:06:56.549Z Checking fnv v1.0.7
26692026-08-31T15:06:56.560Z Checking block-buffer v0.10.4
26702026-08-31T15:06:56.637Z Checking crypto-common v0.1.7
26712026-08-31T15:06:56.695Z Checking base64ct v1.8.3
26722026-08-31T15:06:56.764Z Checking digest v0.10.7
26732026-08-31T15:06:56.779Z Checking iana-time-zone v0.1.65
26742026-08-31T15:06:56.886Z Checking idna_adapter v1.2.1
26752026-08-31T15:06:56.886Z Checking flagset v0.4.7
26762026-08-31T15:06:56.928Z Checking pem-rfc7468 v0.7.0
26772026-08-31T15:06:56.952Z Checking chrono v0.4.45
26782026-08-31T15:06:56.999Z Checking rand_core v0.9.5
26792026-08-31T15:06:57.010Z Checking idna v1.1.0
26802026-08-31T15:06:57.069Z Checking ppv-lite86 v0.2.21
26812026-08-31T15:06:57.083Z Checking uuid v1.23.4
26822026-08-31T15:06:57.175Z Checking der v0.7.10
26832026-08-31T15:06:57.199Z Checking base64 v0.22.1
26842026-08-31T15:06:57.240Z Checking url v2.5.8
26852026-08-31T15:06:57.355Z Checking regex-syntax v0.8.10
26862026-08-31T15:06:57.386Z Checking http v1.4.2
26872026-08-31T15:06:57.403Z Checking rand_chacha v0.9.0
26882026-08-31T15:06:57.598Z Checking tracing-core v0.1.36
26892026-08-31T15:06:57.667Z Checking cpufeatures v0.2.17
26902026-08-31T15:06:57.735Z Checking simd-adler32 v0.3.8
26912026-08-31T15:06:57.787Z Checking dyn-clone v1.0.20
26922026-08-31T15:06:57.813Z Checking spki v0.7.3
26932026-08-31T15:06:57.885Z Checking rand v0.9.2
26942026-08-31T15:06:57.898Z Checking tracing v0.1.44
26952026-08-31T15:06:57.914Z Checking rustls-pki-types v1.14.0
26962026-08-31T15:06:57.933Z Checking http-body v1.0.1
26972026-08-31T15:06:57.976Z Checking pkcs8 v0.10.2
26982026-08-31T15:06:58.066Z Checking semver v1.0.28
26992026-08-31T15:06:58.121Z Checking spin v0.9.8
27002026-08-31T15:06:58.132Z Checking adler2 v2.0.1
27012026-08-31T15:06:58.174Z Checking cmov v0.5.4
27022026-08-31T15:06:58.192Z Checking utf8parse v0.2.2
27032026-08-31T15:06:58.232Z Checking openssl-probe v0.2.1
27042026-08-31T15:06:58.259Z Checking anstyle v1.0.14
27052026-08-31T15:06:58.270Z Checking tinyvec_macros v0.1.1
27062026-08-31T15:06:58.283Z Checking anstyle-parse v1.0.0
27072026-08-31T15:06:58.458Z Checking tinyvec v1.10.0
27082026-08-31T15:06:58.485Z Checking schemars v0.8.22
27092026-08-31T15:06:58.485Z Checking miniz_oxide v0.8.9
27102026-08-31T15:06:58.485Z Checking ctutils v0.4.2
27112026-08-31T15:06:58.485Z Checking sha2 v0.10.9
27122026-08-31T15:06:58.485Z Checking terminal_size v0.4.3
27132026-08-31T15:06:58.545Z Checking aws-lc-sys v0.40.0
27142026-08-31T15:06:58.561Z Checking thiserror v2.0.18
27152026-08-31T15:06:58.624Z Checking tower-layer v0.3.3
27162026-08-31T15:06:58.638Z Checking is_terminal_polyfill v1.70.2
27172026-08-31T15:06:58.659Z Checking try-lock v0.2.5
27182026-08-31T15:06:58.685Z Checking atomic-waker v1.1.2
27192026-08-31T15:06:58.700Z Checking anstyle-query v1.1.5
27202026-08-31T15:06:58.721Z Checking tower-service v0.3.3
27212026-08-31T15:06:58.753Z Checking untrusted v0.7.1
27222026-08-31T15:06:58.784Z Checking fastrand v2.3.0
27232026-08-31T15:06:58.787Z Checking colorchoice v1.0.4
27242026-08-31T15:06:58.809Z Checking want v0.3.1
27252026-08-31T15:06:58.821Z Checking hybrid-array v0.4.13
27262026-08-31T15:06:58.861Z Checking ipnet v2.12.0
27272026-08-31T15:06:58.879Z Checking anstream v1.0.0
27282026-08-31T15:06:58.923Z Checking crc32fast v1.5.0
27292026-08-31T15:06:58.969Z Checking tempfile v3.27.0
27302026-08-31T15:06:59.014Z Checking httparse v1.10.1
27312026-08-31T15:06:59.057Z Checking aho-corasick v1.1.4
27322026-08-31T15:06:59.074Z Checking aws-lc-rs v1.16.3
27332026-08-31T15:06:59.085Z Checking plain v0.2.3
27342026-08-31T15:06:59.113Z Checking tap v1.0.1
27352026-08-31T15:06:59.160Z Checking foreign-types-shared v0.1.1
27362026-08-31T15:06:59.180Z Checking httpdate v1.0.3
27372026-08-31T15:06:59.210Z Checking untrusted v0.9.0
27382026-08-31T15:06:59.224Z Checking wyz v0.5.1
27392026-08-31T15:06:59.236Z Checking foreign-types v0.3.2
27402026-08-31T15:06:59.300Z Checking unicode-normalization v0.1.25
27412026-08-31T15:06:59.314Z Checking rand_chacha v0.3.1
27422026-08-31T15:06:59.325Z Checking signature v2.2.0
27432026-08-31T15:06:59.391Z Checking radium v0.7.0
27442026-08-31T15:06:59.451Z Checking hex v0.4.3
27452026-08-31T15:06:59.512Z Checking num-integer v0.1.46
27462026-08-31T15:06:59.559Z Checking openssl-sys v0.9.117
27472026-08-31T15:06:59.572Z Checking wait-timeout v0.2.1
27482026-08-31T15:06:59.673Z Checking quick-error v1.2.3
27492026-08-31T15:06:59.688Z Checking clap_lex v1.0.0
27502026-08-31T15:06:59.691Z Checking unicode-ident v1.0.24
27512026-08-31T15:06:59.714Z Checking tokio-util v0.7.18
27522026-08-31T15:06:59.727Z Checking regex-automata v0.4.14
27532026-08-31T15:06:59.740Z Checking funty v2.0.0
27542026-08-31T15:06:59.763Z Checking bit-vec v0.8.0
27552026-08-31T15:06:59.799Z Checking ucd-trie v0.1.7
27562026-08-31T15:06:59.890Z Checking strsim v0.11.1
27572026-08-31T15:06:59.914Z Checking rustls-webpki v0.103.13
27582026-08-31T15:06:59.922Z Checking openssl v0.10.80
27592026-08-31T15:06:59.931Z Checking pest v2.8.6
27602026-08-31T15:06:59.948Z Checking bit-set v0.8.0
27612026-08-31T15:06:59.987Z Checking clap_builder v4.6.0
27622026-08-31T15:07:00.052Z Checking bitvec v1.0.1
27632026-08-31T15:07:00.087Z Checking proc-macro2 v1.0.106
27642026-08-31T15:07:00.305Z Checking rustls v0.23.41
27652026-08-31T15:07:00.317Z Checking h2 v0.4.15
27662026-08-31T15:07:00.395Z Checking rusty-fork v0.3.1
27672026-08-31T15:07:00.561Z Checking num-iter v0.1.45
27682026-08-31T15:07:00.666Z Checking rand v0.8.6
27692026-08-31T15:07:00.969Z Checking lazy_static v1.5.0
27702026-08-31T15:07:01.056Z Checking rand_xorshift v0.4.0
27712026-08-31T15:07:01.174Z Checking hmac v0.12.1
27722026-08-31T15:07:01.186Z Checking thiserror v1.0.69
27732026-08-31T15:07:01.199Z Checking maybe-uninit v2.0.0
27742026-08-31T15:07:01.260Z Checking serde_spanned v0.6.9
27752026-08-31T15:07:01.276Z Checking toml_datetime v0.6.11
27762026-08-31T15:07:01.304Z Checking sync_wrapper v1.0.2
27772026-08-31T15:07:01.358Z Checking crc-catalog v2.4.0
27782026-08-31T15:07:01.380Z Checking siphasher v1.0.2
27792026-08-31T15:07:01.400Z Checking unarray v0.1.4
27802026-08-31T15:07:01.442Z Checking zlib-rs v0.6.2
27812026-08-31T15:07:01.456Z Checking pretty-hex v0.4.1
27822026-08-31T15:07:01.550Z Checking powerfmt v0.2.0
27832026-08-31T15:07:01.556Z Checking nodrop v0.1.14
27842026-08-31T15:07:01.556Z Checking proptest v1.11.0
27852026-08-31T15:07:01.569Z Checking crc v3.4.0
27862026-08-31T15:07:01.613Z Checking array-init v0.0.4
27872026-08-31T15:07:01.639Z Checking deranged v0.5.8
27882026-08-31T15:07:01.726Z Checking tower v0.5.3
27892026-08-31T15:07:01.898Z Checking native-tls v0.2.18
27902026-08-31T15:07:01.898Z Checking packed_struct v0.10.1
27912026-08-31T15:07:02.084Z Checking smallvec v0.6.14
27922026-08-31T15:07:02.108Z Checking clap v4.6.1
27932026-08-31T15:07:02.182Z Checking num-bigint-dig v0.8.6
27942026-08-31T15:07:02.273Z Checking quote v1.0.45
27952026-08-31T15:07:02.293Z Checking flate2 v1.1.9
27962026-08-31T15:07:02.430Z Checking ipnetwork v0.21.1
27972026-08-31T15:07:02.538Z Checking pkcs1 v0.7.5
27982026-08-31T15:07:02.548Z Checking http-body-util v0.1.3
27992026-08-31T15:07:02.577Z Checking crossbeam-utils v0.8.21
28002026-08-31T15:07:02.635Z Checking zerocopy v0.6.6
28012026-08-31T15:07:02.740Z Checking bitfield v0.19.4
28022026-08-31T15:07:02.759Z Checking ahash v0.8.12
28032026-08-31T15:07:02.911Z Checking bzip2-sys v0.1.13+1.0.8
28042026-08-31T15:07:02.926Z Checking scroll v0.13.0
28052026-08-31T15:07:02.938Z Checking env_filter v2.0.0
28062026-08-31T15:07:02.949Z Checking num-conv v0.2.0
28072026-08-31T15:07:02.977Z Checking gimli v0.32.3
28082026-08-31T15:07:02.990Z Checking iri-string v0.7.10
28092026-08-31T15:07:03.002Z Checking winnow v0.5.40
28102026-08-31T15:07:03.061Z Checking time-core v0.1.8
28112026-08-31T15:07:03.072Z Checking hashbrown v0.12.3
28122026-08-31T15:07:03.142Z Checking hyper v1.10.1
28132026-08-31T15:07:03.149Z Checking num_threads v0.1.7
28142026-08-31T15:07:03.195Z Checking unicode-properties v0.1.4
28152026-08-31T15:07:03.225Z Checking allocator-api2 v0.2.21
28162026-08-31T15:07:03.309Z Checking ryu v1.0.23
28172026-08-31T15:07:03.375Z Checking base64 v0.21.7
28182026-08-31T15:07:03.438Z Checking unicode-bidi v0.3.18
28192026-08-31T15:07:03.472Z Checking indexmap v1.9.3
28202026-08-31T15:07:03.503Z Checking serde_urlencoded v0.7.1
28212026-08-31T15:07:03.602Z Checking ron v0.8.1
28222026-08-31T15:07:03.701Z Checking newtype-uuid v1.3.2
28232026-08-31T15:07:03.715Z Checking stringprep v0.1.5
28242026-08-31T15:07:03.787Z Checking time v0.3.47
28252026-08-31T15:07:03.861Z Checking goblin v0.10.5
28262026-08-31T15:07:03.907Z Checking env_logger v0.11.11
28272026-08-31T15:07:04.006Z Checking tower-http v0.6.8
28282026-08-31T15:07:04.043Z Checking hyper-util v0.1.20
28292026-08-31T15:07:04.094Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28302026-08-31T15:07:04.125Z Checking bzip2 v0.4.4
28312026-08-31T15:07:04.139Z Checking toml_edit v0.19.15
28322026-08-31T15:07:04.279Z Checking rsa v0.9.10
28332026-08-31T15:07:04.292Z Checking hashbrown v0.13.2
28342026-08-31T15:07:04.530Z Checking addr2line v0.25.1
28352026-08-31T15:07:04.708Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28362026-08-31T15:07:04.736Z Checking crossbeam-epoch v0.9.18
28372026-08-31T15:07:04.792Z Checking oxnet v0.1.6
28382026-08-31T15:07:04.858Z Checking syn v2.0.117
28392026-08-31T15:07:04.900Z Checking serde-hex v0.1.0
28402026-08-31T15:07:04.957Z Checking tokio-native-tls v0.3.1
28412026-08-31T15:07:05.104Z Checking bstr v1.12.1
28422026-08-31T15:07:05.118Z Checking block-padding v0.4.2
28432026-08-31T15:07:05.164Z Checking block-buffer v0.12.1
28442026-08-31T15:07:05.251Z Checking crypto-common v0.2.2
28452026-08-31T15:07:05.301Z Checking rustls-native-certs v0.8.3
28462026-08-31T15:07:05.319Z Checking x509-cert v0.2.5
28472026-08-31T15:07:05.429Z Checking scroll v0.12.0
28482026-08-31T15:07:05.429Z Checking object v0.37.3
28492026-08-31T15:07:05.661Z Checking zstd-sys v2.0.16+zstd.1.5.7
28502026-08-31T15:07:05.767Z Checking md-5 v0.10.6
28512026-08-31T15:07:05.843Z Checking hash32 v0.2.1
28522026-08-31T15:07:05.902Z Checking encoding_rs v0.8.35
28532026-08-31T15:07:05.957Z Checking mime v0.3.17
28542026-08-31T15:07:05.993Z Checking psl-types v2.0.11
28552026-08-31T15:07:06.104Z Checking rustc-demangle v0.1.27
28562026-08-31T15:07:06.122Z Checking fallible-iterator v0.2.0
28572026-08-31T15:07:06.142Z Checking crc-any v2.5.0
28582026-08-31T15:07:06.309Z Checking either v1.15.0
28592026-08-31T15:07:06.324Z Checking dof v0.4.0
28602026-08-31T15:07:06.368Z Checking publicsuffix v2.3.0
28612026-08-31T15:07:06.387Z Checking postgres-protocol v0.6.10
28622026-08-31T15:07:06.492Z Checking heapless v0.7.17
28632026-08-31T15:07:06.521Z Checking zstd-safe v7.2.4
28642026-08-31T15:07:06.684Z Checking goblin v0.8.2
28652026-08-31T15:07:06.701Z Checking hyper-tls v0.6.0
28662026-08-31T15:07:06.834Z Checking inout v0.2.2
28672026-08-31T15:07:06.866Z Checking toml v0.7.8
28682026-08-31T15:07:06.905Z Checking daft v0.1.8
28692026-08-31T15:07:06.952Z Checking cookie v0.18.1
28702026-08-31T15:07:06.976Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28712026-08-31T15:07:07.067Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28722026-08-31T15:07:07.095Z Checking object v0.30.4
28732026-08-31T15:07:07.129Z Checking zip v0.6.6
28742026-08-31T15:07:07.145Z Checking tokio-rustls v0.26.4
28752026-08-31T15:07:07.168Z Checking phf_shared v0.13.1
28762026-08-31T15:07:07.180Z Checking dtrace-parser v0.3.0
28772026-08-31T15:07:07.368Z Checking zerocopy v0.7.35
28782026-08-31T15:07:07.374Z Checking pin-project v1.1.11
28792026-08-31T15:07:07.406Z Checking signal-hook v0.3.18
28802026-08-31T15:07:07.435Z Checking futures-executor v0.3.32
28812026-08-31T15:07:07.461Z Checking ff v0.13.1
28822026-08-31T15:07:07.580Z Checking thread-id v5.1.0
28832026-08-31T15:07:07.583Z Checking unicode-width v0.2.0
28842026-08-31T15:07:07.604Z Checking unicode-linebreak v0.1.5
28852026-08-31T15:07:07.656Z Checking foldhash v0.1.5
28862026-08-31T15:07:07.727Z Checking backtrace v0.3.76
28872026-08-31T15:07:07.784Z Compiling illumos-nvpair-sys v0.2.0
28882026-08-31T15:07:07.803Z Checking smawk v0.3.2
28892026-08-31T15:07:07.825Z Checking base16ct v0.2.0
28902026-08-31T15:07:07.850Z Checking foldhash v0.2.0
28912026-08-31T15:07:07.922Z Checking path-slash v0.1.5
28922026-08-31T15:07:07.942Z Checking jiff-core v0.1.0
28932026-08-31T15:07:07.955Z Checking bitflags v1.3.2
28942026-08-31T15:07:08.000Z Checking bumpalo v3.20.2
28952026-08-31T15:07:08.016Z Compiling rayon-core v1.13.0
28962026-08-31T15:07:08.022Z Checking managed v0.8.0
28972026-08-31T15:07:08.022Z Checking is_ci v1.2.0
28982026-08-31T15:07:08.052Z Checking libbz2-rs-sys v0.2.2
28992026-08-31T15:07:08.118Z Checking same-file v1.0.6
29002026-08-31T15:07:08.197Z Checking zopfli v0.8.3
29012026-08-31T15:07:08.211Z Checking supports-color v3.0.2
29022026-08-31T15:07:08.233Z Checking smoltcp v0.9.1
29032026-08-31T15:07:08.238Z Checking walkdir v2.5.0
29042026-08-31T15:07:08.325Z Checking backtrace-ext v0.2.1
29052026-08-31T15:07:08.386Z Checking hashbrown v0.16.1
29062026-08-31T15:07:08.440Z Checking bzip2 v0.6.1
29072026-08-31T15:07:08.455Z Checking sec1 v0.7.3
29082026-08-31T15:07:08.515Z Checking textwrap v0.16.2
29092026-08-31T15:07:08.574Z Checking dof v0.3.0
29102026-08-31T15:07:08.601Z Checking hashbrown v0.15.5
29112026-08-31T15:07:08.629Z Checking jiff v0.2.34
29122026-08-31T15:07:08.655Z Checking usdt-impl v0.6.0
29132026-08-31T15:07:08.717Z Checking signal-hook-mio v0.2.5
29142026-08-31T15:07:08.817Z Checking group v0.13.0
29152026-08-31T15:07:08.820Z Checking futures v0.3.32
29162026-08-31T15:07:08.858Z Checking snafu v0.8.9
29172026-08-31T15:07:08.895Z Checking hyper-rustls v0.27.7
29182026-08-31T15:07:08.907Z Checking phf v0.13.1
29192026-08-31T15:07:08.947Z Checking cookie_store v0.22.1
29202026-08-31T15:07:08.964Z Checking cipher v0.5.2
29212026-08-31T15:07:09.049Z Checking reqwest v0.12.28
29222026-08-31T15:07:09.081Z Checking postgres-types v0.2.12
29232026-08-31T15:07:09.155Z Checking zstd v0.13.3
29242026-08-31T15:07:09.161Z Checking globset v0.4.18
29252026-08-31T15:07:09.209Z Checking rustls-platform-verifier v0.6.2
29262026-08-31T15:07:09.223Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29272026-08-31T15:07:09.283Z Checking crossbeam-deque v0.8.6
29282026-08-31T15:07:09.295Z Checking regex v1.12.3
29292026-08-31T15:07:09.343Z Checking phf_shared v0.11.3
29302026-08-31T15:07:09.346Z Checking hkdf v0.12.4
29312026-08-31T15:07:09.388Z Checking dtrace-parser v0.2.0
29322026-08-31T15:07:09.454Z Checking olpc-cjson v0.1.4
29332026-08-31T15:07:09.484Z Checking ref-cast v1.0.25
29342026-08-31T15:07:09.487Z Checking curve25519-dalek v4.1.3
29352026-08-31T15:07:09.544Z Checking strum v0.27.2
29362026-08-31T15:07:09.562Z Checking byte-wrapper v0.1.0
29372026-08-31T15:07:09.576Z Checking hubpack v0.1.2
29382026-08-31T15:07:09.589Z Checking ed25519 v2.2.3
29392026-08-31T15:07:09.619Z Checking memoffset v0.9.1
29402026-08-31T15:07:09.650Z Checking rustix v0.38.44
29412026-08-31T15:07:09.695Z Checking owo-colors v4.3.0
29422026-08-31T15:07:09.731Z Checking pem v3.0.6
29432026-08-31T15:07:09.757Z Checking crypto-bigint v0.5.5
29442026-08-31T15:07:09.769Z Checking erased-serde v0.3.31
29452026-08-31T15:07:09.811Z Checking serde-big-array v0.5.1
29462026-08-31T15:07:09.881Z Checking serde_plain v1.0.2
29472026-08-31T15:07:09.936Z Checking float-cmp v0.10.0
29482026-08-31T15:07:10.018Z Checking thread-id v4.2.2
29492026-08-31T15:07:10.058Z Checking memmap2 v0.9.10
29502026-08-31T15:07:10.095Z Checking fixedbitset v0.4.2
29512026-08-31T15:07:10.143Z Checking cpufeatures v0.3.0
29522026-08-31T15:07:10.211Z Checking normalize-line-endings v0.3.0
29532026-08-31T15:07:10.214Z Checking unicode-width v0.1.14
29542026-08-31T15:07:10.238Z Checking winnow v0.7.14
29552026-08-31T15:07:10.241Z Checking data-encoding v2.10.0
29562026-08-31T15:07:10.270Z Checking const-oid v0.10.2
29572026-08-31T15:07:10.294Z Checking fixedbitset v0.5.7
29582026-08-31T15:07:10.421Z Checking supports-hyperlinks v3.2.0
29592026-08-31T15:07:10.440Z Checking toml_write v0.1.2
29602026-08-31T15:07:10.457Z Checking keccak v0.1.6
29612026-08-31T15:07:10.481Z Checking supports-unicode v3.0.0
29622026-08-31T15:07:10.509Z Checking predicates-core v1.0.10
29632026-08-31T15:07:10.522Z Checking static_assertions v1.1.0
29642026-08-31T15:07:10.559Z Checking winnow v1.0.3
29652026-08-31T15:07:10.578Z Checking precomputed-hash v0.1.1
29662026-08-31T15:07:10.590Z Checking difflib v0.4.0
29672026-08-31T15:07:10.605Z Checking whoami v2.1.0
29682026-08-31T15:07:10.614Z Checking typed-path v0.9.3
29692026-08-31T15:07:10.626Z Checking new_debug_unreachable v1.0.6
29702026-08-31T15:07:10.653Z Checking unicode-segmentation v1.12.0
29712026-08-31T15:07:10.657Z Checking elliptic-curve v0.13.8
29722026-08-31T15:07:10.689Z Checking string_cache v0.8.9
29732026-08-31T15:07:10.758Z Checking predicates v3.1.4
29742026-08-31T15:07:10.787Z Checking tokio-postgres v0.7.16
29752026-08-31T15:07:10.848Z Checking sha3 v0.10.8
29762026-08-31T15:07:10.957Z Checking similar v2.7.0
29772026-08-31T15:07:10.969Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29782026-08-31T15:07:11.044Z Checking miette v7.6.0
29792026-08-31T15:07:11.057Z Checking zip v4.6.1
29802026-08-31T15:07:11.325Z Checking hickory-proto v0.25.2
29812026-08-31T15:07:11.366Z Checking tough v0.22.0
29822026-08-31T15:07:11.395Z Checking toml_parser v1.1.2+spec-1.1.0
29832026-08-31T15:07:11.473Z Checking toml_edit v0.22.27
29842026-08-31T15:07:11.545Z Checking petgraph v0.8.3
29852026-08-31T15:07:11.620Z Checking crossterm v0.28.1
29862026-08-31T15:07:11.718Z Checking digest v0.11.3
29872026-08-31T15:07:11.901Z Checking ed25519-dalek v2.2.0
29882026-08-31T15:07:12.066Z Checking petgraph v0.6.5
29892026-08-31T15:07:12.131Z Checking usdt v0.6.0
29902026-08-31T15:07:12.296Z Checking chacha20 v0.10.0
29912026-08-31T15:07:12.309Z Checking slog v2.8.2
29922026-08-31T15:07:12.502Z Checking usdt-impl v0.5.0
29932026-08-31T15:07:12.550Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29942026-08-31T15:07:12.567Z Checking nix v0.31.2
29952026-08-31T15:07:12.783Z Checking iddqd v0.4.2
29962026-08-31T15:07:13.142Z Checking reqwest v0.13.2
29972026-08-31T15:07:13.295Z Checking itertools v0.15.0
29982026-08-31T15:07:13.309Z Checking itertools v0.13.0
29992026-08-31T15:07:13.374Z Checking strum v0.26.3
30002026-08-31T15:07:13.422Z Checking serde_with v3.21.0
30012026-08-31T15:07:13.486Z Checking derive_more v2.1.1
30022026-08-31T15:07:13.581Z Checking fs-err v3.3.0
30032026-08-31T15:07:13.690Z Checking tokio-stream v0.1.18
30042026-08-31T15:07:13.765Z Checking buf-list v1.1.2
30052026-08-31T15:07:13.896Z Checking camino v1.2.5
30062026-08-31T15:07:13.948Z Checking anyhow v1.0.104
30072026-08-31T15:07:13.993Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30082026-08-31T15:07:14.080Z Checking openapiv3 v2.2.0
30092026-08-31T15:07:14.096Z Checking peg-runtime v0.8.5
30102026-08-31T15:07:14.141Z Checking lalrpop-util v0.19.12
30112026-08-31T15:07:14.141Z Checking rayon v1.11.0
30122026-08-31T15:07:14.227Z Checking illumos-nvpair v0.3.0
30132026-08-31T15:07:14.260Z Checking sigpipe v0.1.3
30142026-08-31T15:07:14.300Z Checking glob v0.3.3
30152026-08-31T15:07:15.222Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-08-31T15:07:15.473Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-08-31T15:07:15.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.40s
30182026-08-31T15:07:15.908Z
30192026-08-31T15:07:15.908Zinfo: running `cargo check --bins` on internal-dns-types (120/379)
30202026-08-31T15:07:16.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-08-31T15:07:16.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-08-31T15:07:16.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-08-31T15:07:16.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30242026-08-31T15:07:16.473Z
30252026-08-31T15:07:16.473Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/379)
30262026-08-31T15:07:16.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-08-31T15:07:16.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-08-31T15:07:16.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-08-31T15:07:16.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30302026-08-31T15:07:17.028Z
30312026-08-31T15:07:17.028Zinfo: running `cargo check --bins` on nexus-types-versions (122/379)
30322026-08-31T15:07:17.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-08-31T15:07:17.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-08-31T15:07:17.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-08-31T15:07:17.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30362026-08-31T15:07:17.611Z
30372026-08-31T15:07:17.611Zinfo: running `cargo check --bins` on oxql-types (123/379)
30382026-08-31T15:07:18.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-08-31T15:07:18.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-08-31T15:07:18.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-08-31T15:07:18.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30422026-08-31T15:07:18.177Z
30432026-08-31T15:07:18.177Zinfo: running `cargo check --bins` on oximeter-types (124/379)
30442026-08-31T15:07:18.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-08-31T15:07:18.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-08-31T15:07:18.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-08-31T15:07:18.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30482026-08-31T15:07:18.747Z
30492026-08-31T15:07:18.747Zinfo: running `cargo check --bins` on oximeter-types-versions (125/379)
30502026-08-31T15:07:19.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-08-31T15:07:19.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-08-31T15:07:19.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-08-31T15:07:19.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30542026-08-31T15:07:19.305Z
30552026-08-31T15:07:19.305Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/379)
30562026-08-31T15:07:19.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-08-31T15:07:19.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-08-31T15:07:19.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-08-31T15:07:19.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30602026-08-31T15:07:19.858Z
30612026-08-31T15:07:19.859Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/379)
30622026-08-31T15:07:20.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-08-31T15:07:20.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-08-31T15:07:20.536Z Compiling multer v3.1.0
30652026-08-31T15:07:20.711Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-08-31T15:07:20.714Z Compiling async-stream-impl v0.3.6
30672026-08-31T15:07:20.714Z Compiling serde_tokenstream v0.3.0
30682026-08-31T15:07:20.714Z Compiling dropshot v0.17.1
30692026-08-31T15:07:20.714Z Compiling parse-display-derive v0.10.0
30702026-08-31T15:07:20.714Z Compiling newtype-uuid-macros v0.1.0
30712026-08-31T15:07:20.714Z Compiling dropshot_endpoint v0.17.1
30722026-08-31T15:07:20.864Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30732026-08-31T15:07:20.923Z Checking thread_local v1.1.9
30742026-08-31T15:07:20.953Z Compiling oxide-generation-macros v0.2.0
30752026-08-31T15:07:21.015Z Checking match_cfg v0.1.0
30762026-08-31T15:07:21.082Z Checking compression-core v0.4.31
30772026-08-31T15:07:21.097Z Checking hostname v0.3.1
30782026-08-31T15:07:21.195Z Checking crossbeam-channel v0.5.15
30792026-08-31T15:07:21.208Z Checking compression-codecs v0.4.37
30802026-08-31T15:07:21.223Z Checking atomicwrites v0.4.4
30812026-08-31T15:07:21.258Z Checking slog-json v2.6.1
30822026-08-31T15:07:21.341Z Checking is-terminal v0.4.17
30832026-08-31T15:07:21.365Z Checking toml_datetime v1.1.1+spec-1.1.0
30842026-08-31T15:07:21.410Z Checking serde_spanned v1.1.1
30852026-08-31T15:07:21.428Z Checking debug-ignore v1.0.5
30862026-08-31T15:07:21.440Z Checking toml_writer v1.1.1+spec-1.1.0
30872026-08-31T15:07:21.524Z Checking term v1.2.1
30882026-08-31T15:07:21.530Z Checking take_mut v0.2.2
30892026-08-31T15:07:21.547Z Checking slog-bunyan v2.5.0
30902026-08-31T15:07:21.566Z Checking async-compression v0.4.41
30912026-08-31T15:07:21.616Z Checking toml v1.1.2+spec-1.1.0
30922026-08-31T15:07:21.634Z Checking slog-async v2.8.0
30932026-08-31T15:07:21.654Z Checking async-stream v0.3.6
30942026-08-31T15:07:21.669Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-08-31T15:07:21.734Z Checking slog-term v2.9.2
30962026-08-31T15:07:21.770Z Checking progenitor-client v0.14.0
30972026-08-31T15:07:21.783Z Checking sha1 v0.11.0
30982026-08-31T15:07:21.807Z Checking oxide-generation v0.1.3
30992026-08-31T15:07:21.963Z Checking waitgroup v0.1.2
31002026-08-31T15:07:22.040Z Checking rustls-pemfile v2.2.0
31012026-08-31T15:07:22.053Z Checking backon v1.6.0
31022026-08-31T15:07:22.053Z Checking serde_path_to_error v0.1.20
31032026-08-31T15:07:22.053Z Checking hostname v0.4.2
31042026-08-31T15:07:22.059Z Checking instant v0.1.13
31052026-08-31T15:07:22.134Z Checking backoff v0.4.0
31062026-08-31T15:07:22.146Z Checking progenitor-extras v0.2.0
31072026-08-31T15:07:22.192Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31082026-08-31T15:07:22.278Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31092026-08-31T15:07:22.303Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31102026-08-31T15:07:22.311Z Checking regress v0.10.5
31112026-08-31T15:07:22.325Z Checking parse-display v0.10.0
31122026-08-31T15:07:22.353Z Checking itertools v0.14.0
31132026-08-31T15:07:22.455Z Checking macaddr v1.0.1
31142026-08-31T15:07:22.624Z Checking humantime v2.3.0
31152026-08-31T15:07:23.421Z Compiling prettyplease v0.2.37
31162026-08-31T15:07:23.717Z Checking num-rational v0.4.2
31172026-08-31T15:07:23.995Z Checking num-complex v0.4.6
31182026-08-31T15:07:24.395Z Compiling num v0.4.3
31192026-08-31T15:07:24.425Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31202026-08-31T15:07:24.538Z Compiling usdt-macro v0.5.0
31212026-08-31T15:07:24.554Z Compiling usdt-attr-macro v0.5.0
31222026-08-31T15:07:24.567Z Checking memmap v0.7.0
31232026-08-31T15:07:24.623Z Checking float-ord v0.3.2
31242026-08-31T15:07:24.722Z Compiling convert_case v0.4.0
31252026-08-31T15:07:25.087Z Compiling derive_more v0.99.20
31262026-08-31T15:07:25.203Z Checking newline-converter v0.3.0
31272026-08-31T15:07:25.267Z Checking console v0.15.11
31282026-08-31T15:07:25.307Z Compiling toml v0.8.23
31292026-08-31T15:07:25.330Z Checking usdt v0.5.0
31302026-08-31T15:07:25.498Z Compiling minimal-lexical v0.2.1
31312026-08-31T15:07:25.532Z Checking linked-hash-map v0.5.6
31322026-08-31T15:07:25.703Z Checking lru-cache v0.1.2
31332026-08-31T15:07:25.747Z Compiling nom v7.1.3
31342026-08-31T15:07:25.820Z Checking expectorate v1.2.0
31352026-08-31T15:07:25.948Z Checking camino-tempfile v1.4.1
31362026-08-31T15:07:26.101Z Checking hickory-proto v0.24.4
31372026-08-31T15:07:26.247Z Checking phf_shared v0.12.1
31382026-08-31T15:07:26.386Z Compiling slog-dtrace v0.3.0
31392026-08-31T15:07:26.404Z Checking resolv-conf v0.7.6
31402026-08-31T15:07:26.585Z Compiling unicode-xid v0.2.6
31412026-08-31T15:07:26.708Z Compiling chrono-tz v0.10.4
31422026-08-31T15:07:26.874Z Checking heck v0.5.0
31432026-08-31T15:07:26.908Z Compiling const_format_proc_macros v0.2.34
31442026-08-31T15:07:27.047Z Checking phf v0.12.1
31452026-08-31T15:07:27.068Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31462026-08-31T15:07:27.147Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31472026-08-31T15:07:27.185Z Checking tokio-dtrace v0.1.1
31482026-08-31T15:07:27.364Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31492026-08-31T15:07:27.533Z Compiling derive-where v1.6.0
31502026-08-31T15:07:27.641Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31512026-08-31T15:07:27.891Z Checking highway v1.3.0
31522026-08-31T15:07:27.895Z Checking hickory-resolver v0.24.4
31532026-08-31T15:07:28.116Z Checking const_format v0.2.35
31542026-08-31T15:07:28.341Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31552026-08-31T15:07:28.645Z Checking oxide-tokio-rt v0.1.4
31562026-08-31T15:07:28.683Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31572026-08-31T15:07:28.874Z Checking qorb v0.4.1
31582026-08-31T15:07:29.014Z Checking gethostname v0.5.0
31592026-08-31T15:07:29.030Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31602026-08-31T15:07:29.065Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31612026-08-31T15:07:29.102Z Checking bcs v0.1.6
31622026-08-31T15:07:29.240Z Checking termtree v0.5.1
31632026-08-31T15:07:29.258Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31642026-08-31T15:07:32.224Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31652026-08-31T15:07:35.348Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31662026-08-31T15:07:37.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.71s
31672026-08-31T15:07:37.749Z
31682026-08-31T15:07:37.749Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/379)
31692026-08-31T15:07:38.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-08-31T15:07:38.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-08-31T15:07:38.421Z Compiling ar_archive_writer v0.5.1
31722026-08-31T15:07:38.532Z Compiling stacker v0.1.23
31732026-08-31T15:07:38.537Z Compiling cfg_aliases v0.1.1
31742026-08-31T15:07:38.542Z Compiling proc-macro-error v1.0.4
31752026-08-31T15:07:38.549Z Checking fd-lock v4.0.4
31762026-08-31T15:07:38.551Z Checking nibble_vec v0.1.0
31772026-08-31T15:07:38.551Z Checking vte v0.14.1
31782026-08-31T15:07:38.551Z Compiling recursive-proc-macro-impl v0.1.1
31792026-08-31T15:07:38.590Z Compiling nix v0.28.0
31802026-08-31T15:07:38.674Z Checking bytecount v0.6.9
31812026-08-31T15:07:38.687Z Checking endian-type v0.1.2
31822026-08-31T15:07:38.699Z Checking strip-ansi-escapes v0.2.1
31832026-08-31T15:07:38.815Z Checking radix_trie v0.2.1
31842026-08-31T15:07:38.818Z Checking papergrid v0.11.0
31852026-08-31T15:07:38.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31862026-08-31T15:07:38.913Z Compiling tabled_derive v0.7.0
31872026-08-31T15:07:38.932Z Compiling peg-macros v0.8.5
31882026-08-31T15:07:38.968Z Compiling sqlparser_derive v0.5.0
31892026-08-31T15:07:39.052Z Checking winnow v0.6.26
31902026-08-31T15:07:39.340Z Checking home v0.5.12
31912026-08-31T15:07:39.373Z Compiling psm v0.1.30
31922026-08-31T15:07:39.441Z Checking nu-ansi-term v0.50.3
31932026-08-31T15:07:39.468Z Checking unicode_categories v0.1.1
31942026-08-31T15:07:39.641Z Checking crossterm v0.29.0
31952026-08-31T15:07:39.654Z Checking reedline v0.40.0
31962026-08-31T15:07:39.725Z Checking display-error-chain v0.2.2
31972026-08-31T15:07:39.862Z Checking tabled v0.15.0
31982026-08-31T15:07:39.945Z Checking rustyline v14.0.0
31992026-08-31T15:07:40.134Z Checking recursive v0.1.1
32002026-08-31T15:07:40.185Z Checking sqlformat v0.3.5
32012026-08-31T15:07:40.197Z Checking peg v0.8.5
32022026-08-31T15:07:40.218Z Checking sqlparser v0.61.0
32032026-08-31T15:07:51.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
32042026-08-31T15:07:51.700Z
32052026-08-31T15:07:51.700Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/379)
32062026-08-31T15:07:52.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-08-31T15:07:52.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-08-31T15:07:52.368Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32092026-08-31T15:07:55.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32102026-08-31T15:07:56.071Z
32112026-08-31T15:07:56.071Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/379)
32122026-08-31T15:07:56.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-08-31T15:07:56.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-08-31T15:07:56.733Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32152026-08-31T15:07:59.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
32162026-08-31T15:07:59.417Z
32172026-08-31T15:07:59.417Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/379)
32182026-08-31T15:07:59.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-08-31T15:07:59.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-08-31T15:08:00.080Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-08-31T15:08:03.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
32222026-08-31T15:08:03.558Z
32232026-08-31T15:08:03.558Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/379)
32242026-08-31T15:08:04.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-08-31T15:08:04.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-08-31T15:08:04.234Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-08-31T15:08:07.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
32282026-08-31T15:08:07.740Z
32292026-08-31T15:08:07.740Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/379)
32302026-08-31T15:08:08.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-08-31T15:08:08.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-08-31T15:08:08.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-08-31T15:08:11.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
32342026-08-31T15:08:11.215Z
32352026-08-31T15:08:11.215Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/379)
32362026-08-31T15:08:11.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-08-31T15:08:11.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-08-31T15:08:11.880Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-08-31T15:08:14.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
32402026-08-31T15:08:14.753Z
32412026-08-31T15:08:14.753Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/379)
32422026-08-31T15:08:15.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-08-31T15:08:15.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-08-31T15:08:15.414Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-08-31T15:08:18.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
32462026-08-31T15:08:19.045Z
32472026-08-31T15:08:19.045Zinfo: running `cargo check --bins` on oximeter (136/379)
32482026-08-31T15:08:19.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-08-31T15:08:19.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-08-31T15:08:19.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-08-31T15:08:19.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32522026-08-31T15:08:19.607Z
32532026-08-31T15:08:19.607Zinfo: running `cargo check --bins` on oximeter-schema (137/379)
32542026-08-31T15:08:20.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-08-31T15:08:20.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-08-31T15:08:20.222Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-08-31T15:08:20.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
32582026-08-31T15:08:20.759Z
32592026-08-31T15:08:20.759Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/379)
32602026-08-31T15:08:21.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-31T15:08:21.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-31T15:08:21.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-08-31T15:08:21.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32642026-08-31T15:08:21.321Z
32652026-08-31T15:08:21.321Zinfo: running `cargo check --bins` on oximeter-test-utils (139/379)
32662026-08-31T15:08:21.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-31T15:08:21.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-31T15:08:21.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-31T15:08:21.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32702026-08-31T15:08:21.921Z
32712026-08-31T15:08:21.921Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/379)
32722026-08-31T15:08:22.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-31T15:08:22.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-31T15:08:22.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-31T15:08:22.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32762026-08-31T15:08:22.490Z
32772026-08-31T15:08:22.490Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/379)
32782026-08-31T15:08:22.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-31T15:08:22.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-31T15:08:22.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-31T15:08:22.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32822026-08-31T15:08:23.060Z
32832026-08-31T15:08:23.060Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/379)
32842026-08-31T15:08:23.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-31T15:08:23.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-31T15:08:23.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-08-31T15:08:23.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32882026-08-31T15:08:23.630Z
32892026-08-31T15:08:23.630Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/379)
32902026-08-31T15:08:24.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-08-31T15:08:24.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-08-31T15:08:24.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-08-31T15:08:24.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32942026-08-31T15:08:24.197Z
32952026-08-31T15:08:24.197Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/379)
32962026-08-31T15:08:24.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-08-31T15:08:24.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-08-31T15:08:24.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-08-31T15:08:24.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33002026-08-31T15:08:24.766Z
33012026-08-31T15:08:24.766Zinfo: running `cargo check --bins` on reconfigurator-cli (145/379)
33022026-08-31T15:08:25.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-08-31T15:08:25.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-08-31T15:08:25.580Z Compiling crucible-workspace-hack v0.1.0
33052026-08-31T15:08:25.582Z Compiling regress v0.11.1
33062026-08-31T15:08:25.582Z Checking secrecy v0.10.3
33072026-08-31T15:08:25.582Z Checking half v2.7.1
33082026-08-31T15:08:25.582Z Checking ciborium-io v0.2.2
33092026-08-31T15:08:25.582Z Checking inout v0.1.4
33102026-08-31T15:08:25.582Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33112026-08-31T15:08:25.711Z Checking universal-hash v0.5.1
33122026-08-31T15:08:25.816Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33132026-08-31T15:08:25.829Z Checking cipher v0.4.4
33142026-08-31T15:08:25.845Z Compiling thiserror-impl-no-std v2.0.2
33152026-08-31T15:08:25.870Z Checking opaque-debug v0.3.1
33162026-08-31T15:08:25.935Z Checking poly1305 v0.8.0
33172026-08-31T15:08:25.953Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33182026-08-31T15:08:25.956Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33192026-08-31T15:08:25.992Z Checking ciborium-ll v0.2.2
33202026-08-31T15:08:26.019Z Checking chacha20 v0.9.1
33212026-08-31T15:08:26.159Z Checking ciborium v0.2.2
33222026-08-31T15:08:26.193Z Checking password-hash v0.5.0
33232026-08-31T15:08:26.209Z Checking blake2 v0.10.6
33242026-08-31T15:08:26.243Z Checking aead v0.5.2
33252026-08-31T15:08:26.351Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33262026-08-31T15:08:26.384Z Compiling toml_datetime v0.7.5+spec-1.1.0
33272026-08-31T15:08:26.412Z Checking indent_write v2.2.0
33282026-08-31T15:08:26.442Z Checking argon2 v0.5.3
33292026-08-31T15:08:26.540Z Compiling toml_edit v0.23.10+spec-1.0.0
33302026-08-31T15:08:26.571Z Checking chacha20poly1305 v0.10.1
33312026-08-31T15:08:26.623Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33322026-08-31T15:08:26.697Z Compiling unsafe-libyaml v0.2.11
33332026-08-31T15:08:26.783Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33342026-08-31T15:08:26.985Z Compiling heapless v0.8.0
33352026-08-31T15:08:27.001Z Checking thiserror-no-std v2.0.2
33362026-08-31T15:08:27.091Z Checking vsss-rs v3.3.4
33372026-08-31T15:08:27.230Z Compiling serde_yaml v0.9.34+deprecated
33382026-08-31T15:08:27.265Z Compiling proc-macro-crate v3.4.0
33392026-08-31T15:08:27.426Z Compiling typify-impl v0.6.2
33402026-08-31T15:08:27.742Z Compiling ingot-macros v0.2.0
33412026-08-31T15:08:27.792Z Compiling num_enum_derive v0.7.6
33422026-08-31T15:08:27.996Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33432026-08-31T15:08:28.096Z Checking hash32 v0.3.1
33442026-08-31T15:08:28.174Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33452026-08-31T15:08:28.224Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33462026-08-31T15:08:28.430Z Compiling smoltcp v0.11.0
33472026-08-31T15:08:28.686Z Checking tabwriter v1.4.1
33482026-08-31T15:08:28.798Z Checking cobs v0.3.0
33492026-08-31T15:08:28.832Z Checking num_enum v0.7.6
33502026-08-31T15:08:28.847Z Checking swrite v0.1.0
33512026-08-31T15:08:28.938Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33522026-08-31T15:08:28.952Z Checking postcard v1.1.3
33532026-08-31T15:08:28.967Z Compiling proc-macro-crate v1.3.1
33542026-08-31T15:08:28.981Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-08-31T15:08:29.139Z Compiling foreign-types-macros v0.2.3
33562026-08-31T15:08:29.182Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33572026-08-31T15:08:29.247Z Checking foreign-types-shared v0.3.1
33582026-08-31T15:08:29.318Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33592026-08-31T15:08:29.337Z Checking colored v3.1.1
33602026-08-31T15:08:29.382Z Compiling num_enum_derive v0.5.11
33612026-08-31T15:08:29.539Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33622026-08-31T15:08:29.634Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-31T15:08:29.730Z Checking foreign-types v0.5.0
33642026-08-31T15:08:29.811Z Checking cstr-argument v0.1.2
33652026-08-31T15:08:29.935Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33662026-08-31T15:08:29.969Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33672026-08-31T15:08:30.076Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33682026-08-31T15:08:30.089Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33692026-08-31T15:08:30.134Z Checking rand v0.10.1
33702026-08-31T15:08:30.213Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33712026-08-31T15:08:30.242Z Compiling zone_cfg_derive v0.3.1
33722026-08-31T15:08:30.259Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33732026-08-31T15:08:30.371Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33742026-08-31T15:08:30.411Z Checking num_enum v0.5.11
33752026-08-31T15:08:30.522Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33762026-08-31T15:08:30.538Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33772026-08-31T15:08:30.562Z Checking ingot-types v0.2.0
33782026-08-31T15:08:30.692Z Checking itertools v0.12.1
33792026-08-31T15:08:30.707Z Compiling num-derive v0.4.2
33802026-08-31T15:08:30.881Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33812026-08-31T15:08:30.934Z Checking ingot v0.2.1
33822026-08-31T15:08:31.065Z Compiling semver v0.1.20
33832026-08-31T15:08:31.437Z Compiling rustc_version v0.1.7
33842026-08-31T15:08:31.472Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33852026-08-31T15:08:31.608Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33862026-08-31T15:08:31.631Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33872026-08-31T15:08:31.691Z Checking zone v0.3.1
33882026-08-31T15:08:31.727Z Checking smf v0.2.3
33892026-08-31T15:08:31.824Z Checking csv-core v0.1.13
33902026-08-31T15:08:31.838Z Checking nom v8.0.0
33912026-08-31T15:08:31.907Z Compiling typify-macro v0.6.2
33922026-08-31T15:08:31.924Z Checking whoami v1.6.1
33932026-08-31T15:08:31.951Z Compiling newtype_derive v0.1.6
33942026-08-31T15:08:31.992Z Checking csv v1.4.0
33952026-08-31T15:08:32.041Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33962026-08-31T15:08:32.094Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33972026-08-31T15:08:32.131Z Compiling cancel-safe-futures v0.1.5
33982026-08-31T15:08:32.222Z Compiling libefi-sys v0.1.0
33992026-08-31T15:08:32.351Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34002026-08-31T15:08:32.488Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34012026-08-31T15:08:32.504Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34022026-08-31T15:08:32.536Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34032026-08-31T15:08:32.586Z Checking oxide-update-engine-types v0.1.2
34042026-08-31T15:08:32.696Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34052026-08-31T15:08:32.784Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34062026-08-31T15:08:32.917Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34072026-08-31T15:08:32.951Z Compiling bitfield-struct v0.6.2
34082026-08-31T15:08:33.044Z Checking linear-map v1.2.0
34092026-08-31T15:08:33.212Z Checking steno v0.4.1
34102026-08-31T15:08:33.494Z Checking oxide-update-engine v0.1.2
34112026-08-31T15:08:33.559Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34122026-08-31T15:08:33.585Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34132026-08-31T15:08:33.642Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34142026-08-31T15:08:33.645Z Compiling typify v0.6.2
34152026-08-31T15:08:33.773Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34162026-08-31T15:08:33.837Z Compiling progenitor-impl v0.14.0
34172026-08-31T15:08:33.868Z Checking sha1 v0.10.6
34182026-08-31T15:08:33.937Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34192026-08-31T15:08:34.014Z Checking utf-8 v0.7.6
34202026-08-31T15:08:34.034Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34212026-08-31T15:08:34.151Z Checking tungstenite v0.21.0
34222026-08-31T15:08:34.264Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34232026-08-31T15:08:34.280Z Checking ignore v0.4.25
34242026-08-31T15:08:34.418Z Checking anstyle-parse v0.2.7
34252026-08-31T15:08:34.581Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34262026-08-31T15:08:34.584Z Compiling xshell-macros v0.2.7
34272026-08-31T15:08:34.684Z Checking globwalk v0.9.1
34282026-08-31T15:08:34.760Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34292026-08-31T15:08:34.763Z Checking tokio-tungstenite v0.21.0
34302026-08-31T15:08:34.809Z Checking anstream v0.6.21
34312026-08-31T15:08:34.861Z Checking predicates-tree v1.0.13
34322026-08-31T15:08:34.972Z Checking filetime v0.2.27
34332026-08-31T15:08:34.987Z Checking xshell v0.2.7
34342026-08-31T15:08:34.990Z Checking tagptr v0.2.0
34352026-08-31T15:08:35.122Z Checking xattr v1.6.1
34362026-08-31T15:08:35.134Z Checking camino-tempfile-ext v0.3.3
34372026-08-31T15:08:35.134Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34382026-08-31T15:08:35.141Z Checking moka v0.12.13
34392026-08-31T15:08:35.157Z Checking tar v0.4.46
34402026-08-31T15:08:35.177Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34412026-08-31T15:08:35.254Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34422026-08-31T15:08:35.285Z Checking rand_seeder v0.4.0
34432026-08-31T15:08:35.307Z Checking half v1.8.3
34442026-08-31T15:08:35.393Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34452026-08-31T15:08:35.434Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34462026-08-31T15:08:35.502Z Checking serde_cbor v0.11.2
34472026-08-31T15:08:35.545Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34482026-08-31T15:08:35.734Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34492026-08-31T15:08:35.787Z Checking hickory-resolver v0.25.2
34502026-08-31T15:08:35.803Z Checking sha2 v0.11.0
34512026-08-31T15:08:35.874Z Checking digest-io v0.1.0
34522026-08-31T15:08:36.004Z Compiling petname v2.0.2
34532026-08-31T15:08:36.357Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34542026-08-31T15:08:36.446Z Compiling progenitor-macro v0.14.0
34552026-08-31T15:08:36.461Z Checking rawzip v0.4.4
34562026-08-31T15:08:36.490Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-08-31T15:08:36.754Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34582026-08-31T15:08:36.897Z Checking sapling-renderdag v0.1.0
34592026-08-31T15:08:36.936Z Checking subprocess v0.2.15
34602026-08-31T15:08:36.962Z Checking sync-ptr v0.1.4
34612026-08-31T15:08:37.077Z Checking colored v2.2.0
34622026-08-31T15:08:37.132Z Checking assert_matches v1.5.0
34632026-08-31T15:08:37.237Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34642026-08-31T15:08:37.306Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34652026-08-31T15:08:37.981Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34662026-08-31T15:08:37.981Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34672026-08-31T15:08:38.011Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34682026-08-31T15:08:38.630Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34692026-08-31T15:08:38.630Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34702026-08-31T15:08:39.140Z Checking progenitor v0.14.0
34712026-08-31T15:08:39.277Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34722026-08-31T15:08:39.277Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34732026-08-31T15:08:39.281Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34742026-08-31T15:08:39.281Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34752026-08-31T15:08:39.281Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34762026-08-31T15:08:39.407Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34772026-08-31T15:08:39.888Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34782026-08-31T15:08:40.077Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34792026-08-31T15:08:40.322Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34802026-08-31T15:08:40.417Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34812026-08-31T15:08:40.435Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34822026-08-31T15:08:40.666Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34832026-08-31T15:08:40.987Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34842026-08-31T15:08:41.538Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34852026-08-31T15:08:42.231Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34862026-08-31T15:08:42.623Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34872026-08-31T15:08:51.063Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34882026-08-31T15:08:58.318Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34892026-08-31T15:08:58.321Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34902026-08-31T15:08:58.321Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34912026-08-31T15:08:59.814Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34922026-08-31T15:09:01.069Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34932026-08-31T15:09:03.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.52s
34942026-08-31T15:09:03.492Z
34952026-08-31T15:09:03.492Zinfo: running `cargo check --bins` on nexus-inventory (146/379)
34962026-08-31T15:09:04.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-31T15:09:04.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-31T15:09:04.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-31T15:09:04.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35002026-08-31T15:09:04.104Z
35012026-08-31T15:09:04.105Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/379)
35022026-08-31T15:09:04.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-31T15:09:04.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-31T15:09:04.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-31T15:09:04.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35062026-08-31T15:09:04.667Z
35072026-08-31T15:09:04.668Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/379)
35082026-08-31T15:09:05.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-31T15:09:05.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-31T15:09:05.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-31T15:09:05.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35122026-08-31T15:09:05.233Z
35132026-08-31T15:09:05.233Zinfo: running `cargo check --bins` on dns-service-client (149/379)
35142026-08-31T15:09:05.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-31T15:09:05.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-31T15:09:05.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-31T15:09:05.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35182026-08-31T15:09:05.786Z
35192026-08-31T15:09:05.786Zinfo: running `cargo check --bins` on ntp-admin-client (150/379)
35202026-08-31T15:09:06.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-31T15:09:06.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-31T15:09:06.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-31T15:09:06.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35242026-08-31T15:09:06.335Z
35252026-08-31T15:09:06.335Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/379)
35262026-08-31T15:09:06.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-31T15:09:06.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-31T15:09:06.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-31T15:09:06.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-08-31T15:09:06.887Z
35312026-08-31T15:09:06.887Zinfo: running `cargo check --bins` on cockroach-admin-client (152/379)
35322026-08-31T15:09:07.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-31T15:09:07.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-31T15:09:07.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-31T15:09:07.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35362026-08-31T15:09:07.434Z
35372026-08-31T15:09:07.434Zinfo: running `cargo check --bins` on parallel-task-set (153/379)
35382026-08-31T15:09:07.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-31T15:09:07.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-31T15:09:07.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-31T15:09:07.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35422026-08-31T15:09:07.981Z
35432026-08-31T15:09:07.981Zinfo: running `cargo check --bins` on sled-agent-client (154/379)
35442026-08-31T15:09:08.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-31T15:09:08.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-31T15:09:08.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-31T15:09:08.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35482026-08-31T15:09:08.551Z
35492026-08-31T15:09:08.552Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/379)
35502026-08-31T15:09:09.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-31T15:09:09.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-31T15:09:09.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-31T15:09:09.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-31T15:09:09.134Z
35552026-08-31T15:09:09.134Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/379)
35562026-08-31T15:09:09.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-31T15:09:09.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-31T15:09:09.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-31T15:09:09.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-31T15:09:09.713Z
35612026-08-31T15:09:09.713Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/379)
35622026-08-31T15:09:10.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-31T15:09:10.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-31T15:09:10.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-31T15:09:10.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-31T15:09:10.292Z
35672026-08-31T15:09:10.292Zinfo: running `cargo check --bins` on key-manager (158/379)
35682026-08-31T15:09:10.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-31T15:09:10.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-31T15:09:10.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-31T15:09:10.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35722026-08-31T15:09:10.861Z
35732026-08-31T15:09:10.861Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/379)
35742026-08-31T15:09:11.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-31T15:09:11.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-31T15:09:11.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-31T15:09:11.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35782026-08-31T15:09:11.436Z
35792026-08-31T15:09:11.436Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/379)
35802026-08-31T15:09:11.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-31T15:09:11.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-31T15:09:11.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-31T15:09:11.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35842026-08-31T15:09:12.014Z
35852026-08-31T15:09:12.014Zinfo: running `cargo check --bins` on typed-rng (161/379)
35862026-08-31T15:09:12.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-31T15:09:12.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-31T15:09:12.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-31T15:09:12.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35902026-08-31T15:09:12.556Z
35912026-08-31T15:09:12.556Zinfo: running `cargo check --bins` on gateway-test-utils (162/379)
35922026-08-31T15:09:13.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-31T15:09:13.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-31T15:09:13.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-31T15:09:13.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-08-31T15:09:13.164Z
35972026-08-31T15:09:13.164Zinfo: running `cargo check --bins` on omicron-gateway (163/379)
35982026-08-31T15:09:13.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-31T15:09:13.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-31T15:09:13.889Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36012026-08-31T15:09:13.892Z Checking void v1.0.2
36022026-08-31T15:09:13.892Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36032026-08-31T15:09:13.892Z Checking dropshot-api-manager-types v0.8.0
36042026-08-31T15:09:14.006Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36052026-08-31T15:09:14.008Z Checking tungstenite v0.23.0
36062026-08-31T15:09:14.013Z Checking nix v0.27.1
36072026-08-31T15:09:14.016Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36082026-08-31T15:09:14.086Z Checking lzss v0.8.2
36092026-08-31T15:09:14.193Z Checking kstat-rs v0.2.5
36102026-08-31T15:09:14.211Z Checking fxhash v0.2.1
36112026-08-31T15:09:14.245Z Checking serde_bytes v0.11.19
36122026-08-31T15:09:14.261Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36132026-08-31T15:09:14.300Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36142026-08-31T15:09:14.319Z Checking signal-hook-tokio v0.3.1
36152026-08-31T15:09:14.364Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36162026-08-31T15:09:14.433Z Checking tokio-tungstenite v0.23.1
36172026-08-31T15:09:14.489Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36182026-08-31T15:09:15.582Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36192026-08-31T15:09:16.114Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36202026-08-31T15:09:18.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
36212026-08-31T15:09:18.465Z
36222026-08-31T15:09:18.465Zinfo: running `cargo check --bins` on gateway-api (164/379)
36232026-08-31T15:09:18.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-31T15:09:18.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-31T15:09:18.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-31T15:09:18.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36272026-08-31T15:09:18.965Z
36282026-08-31T15:09:18.965Zinfo: running `cargo check --bins` on ipcc (165/379)
36292026-08-31T15:09:19.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-31T15:09:19.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-31T15:09:19.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-31T15:09:19.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36332026-08-31T15:09:19.510Z
36342026-08-31T15:09:19.510Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/379)
36352026-08-31T15:09:19.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-31T15:09:19.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-31T15:09:19.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-31T15:09:19.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36392026-08-31T15:09:20.057Z
36402026-08-31T15:09:20.057Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/379)
36412026-08-31T15:09:20.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-31T15:09:20.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-31T15:09:20.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-31T15:09:20.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36452026-08-31T15:09:20.640Z
36462026-08-31T15:09:20.640Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/379)
36472026-08-31T15:09:21.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-31T15:09:21.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-31T15:09:21.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-31T15:09:21.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36512026-08-31T15:09:21.209Z
36522026-08-31T15:09:21.209Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/379)
36532026-08-31T15:09:21.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-31T15:09:21.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-31T15:09:21.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-31T15:09:21.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36572026-08-31T15:09:21.773Z
36582026-08-31T15:09:21.774Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/379)
36592026-08-31T15:09:22.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-31T15:09:22.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-31T15:09:22.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-31T15:09:22.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36632026-08-31T15:09:22.338Z
36642026-08-31T15:09:22.338Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/379)
36652026-08-31T15:09:22.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-31T15:09:22.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-31T15:09:22.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-31T15:09:22.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36692026-08-31T15:09:22.919Z
36702026-08-31T15:09:22.919Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/379)
36712026-08-31T15:09:23.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-31T15:09:23.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-31T15:09:23.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-31T15:09:23.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36752026-08-31T15:09:23.481Z
36762026-08-31T15:09:23.481Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/379)
36772026-08-31T15:09:23.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-31T15:09:23.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-31T15:09:23.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-31T15:09:23.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36812026-08-31T15:09:24.045Z
36822026-08-31T15:09:24.045Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/379)
36832026-08-31T15:09:24.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-31T15:09:24.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-31T15:09:24.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-31T15:09:24.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36872026-08-31T15:09:24.608Z
36882026-08-31T15:09:24.608Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/379)
36892026-08-31T15:09:25.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-31T15:09:25.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-31T15:09:25.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-31T15:09:25.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36932026-08-31T15:09:25.171Z
36942026-08-31T15:09:25.171Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/379)
36952026-08-31T15:09:25.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-31T15:09:25.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-31T15:09:25.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-31T15:09:25.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36992026-08-31T15:09:25.735Z
37002026-08-31T15:09:25.735Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/379)
37012026-08-31T15:09:26.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-31T15:09:26.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-31T15:09:26.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-31T15:09:26.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37052026-08-31T15:09:26.296Z
37062026-08-31T15:09:26.296Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/379)
37072026-08-31T15:09:26.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-31T15:09:26.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-31T15:09:26.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-31T15:09:26.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37112026-08-31T15:09:26.861Z
37122026-08-31T15:09:26.861Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/379)
37132026-08-31T15:09:27.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-31T15:09:27.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-31T15:09:27.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-31T15:09:27.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-31T15:09:27.426Z
37182026-08-31T15:09:27.426Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/379)
37192026-08-31T15:09:27.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-31T15:09:27.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-31T15:09:27.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-31T15:09:27.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37232026-08-31T15:09:27.988Z
37242026-08-31T15:09:27.988Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/379)
37252026-08-31T15:09:28.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-31T15:09:28.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-31T15:09:28.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-31T15:09:28.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37292026-08-31T15:09:28.552Z
37302026-08-31T15:09:28.552Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/379)
37312026-08-31T15:09:29.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-31T15:09:29.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-31T15:09:29.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-31T15:09:29.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37352026-08-31T15:09:29.118Z
37362026-08-31T15:09:29.118Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/379)
37372026-08-31T15:09:29.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-31T15:09:29.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-31T15:09:29.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-31T15:09:29.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37412026-08-31T15:09:29.684Z
37422026-08-31T15:09:29.684Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/379)
37432026-08-31T15:09:30.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-31T15:09:30.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-31T15:09:30.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-31T15:09:30.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37472026-08-31T15:09:30.246Z
37482026-08-31T15:09:30.246Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/379)
37492026-08-31T15:09:30.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-31T15:09:30.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-31T15:09:30.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-31T15:09:30.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-31T15:09:30.814Z
37542026-08-31T15:09:30.814Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/379)
37552026-08-31T15:09:31.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-31T15:09:31.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-31T15:09:31.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-31T15:09:31.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-08-31T15:09:31.391Z
37602026-08-31T15:09:31.391Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/379)
37612026-08-31T15:09:31.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-31T15:09:31.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-31T15:09:31.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-31T15:09:31.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37652026-08-31T15:09:31.973Z
37662026-08-31T15:09:31.973Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/379)
37672026-08-31T15:09:32.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-31T15:09:32.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-31T15:09:32.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-31T15:09:32.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37712026-08-31T15:09:32.554Z
37722026-08-31T15:09:32.554Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/379)
37732026-08-31T15:09:33.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-31T15:09:33.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-31T15:09:33.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-31T15:09:33.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37772026-08-31T15:09:33.142Z
37782026-08-31T15:09:33.143Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/379)
37792026-08-31T15:09:33.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-31T15:09:33.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-31T15:09:33.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-31T15:09:33.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37832026-08-31T15:09:33.719Z
37842026-08-31T15:09:33.719Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/379)
37852026-08-31T15:09:34.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-31T15:09:34.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-31T15:09:34.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-31T15:09:34.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37892026-08-31T15:09:34.300Z
37902026-08-31T15:09:34.300Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/379)
37912026-08-31T15:09:34.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-31T15:09:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-31T15:09:34.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-31T15:09:34.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37952026-08-31T15:09:34.889Z
37962026-08-31T15:09:34.889Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/379)
37972026-08-31T15:09:35.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-31T15:09:35.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-31T15:09:35.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-31T15:09:35.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38012026-08-31T15:09:35.466Z
38022026-08-31T15:09:35.466Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/379)
38032026-08-31T15:09:35.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-31T15:09:35.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-31T15:09:35.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-31T15:09:35.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38072026-08-31T15:09:36.044Z
38082026-08-31T15:09:36.044Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/379)
38092026-08-31T15:09:36.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-31T15:09:36.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-31T15:09:36.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-31T15:09:36.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38132026-08-31T15:09:36.625Z
38142026-08-31T15:09:36.625Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/379)
38152026-08-31T15:09:37.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-31T15:09:37.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-31T15:09:37.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-31T15:09:37.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38192026-08-31T15:09:37.205Z
38202026-08-31T15:09:37.205Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/379)
38212026-08-31T15:09:37.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-31T15:09:37.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-31T15:09:37.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-31T15:09:37.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38252026-08-31T15:09:37.844Z
38262026-08-31T15:09:37.844Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/379)
38272026-08-31T15:09:38.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-31T15:09:38.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-31T15:09:38.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-31T15:09:38.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38312026-08-31T15:09:38.367Z
38322026-08-31T15:09:38.367Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/379)
38332026-08-31T15:09:38.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-31T15:09:38.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-31T15:09:38.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-31T15:09:38.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38372026-08-31T15:09:38.944Z
38382026-08-31T15:09:38.944Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/379)
38392026-08-31T15:09:39.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-31T15:09:39.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-31T15:09:39.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-31T15:09:39.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38432026-08-31T15:09:39.525Z
38442026-08-31T15:09:39.525Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/379)
38452026-08-31T15:09:40.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-31T15:09:40.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-31T15:09:40.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-31T15:09:40.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38492026-08-31T15:09:40.106Z
38502026-08-31T15:09:40.106Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/379)
38512026-08-31T15:09:40.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-31T15:09:40.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-31T15:09:40.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-31T15:09:40.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38552026-08-31T15:09:40.687Z
38562026-08-31T15:09:40.688Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/379)
38572026-08-31T15:09:41.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-31T15:09:41.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-31T15:09:41.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-31T15:09:41.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38612026-08-31T15:09:41.266Z
38622026-08-31T15:09:41.266Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/379)
38632026-08-31T15:09:41.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-31T15:09:41.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-31T15:09:41.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-31T15:09:41.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38672026-08-31T15:09:41.829Z
38682026-08-31T15:09:41.829Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/379)
38692026-08-31T15:09:42.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-31T15:09:42.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-31T15:09:42.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-31T15:09:42.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38732026-08-31T15:09:42.388Z
38742026-08-31T15:09:42.388Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/379)
38752026-08-31T15:09:42.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-31T15:09:42.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-31T15:09:42.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-31T15:09:42.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38792026-08-31T15:09:42.950Z
38802026-08-31T15:09:42.950Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/379)
38812026-08-31T15:09:43.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-31T15:09:43.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-31T15:09:43.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-31T15:09:43.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38852026-08-31T15:09:43.505Z
38862026-08-31T15:09:43.505Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/379)
38872026-08-31T15:09:43.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-31T15:09:43.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-31T15:09:43.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-31T15:09:43.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38912026-08-31T15:09:44.068Z
38922026-08-31T15:09:44.068Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/379)
38932026-08-31T15:09:44.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-31T15:09:44.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-31T15:09:44.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-31T15:09:44.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38972026-08-31T15:09:44.632Z
38982026-08-31T15:09:44.632Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/379)
38992026-08-31T15:09:45.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-31T15:09:45.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-31T15:09:45.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-31T15:09:45.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39032026-08-31T15:09:45.195Z
39042026-08-31T15:09:45.195Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/379)
39052026-08-31T15:09:45.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-31T15:09:45.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-31T15:09:45.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-31T15:09:45.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39092026-08-31T15:09:45.767Z
39102026-08-31T15:09:45.767Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/379)
39112026-08-31T15:09:46.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-31T15:09:46.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-31T15:09:46.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-31T15:09:46.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39152026-08-31T15:09:46.331Z
39162026-08-31T15:09:46.331Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/379)
39172026-08-31T15:09:46.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-31T15:09:46.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-31T15:09:46.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-31T15:09:46.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-31T15:09:46.899Z
39222026-08-31T15:09:46.899Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/379)
39232026-08-31T15:09:47.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-31T15:09:47.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-31T15:09:47.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-31T15:09:47.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39272026-08-31T15:09:47.462Z
39282026-08-31T15:09:47.462Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/379)
39292026-08-31T15:09:47.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-31T15:09:47.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-31T15:09:47.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-31T15:09:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-08-31T15:09:48.027Z
39342026-08-31T15:09:48.027Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/379)
39352026-08-31T15:09:48.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-31T15:09:48.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-31T15:09:48.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-31T15:09:48.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-08-31T15:09:48.593Z
39402026-08-31T15:09:48.594Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/379)
39412026-08-31T15:09:49.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-31T15:09:49.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-31T15:09:49.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-31T15:09:49.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-08-31T15:09:49.158Z
39462026-08-31T15:09:49.158Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/379)
39472026-08-31T15:09:49.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-31T15:09:49.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-31T15:09:49.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-31T15:09:49.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-08-31T15:09:49.725Z
39522026-08-31T15:09:49.725Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/379)
39532026-08-31T15:09:50.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-31T15:09:50.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-31T15:09:50.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-31T15:09:50.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-31T15:09:50.291Z
39582026-08-31T15:09:50.291Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/379)
39592026-08-31T15:09:50.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-31T15:09:50.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-31T15:09:50.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-31T15:09:50.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39632026-08-31T15:09:50.878Z
39642026-08-31T15:09:50.878Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/379)
39652026-08-31T15:09:51.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-31T15:09:51.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-31T15:09:51.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-31T15:09:51.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-08-31T15:09:51.460Z
39702026-08-31T15:09:51.460Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/379)
39712026-08-31T15:09:51.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-31T15:09:51.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-31T15:09:51.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-31T15:09:51.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39752026-08-31T15:09:52.042Z
39762026-08-31T15:09:52.042Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/379)
39772026-08-31T15:09:52.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-31T15:09:52.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-31T15:09:52.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-31T15:09:52.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-08-31T15:09:52.624Z
39822026-08-31T15:09:52.624Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/379)
39832026-08-31T15:09:53.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-31T15:09:53.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-31T15:09:53.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-31T15:09:53.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-08-31T15:09:53.207Z
39882026-08-31T15:09:53.207Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/379)
39892026-08-31T15:09:53.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-31T15:09:53.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-31T15:09:53.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-31T15:09:53.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39932026-08-31T15:09:53.789Z
39942026-08-31T15:09:53.789Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/379)
39952026-08-31T15:09:54.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-31T15:09:54.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-31T15:09:54.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-31T15:09:54.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-08-31T15:09:54.372Z
40002026-08-31T15:09:54.372Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/379)
40012026-08-31T15:09:54.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-31T15:09:54.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-31T15:09:54.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-31T15:09:54.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-08-31T15:09:54.957Z
40062026-08-31T15:09:54.957Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/379)
40072026-08-31T15:09:55.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-31T15:09:55.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-31T15:09:55.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-31T15:09:55.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-08-31T15:09:55.539Z
40122026-08-31T15:09:55.539Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/379)
40132026-08-31T15:09:56.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-31T15:09:56.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-31T15:09:56.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-31T15:09:56.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-08-31T15:09:56.120Z
40182026-08-31T15:09:56.120Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/379)
40192026-08-31T15:09:56.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-31T15:09:56.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-31T15:09:56.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-31T15:09:56.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40232026-08-31T15:09:56.700Z
40242026-08-31T15:09:56.700Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/379)
40252026-08-31T15:09:57.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-31T15:09:57.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-31T15:09:57.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-31T15:09:57.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40292026-08-31T15:09:57.280Z
40302026-08-31T15:09:57.280Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/379)
40312026-08-31T15:09:57.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-31T15:09:57.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-31T15:09:57.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-31T15:09:57.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40352026-08-31T15:09:57.860Z
40362026-08-31T15:09:57.860Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/379)
40372026-08-31T15:09:58.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-31T15:09:58.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-31T15:09:58.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-31T15:09:58.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40412026-08-31T15:09:58.441Z
40422026-08-31T15:09:58.441Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/379)
40432026-08-31T15:09:58.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-31T15:09:58.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-31T15:09:58.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-31T15:09:58.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40472026-08-31T15:09:59.020Z
40482026-08-31T15:09:59.020Zinfo: running `cargo check --bins` on oximeter-producer (235/379)
40492026-08-31T15:09:59.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-31T15:09:59.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-31T15:09:59.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-31T15:09:59.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40532026-08-31T15:09:59.617Z
40542026-08-31T15:09:59.617Zinfo: running `cargo check --bins` on internal-dns-resolver (236/379)
40552026-08-31T15:10:00.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-31T15:10:00.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-31T15:10:00.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-31T15:10:00.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40592026-08-31T15:10:00.183Z
40602026-08-31T15:10:00.183Zinfo: running `cargo check --bins` on dns-server (237/379)
40612026-08-31T15:10:00.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-31T15:10:00.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-31T15:10:00.817Z Compiling parking_lot_core v0.8.6
40642026-08-31T15:10:00.925Z Compiling git-stub v1.0.0
40652026-08-31T15:10:00.933Z Checking prefix-trie v0.7.0
40662026-08-31T15:10:00.939Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40672026-08-31T15:10:01.047Z Compiling git-stub-vcs v0.1.0
40682026-08-31T15:10:01.208Z Checking hickory-server v0.25.2
40692026-08-31T15:10:01.300Z Checking parking_lot v0.11.2
40702026-08-31T15:10:01.338Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40712026-08-31T15:10:01.463Z Checking sled v0.34.7
40722026-08-31T15:10:03.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
40732026-08-31T15:10:03.532Z
40742026-08-31T15:10:03.532Zinfo: running `cargo check --bins` on dns-server-api (238/379)
40752026-08-31T15:10:04.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-08-31T15:10:04.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-08-31T15:10:04.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-08-31T15:10:04.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40792026-08-31T15:10:04.098Z
40802026-08-31T15:10:04.098Zinfo: running `cargo check --bins` on nexus-client (239/379)
40812026-08-31T15:10:04.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-31T15:10:04.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-31T15:10:04.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-31T15:10:04.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40852026-08-31T15:10:04.693Z
40862026-08-31T15:10:04.693Zinfo: running `cargo check --bins` on oximeter-producer-api (240/379)
40872026-08-31T15:10:05.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-31T15:10:05.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-31T15:10:05.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-31T15:10:05.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40912026-08-31T15:10:05.256Z
40922026-08-31T15:10:05.256Zinfo: running `cargo check --bins` on sp-sim (241/379)
40932026-08-31T15:10:05.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-31T15:10:05.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-31T15:10:05.953Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40962026-08-31T15:10:06.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
40972026-08-31T15:10:06.651Z
40982026-08-31T15:10:06.651Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/379)
40992026-08-31T15:10:07.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-31T15:10:07.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-31T15:10:07.462Z Compiling proc-macro-error-attr2 v2.0.0
41022026-08-31T15:10:07.590Z Compiling hashbrown v0.14.5
41032026-08-31T15:10:07.590Z Compiling rfc6979 v0.4.0
41042026-08-31T15:10:07.607Z Compiling salty v0.3.0
41052026-08-31T15:10:07.617Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41062026-08-31T15:10:07.629Z Compiling primeorder v0.13.6
41072026-08-31T15:10:07.643Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41082026-08-31T15:10:07.702Z Compiling ecdsa v0.16.9
41092026-08-31T15:10:07.753Z Compiling sha1 v0.10.6
41102026-08-31T15:10:07.874Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41112026-08-31T15:10:07.947Z Compiling proc-macro-error2 v2.0.1
41122026-08-31T15:10:08.053Z Compiling p384 v0.13.1
41132026-08-31T15:10:08.070Z Compiling chumsky v0.9.3
41142026-08-31T15:10:08.085Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41152026-08-31T15:10:08.120Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41162026-08-31T15:10:08.246Z Compiling knus-derive v3.4.0
41172026-08-31T15:10:08.283Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41182026-08-31T15:10:08.345Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41192026-08-31T15:10:08.388Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41202026-08-31T15:10:08.562Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41212026-08-31T15:10:08.582Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41222026-08-31T15:10:08.761Z Checking corncobs v0.1.4
41232026-08-31T15:10:08.790Z Checking libscf-sys v1.2.0
41242026-08-31T15:10:08.791Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41252026-08-31T15:10:08.821Z Checking secrecy v0.8.0
41262026-08-31T15:10:08.836Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41272026-08-31T15:10:08.887Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41282026-08-31T15:10:08.924Z Checking papergrid v0.18.0
41292026-08-31T15:10:08.943Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41302026-08-31T15:10:09.003Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41312026-08-31T15:10:09.137Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41322026-08-31T15:10:09.280Z Compiling unicase v2.9.0
41332026-08-31T15:10:09.295Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41342026-08-31T15:10:09.374Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41352026-08-31T15:10:09.475Z Compiling mime_guess v2.0.5
41362026-08-31T15:10:09.574Z Checking http-range v0.1.5
41372026-08-31T15:10:09.658Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41382026-08-31T15:10:09.682Z Compiling knus v3.4.0
41392026-08-31T15:10:09.697Z Checking crc8 v0.1.1
41402026-08-31T15:10:09.697Z Checking tabled v0.21.0
41412026-08-31T15:10:09.725Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-08-31T15:10:09.756Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41432026-08-31T15:10:09.955Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41442026-08-31T15:10:10.128Z Checking scuffle v0.1.0
41452026-08-31T15:10:10.307Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41462026-08-31T15:10:10.356Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41472026-08-31T15:10:10.553Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41482026-08-31T15:10:10.595Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41492026-08-31T15:10:10.676Z Checking nanorand v0.7.0
41502026-08-31T15:10:10.696Z Checking hyper-staticfile v0.10.1
41512026-08-31T15:10:10.872Z Checking flume v0.11.1
41522026-08-31T15:10:10.969Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41532026-08-31T15:10:10.985Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41542026-08-31T15:10:11.106Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41552026-08-31T15:10:11.171Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41562026-08-31T15:10:11.299Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41572026-08-31T15:10:11.468Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41582026-08-31T15:10:11.557Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41592026-08-31T15:10:11.637Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41602026-08-31T15:10:11.787Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41612026-08-31T15:10:11.858Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41622026-08-31T15:10:11.902Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41632026-08-31T15:10:12.440Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41642026-08-31T15:10:12.673Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41652026-08-31T15:10:12.890Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41662026-08-31T15:10:13.351Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41672026-08-31T15:10:13.425Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41682026-08-31T15:10:15.256Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41692026-08-31T15:10:16.303Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41702026-08-31T15:10:16.858Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41712026-08-31T15:10:16.862Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41722026-08-31T15:10:19.007Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41732026-08-31T15:10:30.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.88s
41742026-08-31T15:10:30.540Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41752026-08-31T15:10:30.540Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41762026-08-31T15:10:30.736Z
41772026-08-31T15:10:30.736Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/379)
41782026-08-31T15:10:31.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-08-31T15:10:31.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-08-31T15:10:31.503Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41812026-08-31T15:10:42.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
41822026-08-31T15:10:42.235Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41832026-08-31T15:10:42.235Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41842026-08-31T15:10:42.431Z
41852026-08-31T15:10:42.431Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/379)
41862026-08-31T15:10:42.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-31T15:10:42.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-31T15:10:43.192Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41892026-08-31T15:10:53.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
41902026-08-31T15:10:53.932Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41912026-08-31T15:10:53.933Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41922026-08-31T15:10:54.136Z
41932026-08-31T15:10:54.136Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/379)
41942026-08-31T15:10:54.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-31T15:10:54.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-31T15:10:54.893Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41972026-08-31T15:11:05.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
41982026-08-31T15:11:05.625Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41992026-08-31T15:11:05.625Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42002026-08-31T15:11:05.826Z
42012026-08-31T15:11:05.826Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/379)
42022026-08-31T15:11:06.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-08-31T15:11:06.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-08-31T15:11:06.588Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42052026-08-31T15:11:17.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
42062026-08-31T15:11:17.380Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42072026-08-31T15:11:17.380Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42082026-08-31T15:11:17.578Z
42092026-08-31T15:11:17.578Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/379)
42102026-08-31T15:11:18.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-31T15:11:18.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-31T15:11:18.345Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42132026-08-31T15:11:29.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
42142026-08-31T15:11:29.139Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42152026-08-31T15:11:29.139Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42162026-08-31T15:11:29.274Z
42172026-08-31T15:11:29.274Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/379)
42182026-08-31T15:11:29.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-31T15:11:29.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-31T15:11:30.048Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42212026-08-31T15:11:40.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
42222026-08-31T15:11:40.769Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42232026-08-31T15:11:40.769Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42242026-08-31T15:11:40.968Z
42252026-08-31T15:11:40.968Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/379)
42262026-08-31T15:11:41.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-08-31T15:11:41.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-08-31T15:11:41.734Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42292026-08-31T15:11:52.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
42302026-08-31T15:11:52.404Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42312026-08-31T15:11:52.404Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42322026-08-31T15:11:52.605Z
42332026-08-31T15:11:52.605Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/379)
42342026-08-31T15:11:53.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-31T15:11:53.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-31T15:11:53.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-31T15:11:53.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42382026-08-31T15:11:53.183Z
42392026-08-31T15:11:53.183Zinfo: running `cargo check --bins` on installinator-common (251/379)
42402026-08-31T15:11:53.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-31T15:11:53.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-31T15:11:53.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-31T15:11:53.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42442026-08-31T15:11:53.773Z
42452026-08-31T15:11:53.773Zinfo: running `cargo check --bins` on installinator-common-versions (252/379)
42462026-08-31T15:11:54.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-31T15:11:54.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-31T15:11:54.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-08-31T15:11:54.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42502026-08-31T15:11:54.326Z
42512026-08-31T15:11:54.326Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/379)
42522026-08-31T15:11:54.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-08-31T15:11:54.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-08-31T15:11:54.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-08-31T15:11:54.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42562026-08-31T15:11:54.936Z
42572026-08-31T15:11:54.936Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/379)
42582026-08-31T15:11:55.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-08-31T15:11:55.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-08-31T15:11:55.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-08-31T15:11:55.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42622026-08-31T15:11:55.516Z
42632026-08-31T15:11:55.516Zinfo: running `cargo check --bins` on range-requests (255/379)
42642026-08-31T15:11:56.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-08-31T15:11:56.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-08-31T15:11:56.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-08-31T15:11:56.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42682026-08-31T15:11:56.093Z
42692026-08-31T15:11:56.093Zinfo: running `cargo check --bins` on repo-depot-api (256/379)
42702026-08-31T15:11:56.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-08-31T15:11:56.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-08-31T15:11:56.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-08-31T15:11:56.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42742026-08-31T15:11:56.658Z
42752026-08-31T15:11:56.658Zinfo: running `cargo check --bins` on repo-depot-client (257/379)
42762026-08-31T15:11:57.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-08-31T15:11:57.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-08-31T15:11:57.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-08-31T15:11:57.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42802026-08-31T15:11:57.220Z
42812026-08-31T15:11:57.220Zinfo: running `cargo check --bins` on sled-agent-api (258/379)
42822026-08-31T15:11:57.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-08-31T15:11:57.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-08-31T15:11:57.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-08-31T15:11:57.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42862026-08-31T15:11:57.816Z
42872026-08-31T15:11:57.816Zinfo: running `cargo check --bins` on sled-diagnostics (259/379)
42882026-08-31T15:11:58.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-08-31T15:11:58.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-08-31T15:11:58.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-08-31T15:11:58.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42922026-08-31T15:11:58.408Z
42932026-08-31T15:11:58.408Zinfo: running `cargo check --bins` on zfs-test-harness (260/379)
42942026-08-31T15:11:58.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-08-31T15:11:58.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-08-31T15:11:58.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-08-31T15:11:58.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42982026-08-31T15:11:58.987Z
42992026-08-31T15:11:58.987Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/379)
43002026-08-31T15:11:59.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-08-31T15:11:59.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-08-31T15:11:59.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-08-31T15:11:59.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43042026-08-31T15:11:59.585Z
43052026-08-31T15:11:59.585Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/379)
43062026-08-31T15:12:00.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-31T15:12:00.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-31T15:12:00.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-08-31T15:12:00.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43102026-08-31T15:12:00.179Z
43112026-08-31T15:12:00.180Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/379)
43122026-08-31T15:12:00.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-08-31T15:12:00.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-08-31T15:12:00.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-08-31T15:12:00.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43162026-08-31T15:12:00.777Z
43172026-08-31T15:12:00.777Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/379)
43182026-08-31T15:12:01.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-08-31T15:12:01.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-08-31T15:12:01.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-08-31T15:12:01.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43222026-08-31T15:12:01.371Z
43232026-08-31T15:12:01.371Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/379)
43242026-08-31T15:12:01.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-08-31T15:12:01.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-08-31T15:12:01.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-08-31T15:12:01.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43282026-08-31T15:12:01.965Z
43292026-08-31T15:12:01.965Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/379)
43302026-08-31T15:12:02.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-08-31T15:12:02.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-08-31T15:12:02.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-08-31T15:12:02.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43342026-08-31T15:12:02.560Z
43352026-08-31T15:12:02.560Zinfo: running `cargo check --bins` on trust-quorum (267/379)
43362026-08-31T15:12:03.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-08-31T15:12:03.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-08-31T15:12:03.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-08-31T15:12:03.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43402026-08-31T15:12:03.159Z
43412026-08-31T15:12:03.159Zinfo: running `cargo check --bins` on sled-agent-health-monitor (268/379)
43422026-08-31T15:12:03.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-08-31T15:12:03.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-08-31T15:12:03.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-08-31T15:12:03.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43462026-08-31T15:12:03.750Z
43472026-08-31T15:12:03.750Zinfo: running `cargo check --bins` on sled-agent-multirack-join (269/379)
43482026-08-31T15:12:04.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-08-31T15:12:04.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-08-31T15:12:04.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43512026-08-31T15:12:04.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43522026-08-31T15:12:04.365Z
43532026-08-31T15:12:04.366Zinfo: running `cargo check --bins` on sled-agent-rack-setup (270/379)
43542026-08-31T15:12:04.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-08-31T15:12:04.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-08-31T15:12:04.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43572026-08-31T15:12:04.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43582026-08-31T15:12:04.984Z
43592026-08-31T15:12:04.984Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (271/379)
43602026-08-31T15:12:05.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-08-31T15:12:05.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-08-31T15:12:05.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-08-31T15:12:05.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43642026-08-31T15:12:05.592Z
43652026-08-31T15:12:05.592Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (272/379)
43662026-08-31T15:12:06.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-08-31T15:12:06.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-08-31T15:12:06.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43692026-08-31T15:12:06.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43702026-08-31T15:12:06.208Z
43712026-08-31T15:12:06.208Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (273/379)
43722026-08-31T15:12:06.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-08-31T15:12:06.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-08-31T15:12:06.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43752026-08-31T15:12:06.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43762026-08-31T15:12:06.827Z
43772026-08-31T15:12:06.827Zinfo: running `cargo check --bins` on omicron-deployment-graph (274/379)
43782026-08-31T15:12:07.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-08-31T15:12:07.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-08-31T15:12:07.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-08-31T15:12:07.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43822026-08-31T15:12:07.378Z
43832026-08-31T15:12:07.378Zinfo: running `cargo check --bins` on transient-dns-server (275/379)
43842026-08-31T15:12:07.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-08-31T15:12:07.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-08-31T15:12:07.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-08-31T15:12:07.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43882026-08-31T15:12:07.954Z
43892026-08-31T15:12:07.954Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/379)
43902026-08-31T15:12:08.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-08-31T15:12:08.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-08-31T15:12:08.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-08-31T15:12:08.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43942026-08-31T15:12:08.533Z
43952026-08-31T15:12:08.533Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/379)
43962026-08-31T15:12:09.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-08-31T15:12:09.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-08-31T15:12:09.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43992026-08-31T15:12:09.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44002026-08-31T15:12:09.118Z
44012026-08-31T15:12:09.118Zinfo: running `cargo check --bins` on omicron-rpaths (278/379)
44022026-08-31T15:12:09.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-08-31T15:12:09.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-08-31T15:12:09.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-08-31T15:12:09.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44062026-08-31T15:12:09.672Z
44072026-08-31T15:12:09.672Zinfo: running `cargo check --bins` on omicron-repl-utils (279/379)
44082026-08-31T15:12:10.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-08-31T15:12:10.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-08-31T15:12:10.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-08-31T15:12:10.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44122026-08-31T15:12:10.229Z
44132026-08-31T15:12:10.229Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (280/379)
44142026-08-31T15:12:10.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-08-31T15:12:10.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-08-31T15:12:10.924Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44172026-08-31T15:12:11.334Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44182026-08-31T15:12:12.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
44192026-08-31T15:12:12.690Z
44202026-08-31T15:12:12.690Zinfo: running `cargo check --bins` on clickhouse-admin-api (281/379)
44212026-08-31T15:12:13.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-31T15:12:13.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-31T15:12:13.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-31T15:12:13.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44252026-08-31T15:12:13.259Z
44262026-08-31T15:12:13.259Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (282/379)
44272026-08-31T15:12:13.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-31T15:12:13.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-31T15:12:13.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-31T15:12:13.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44312026-08-31T15:12:13.826Z
44322026-08-31T15:12:13.826Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/379)
44332026-08-31T15:12:14.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-31T15:12:14.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-31T15:12:14.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-31T15:12:14.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44372026-08-31T15:12:14.404Z
44382026-08-31T15:12:14.404Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (284/379)
44392026-08-31T15:12:14.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-31T15:12:14.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-31T15:12:14.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-31T15:12:14.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44432026-08-31T15:12:14.972Z
44442026-08-31T15:12:14.972Zinfo: running `cargo check --bins` on installinator-client (285/379)
44452026-08-31T15:12:15.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-31T15:12:15.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-31T15:12:15.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-31T15:12:15.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44492026-08-31T15:12:15.530Z
44502026-08-31T15:12:15.530Zinfo: running `cargo check --bins` on oxide-client (286/379)
44512026-08-31T15:12:16.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-31T15:12:16.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-31T15:12:16.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-08-31T15:12:16.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44552026-08-31T15:12:16.093Z
44562026-08-31T15:12:16.093Zinfo: running `cargo check --bins` on oximeter-client (287/379)
44572026-08-31T15:12:16.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-08-31T15:12:16.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-08-31T15:12:16.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-08-31T15:12:16.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44612026-08-31T15:12:16.662Z
44622026-08-31T15:12:16.662Zinfo: running `cargo check --bins` on wicketd-client (288/379)
44632026-08-31T15:12:17.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-08-31T15:12:17.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-08-31T15:12:17.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-08-31T15:12:17.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44672026-08-31T15:12:17.257Z
44682026-08-31T15:12:17.257Zinfo: running `cargo check --bins` on wicket-common (289/379)
44692026-08-31T15:12:17.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-08-31T15:12:17.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-08-31T15:12:17.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-08-31T15:12:17.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44732026-08-31T15:12:17.842Z
44742026-08-31T15:12:17.842Zinfo: running `cargo check --bins` on wicketd-commission-client (290/379)
44752026-08-31T15:12:18.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-08-31T15:12:18.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-08-31T15:12:18.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-08-31T15:12:18.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44792026-08-31T15:12:18.414Z
44802026-08-31T15:12:18.415Zinfo: running `cargo check --bins` on omicron-cockroach-admin (291/379)
44812026-08-31T15:12:18.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-08-31T15:12:18.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-08-31T15:12:19.098Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44842026-08-31T15:12:19.102Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44852026-08-31T15:12:20.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
44862026-08-31T15:12:20.424Z
44872026-08-31T15:12:20.424Zinfo: running `cargo check --bins` on cockroach-admin-api (292/379)
44882026-08-31T15:12:20.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-08-31T15:12:20.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-08-31T15:12:20.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-08-31T15:12:20.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44922026-08-31T15:12:21.030Z
44932026-08-31T15:12:21.030Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (293/379)
44942026-08-31T15:12:21.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-08-31T15:12:21.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-08-31T15:12:21.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-08-31T15:12:21.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44982026-08-31T15:12:21.711Z
44992026-08-31T15:12:21.711Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/379)
45002026-08-31T15:12:22.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-08-31T15:12:22.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-08-31T15:12:22.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-08-31T15:12:22.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45042026-08-31T15:12:22.290Z
45052026-08-31T15:12:22.290Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (295/379)
45062026-08-31T15:12:22.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-08-31T15:12:22.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-08-31T15:12:22.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-08-31T15:12:22.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45102026-08-31T15:12:22.915Z
45112026-08-31T15:12:22.915Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/379)
45122026-08-31T15:12:23.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-08-31T15:12:23.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-08-31T15:12:23.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-08-31T15:12:23.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45162026-08-31T15:12:23.541Z
45172026-08-31T15:12:23.541Zinfo: running `cargo check --bins` on db-macros (297/379)
45182026-08-31T15:12:24.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-08-31T15:12:24.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-08-31T15:12:24.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-08-31T15:12:24.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45222026-08-31T15:12:24.093Z
45232026-08-31T15:12:24.094Zinfo: running `cargo check --bins` on nexus-macros-common (298/379)
45242026-08-31T15:12:24.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-08-31T15:12:24.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-08-31T15:12:24.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-08-31T15:12:24.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45282026-08-31T15:12:24.647Z
45292026-08-31T15:12:24.647Zinfo: running `cargo check --bins` on nexus-auth (299/379)
45302026-08-31T15:12:25.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-08-31T15:12:25.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-08-31T15:12:25.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-08-31T15:12:25.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45342026-08-31T15:12:25.268Z
45352026-08-31T15:12:25.268Zinfo: running `cargo check --bins` on authz-macros (300/379)
45362026-08-31T15:12:25.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-31T15:12:25.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-31T15:12:25.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-08-31T15:12:25.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45402026-08-31T15:12:25.827Z
45412026-08-31T15:12:25.827Zinfo: running `cargo check --bins` on nexus-db-fixed-data (301/379)
45422026-08-31T15:12:26.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-31T15:12:26.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-31T15:12:26.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-08-31T15:12:26.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45462026-08-31T15:12:26.438Z
45472026-08-31T15:12:26.438Zinfo: running `cargo check --bins` on nexus-db-model (302/379)
45482026-08-31T15:12:26.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-08-31T15:12:26.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-08-31T15:12:26.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-08-31T15:12:26.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45522026-08-31T15:12:27.049Z
45532026-08-31T15:12:27.049Zinfo: running `cargo check --bins` on nexus-db-schema (303/379)
45542026-08-31T15:12:27.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-08-31T15:12:27.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-08-31T15:12:27.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45572026-08-31T15:12:27.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45582026-08-31T15:12:27.603Z
45592026-08-31T15:12:27.604Zinfo: running `cargo check --bins` on nexus-defaults (304/379)
45602026-08-31T15:12:28.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-08-31T15:12:28.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-08-31T15:12:28.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45632026-08-31T15:12:28.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45642026-08-31T15:12:28.169Z
45652026-08-31T15:12:28.169Zinfo: running `cargo check --bins` on omicron-git-version (305/379)
45662026-08-31T15:12:28.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-08-31T15:12:28.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-08-31T15:12:28.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-08-31T15:12:28.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45702026-08-31T15:12:28.722Z
45712026-08-31T15:12:28.722Zinfo: running `cargo check --bins` on nexus-db-errors (306/379)
45722026-08-31T15:12:29.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-08-31T15:12:29.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-08-31T15:12:29.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45752026-08-31T15:12:29.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45762026-08-31T15:12:29.343Z
45772026-08-31T15:12:29.343Zinfo: running `cargo check --bins` on nexus-db-lookup (307/379)
45782026-08-31T15:12:29.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-08-31T15:12:29.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-08-31T15:12:29.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-08-31T15:12:29.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45822026-08-31T15:12:29.964Z
45832026-08-31T15:12:29.964Zinfo: running `cargo check --bins` on nexus-test-interface (308/379)
45842026-08-31T15:12:30.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-08-31T15:12:30.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-08-31T15:12:30.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45872026-08-31T15:12:30.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45882026-08-31T15:12:30.590Z
45892026-08-31T15:12:30.591Zinfo: running `cargo check --bins` on oximeter-collector (309/379)
45902026-08-31T15:12:31.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-08-31T15:12:31.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-08-31T15:12:31.318Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45932026-08-31T15:12:31.340Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45942026-08-31T15:12:31.969Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45952026-08-31T15:12:33.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
45962026-08-31T15:12:33.860Z
45972026-08-31T15:12:33.860Zinfo: running `cargo check --bins` on oximeter-api (310/379)
45982026-08-31T15:12:34.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-08-31T15:12:34.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-08-31T15:12:34.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46012026-08-31T15:12:34.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46022026-08-31T15:12:34.426Z
46032026-08-31T15:12:34.426Zinfo: running `cargo check --bins` on cert-dev (311/379)
46042026-08-31T15:12:34.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-08-31T15:12:34.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-08-31T15:12:35.025Z Checking yasna v0.5.2
46072026-08-31T15:12:35.416Z Checking rcgen v0.12.1
46082026-08-31T15:12:35.664Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46092026-08-31T15:12:35.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46102026-08-31T15:12:36.019Z
46112026-08-31T15:12:36.019Zinfo: running `cargo check --bins` on clickana (312/379)
46122026-08-31T15:12:36.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-08-31T15:12:36.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-08-31T15:12:36.654Z Compiling instability v0.3.11
46152026-08-31T15:12:36.654Z Checking castaway v0.2.4
46162026-08-31T15:12:36.656Z Compiling indoc v2.0.7
46172026-08-31T15:12:36.657Z Checking unicode-truncate v1.1.0
46182026-08-31T15:12:36.768Z Checking lru v0.12.5
46192026-08-31T15:12:36.772Z Checking cassowary v0.3.0
46202026-08-31T15:12:36.850Z Checking compact_str v0.8.1
46212026-08-31T15:12:37.636Z Checking ratatui v0.29.0
46222026-08-31T15:12:38.666Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46232026-08-31T15:12:39.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
46242026-08-31T15:12:39.542Z
46252026-08-31T15:12:39.542Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (313/379)
46262026-08-31T15:12:40.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-08-31T15:12:40.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-08-31T15:12:40.253Z Checking headers-core v0.3.0
46292026-08-31T15:12:40.256Z Checking port-file v0.1.0
46302026-08-31T15:12:40.256Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46312026-08-31T15:12:40.443Z Checking headers v0.4.1
46322026-08-31T15:12:40.803Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46332026-08-31T15:12:41.758Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46342026-08-31T15:12:42.271Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46352026-08-31T15:12:42.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
46362026-08-31T15:12:42.889Z
46372026-08-31T15:12:42.889Zinfo: running `cargo check --bins` on ch-dev (314/379)
46382026-08-31T15:12:43.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-08-31T15:12:43.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-08-31T15:12:43.605Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46412026-08-31T15:12:44.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46422026-08-31T15:12:44.541Z
46432026-08-31T15:12:44.542Zinfo: running `cargo check --bins` on dev-tools-common (315/379)
46442026-08-31T15:12:44.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-08-31T15:12:44.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-08-31T15:12:44.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46472026-08-31T15:12:44.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
46482026-08-31T15:12:44.952Z
46492026-08-31T15:12:44.952Zinfo: running `cargo check --bins` on corpus-adjust (316/379)
46502026-08-31T15:12:45.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46512026-08-31T15:12:45.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46522026-08-31T15:12:45.570Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46532026-08-31T15:12:45.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
46542026-08-31T15:12:46.105Z
46552026-08-31T15:12:46.105Zinfo: running `cargo check --bins` on crdb-seed (317/379)
46562026-08-31T15:12:46.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-08-31T15:12:46.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-08-31T15:12:46.812Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46592026-08-31T15:12:47.904Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46602026-08-31T15:12:48.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
46612026-08-31T15:12:48.437Z
46622026-08-31T15:12:48.438Zinfo: running `cargo check --bins` on db-dev (318/379)
46632026-08-31T15:12:48.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-08-31T15:12:48.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-08-31T15:12:49.156Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46662026-08-31T15:12:49.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46672026-08-31T15:12:50.091Z
46682026-08-31T15:12:50.091Zinfo: running `cargo check --bins` on omicron-dev-lib (319/379)
46692026-08-31T15:12:50.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-08-31T15:12:50.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-08-31T15:12:50.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46722026-08-31T15:12:50.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46732026-08-31T15:12:50.704Z
46742026-08-31T15:12:50.704Zinfo: running `cargo check --bins` on xtask-downloader (320/379)
46752026-08-31T15:12:51.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-08-31T15:12:51.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-08-31T15:12:51.316Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46782026-08-31T15:12:51.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
46792026-08-31T15:12:52.158Z
46802026-08-31T15:12:52.158Zinfo: running `cargo check --bins` on omicron-dropshot-apis (321/379)
46812026-08-31T15:12:52.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46822026-08-31T15:12:52.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46832026-08-31T15:12:52.901Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46842026-08-31T15:12:52.901Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
46852026-08-31T15:12:52.904Z Checking git-stub v1.0.0
46862026-08-31T15:12:52.904Z Compiling trait-variant v0.1.2
46872026-08-31T15:12:53.033Z Checking maplit v1.0.2
46882026-08-31T15:12:53.049Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46892026-08-31T15:12:53.052Z Checking drift v0.2.0
46902026-08-31T15:12:53.060Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46912026-08-31T15:12:53.108Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46922026-08-31T15:12:53.157Z Checking git-stub-vcs v0.1.0
46932026-08-31T15:12:53.221Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46942026-08-31T15:12:53.243Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46952026-08-31T15:12:53.347Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
46962026-08-31T15:12:53.397Z Checking dropshot-api-manager v0.8.0
46972026-08-31T15:12:53.412Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
46982026-08-31T15:12:53.541Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46992026-08-31T15:12:53.746Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47002026-08-31T15:12:54.241Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47012026-08-31T15:12:55.179Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47022026-08-31T15:12:56.176Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47032026-08-31T15:12:57.000Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47042026-08-31T15:12:57.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47052026-08-31T15:12:57.635Z
47062026-08-31T15:12:57.635Zinfo: running `cargo check --bins` on installinator-api (322/379)
47072026-08-31T15:12:58.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-08-31T15:12:58.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-08-31T15:12:58.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-08-31T15:12:58.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47112026-08-31T15:12:58.196Z
47122026-08-31T15:12:58.196Zinfo: running `cargo check --bins` on nexus-external-api (323/379)
47132026-08-31T15:12:58.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-08-31T15:12:58.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-08-31T15:12:58.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47162026-08-31T15:12:58.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47172026-08-31T15:12:58.797Z
47182026-08-31T15:12:58.797Zinfo: running `cargo check --bins` on nexus-internal-api (324/379)
47192026-08-31T15:12:59.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-08-31T15:12:59.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-08-31T15:12:59.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-08-31T15:12:59.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47232026-08-31T15:12:59.399Z
47242026-08-31T15:12:59.399Zinfo: running `cargo check --bins` on nexus-lockstep-api (325/379)
47252026-08-31T15:12:59.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-08-31T15:12:59.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-08-31T15:12:59.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-08-31T15:12:59.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47292026-08-31T15:13:00.001Z
47302026-08-31T15:13:00.001Zinfo: running `cargo check --bins` on ntp-admin-api (326/379)
47312026-08-31T15:13:00.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-08-31T15:13:00.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-08-31T15:13:00.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47342026-08-31T15:13:00.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47352026-08-31T15:13:00.561Z
47362026-08-31T15:13:00.561Zinfo: running `cargo check --bins` on ntp-admin-types-versions (327/379)
47372026-08-31T15:13:01.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-08-31T15:13:01.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-08-31T15:13:01.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47402026-08-31T15:13:01.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47412026-08-31T15:13:01.116Z
47422026-08-31T15:13:01.116Zinfo: running `cargo check --bins` on wicketd-api (328/379)
47432026-08-31T15:13:01.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-08-31T15:13:01.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-08-31T15:13:01.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47462026-08-31T15:13:01.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47472026-08-31T15:13:01.696Z
47482026-08-31T15:13:01.696Zinfo: running `cargo check --bins` on wicketd-commission-api (329/379)
47492026-08-31T15:13:02.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-08-31T15:13:02.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-08-31T15:13:02.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-08-31T15:13:02.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47532026-08-31T15:13:02.272Z
47542026-08-31T15:13:02.272Zinfo: running `cargo check --bins` on omicron-ls-apis (330/379)
47552026-08-31T15:13:02.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-08-31T15:13:02.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-08-31T15:13:02.881Z Compiling blake3 v1.8.5
47582026-08-31T15:13:02.991Z Checking arrayvec v0.7.6
47592026-08-31T15:13:02.995Z Checking arrayref v0.3.9
47602026-08-31T15:13:02.995Z Checking constant_time_eq v0.4.2
47612026-08-31T15:13:03.014Z Checking cargo-platform v0.3.2
47622026-08-31T15:13:03.014Z Checking topological-sort v0.2.2
47632026-08-31T15:13:03.017Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47642026-08-31T15:13:03.161Z Checking cargo_metadata v0.23.1
47652026-08-31T15:13:03.750Z Checking omicron-zone-package v0.12.3
47662026-08-31T15:13:04.440Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47672026-08-31T15:13:05.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
47682026-08-31T15:13:05.416Z
47692026-08-31T15:13:05.416Zinfo: running `cargo check --bins` on mgs-dev (331/379)
47702026-08-31T15:13:05.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-08-31T15:13:05.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-08-31T15:13:06.129Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47732026-08-31T15:13:06.747Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47742026-08-31T15:13:07.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
47752026-08-31T15:13:07.444Z
47762026-08-31T15:13:07.444Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (332/379)
47772026-08-31T15:13:07.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-08-31T15:13:07.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-08-31T15:13:08.407Z Compiling darling_core v0.21.3
47802026-08-31T15:13:08.407Z Compiling vergen-lib v0.1.6
47812026-08-31T15:13:08.410Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47822026-08-31T15:13:08.410Z Compiling diesel_derives v2.3.7
47832026-08-31T15:13:08.410Z Checking scheduled-thread-pool v0.2.7
47842026-08-31T15:13:08.410Z Compiling vergen-gitcl v1.0.8
47852026-08-31T15:13:08.410Z Compiling diesel_table_macro_syntax v0.3.0
47862026-08-31T15:13:08.410Z Compiling dirs-sys-next v0.1.2
47872026-08-31T15:13:08.699Z Compiling glob v0.3.3
47882026-08-31T15:13:08.735Z Compiling crunchy v0.2.4
47892026-08-31T15:13:08.774Z Compiling dirs-next v2.0.0
47902026-08-31T15:13:08.778Z Checking r2d2 v0.8.10
47912026-08-31T15:13:08.875Z Checking downcast-rs v2.0.2
47922026-08-31T15:13:08.937Z Compiling tiny-keccak v2.0.2
47932026-08-31T15:13:08.967Z Compiling term v0.7.0
47942026-08-31T15:13:09.026Z Compiling bit-vec v0.6.3
47952026-08-31T15:13:09.078Z Compiling clang-sys v1.8.1
47962026-08-31T15:13:09.241Z Compiling ascii-canvas v3.0.0
47972026-08-31T15:13:09.259Z Compiling bit-set v0.5.3
47982026-08-31T15:13:09.412Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
47992026-08-31T15:13:09.453Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48002026-08-31T15:13:09.480Z Compiling itertools v0.10.5
48012026-08-31T15:13:09.500Z Compiling ena v0.14.4
48022026-08-31T15:13:09.552Z Compiling libloading v0.8.9
48032026-08-31T15:13:09.593Z Compiling regex-syntax v0.6.29
48042026-08-31T15:13:09.611Z Compiling diff v0.1.13
48052026-08-31T15:13:09.653Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48062026-08-31T15:13:09.711Z Compiling bindgen v0.71.1
48072026-08-31T15:13:09.890Z Compiling cexpr v0.6.0
48082026-08-31T15:13:10.105Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48092026-08-31T15:13:10.262Z Compiling rustc-hash v2.1.1
48102026-08-31T15:13:10.291Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48112026-08-31T15:13:10.537Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48122026-08-31T15:13:10.554Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48132026-08-31T15:13:10.575Z Compiling libxml v0.3.3
48142026-08-31T15:13:10.632Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48152026-08-31T15:13:10.819Z Compiling strum_macros v0.24.3
48162026-08-31T15:13:10.837Z Compiling indoc v1.0.9
48172026-08-31T15:13:11.094Z Compiling darling_macro v0.21.3
48182026-08-31T15:13:11.275Z Compiling lalrpop v0.19.12
48192026-08-31T15:13:11.596Z Compiling darling v0.21.3
48202026-08-31T15:13:11.670Z Compiling dsl_auto_type v0.2.0
48212026-08-31T15:13:11.691Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48222026-08-31T15:13:11.779Z Checking derive_builder v0.20.2
48232026-08-31T15:13:11.873Z Compiling oso-derive v0.27.3
48242026-08-31T15:13:11.895Z Checking quick-xml v0.37.5
48252026-08-31T15:13:12.144Z Compiling impl-trait-for-tuples v0.2.3
48262026-08-31T15:13:12.376Z Checking openssl-probe v0.1.6
48272026-08-31T15:13:12.514Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48282026-08-31T15:13:12.761Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48292026-08-31T15:13:12.947Z Checking bb8 v0.8.6
48302026-08-31T15:13:13.239Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48312026-08-31T15:13:13.260Z Checking nonempty v0.12.0
48322026-08-31T15:13:13.285Z Compiling libz-sys v1.1.24
48332026-08-31T15:13:13.440Z Compiling strsim v0.10.0
48342026-08-31T15:13:13.459Z Compiling libgit2-sys v0.18.3+1.9.2
48352026-08-31T15:13:13.697Z Compiling darling_core v0.13.4
48362026-08-31T15:13:13.842Z Compiling progenitor-impl v0.13.0
48372026-08-31T15:13:13.940Z Compiling vergen-git2 v9.1.0
48382026-08-31T15:13:15.061Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48392026-08-31T15:13:15.244Z Checking progenitor-client v0.13.0
48402026-08-31T15:13:15.517Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48412026-08-31T15:13:15.589Z Compiling darling_macro v0.13.4
48422026-08-31T15:13:16.061Z Compiling darling v0.13.4
48432026-08-31T15:13:16.153Z Compiling serde_with_macros v1.5.2
48442026-08-31T15:13:16.439Z Compiling progenitor-macro v0.13.0
48452026-08-31T15:13:16.471Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48462026-08-31T15:13:16.682Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48472026-08-31T15:13:16.865Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48482026-08-31T15:13:16.966Z Compiling serde_with v1.14.0
48492026-08-31T15:13:17.047Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48502026-08-31T15:13:17.228Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48512026-08-31T15:13:17.412Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48522026-08-31T15:13:17.476Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48532026-08-31T15:13:17.512Z Checking diesel v2.3.7
48542026-08-31T15:13:17.592Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48552026-08-31T15:13:18.097Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48562026-08-31T15:13:19.188Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48572026-08-31T15:13:19.425Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48582026-08-31T15:13:19.633Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48592026-08-31T15:13:19.814Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48602026-08-31T15:13:19.999Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48612026-08-31T15:13:20.231Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48622026-08-31T15:13:20.248Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48632026-08-31T15:13:20.792Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48642026-08-31T15:13:20.872Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48652026-08-31T15:13:21.172Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48662026-08-31T15:13:21.296Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48672026-08-31T15:13:21.363Z Checking progenitor v0.13.0
48682026-08-31T15:13:21.512Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48692026-08-31T15:13:21.536Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48702026-08-31T15:13:21.718Z Checking twox-hash v2.1.2
48712026-08-31T15:13:21.863Z Checking libsw-core v0.3.2
48722026-08-31T15:13:21.984Z Checking atty v0.2.14
48732026-08-31T15:13:22.009Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48742026-08-31T15:13:22.012Z Checking libsw v3.5.0
48752026-08-31T15:13:22.078Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48762026-08-31T15:13:22.185Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48772026-08-31T15:13:23.787Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48782026-08-31T15:13:24.176Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48792026-08-31T15:13:24.516Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48802026-08-31T15:13:24.898Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48812026-08-31T15:13:25.851Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48822026-08-31T15:13:26.033Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48832026-08-31T15:13:26.188Z Checking fatfs v0.3.6
48842026-08-31T15:13:26.637Z Checking console v0.16.2
48852026-08-31T15:13:26.952Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48862026-08-31T15:13:27.776Z Checking unit-prefix v0.5.2
48872026-08-31T15:13:27.816Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48882026-08-31T15:13:27.909Z Compiling seq-macro v0.3.6
48892026-08-31T15:13:27.959Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48902026-08-31T15:13:28.264Z Checking indicatif v0.18.4
48912026-08-31T15:13:28.423Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48922026-08-31T15:13:28.648Z Checking oxide-update-engine-display v0.1.2
48932026-08-31T15:13:28.964Z Checking support-bundle-viewer v0.1.2
48942026-08-31T15:13:29.087Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48952026-08-31T15:13:29.215Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48962026-08-31T15:13:29.250Z Checking multimap v0.10.1
48972026-08-31T15:13:35.336Z Checking async-bb8-diesel v0.2.1
48982026-08-31T15:13:35.698Z Checking diesel-dtrace v0.5.0
48992026-08-31T15:13:38.251Z Compiling samael v0.0.19
49002026-08-31T15:13:41.118Z Compiling git2 v0.20.4
49012026-08-31T15:13:42.812Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49022026-08-31T15:13:43.790Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49032026-08-31T15:13:44.788Z Compiling polar-core v0.27.3
49042026-08-31T15:13:49.267Z Checking oso v0.27.3
49052026-08-31T15:14:20.502Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49062026-08-31T15:15:36.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
49072026-08-31T15:15:36.956Z
49082026-08-31T15:15:36.957Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (333/379)
49092026-08-31T15:15:37.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49102026-08-31T15:15:37.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49112026-08-31T15:15:37.845Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49122026-08-31T15:15:45.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s
49132026-08-31T15:15:46.009Z
49142026-08-31T15:15:46.009Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (334/379)
49152026-08-31T15:15:46.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49162026-08-31T15:15:46.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49172026-08-31T15:15:46.839Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49182026-08-31T15:15:54.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.79s
49192026-08-31T15:15:55.018Z
49202026-08-31T15:15:55.018Zinfo: running `cargo check --bins` on nexus-networking (335/379)
49212026-08-31T15:15:55.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49222026-08-31T15:15:55.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49232026-08-31T15:15:55.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49242026-08-31T15:15:55.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49252026-08-31T15:15:55.643Z
49262026-08-31T15:15:55.643Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (336/379)
49272026-08-31T15:15:56.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-31T15:15:56.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-31T15:15:56.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49302026-08-31T15:15:56.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49312026-08-31T15:15:56.269Z
49322026-08-31T15:15:56.270Zinfo: running `cargo check --bins` on nexus-saga-recovery (337/379)
49332026-08-31T15:15:56.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49342026-08-31T15:15:56.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49352026-08-31T15:15:56.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49362026-08-31T15:15:56.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
49372026-08-31T15:15:56.911Z
49382026-08-31T15:15:56.911Zinfo: running `cargo check --bins` on nexus-test-utils-macros (338/379)
49392026-08-31T15:15:57.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49402026-08-31T15:15:57.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49412026-08-31T15:15:57.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49422026-08-31T15:15:57.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49432026-08-31T15:15:57.477Z
49442026-08-31T15:15:57.477Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (339/379)
49452026-08-31T15:15:58.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49462026-08-31T15:15:58.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49472026-08-31T15:15:58.303Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49482026-08-31T15:16:37.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.10s
49492026-08-31T15:16:37.795Z
49502026-08-31T15:16:37.795Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (340/379)
49512026-08-31T15:16:38.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49522026-08-31T15:16:38.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49532026-08-31T15:16:38.656Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49542026-08-31T15:17:17.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.95s
49552026-08-31T15:17:17.963Z
49562026-08-31T15:17:17.963Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (341/379)
49572026-08-31T15:17:18.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49582026-08-31T15:17:18.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49592026-08-31T15:17:18.766Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49602026-08-31T15:17:19.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
49612026-08-31T15:17:19.771Z
49622026-08-31T15:17:19.771Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (342/379)
49632026-08-31T15:17:20.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49642026-08-31T15:17:20.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49652026-08-31T15:17:20.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49662026-08-31T15:17:20.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49672026-08-31T15:17:20.326Z
49682026-08-31T15:17:20.326Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (343/379)
49692026-08-31T15:17:20.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49702026-08-31T15:17:20.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49712026-08-31T15:17:20.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49722026-08-31T15:17:20.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49732026-08-31T15:17:20.882Z
49742026-08-31T15:17:20.882Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (344/379)
49752026-08-31T15:17:21.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49762026-08-31T15:17:21.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49772026-08-31T15:17:21.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49782026-08-31T15:17:21.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49792026-08-31T15:17:21.497Z
49802026-08-31T15:17:21.497Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (345/379)
49812026-08-31T15:17:22.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49822026-08-31T15:17:22.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49832026-08-31T15:17:22.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49842026-08-31T15:17:22.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49852026-08-31T15:17:22.120Z
49862026-08-31T15:17:22.120Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (346/379)
49872026-08-31T15:17:22.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49882026-08-31T15:17:22.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49892026-08-31T15:17:22.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49902026-08-31T15:17:22.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49912026-08-31T15:17:22.744Z
49922026-08-31T15:17:22.744Zinfo: running `cargo check --bins` on nexus-mgs-updates (347/379)
49932026-08-31T15:17:23.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49942026-08-31T15:17:23.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49952026-08-31T15:17:23.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49962026-08-31T15:17:23.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49972026-08-31T15:17:23.354Z
49982026-08-31T15:17:23.354Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (348/379)
49992026-08-31T15:17:23.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50002026-08-31T15:17:23.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50012026-08-31T15:17:23.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50022026-08-31T15:17:23.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50032026-08-31T15:17:23.984Z
50042026-08-31T15:17:23.984Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (349/379)
50052026-08-31T15:17:24.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50062026-08-31T15:17:24.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50072026-08-31T15:17:24.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50082026-08-31T15:17:24.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50092026-08-31T15:17:24.601Z
50102026-08-31T15:17:24.601Zinfo: running `cargo check --bins` on nexus-switch-config (350/379)
50112026-08-31T15:17:25.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50122026-08-31T15:17:25.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50132026-08-31T15:17:25.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50142026-08-31T15:17:25.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50152026-08-31T15:17:25.210Z
50162026-08-31T15:17:25.210Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (351/379)
50172026-08-31T15:17:25.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50182026-08-31T15:17:25.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50192026-08-31T15:17:25.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50202026-08-31T15:17:25.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50212026-08-31T15:17:25.837Z
50222026-08-31T15:17:25.837Zinfo: running `cargo check --bins` on support-bundle-collection (352/379)
50232026-08-31T15:17:26.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50242026-08-31T15:17:26.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50252026-08-31T15:17:26.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50262026-08-31T15:17:26.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50272026-08-31T15:17:26.459Z
50282026-08-31T15:17:26.459Zinfo: running `cargo check --bins` on omicron-dev (353/379)
50292026-08-31T15:17:27.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50302026-08-31T15:17:27.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50312026-08-31T15:17:27.357Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50322026-08-31T15:17:27.357Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50332026-08-31T15:17:27.543Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50342026-08-31T15:17:27.546Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50352026-08-31T15:17:27.587Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50362026-08-31T15:17:27.602Z Checking yansi v1.0.1
50372026-08-31T15:17:27.605Z Checking diff v0.1.13
50382026-08-31T15:17:27.632Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50392026-08-31T15:17:27.679Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50402026-08-31T15:17:27.867Z Checking pretty_assertions v1.4.1
50412026-08-31T15:17:28.627Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50422026-08-31T15:17:28.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50432026-08-31T15:17:53.917Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50442026-08-31T15:17:53.961Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50452026-08-31T15:17:53.961Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50462026-08-31T15:17:53.961Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50472026-08-31T15:17:53.962Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50482026-08-31T15:17:53.962Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50492026-08-31T15:17:53.962Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50502026-08-31T15:17:54.786Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50512026-08-31T15:17:54.786Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50522026-08-31T15:17:56.053Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50532026-08-31T15:18:35.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50542026-08-31T15:18:35.015Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50552026-08-31T15:18:35.015Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50562026-08-31T15:18:35.221Z
50572026-08-31T15:18:35.221Zinfo: running `cargo check --bins` on oximeter-load-test (354/379)
50582026-08-31T15:18:35.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50592026-08-31T15:18:35.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50602026-08-31T15:18:35.927Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50612026-08-31T15:18:36.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50622026-08-31T15:18:36.758Z
50632026-08-31T15:18:36.758Zinfo: running `cargo check --bins` on omicron-pins (355/379)
50642026-08-31T15:18:37.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50652026-08-31T15:18:37.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50662026-08-31T15:18:37.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50672026-08-31T15:18:37.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50682026-08-31T15:18:37.309Z
50692026-08-31T15:18:37.310Zinfo: running `cargo check --bins` on rack-init-config (356/379)
50702026-08-31T15:18:37.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50712026-08-31T15:18:37.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50722026-08-31T15:18:37.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50732026-08-31T15:18:37.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50742026-08-31T15:18:37.889Z
50752026-08-31T15:18:37.889Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (357/379)
50762026-08-31T15:18:38.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50772026-08-31T15:18:38.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50782026-08-31T15:18:38.663Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50792026-08-31T15:18:38.787Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50802026-08-31T15:18:38.794Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50812026-08-31T15:19:06.242Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50822026-08-31T15:19:06.648Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50832026-08-31T15:19:08.420Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50842026-08-31T15:19:08.898Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50852026-08-31T15:19:12.010Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50862026-08-31T15:19:36.601Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50872026-08-31T15:19:37.342Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50882026-08-31T15:19:39.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
50892026-08-31T15:19:39.269Z
50902026-08-31T15:19:39.269Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (358/379)
50912026-08-31T15:19:39.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50922026-08-31T15:19:39.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50932026-08-31T15:19:39.982Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50942026-08-31T15:19:40.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50952026-08-31T15:19:40.881Z
50962026-08-31T15:19:40.881Zinfo: running `cargo check --bins` on omicron-releng (359/379)
50972026-08-31T15:19:41.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50982026-08-31T15:19:41.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50992026-08-31T15:19:41.505Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
51002026-08-31T15:19:41.509Z Compiling fs-err v2.11.0
51012026-08-31T15:19:41.626Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
51022026-08-31T15:19:41.641Z Checking parse-size v1.1.0
51032026-08-31T15:19:41.656Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51042026-08-31T15:19:41.656Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51052026-08-31T15:19:41.656Z Checking shell-words v1.1.1
51062026-08-31T15:19:41.740Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51072026-08-31T15:19:42.059Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51082026-08-31T15:19:42.247Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51092026-08-31T15:19:42.903Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51102026-08-31T15:19:43.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
51112026-08-31T15:19:44.039Z
51122026-08-31T15:19:44.039Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (360/379)
51132026-08-31T15:19:44.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51142026-08-31T15:19:44.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51152026-08-31T15:19:44.681Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51162026-08-31T15:19:45.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
51172026-08-31T15:19:45.373Z
51182026-08-31T15:19:45.373Zinfo: running `cargo check --bins` on schema (361/379)
51192026-08-31T15:19:45.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51202026-08-31T15:19:45.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51212026-08-31T15:19:46.110Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51222026-08-31T15:19:46.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
51232026-08-31T15:19:47.014Z
51242026-08-31T15:19:47.014Zinfo: running `cargo check --bins` on xtask (362/379)
51252026-08-31T15:19:47.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51262026-08-31T15:19:47.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51272026-08-31T15:19:47.421Z Checking serde_core v1.0.229
51282026-08-31T15:19:47.421Z Checking libc v0.2.185
51292026-08-31T15:19:47.501Z Checking bitflags v2.11.0
51302026-08-31T15:19:47.508Z Checking scroll v0.12.0
51312026-08-31T15:19:47.514Z Checking thiserror v1.0.69
51322026-08-31T15:19:47.521Z Checking log v0.4.33
51332026-08-31T15:19:47.527Z Checking zerocopy v0.7.35
51342026-08-31T15:19:47.530Z Checking indexmap v2.14.0
51352026-08-31T15:19:47.602Z Checking syn v2.0.117
51362026-08-31T15:19:47.645Z Checking dtrace-parser v0.2.0
51372026-08-31T15:19:47.660Z Checking once_cell v1.21.3
51382026-08-31T15:19:47.720Z Checking goblin v0.8.2
51392026-08-31T15:19:47.788Z Checking errno v0.3.14
51402026-08-31T15:19:47.830Z Checking getrandom v0.4.3
51412026-08-31T15:19:47.876Z Checking thread-id v4.2.2
51422026-08-31T15:19:47.899Z Checking rustix v1.1.4
51432026-08-31T15:19:47.956Z Checking memmap v0.7.0
51442026-08-31T15:19:47.959Z Checking thiserror v2.0.18
51452026-08-31T15:19:48.026Z Checking fs-err v3.3.0
51462026-08-31T15:19:48.059Z Checking tabled v0.15.0
51472026-08-31T15:19:48.059Z Checking anyhow v1.0.104
51482026-08-31T15:19:48.670Z Checking terminal_size v0.4.3
51492026-08-31T15:19:48.670Z Checking tempfile v3.27.0
51502026-08-31T15:19:48.782Z Checking clap_builder v4.6.0
51512026-08-31T15:19:48.785Z Checking textwrap v0.16.2
51522026-08-31T15:19:48.955Z Checking serde v1.0.229
51532026-08-31T15:19:48.958Z Checking serde_json v1.0.151
51542026-08-31T15:19:48.958Z Checking camino v1.2.5
51552026-08-31T15:19:48.984Z Checking cargo-platform v0.3.2
51562026-08-31T15:19:49.150Z Checking semver v1.0.28
51572026-08-31T15:19:49.199Z Checking camino-tempfile v1.4.1
51582026-08-31T15:19:49.360Z Checking serde_spanned v0.6.9
51592026-08-31T15:19:49.360Z Checking toml_datetime v0.6.11
51602026-08-31T15:19:49.364Z Checking macaddr v1.0.1
51612026-08-31T15:19:49.364Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51622026-08-31T15:19:49.543Z Checking toml_edit v0.22.27
51632026-08-31T15:19:49.556Z Checking dof v0.3.0
51642026-08-31T15:19:49.561Z Checking cargo_metadata v0.23.1
51652026-08-31T15:19:49.818Z Checking usdt-impl v0.5.0
51662026-08-31T15:19:49.982Z Checking clap v4.6.1
51672026-08-31T15:19:50.072Z Checking usdt v0.5.0
51682026-08-31T15:19:50.518Z Checking toml v0.8.23
51692026-08-31T15:19:50.773Z Checking cargo_toml v0.21.0
51702026-08-31T15:19:51.417Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51712026-08-31T15:19:51.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
51722026-08-31T15:19:51.918Z
51732026-08-31T15:19:51.918Zinfo: running `cargo check --bins` on dnsadm (363/379)
51742026-08-31T15:19:52.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51752026-08-31T15:19:52.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51762026-08-31T15:19:52.565Z Checking arc-swap v1.8.2
51772026-08-31T15:19:52.842Z Checking slog-scope v4.4.1
51782026-08-31T15:19:52.952Z Checking slog-stdlog v4.1.1
51792026-08-31T15:19:53.047Z Checking slog-envlogger v2.2.0
51802026-08-31T15:19:53.163Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51812026-08-31T15:19:53.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
51822026-08-31T15:19:53.758Z
51832026-08-31T15:19:53.758Zinfo: running `cargo check --bins` on end-to-end-tests (364/379)
51842026-08-31T15:19:54.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51852026-08-31T15:19:54.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51862026-08-31T15:19:54.585Z Checking cpubits v0.1.1
51872026-08-31T15:19:54.712Z Checking pem-rfc7468 v1.0.0
51882026-08-31T15:19:54.724Z Checking hmac v0.13.0
51892026-08-31T15:19:54.724Z Checking universal-hash v0.6.1
51902026-08-31T15:19:54.748Z Checking ctr v0.10.1
51912026-08-31T15:19:54.748Z Checking aead v0.6.1
51922026-08-31T15:19:54.777Z Checking aes v0.9.1
51932026-08-31T15:19:54.777Z Checking crypto-bigint v0.7.5
51942026-08-31T15:19:54.807Z Checking salsa20 v0.11.0
51952026-08-31T15:19:54.860Z Checking der v0.8.0
51962026-08-31T15:19:54.864Z Checking polyval v0.7.1
51972026-08-31T15:19:54.892Z Checking pbkdf2 v0.13.0
51982026-08-31T15:19:54.897Z Checking cbc v0.2.1
51992026-08-31T15:19:54.939Z Checking ff v0.14.0
52002026-08-31T15:19:54.981Z Checking signature v3.0.0
52012026-08-31T15:19:55.015Z Checking scrypt v0.12.0
52022026-08-31T15:19:55.045Z Checking ghash v0.6.0
52032026-08-31T15:19:55.060Z Checking base16ct v1.0.0
52042026-08-31T15:19:55.074Z Checking group v0.14.0
52052026-08-31T15:19:55.134Z Checking hkdf v0.13.0
52062026-08-31T15:19:55.164Z Checking aes-gcm v0.11.0
52072026-08-31T15:19:55.182Z Compiling curve25519-dalek v5.0.0
52082026-08-31T15:19:55.199Z Checking keccak v0.2.0
52092026-08-31T15:19:55.215Z Checking poly1305 v0.9.0
52102026-08-31T15:19:55.228Z Checking wnaf v0.14.0
52112026-08-31T15:19:55.266Z Checking blowfish v0.10.0
52122026-08-31T15:19:55.325Z Checking blake2 v0.11.0-rc.6
52132026-08-31T15:19:55.354Z Checking sha3 v0.11.0
52142026-08-31T15:19:55.393Z Checking kem v0.3.0
52152026-08-31T15:19:55.418Z Checking bcrypt-pbkdf v0.11.0
52162026-08-31T15:19:55.478Z Checking module-lattice v0.2.3
52172026-08-31T15:19:55.513Z Checking sponge-cursor v0.1.0
52182026-08-31T15:19:55.579Z Checking argon2 v0.6.0-rc.8
52192026-08-31T15:19:55.611Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52202026-08-31T15:19:55.642Z Checking sha3 v0.12.0
52212026-08-31T15:19:55.657Z Checking spki v0.8.0
52222026-08-31T15:19:55.692Z Checking sec1 v0.8.1
52232026-08-31T15:19:55.695Z Checking ml-kem v0.3.2
52242026-08-31T15:19:55.791Z Checking internal-russh-num-bigint v0.5.0
52252026-08-31T15:19:55.825Z Checking pkcs5 v0.8.1
52262026-08-31T15:19:55.843Z Checking pkcs1 v0.8.0-rc.4
52272026-08-31T15:19:55.895Z Checking num-bigint v0.4.6
52282026-08-31T15:19:55.895Z Checking generic-array v1.4.3
52292026-08-31T15:19:56.050Z Checking russh-util v0.52.0
52302026-08-31T15:19:56.116Z Checking pkcs8 v0.11.0
52312026-08-31T15:19:56.169Z Compiling enum_dispatch v0.3.13
52322026-08-31T15:19:56.293Z Compiling delegate v0.13.5
52332026-08-31T15:19:56.314Z Checking ed25519 v3.0.0
52342026-08-31T15:19:56.509Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52352026-08-31T15:19:56.509Z Checking md5 v0.8.0
52362026-08-31T15:19:56.539Z Checking ed25519-dalek v3.0.0
52372026-08-31T15:19:56.646Z Checking hex-literal v1.1.0
52382026-08-31T15:19:56.713Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52392026-08-31T15:19:56.741Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52402026-08-31T15:19:56.761Z Checking socket2 v0.5.10
52412026-08-31T15:19:56.843Z Checking internet-checksum v0.2.1
52422026-08-31T15:19:56.917Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52432026-08-31T15:19:57.027Z Checking elliptic-curve v0.14.1
52442026-08-31T15:19:57.027Z Checking rfc6979 v0.6.0
52452026-08-31T15:19:57.030Z Checking primefield v0.14.0
52462026-08-31T15:19:57.030Z Checking ssh-encoding v0.3.0
52472026-08-31T15:19:57.112Z Checking crypto-primes v0.7.2
52482026-08-31T15:19:57.251Z Checking ssh-cipher v0.3.0
52492026-08-31T15:19:57.251Z Checking russh-cryptovec v0.62.0
52502026-08-31T15:19:57.447Z Checking ecdsa v0.17.0
52512026-08-31T15:19:57.447Z Checking primeorder v0.14.0
52522026-08-31T15:19:57.802Z Checking p384 v0.14.0
52532026-08-31T15:19:57.802Z Checking p256 v0.14.0
52542026-08-31T15:19:57.805Z Checking p521 v0.14.0
52552026-08-31T15:19:58.037Z Checking rsa v0.10.0-rc.18
52562026-08-31T15:20:00.637Z Checking ssh-key v0.7.0-rc.11
52572026-08-31T15:20:01.422Z Checking russh v0.62.4
52582026-08-31T15:20:15.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.69s
52592026-08-31T15:20:15.457Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52602026-08-31T15:20:15.457Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52612026-08-31T15:20:15.659Z
52622026-08-31T15:20:15.660Zinfo: running `cargo check --bins` on gateway-cli (365/379)
52632026-08-31T15:20:16.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52642026-08-31T15:20:16.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52652026-08-31T15:20:16.293Z Checking termios v0.3.3
52662026-08-31T15:20:16.489Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52672026-08-31T15:20:17.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
52682026-08-31T15:20:17.257Z
52692026-08-31T15:20:17.258Zinfo: running `cargo check --bins --no-default-features` on installinator (366/379)
52702026-08-31T15:20:17.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52712026-08-31T15:20:17.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52722026-08-31T15:20:17.945Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52732026-08-31T15:20:18.641Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52742026-08-31T15:20:20.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
52752026-08-31T15:20:20.420Z
52762026-08-31T15:20:20.420Zinfo: running `cargo check --bins` on internal-dns-cli (367/379)
52772026-08-31T15:20:20.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52782026-08-31T15:20:20.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52792026-08-31T15:20:21.069Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52802026-08-31T15:20:21.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
52812026-08-31T15:20:21.683Z
52822026-08-31T15:20:21.683Zinfo: running `cargo check --bins` on omicron-live-tests (368/379)
52832026-08-31T15:20:22.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52842026-08-31T15:20:22.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52852026-08-31T15:20:22.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52862026-08-31T15:20:22.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52872026-08-31T15:20:22.251Z
52882026-08-31T15:20:22.252Zinfo: running `cargo check --bins` on live-tests-macros (369/379)
52892026-08-31T15:20:22.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52902026-08-31T15:20:22.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52912026-08-31T15:20:22.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52922026-08-31T15:20:22.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52932026-08-31T15:20:22.825Z
52942026-08-31T15:20:22.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (370/379)
52952026-08-31T15:20:23.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52962026-08-31T15:20:23.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52972026-08-31T15:20:23.576Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52982026-08-31T15:20:24.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
52992026-08-31T15:20:24.356Z
53002026-08-31T15:20:24.356Zinfo: running `cargo check --bins` on omicron-ntp-admin (371/379)
53012026-08-31T15:20:24.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53022026-08-31T15:20:24.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53032026-08-31T15:20:24.997Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
53042026-08-31T15:20:25.102Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53052026-08-31T15:20:25.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
53062026-08-31T15:20:26.091Z
53072026-08-31T15:20:26.091Zinfo: running `cargo check --bins` on ntp-admin-types (372/379)
53082026-08-31T15:20:26.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53092026-08-31T15:20:26.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53102026-08-31T15:20:26.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53112026-08-31T15:20:26.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53122026-08-31T15:20:26.658Z
53132026-08-31T15:20:26.658Zinfo: running `cargo check --bins` on omicron-package (373/379)
53142026-08-31T15:20:27.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53152026-08-31T15:20:27.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53162026-08-31T15:20:27.332Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53172026-08-31T15:20:28.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
53182026-08-31T15:20:28.600Z
53192026-08-31T15:20:28.600Zinfo: running `cargo check --bins` on tqdb (374/379)
53202026-08-31T15:20:29.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53212026-08-31T15:20:29.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53222026-08-31T15:20:29.374Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53232026-08-31T15:20:29.725Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53242026-08-31T15:20:30.230Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53252026-08-31T15:20:30.230Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53262026-08-31T15:20:37.357Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53272026-08-31T15:20:37.360Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53282026-08-31T15:20:37.360Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53292026-08-31T15:20:37.990Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53302026-08-31T15:20:37.993Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53312026-08-31T15:20:37.993Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53322026-08-31T15:20:37.993Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53332026-08-31T15:20:38.792Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53342026-08-31T15:20:39.388Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53352026-08-31T15:20:39.622Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53362026-08-31T15:20:39.973Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53372026-08-31T15:20:40.835Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53382026-08-31T15:20:41.487Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53392026-08-31T15:20:46.379Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53402026-08-31T15:20:53.721Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53412026-08-31T15:20:53.724Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53422026-08-31T15:20:53.724Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53432026-08-31T15:20:53.724Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53442026-08-31T15:20:55.243Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53452026-08-31T15:20:56.526Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53462026-08-31T15:20:57.212Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53472026-08-31T15:20:58.502Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53482026-08-31T15:20:59.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.45s
53492026-08-31T15:20:59.257Z
53502026-08-31T15:20:59.257Zinfo: running `cargo check --bins` on wicket-dbg (375/379)
53512026-08-31T15:20:59.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53522026-08-31T15:20:59.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53532026-08-31T15:20:59.963Z Checking rtoolbox v0.0.3
53542026-08-31T15:20:59.963Z Checking tui-tree-widget v0.23.1
53552026-08-31T15:20:59.966Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53562026-08-31T15:21:00.090Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53572026-08-31T15:21:00.182Z Checking rpassword v7.5.4
53582026-08-31T15:21:02.942Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53592026-08-31T15:21:04.797Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53602026-08-31T15:21:05.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
53612026-08-31T15:21:05.932Z
53622026-08-31T15:21:05.932Zinfo: running `cargo check --bins` on wicket (376/379)
53632026-08-31T15:21:06.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53642026-08-31T15:21:06.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53652026-08-31T15:21:06.625Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53662026-08-31T15:21:06.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
53672026-08-31T15:21:07.181Z
53682026-08-31T15:21:07.182Zinfo: running `cargo check --bins` on wicketd (377/379)
53692026-08-31T15:21:07.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53702026-08-31T15:21:07.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53712026-08-31T15:21:07.879Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53722026-08-31T15:21:11.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
53732026-08-31T15:21:11.634Z
53742026-08-31T15:21:11.634Zinfo: running `cargo check --bins` on omicron-workspace-hack (378/379)
53752026-08-31T15:21:12.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53762026-08-31T15:21:12.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53772026-08-31T15:21:12.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53782026-08-31T15:21:12.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53792026-08-31T15:21:12.192Z
53802026-08-31T15:21:12.192Zinfo: running `cargo check --bins` on zone-setup (379/379)
53812026-08-31T15:21:12.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53822026-08-31T15:21:12.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53832026-08-31T15:21:12.856Z Checking uzers v0.12.2
53842026-08-31T15:21:13.123Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53852026-08-31T15:21:13.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
53862026-08-31T15:21:14.104Z
53872026-08-31T15:21:14.104Zreal 15:23.387296545
53882026-08-31T15:21:14.104Zuser 22:33.366271792
53892026-08-31T15:21:14.104Zsys 4:27.036235271
53902026-08-31T15:21:14.104Ztrap 0.337970136
53912026-08-31T15:21:14.104Ztflt 0.578571985
53922026-08-31T15:21:14.104Zdflt 0.846554541
53932026-08-31T15:21:14.104Zkflt 0.004749432
53942026-08-31T15:21:14.104Zlock 1:36:16.052069122
53952026-08-31T15:21:14.104Zslp 1:48:49.722256583
53962026-08-31T15:21:14.104Zlat 57.230247462
53972026-08-31T15:21:14.104Zstop 4:13.113318086
53982026-08-31T15:21:14.146Zprocess exited: duration 1075502 ms, exit code 0
 
53992026-08-31T15:21:14.153Zfound 0 output files