01M0TNP2MXJJDBWSEMFQ2XMTT2: 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: 01M0TNPKH85NQY15ZCC2GM2P7B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T20:00:21.419Zjob assigned to worker 01M0TNPV35KC938CQZDCK52FJ8 [factory aws, i-05b71bda176165242] (queued for 50 s)
 
22026-08-24T20:00:27.646Zstarting task 0: "setup"
32026-08-24T20:00:27.651Z++ uname -s
42026-08-24T20:00:27.658Z+ kern=SunOS
52026-08-24T20:00:27.658Z+ build_user=build
62026-08-24T20:00:27.658Z+ build_uid=12345
72026-08-24T20:00:27.658Z+ work_dir=/work
82026-08-24T20:00:27.658Z+ input_dir=/input
92026-08-24T20:00:27.658Z+ [[ 0 == 12345 ]]
102026-08-24T20:00:27.658Z+ case "$kern" in
112026-08-24T20:00:27.658Z+ groupadd -g 12345 build
122026-08-24T20:00:27.658Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T20:00:29.668Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T20:00:29.743Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T20:00:29.761Z+ home_fs=zfs
162026-08-24T20:00:29.761Z+ [[ zfs == autofs ]]
172026-08-24T20:00:29.761Z+ mkdir -p /home/build
182026-08-24T20:00:29.761Z+ chown build:build /home/build /work
192026-08-24T20:00:31.747Z+ chmod 0700 /home/build /work
202026-08-24T20:00:31.750Zprocess exited: duration 4102 ms, exit code 0
 
212026-08-24T20:00:31.766Zstarting task 1: "rust-toolchain"
222026-08-24T20:00:31.770Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T20:00:31.770Z * rust toolchain channel = "1.97.1"
242026-08-24T20:00:31.770Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-24T20:00:31.770Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-24T20:00:31.770Z * rust toolchain profile = "default"
272026-08-24T20:00:31.770Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-24T20:00:31.773Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T20:00:31.774Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T20:00:31.875Zinfo: downloading installer
312026-08-24T20:00:33.490Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T20:00:33.490Zwarn: /home/build/.rustup/settings.toml
332026-08-24T20:00:33.490Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T20:00:33.490Zwarn: instead of the one inferred from the default host triple.
352026-08-24T20:00:33.501Zinfo: profile set to default
362026-08-24T20:00:33.501Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T20:00:33.507Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T20:00:33.665Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T20:00:33.679Zinfo: downloading 6 components
402026-08-24T20:00:49.375Z
412026-08-24T20:00:49.375Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-24T20:00:49.397Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T20:00:49.397Z
442026-08-24T20:00:49.407Z
452026-08-24T20:00:49.407ZRust is installed now. Great!
462026-08-24T20:00:49.407Z
472026-08-24T20:00:49.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T20:00:49.407Zenvironment variable. This has not been done automatically.
492026-08-24T20:00:49.407Z
502026-08-24T20:00:49.408ZTo configure your current shell, you need to source
512026-08-24T20:00:49.408Zthe corresponding env file under $HOME/.cargo.
522026-08-24T20:00:49.408Z
532026-08-24T20:00:49.408ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T20:00:49.408Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T20:00:49.408Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T20:00:49.408Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T20:00:49.408Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T20:00:49.408Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T20:00:49.408Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T20:00:49.408Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T20:00:49.408Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T20:00:49.488Z+ rustup --version
632026-08-24T20:00:49.501Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T20:00:49.507Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T20:00:49.517Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T20:00:49.525Z+ cargo --version
672026-08-24T20:00:49.542Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T20:00:49.547Z+ rustc --version
692026-08-24T20:00:49.557Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T20:00:49.563Zprocess exited: duration 17792 ms, exit code 0
 
712026-08-24T20:00:49.578Zstarting task 2: "authentication"
722026-08-24T20:00:49.589ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-24T20:01:25.563Zprocess exited: duration 35987 ms, exit code 0
 
742026-08-24T20:01:25.570Zstarting task 3: "clone repository"
752026-08-24T20:01:25.574Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-24T20:01:25.578Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-24T20:01:25.608ZCloning into '/work/oxidecomputer/omicron'...
782026-08-24T20:01:45.023Z+ cd /work/oxidecomputer/omicron
792026-08-24T20:01:45.023Z+ git fetch origin 9311c6602937fcfde01aa3da474e3a5d85890f6b
802026-08-24T20:01:45.381ZFrom https://github.com/oxidecomputer/omicron
812026-08-24T20:01:45.381Z * branch 9311c6602937fcfde01aa3da474e3a5d85890f6b -> FETCH_HEAD
822026-08-24T20:01:45.389Z+ [[ -n '' ]]
832026-08-24T20:01:45.389Z+ git reset --hard 9311c6602937fcfde01aa3da474e3a5d85890f6b
842026-08-24T20:01:45.408ZHEAD is now at 9311c6602 Bump tokio-postgres from 0.7.16 to 0.7.18
852026-08-24T20:01:45.415Zprocess exited: duration 19833 ms, exit code 0
 
862026-08-24T20:01:45.431Zstarting task 4: "build"
872026-08-24T20:01:45.444Z+ source .github/buildomat/ci-env.sh
882026-08-24T20:01:45.444Z++ export CARGO_TERM_COLOR=always
892026-08-24T20:01:45.444Z++ CARGO_TERM_COLOR=always
902026-08-24T20:01:45.444Z+++ uname -s
912026-08-24T20:01:45.444Z++ [[ SunOS == \S\u\n\O\S ]]
922026-08-24T20:01:45.444Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-08-24T20:01:45.444Z+ cargo --version
942026-08-24T20:01:45.458Zcargo 1.97.1 (c980f4866 2026-06-30)
952026-08-24T20:01:45.458Z+ rustc --version
962026-08-24T20:01:45.468Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-24T20:01:45.476Z+ source ./env.sh
982026-08-24T20:01:45.477Z++ OLD_SHELL_OPTS=ehxB
992026-08-24T20:01:45.477Z++ set -o xtrace
1002026-08-24T20:01:45.477Z++++ dirname ./env.sh
1012026-08-24T20:01:45.477Z+++ readlink -f .
1022026-08-24T20:01:45.493Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032026-08-24T20:01:45.493Z++ export 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-24T20:01:45.493Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-24T20:01:45.494Z++ 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
1062026-08-24T20:01:45.494Z++ 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
1072026-08-24T20:01:45.494Z++ 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
1082026-08-24T20:01:45.494Z++ 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
1092026-08-24T20:01:45.494Z++ 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
1102026-08-24T20:01:45.494Z++ 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
1112026-08-24T20:01:45.494Z++ 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
1122026-08-24T20:01:45.494Z++ 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
1132026-08-24T20:01:45.494Z++ case $OLD_SHELL_OPTS in
1142026-08-24T20:01:45.494Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-08-24T20:01:45.494Z+ 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
1162026-08-24T20:01:45.494Z+ 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
1172026-08-24T20:01:45.494Z+ banner prerequisites
1182026-08-24T20:01:45.494Z
1192026-08-24T20:01:45.494Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-08-24T20:01:45.494Z # # # # # # # # # # # # # # #
1212026-08-24T20:01:45.495Z # # # # ##### # # ##### # # # # # #### #
1222026-08-24T20:01:45.495Z ##### ##### # ##### # # # # # # # # #
1232026-08-24T20:01:45.495Z # # # # # # # # # # # # # # #
1242026-08-24T20:01:45.495Z # # # ###### # # ###### ### # #### # #### #
1252026-08-24T20:01:45.495Z
1262026-08-24T20:01:45.495Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-08-24T20:01:47.606Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-24T20:01:47.962Z Startup: Caching catalogs ... Done
1292026-08-24T20:01:49.988ZPlanning: Solver setup ... Done (1.885s)
1302026-08-24T20:01:50.101ZPlanning: Running solver ... Done (0.062s)
1312026-08-24T20:01:50.109ZPlanning: Finding local manifests ... Done (0.003s)
1322026-08-24T20:01:50.109ZPlanning: Fetching manifests: 0/2 0% complete
1332026-08-24T20:01:50.109ZPlanning: Fetching manifests: 2/2 100% complete
1342026-08-24T20:01:50.131ZPlanning: Package planning ... Done (0.013s)
1352026-08-24T20:01:50.131ZPlanning: Merging actions ... Done (0.001s)
1362026-08-24T20:01:50.340ZPlanning: Checking for conflicting actions ... Done (0.219s)
1372026-08-24T20:01:50.364ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-08-24T20:01:51.088ZPlanning: Evaluating mediators ... Done (0.754s)
1392026-08-24T20:01:51.100ZPlanning: Planning completed in 3.09 seconds
1402026-08-24T20:01:51.100Z Packages to install: 2
1412026-08-24T20:01:51.100Z Estimated space available: 156.01 GB
1422026-08-24T20:01:51.100ZEstimated space to be consumed: 76.36 MB
1432026-08-24T20:01:51.100Z Create boot environment: No
1442026-08-24T20:01:51.100ZCreate backup boot environment: No
1452026-08-24T20:01:51.100Z Rebuild boot archive: No
1462026-08-24T20:01:51.101Z
1472026-08-24T20:01:51.101ZChanged packages:
1482026-08-24T20:01:51.101Zhelios
1492026-08-24T20:01:51.101Z developer/build-essential
1502026-08-24T20:01:51.101Z None -> 11-3.0
1512026-08-24T20:01:51.101Z library/libxmlsec1
1522026-08-24T20:01:51.101Z None -> 1.2.35-3.0
1532026-08-24T20:01:51.117Z
1542026-08-24T20:01:51.117ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-08-24T20:01:51.197ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1562026-08-24T20:01:51.275Z Actions: 1/268 actions (Installing new actions)
1572026-08-24T20:01:51.307Z Actions: Completed 268 actions in 0.04 seconds.
1582026-08-24T20:01:51.343ZFinalize: Updating package state database ... Done (0.034s)
1592026-08-24T20:01:51.364ZFinalize: Updating package cache ... Done (0.000s)
1602026-08-24T20:01:51.423ZFinalize: Updating image state ... Done (0.084s)
1612026-08-24T20:01:53.884ZFinalize: Creating fast lookup database ... Done (2.408s)
1622026-08-24T20:01:53.950ZFinalize: Reading search index ... Done (0.012s)
1632026-08-24T20:01:53.956ZFinalize: Updating search index ... Done (0.000s)
1642026-08-24T20:01:54.069ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-24T20:01:54.433ZPlanning: Evaluating mediator changes ... Done
1662026-08-24T20:01:54.545ZPlanning: Checking for conflicting actions ... Done
1672026-08-24T20:01:54.550ZPlanning: Consolidating action changes ... Done
1682026-08-24T20:01:54.694ZPlanning: Evaluating mediators ... Done
1692026-08-24T20:01:54.705ZPlanning: Planning completed in 0.26 seconds
1702026-08-24T20:01:54.714Z Mediators to change: 2
1712026-08-24T20:01:54.714Z Create boot environment: No
1722026-08-24T20:01:54.718ZCreate backup boot environment: No
1732026-08-24T20:01:54.767ZFinalize: Updating package state database ... Done
1742026-08-24T20:01:54.767ZFinalize: Updating package cache ... Done
1752026-08-24T20:01:54.813ZFinalize: Updating image state ... Done
1762026-08-24T20:01:56.763ZFinalize: Creating fast lookup database ... Done
1772026-08-24T20:01:56.820ZFinalize: Reading search index ... Done
1782026-08-24T20:01:56.827ZFinalize: Updating search index ... Done
1792026-08-24T20:01:56.901ZFinalize: Updating package cache ... Done
1802026-08-24T20:01:57.181ZPlanning: Evaluating mediator changes ... Done
1812026-08-24T20:01:57.286ZPlanning: Checking for conflicting actions ... Done
1822026-08-24T20:01:57.294ZPlanning: Consolidating action changes ... Done
1832026-08-24T20:01:57.457ZPlanning: Evaluating mediators ... Done
1842026-08-24T20:01:57.463ZPlanning: Planning completed in 0.26 seconds
1852026-08-24T20:01:57.472Z Mediators to change: 1
1862026-08-24T20:01:57.472Z Create boot environment: No
1872026-08-24T20:01:57.472ZCreate backup boot environment: No
1882026-08-24T20:01:57.515ZFinalize: Updating package state database ... Done
1892026-08-24T20:01:57.520ZFinalize: Updating package cache ... Done
1902026-08-24T20:01:57.567ZFinalize: Updating image state ... Done
1912026-08-24T20:01:59.503ZFinalize: Creating fast lookup database ... Done
1922026-08-24T20:01:59.565ZFinalize: Reading search index ... Done
1932026-08-24T20:01:59.572ZFinalize: Updating search index ... Done
1942026-08-24T20:01:59.656ZFinalize: Updating package cache ... Done
1952026-08-24T20:01:59.966ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-08-24T20:01:59.966Zapache system 2.4 system
1972026-08-24T20:01:59.967Zclang system 15 system
1982026-08-24T20:01:59.967Zcsh system system illumos
1992026-08-24T20:01:59.967Zctags system system illumos
2002026-08-24T20:01:59.967Zfile vendor vendor darwinsys
2012026-08-24T20:01:59.967Zfile system system illumos
2022026-08-24T20:01:59.967Zgcc vendor 14 vendor
2032026-08-24T20:01:59.967Zgcc system 13 system
2042026-08-24T20:01:59.967Zgcc system 10 system
2052026-08-24T20:01:59.967Zgo system 1.25 system
2062026-08-24T20:01:59.967Zllvm system 15 system
2072026-08-24T20:01:59.967Zmariadb system 11.4 system
2082026-08-24T20:01:59.967Zmta vendor vendor dma
2092026-08-24T20:01:59.967Zopenjdk system 17 system
2102026-08-24T20:01:59.967Zopenjdk system 11 system
2112026-08-24T20:01:59.967Zopenssl vendor 3 vendor
2122026-08-24T20:01:59.967Zperl system 5.40 system
2132026-08-24T20:01:59.967Zpostgresql system 18 system
2142026-08-24T20:01:59.967Zpostgresql system 17 system
2152026-08-24T20:01:59.967Zpython vendor 3 vendor
2162026-08-24T20:01:59.967Zpython system 2 system
2172026-08-24T20:01:59.967Zpython3 vendor 3.13 vendor
2182026-08-24T20:01:59.967Zruby system 3.4 system
2192026-08-24T20:01:59.967Zruby system 3.0 system
2202026-08-24T20:01:59.968Zwords vendor vendor american-english
2212026-08-24T20:01:59.968Zwords system system australian-english
2222026-08-24T20:01:59.968Zwords system system british-english
2232026-08-24T20:01:59.968Zwords system system canadian-english
2242026-08-24T20:01:59.968Zwords system system french
2252026-08-24T20:01:59.968Zwords system system italian
2262026-08-24T20:01:59.968Zwords system system ngerman
2272026-08-24T20:01:59.968Zwords system system ogerman
2282026-08-24T20:01:59.968Zwords system system spanish
2292026-08-24T20:02:00.274ZPUBLISHER TYPE STATUS P LOCATION
2302026-08-24T20:02:00.274Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-08-24T20:02:00.693ZFMRI IFO
2322026-08-24T20:02:00.693Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-08-24T20:02:00.693Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-08-24T20:02:00.694Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-08-24T20:02:00.694Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-08-24T20:02:00.694Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-08-24T20:02:00.694Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-08-24T20:02:00.694Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-08-24T20:02:00.694Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-08-24T20:02:00.694Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-08-24T20:02:01.018Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-08-24T20:02:01.350Z Updating crates.io index
2432026-08-24T20:02:01.386Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-08-24T20:02:01.932Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-08-24T20:02:02.120Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-08-24T20:02:03.406Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-08-24T20:02:04.052Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-08-24T20:02:06.148Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-08-24T20:02:07.104Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-08-24T20:02:07.445Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-08-24T20:02:07.805Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-08-24T20:02:09.186Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-24T20:02:09.462Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-08-24T20:02:09.910Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-08-24T20:02:10.253Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-08-24T20:02:10.517Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-08-24T20:02:10.847Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-08-24T20:02:11.210Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-08-24T20:02:11.461Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-08-24T20:02:12.245Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-24T20:02:12.353Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-08-24T20:02:12.759Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2632026-08-24T20:02:13.044Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-24T20:02:13.475Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2652026-08-24T20:02:13.821Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2662026-08-24T20:02:14.398Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-08-24T20:02:14.783Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-08-24T20:02:15.059Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-08-24T20:02:19.270Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-08-24T20:02:19.271Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-08-24T20:02:19.272Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-08-24T20:02:19.272Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-08-24T20:02:19.272Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-08-24T20:02:19.272Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-08-24T20:02:19.272Z Updating git repository `https://github.com/oxidecomputer/tough`
2762026-08-24T20:02:19.299Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-08-24T20:02:19.300Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-08-24T20:02:19.300Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-08-24T20:02:19.300Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-08-24T20:02:19.457Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812026-08-24T20:02:19.755Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-08-24T20:02:20.053Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-08-24T20:02:20.394Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-08-24T20:02:20.705Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-08-24T20:02:20.982Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2862026-08-24T20:02:23.676Z Downloading crates ...
2872026-08-24T20:02:23.717Z Downloaded autocfg v1.5.0
2882026-08-24T20:02:23.726Z Downloaded anstyle-parse v1.0.0
2892026-08-24T20:02:23.732Z Downloaded fastrand v2.3.0
2902026-08-24T20:02:23.738Z Downloaded anstream v1.0.0
2912026-08-24T20:02:23.738Z Downloaded pest_meta v2.8.6
2922026-08-24T20:02:23.738Z Downloaded cargo-platform v0.3.2
2932026-08-24T20:02:23.741Z Downloaded strsim v0.11.1
2942026-08-24T20:02:23.741Z Downloaded usdt-attr-macro v0.5.0
2952026-08-24T20:02:23.741Z Downloaded camino-tempfile v1.4.1
2962026-08-24T20:02:23.745Z Downloaded colorchoice v1.0.4
2972026-08-24T20:02:23.749Z Downloaded thiserror-impl v1.0.69
2982026-08-24T20:02:23.753Z Downloaded macaddr v1.0.1
2992026-08-24T20:02:23.753Z Downloaded cpufeatures v0.2.17
3002026-08-24T20:02:23.757Z Downloaded fnv v1.0.7
3012026-08-24T20:02:23.758Z Downloaded cfg-if v1.0.4
3022026-08-24T20:02:23.758Z Downloaded dtrace-parser v0.2.0
3032026-08-24T20:02:23.762Z Downloaded zmij v1.0.21
3042026-08-24T20:02:23.762Z Downloaded zerocopy v0.7.35
3052026-08-24T20:02:23.772Z Downloaded byteorder v1.5.0
3062026-08-24T20:02:23.773Z Downloaded cargo_toml v0.21.0
3072026-08-24T20:02:23.773Z Downloaded dof v0.3.0
3082026-08-24T20:02:23.774Z Downloaded crypto-common v0.1.7
3092026-08-24T20:02:23.774Z Downloaded errno v0.3.14
3102026-08-24T20:02:23.774Z Downloaded generic-array v0.14.7
3112026-08-24T20:02:23.795Z Downloaded is_terminal_polyfill v1.70.2
3122026-08-24T20:02:23.795Z Downloaded block-buffer v0.10.4
3132026-08-24T20:02:23.795Z Downloaded anstyle v1.0.14
3142026-08-24T20:02:23.795Z Downloaded unicode-ident v1.0.24
3152026-08-24T20:02:23.795Z Downloaded bytecount v0.6.9
3162026-08-24T20:02:23.795Z Downloaded cargo_metadata v0.23.1
3172026-08-24T20:02:23.795Z Downloaded equivalent v1.0.2
3182026-08-24T20:02:23.795Z Downloaded heck v0.5.0
3192026-08-24T20:02:23.795Z Downloaded proc-macro2 v1.0.106
3202026-08-24T20:02:23.795Z Downloaded anstyle-query v1.1.5
3212026-08-24T20:02:23.811Z Downloaded swrite v0.1.0
3222026-08-24T20:02:23.811Z Downloaded toml_write v0.1.2
3232026-08-24T20:02:23.815Z Downloaded memmap v0.7.0
3242026-08-24T20:02:23.815Z Downloaded terminal_size v0.4.3
3252026-08-24T20:02:23.815Z Downloaded utf8parse v0.2.2
3262026-08-24T20:02:23.815Z Downloaded fs-err v3.3.0
3272026-08-24T20:02:23.815Z Downloaded digest v0.10.7
3282026-08-24T20:02:23.815Z Downloaded unicode-linebreak v0.1.5
3292026-08-24T20:02:23.815Z Downloaded heck v0.4.1
3302026-08-24T20:02:23.827Z Downloaded version_check v0.9.5
3312026-08-24T20:02:23.833Z Downloaded toml_datetime v0.6.11
3322026-08-24T20:02:23.833Z Downloaded itoa v1.0.17
3332026-08-24T20:02:23.837Z Downloaded tabled_derive v0.7.0
3342026-08-24T20:02:23.837Z Downloaded pretty-hex v0.4.1
3352026-08-24T20:02:23.837Z Downloaded proc-macro-error-attr v1.0.4
3362026-08-24T20:02:23.841Z Downloaded usdt-macro v0.5.0
3372026-08-24T20:02:23.841Z Downloaded plain v0.2.3
3382026-08-24T20:02:23.841Z Downloaded thread-id v4.2.2
3392026-08-24T20:02:23.841Z Downloaded serde_spanned v0.6.9
3402026-08-24T20:02:23.845Z Downloaded thiserror v1.0.69
3412026-08-24T20:02:23.849Z Downloaded clap_lex v1.0.0
3422026-08-24T20:02:23.856Z Downloaded scroll_derive v0.12.1
3432026-08-24T20:02:23.867Z Downloaded proc-macro-error v1.0.4
3442026-08-24T20:02:23.883Z Downloaded thiserror-impl v2.0.18
3452026-08-24T20:02:23.883Z Downloaded thiserror v2.0.18
3462026-08-24T20:02:23.883Z Downloaded scroll v0.12.0
3472026-08-24T20:02:23.883Z Downloaded serde_tokenstream v0.2.3
3482026-08-24T20:02:23.886Z Downloaded smawk v0.3.2
3492026-08-24T20:02:23.887Z Downloaded usdt-impl v0.5.0
3502026-08-24T20:02:23.890Z Downloaded quote v1.0.45
3512026-08-24T20:02:23.890Z Downloaded sha2 v0.10.9
3522026-08-24T20:02:23.890Z Downloaded anyhow v1.0.104
3532026-08-24T20:02:23.896Z Downloaded pest_derive v2.8.6
3542026-08-24T20:02:23.899Z Downloaded toml v0.8.23
3552026-08-24T20:02:23.900Z Downloaded camino v1.2.5
3562026-08-24T20:02:23.903Z Downloaded getrandom v0.4.3
3572026-08-24T20:02:23.907Z Downloaded once_cell v1.21.3
3582026-08-24T20:02:23.911Z Downloaded usdt v0.5.0
3592026-08-24T20:02:23.915Z Downloaded clap_derive v4.6.1
3602026-08-24T20:02:23.918Z Downloaded semver v1.0.28
3612026-08-24T20:02:23.918Z Downloaded tempfile v3.27.0
3622026-08-24T20:02:23.918Z Downloaded ucd-trie v0.1.7
3632026-08-24T20:02:23.918Z Downloaded bitflags v2.11.0
3642026-08-24T20:02:23.923Z Downloaded pest_generator v2.8.6
3652026-08-24T20:02:23.927Z Downloaded zerocopy-derive v0.7.35
3662026-08-24T20:02:23.931Z Downloaded clap v4.6.1
3672026-08-24T20:02:23.941Z Downloaded textwrap v0.16.2
3682026-08-24T20:02:23.944Z Downloaded log v0.4.33
3692026-08-24T20:02:23.952Z Downloaded memchr v2.8.0
3702026-08-24T20:02:23.958Z Downloaded toml_edit v0.22.27
3712026-08-24T20:02:23.963Z Downloaded serde_core v1.0.228
3722026-08-24T20:02:23.963Z Downloaded serde_derive v1.0.228
3732026-08-24T20:02:23.966Z Downloaded indexmap v2.14.0
3742026-08-24T20:02:23.970Z Downloaded papergrid v0.11.0
3752026-08-24T20:02:23.974Z Downloaded typenum v1.20.1
3762026-08-24T20:02:23.988Z Downloaded serde v1.0.228
3772026-08-24T20:02:23.992Z Downloaded pest v2.8.6
3782026-08-24T20:02:24.019Z Downloaded winnow v0.7.14
3792026-08-24T20:02:24.029Z Downloaded hashbrown v0.17.0
3802026-08-24T20:02:24.036Z Downloaded clap_builder v4.6.0
3812026-08-24T20:02:24.041Z Downloaded serde_json v1.0.151
3822026-08-24T20:02:24.061Z Downloaded goblin v0.8.2
3832026-08-24T20:02:24.064Z Downloaded tabled v0.15.0
3842026-08-24T20:02:24.072Z Downloaded syn v2.0.117
3852026-08-24T20:02:24.079Z Downloaded unicode-width v0.2.0
3862026-08-24T20:02:24.084Z Downloaded syn v1.0.109
3872026-08-24T20:02:24.090Z Downloaded unicode-width v0.1.14
3882026-08-24T20:02:24.103Z Downloaded rustix v1.1.4
3892026-08-24T20:02:24.126Z Downloaded libc v0.2.185
3902026-08-24T20:02:24.187Z Compiling proc-macro2 v1.0.106
3912026-08-24T20:02:24.187Z Compiling unicode-ident v1.0.24
3922026-08-24T20:02:24.187Z Compiling quote v1.0.45
3932026-08-24T20:02:24.187Z Compiling serde_core v1.0.228
3942026-08-24T20:02:24.191Z Compiling libc v0.2.185
3952026-08-24T20:02:24.191Z Compiling version_check v0.9.5
3962026-08-24T20:02:24.192Z Compiling memchr v2.8.0
3972026-08-24T20:02:24.192Z Compiling serde v1.0.228
3982026-08-24T20:02:24.546Z Compiling zmij v1.0.21
3992026-08-24T20:02:24.705Z Compiling thiserror v1.0.69
4002026-08-24T20:02:24.814Z Compiling itoa v1.0.17
4012026-08-24T20:02:24.996Z Compiling ucd-trie v0.1.7
4022026-08-24T20:02:25.146Z Compiling pest v2.8.6
4032026-08-24T20:02:25.205Z Compiling rustix v1.1.4
4042026-08-24T20:02:25.265Z Compiling byteorder v1.5.0
4052026-08-24T20:02:25.265Z Compiling errno v0.3.14
4062026-08-24T20:02:25.363Z Compiling serde_json v1.0.151
4072026-08-24T20:02:25.400Z Compiling bitflags v2.11.0
4082026-08-24T20:02:25.618Z Compiling thread-id v4.2.2
4092026-08-24T20:02:25.698Z Compiling syn v2.0.117
4102026-08-24T20:02:25.714Z Compiling usdt-impl v0.5.0
4112026-08-24T20:02:25.719Z Compiling proc-macro-error-attr v1.0.4
4122026-08-24T20:02:25.780Z Compiling camino v1.2.5
4132026-08-24T20:02:25.908Z Compiling syn v1.0.109
4142026-08-24T20:02:26.080Z Compiling proc-macro-error v1.0.4
4152026-08-24T20:02:26.145Z Compiling hashbrown v0.17.0
4162026-08-24T20:02:26.206Z Compiling pest_meta v2.8.6
4172026-08-24T20:02:26.313Z Compiling plain v0.2.3
4182026-08-24T20:02:26.363Z Compiling equivalent v1.0.2
4192026-08-24T20:02:26.427Z Compiling log v0.4.33
4202026-08-24T20:02:26.454Z Compiling getrandom v0.4.3
4212026-08-24T20:02:26.675Z Compiling utf8parse v0.2.2
4222026-08-24T20:02:26.693Z Compiling indexmap v2.14.0
4232026-08-24T20:02:26.788Z Compiling anstyle-parse v1.0.0
4242026-08-24T20:02:26.831Z Compiling terminal_size v0.4.3
4252026-08-24T20:02:27.344Z Compiling anstyle v1.0.14
4262026-08-24T20:02:27.500Z Compiling anstyle-query v1.1.5
4272026-08-24T20:02:27.522Z Compiling cfg-if v1.0.4
4282026-08-24T20:02:27.574Z Compiling winnow v0.7.14
4292026-08-24T20:02:27.597Z Compiling pretty-hex v0.4.1
4302026-08-24T20:02:27.613Z Compiling thiserror v2.0.18
4312026-08-24T20:02:27.629Z Compiling colorchoice v1.0.4
4322026-08-24T20:02:27.737Z Compiling autocfg v1.5.0
4332026-08-24T20:02:27.755Z Compiling toml_write v0.1.2
4342026-08-24T20:02:27.812Z Compiling is_terminal_polyfill v1.70.2
4352026-08-24T20:02:27.909Z Compiling pest_generator v2.8.6
4362026-08-24T20:02:27.965Z Compiling anstream v1.0.0
4372026-08-24T20:02:28.151Z Compiling strsim v0.11.1
4382026-08-24T20:02:28.168Z Compiling fs-err v3.3.0
4392026-08-24T20:02:28.267Z Compiling fnv v1.0.7
4402026-08-24T20:02:28.357Z Compiling anyhow v1.0.104
4412026-08-24T20:02:28.374Z Compiling fastrand v2.3.0
4422026-08-24T20:02:28.423Z Compiling heck v0.5.0
4432026-08-24T20:02:28.493Z Compiling unicode-width v0.1.14
4442026-08-24T20:02:28.592Z Compiling bytecount v0.6.9
4452026-08-24T20:02:28.630Z Compiling clap_lex v1.0.0
4462026-08-24T20:02:28.654Z Compiling heck v0.4.1
4472026-08-24T20:02:28.658Z Compiling once_cell v1.21.3
4482026-08-24T20:02:28.727Z Compiling papergrid v0.11.0
4492026-08-24T20:02:28.883Z Compiling tempfile v3.27.0
4502026-08-24T20:02:28.887Z Compiling clap_builder v4.6.0
4512026-08-24T20:02:28.957Z Compiling tabled_derive v0.7.0
4522026-08-24T20:02:28.978Z Compiling semver v1.0.28
4532026-08-24T20:02:28.994Z Compiling cargo-platform v0.3.2
4542026-08-24T20:02:29.056Z Compiling memmap v0.7.0
4552026-08-24T20:02:29.225Z Compiling smawk v0.3.2
4562026-08-24T20:02:29.242Z Compiling unicode-linebreak v0.1.5
4572026-08-24T20:02:29.267Z Compiling unicode-width v0.2.0
4582026-08-24T20:02:29.289Z Compiling camino-tempfile v1.4.1
4592026-08-24T20:02:29.483Z Compiling textwrap v0.16.2
4602026-08-24T20:02:29.505Z Compiling serde_derive v1.0.228
4612026-08-24T20:02:29.522Z Compiling thiserror-impl v1.0.69
4622026-08-24T20:02:29.539Z Compiling zerocopy-derive v0.7.35
4632026-08-24T20:02:29.696Z Compiling pest_derive v2.8.6
4642026-08-24T20:02:29.890Z Compiling scroll_derive v0.12.1
4652026-08-24T20:02:30.001Z Compiling thiserror-impl v2.0.18
4662026-08-24T20:02:30.151Z Compiling clap_derive v4.6.1
4672026-08-24T20:02:30.170Z Compiling tabled v0.15.0
4682026-08-24T20:02:30.428Z Compiling zerocopy v0.7.35
4692026-08-24T20:02:30.560Z Compiling scroll v0.12.0
4702026-08-24T20:02:30.842Z Compiling goblin v0.8.2
4712026-08-24T20:02:30.923Z Compiling dtrace-parser v0.2.0
4722026-08-24T20:02:31.339Z Compiling swrite v0.1.0
4732026-08-24T20:02:31.880Z Compiling clap v4.6.1
4742026-08-24T20:02:32.459Z Compiling toml_datetime v0.6.11
4752026-08-24T20:02:32.459Z Compiling serde_spanned v0.6.9
4762026-08-24T20:02:32.459Z Compiling cargo_metadata v0.23.1
4772026-08-24T20:02:32.463Z Compiling macaddr v1.0.1
4782026-08-24T20:02:32.463Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-08-24T20:02:32.545Z Compiling dof v0.3.0
4802026-08-24T20:02:32.562Z Compiling serde_tokenstream v0.2.3
4812026-08-24T20:02:32.637Z Compiling toml_edit v0.22.27
4822026-08-24T20:02:33.272Z Compiling usdt-macro v0.5.0
4832026-08-24T20:02:33.288Z Compiling usdt-attr-macro v0.5.0
4842026-08-24T20:02:33.881Z Compiling usdt v0.5.0
4852026-08-24T20:02:33.975Z Compiling toml v0.8.23
4862026-08-24T20:02:34.302Z Compiling cargo_toml v0.21.0
4872026-08-24T20:02:35.582Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-08-24T20:02:37.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s
4892026-08-24T20:02:37.785Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-08-24T20:02:38.294Z Downloading crates ...
4912026-08-24T20:02:38.348Z Downloaded addr2line v0.25.1
4922026-08-24T20:02:38.362Z Downloaded aws-lc-rs v1.16.3
4932026-08-24T20:02:38.368Z Downloaded bitfield-macros v0.19.4
4942026-08-24T20:02:38.373Z Downloaded async-stream v0.3.6
4952026-08-24T20:02:38.373Z Downloaded atomicwrites v0.4.4
4962026-08-24T20:02:38.373Z Downloaded argon2 v0.5.3
4972026-08-24T20:02:38.373Z Downloaded array-init v0.0.4
4982026-08-24T20:02:38.373Z Downloaded assert_matches v1.5.0
4992026-08-24T20:02:38.373Z Downloaded bcrypt-pbkdf v0.11.0
5002026-08-24T20:02:38.378Z Downloaded bitfield-struct v0.6.2
5012026-08-24T20:02:38.378Z Downloaded arrayref v0.3.9
5022026-08-24T20:02:38.378Z Downloaded funty v2.0.0
5032026-08-24T20:02:38.378Z Downloaded async-recursion v1.1.1
5042026-08-24T20:02:38.381Z Downloaded async-stream-impl v0.3.6
5052026-08-24T20:02:38.381Z Downloaded atty v0.2.14
5062026-08-24T20:02:38.389Z Downloaded enum_dispatch v0.3.13
5072026-08-24T20:02:38.389Z Downloaded enum-as-inner v0.6.1
5082026-08-24T20:02:38.393Z Downloaded backtrace-ext v0.2.1
5092026-08-24T20:02:38.393Z Downloaded aead v0.6.1
5102026-08-24T20:02:38.393Z Downloaded fd-lock v4.0.4
5112026-08-24T20:02:38.393Z Downloaded embedded-io v0.6.1
5122026-08-24T20:02:38.397Z Downloaded flagset v0.4.7
5132026-08-24T20:02:38.397Z Downloaded futures-task v0.3.32
5142026-08-24T20:02:38.400Z Downloaded fxhash v0.2.1
5152026-08-24T20:02:38.400Z Downloaded atomic-waker v1.1.2
5162026-08-24T20:02:38.404Z Downloaded fixedbitset v0.4.2
5172026-08-24T20:02:38.404Z Downloaded foreign-types-shared v0.1.1
5182026-08-24T20:02:38.407Z Downloaded futures-io v0.3.32
5192026-08-24T20:02:38.407Z Downloaded bb8 v0.8.6
5202026-08-24T20:02:38.409Z Downloaded bit-set v0.8.0
5212026-08-24T20:02:38.409Z Downloaded ff v0.13.1
5222026-08-24T20:02:38.413Z Downloaded block-buffer v0.12.1
5232026-08-24T20:02:38.413Z Downloaded arrayvec v0.7.6
5242026-08-24T20:02:38.413Z Downloaded backoff v0.4.0
5252026-08-24T20:02:38.413Z Downloaded bcs v0.1.6
5262026-08-24T20:02:38.417Z Downloaded anstream v0.6.21
5272026-08-24T20:02:38.417Z Downloaded blowfish v0.10.0
5282026-08-24T20:02:38.417Z Downloaded embedded-io v0.4.0
5292026-08-24T20:02:38.421Z Downloaded futures-core v0.3.32
5302026-08-24T20:02:38.421Z Downloaded futures-sink v0.3.32
5312026-08-24T20:02:38.421Z Downloaded float-cmp v0.10.0
5322026-08-24T20:02:38.421Z Downloaded ascii-canvas v3.0.0
5332026-08-24T20:02:38.421Z Downloaded base16ct v0.2.0
5342026-08-24T20:02:38.424Z Downloaded endian-type v0.1.2
5352026-08-24T20:02:38.425Z Downloaded foreign-types v0.3.2
5362026-08-24T20:02:38.425Z Downloaded foreign-types v0.5.0
5372026-08-24T20:02:38.425Z Downloaded base16ct v1.0.0
5382026-08-24T20:02:38.435Z Downloaded adler2 v2.0.1
5392026-08-24T20:02:38.439Z Downloaded foreign-types-shared v0.3.1
5402026-08-24T20:02:38.442Z Downloaded ciborium-ll v0.2.2
5412026-08-24T20:02:38.443Z Downloaded float-ord v0.3.2
5422026-08-24T20:02:38.443Z Downloaded hex v0.4.3
5432026-08-24T20:02:38.443Z Downloaded futures-macro v0.3.32
5442026-08-24T20:02:38.447Z Downloaded aead v0.5.2
5452026-08-24T20:02:38.450Z Downloaded compression-core v0.4.31
5462026-08-24T20:02:38.450Z Downloaded ena v0.14.4
5472026-08-24T20:02:38.454Z Downloaded ff v0.14.0
5482026-08-24T20:02:38.454Z Downloaded block-padding v0.4.2
5492026-08-24T20:02:38.454Z Downloaded erased-serde v0.3.31
5502026-08-24T20:02:38.460Z Downloaded cfg_aliases v0.2.1
5512026-08-24T20:02:38.460Z Downloaded cobs v0.3.0
5522026-08-24T20:02:38.463Z Downloaded ciborium-io v0.2.2
5532026-08-24T20:02:38.467Z Downloaded foreign-types-macros v0.2.3
5542026-08-24T20:02:38.472Z Downloaded hash32 v0.2.1
5552026-08-24T20:02:38.472Z Downloaded http-range v0.1.5
5562026-08-24T20:02:38.476Z Downloaded hash32 v0.3.1
5572026-08-24T20:02:38.476Z Downloaded http-body v1.0.1
5582026-08-24T20:02:38.477Z Downloaded hex-literal v1.1.0
5592026-08-24T20:02:38.481Z Downloaded hubpack v0.1.2
5602026-08-24T20:02:38.481Z Downloaded base64ct v1.8.3
5612026-08-24T20:02:38.481Z Downloaded bit-set v0.5.3
5622026-08-24T20:02:38.481Z Downloaded bitflags v1.3.2
5632026-08-24T20:02:38.486Z Downloaded cipher v0.4.4
5642026-08-24T20:02:38.486Z Downloaded ghash v0.6.0
5652026-08-24T20:02:38.486Z Downloaded httpdate v1.0.3
5662026-08-24T20:02:38.486Z Downloaded globwalk v0.9.1
5672026-08-24T20:02:38.486Z Downloaded home v0.5.12
5682026-08-24T20:02:38.489Z Downloaded git-stub v1.0.0
5692026-08-24T20:02:38.493Z Downloaded hostname v0.3.1
5702026-08-24T20:02:38.493Z Downloaded hostname v0.4.2
5712026-08-24T20:02:38.494Z Downloaded bit-vec v0.8.0
5722026-08-24T20:02:38.500Z Downloaded castaway v0.2.4
5732026-08-24T20:02:38.500Z Downloaded hubpack_derive v0.1.1
5742026-08-24T20:02:38.504Z Downloaded nibble_vec v0.1.0
5752026-08-24T20:02:38.504Z Downloaded nodrop v0.1.14
5762026-08-24T20:02:38.504Z Downloaded num-conv v0.2.0
5772026-08-24T20:02:38.504Z Downloaded openssl-macros v0.1.1
5782026-08-24T20:02:38.504Z Downloaded num-derive v0.4.2
5792026-08-24T20:02:38.504Z Downloaded headers-core v0.3.0
5802026-08-24T20:02:38.504Z Downloaded oxide-generation-macros v0.2.0
5812026-08-24T20:02:38.504Z Downloaded normalize-line-endings v0.3.0
5822026-08-24T20:02:38.509Z Downloaded fallible-iterator v0.2.0
5832026-08-24T20:02:38.509Z Downloaded gethostname v0.5.0
5842026-08-24T20:02:38.513Z Downloaded env_logger v0.11.11
5852026-08-24T20:02:38.513Z Downloaded filetime v0.2.27
5862026-08-24T20:02:38.517Z Downloaded bs58 v0.5.1
5872026-08-24T20:02:38.521Z Downloaded buf-list v1.1.2
5882026-08-24T20:02:38.526Z Downloaded foldhash v0.2.0
5892026-08-24T20:02:38.526Z Downloaded async-trait v0.1.89
5902026-08-24T20:02:38.526Z Downloaded env_filter v2.0.0
5912026-08-24T20:02:38.526Z Downloaded fixedbitset v0.5.7
5922026-08-24T20:02:38.529Z Downloaded glob v0.3.3
5932026-08-24T20:02:38.529Z Downloaded group v0.13.0
5942026-08-24T20:02:38.529Z Downloaded anstyle-parse v0.2.7
5952026-08-24T20:02:38.530Z Downloaded cbc v0.2.1
5962026-08-24T20:02:38.530Z Downloaded bitfield v0.19.4
5972026-08-24T20:02:38.530Z Downloaded cfg_aliases v0.1.1
5982026-08-24T20:02:38.534Z Downloaded const-oid v0.10.2
5992026-08-24T20:02:38.534Z Downloaded cmake v0.1.57
6002026-08-24T20:02:38.534Z Downloaded bit-vec v0.6.3
6012026-08-24T20:02:38.537Z Downloaded elliptic-curve v0.14.1
6022026-08-24T20:02:38.537Z Downloaded find-msvc-tools v0.1.9
6032026-08-24T20:02:38.537Z Downloaded futures-executor v0.3.32
6042026-08-24T20:02:38.537Z Downloaded compression-codecs v0.4.37
6052026-08-24T20:02:38.541Z Downloaded chacha20 v0.9.1
6062026-08-24T20:02:38.542Z Downloaded cipher v0.5.2
6072026-08-24T20:02:38.542Z Downloaded newline-converter v0.3.0
6082026-08-24T20:02:38.546Z Downloaded cassowary v0.3.0
6092026-08-24T20:02:38.546Z Downloaded cexpr v0.6.0
6102026-08-24T20:02:38.546Z Downloaded phf_shared v0.13.1
6112026-08-24T20:02:38.546Z Downloaded precomputed-hash v0.1.1
6122026-08-24T20:02:38.547Z Downloaded cmov v0.5.4
6132026-08-24T20:02:38.547Z Downloaded proc-macro-error-attr2 v2.0.0
6142026-08-24T20:02:38.551Z Downloaded rfc6979 v0.4.0
6152026-08-24T20:02:38.551Z Downloaded rfc6979 v0.6.0
6162026-08-24T20:02:38.551Z Downloaded progenitor-macro v0.14.0
6172026-08-24T20:02:38.551Z Downloaded progenitor-macro v0.13.0
6182026-08-24T20:02:38.551Z Downloaded radium v0.7.0
6192026-08-24T20:02:38.556Z Downloaded rustc-hash v2.1.1
6202026-08-24T20:02:38.560Z Downloaded globset v0.4.18
6212026-08-24T20:02:38.564Z Downloaded async-bb8-diesel v0.2.1
6222026-08-24T20:02:38.564Z Downloaded group v0.14.0
6232026-08-24T20:02:38.568Z Downloaded allocator-api2 v0.2.21
6242026-08-24T20:02:38.572Z Downloaded byte-wrapper v0.1.0
6252026-08-24T20:02:38.576Z Downloaded camino-tempfile-ext v0.3.3
6262026-08-24T20:02:38.576Z Downloaded http-body-util v0.1.3
6272026-08-24T20:02:38.580Z Downloaded secrecy v0.10.3
6282026-08-24T20:02:38.585Z Downloaded nu-ansi-term v0.50.3
6292026-08-24T20:02:38.588Z Downloaded num-integer v0.1.46
6302026-08-24T20:02:38.593Z Downloaded scopeguard v1.2.0
6312026-08-24T20:02:38.593Z Downloaded serde_urlencoded v0.7.1
6322026-08-24T20:02:38.593Z Downloaded form_urlencoded v1.2.2
6332026-08-24T20:02:38.594Z Downloaded git-stub-vcs v0.1.0
6342026-08-24T20:02:38.598Z Downloaded password-hash v0.5.0
6352026-08-24T20:02:38.598Z Downloaded pbkdf2 v0.13.0
6362026-08-24T20:02:38.598Z Downloaded pem v3.0.6
6372026-08-24T20:02:38.598Z Downloaded poly1305 v0.8.0
6382026-08-24T20:02:38.598Z Downloaded primefield v0.14.0
6392026-08-24T20:02:38.601Z Downloaded foldhash v0.1.5
6402026-08-24T20:02:38.601Z Downloaded fs_extra v1.3.0
6412026-08-24T20:02:38.606Z Downloaded futures-channel v0.3.32
6422026-08-24T20:02:38.606Z Downloaded httparse v1.10.1
6432026-08-24T20:02:38.606Z Downloaded bzip2 v0.6.1
6442026-08-24T20:02:38.611Z Downloaded chacha20 v0.10.0
6452026-08-24T20:02:38.611Z Downloaded colored v2.2.0
6462026-08-24T20:02:38.612Z Downloaded fatfs v0.3.6
6472026-08-24T20:02:38.612Z Downloaded serde-big-array v0.5.1
6482026-08-24T20:02:38.612Z Downloaded clang-sys v1.8.1
6492026-08-24T20:02:38.617Z Downloaded signature v2.2.0
6502026-08-24T20:02:38.617Z Downloaded argon2 v0.6.0-rc.8
6512026-08-24T20:02:38.617Z Downloaded backon v1.6.0
6522026-08-24T20:02:38.617Z Downloaded bzip2 v0.4.4
6532026-08-24T20:02:38.617Z Downloaded siphasher v1.0.2
6542026-08-24T20:02:38.622Z Downloaded slog-envlogger v2.2.0
6552026-08-24T20:02:38.622Z Downloaded cancel-safe-futures v0.1.5
6562026-08-24T20:02:38.623Z Downloaded colored v3.1.1
6572026-08-24T20:02:38.623Z Downloaded console v0.15.11
6582026-08-24T20:02:38.623Z Downloaded structmeta v0.3.0
6592026-08-24T20:02:38.623Z Downloaded subtle v2.6.1
6602026-08-24T20:02:38.629Z Downloaded testing_table v0.3.0
6612026-08-24T20:02:38.629Z Downloaded pem-rfc7468 v0.7.0
6622026-08-24T20:02:38.629Z Downloaded tokio-test v0.4.5
6632026-08-24T20:02:38.629Z Downloaded postgres-protocol v0.6.12
6642026-08-24T20:02:38.636Z Downloaded supports-hyperlinks v3.2.0
6652026-08-24T20:02:38.639Z Downloaded take_mut v0.2.2
6662026-08-24T20:02:38.639Z Downloaded utf-8 v0.7.6
6672026-08-24T20:02:38.639Z Downloaded xshell-macros v0.2.7
6682026-08-24T20:02:38.643Z Downloaded ahash v0.8.12
6692026-08-24T20:02:38.643Z Downloaded topological-sort v0.2.2
6702026-08-24T20:02:38.646Z Downloaded blake2 v0.10.6
6712026-08-24T20:02:38.646Z Downloaded ciborium v0.2.2
6722026-08-24T20:02:38.652Z Downloaded serde_tokenstream v0.3.0
6732026-08-24T20:02:38.652Z Downloaded sha1 v0.10.6
6742026-08-24T20:02:38.652Z Downloaded unarray v0.1.4
6752026-08-24T20:02:38.652Z Downloaded getrandom v0.2.17
6762026-08-24T20:02:38.656Z Downloaded hmac v0.13.0
6772026-08-24T20:02:38.656Z Downloaded usdt v0.6.0
6782026-08-24T20:02:38.656Z Downloaded zeroize_derive v1.5.0
6792026-08-24T20:02:38.656Z Downloaded fs-err v2.11.0
6802026-08-24T20:02:38.656Z Downloaded half v1.8.3
6812026-08-24T20:02:38.656Z Downloaded highway v1.3.0
6822026-08-24T20:02:38.661Z Downloaded hmac v0.12.1
6832026-08-24T20:02:38.661Z Downloaded crc-catalog v2.4.0
6842026-08-24T20:02:38.665Z Downloaded phf v0.12.1
6852026-08-24T20:02:38.669Z Downloaded parking_lot_core v0.9.12
6862026-08-24T20:02:38.674Z Downloaded spki v0.8.0
6872026-08-24T20:02:38.677Z Downloaded sponge-cursor v0.1.0
6882026-08-24T20:02:38.677Z Downloaded sqlformat v0.3.5
6892026-08-24T20:02:38.678Z Downloaded defmt-parser v1.0.0
6902026-08-24T20:02:38.678Z Downloaded difflib v0.4.0
6912026-08-24T20:02:38.683Z Downloaded const-oid v0.9.6
6922026-08-24T20:02:38.687Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6932026-08-24T20:02:38.690Z Downloaded blake2 v0.11.0-rc.6
6942026-08-24T20:02:38.691Z Downloaded console v0.16.2
6952026-08-24T20:02:38.691Z Downloaded progenitor-extras v0.2.0
6962026-08-24T20:02:38.691Z Downloaded thread_local v1.1.9
6972026-08-24T20:02:38.694Z Downloaded generic-array v1.4.3
6982026-08-24T20:02:38.694Z Downloaded tls_codec v0.4.2
6992026-08-24T20:02:38.695Z Downloaded tls_codec_derive v0.4.2
7002026-08-24T20:02:38.695Z Downloaded futures v0.3.32
7012026-08-24T20:02:38.698Z Downloaded dropshot-api-manager-types v0.8.0
7022026-08-24T20:02:38.702Z Downloaded getrandom v0.3.4
7032026-08-24T20:02:38.702Z Downloaded serde-hex v0.1.0
7042026-08-24T20:02:38.702Z Downloaded zone_cfg_derive v0.3.1
7052026-08-24T20:02:38.713Z Downloaded slog-json v2.6.1
7062026-08-24T20:02:38.718Z Downloaded dirs-sys-next v0.1.2
7072026-08-24T20:02:38.718Z Downloaded is_ci v1.2.0
7082026-08-24T20:02:38.722Z Downloaded pkcs8 v0.11.0
7092026-08-24T20:02:38.722Z Downloaded inout v0.1.4
7102026-08-24T20:02:38.727Z Downloaded zerovec-derive v0.11.2
7112026-08-24T20:02:38.732Z Downloaded strum_macros v0.24.3
7122026-08-24T20:02:38.732Z Downloaded synstructure v0.13.2
7132026-08-24T20:02:38.735Z Downloaded match_cfg v0.1.0
7142026-08-24T20:02:38.735Z Downloaded illumos-nvpair-sys v0.2.0
7152026-08-24T20:02:38.735Z Downloaded mime v0.3.17
7162026-08-24T20:02:38.739Z Downloaded num v0.4.3
7172026-08-24T20:02:38.739Z Downloaded nonempty v0.12.0
7182026-08-24T20:02:38.744Z Downloaded lru-cache v0.1.2
7192026-08-24T20:02:38.749Z Downloaded omicron-zone-package v0.12.3
7202026-08-24T20:02:38.749Z Downloaded oso v0.27.3
7212026-08-24T20:02:38.753Z Downloaded new_debug_unreachable v1.0.6
7222026-08-24T20:02:38.754Z Downloaded toml_writer v1.1.1+spec-1.1.0
7232026-08-24T20:02:38.755Z Downloaded oxide-update-engine-types v0.1.2
7242026-08-24T20:02:38.755Z Downloaded backtrace v0.3.76
7252026-08-24T20:02:38.760Z Downloaded tui-tree-widget v0.23.1
7262026-08-24T20:02:38.760Z Downloaded half v2.7.1
7272026-08-24T20:02:38.760Z Downloaded der_derive v0.7.3
7282026-08-24T20:02:38.760Z Downloaded dof v0.4.0
7292026-08-24T20:02:38.760Z Downloaded openssl-probe v0.1.6
7302026-08-24T20:02:38.765Z Downloaded tracing-attributes v0.1.31
7312026-08-24T20:02:38.765Z Downloaded compact_str v0.8.1
7322026-08-24T20:02:38.772Z Downloaded arc-swap v1.8.2
7332026-08-24T20:02:38.776Z Downloaded bumpalo v3.20.2
7342026-08-24T20:02:38.776Z Downloaded ar_archive_writer v0.5.1
7352026-08-24T20:02:38.780Z Downloaded base64 v0.21.7
7362026-08-24T20:02:38.780Z Downloaded vergen-git2 v9.1.0
7372026-08-24T20:02:38.780Z Downloaded chacha20poly1305 v0.10.1
7382026-08-24T20:02:38.784Z Downloaded vergen-gitcl v1.0.8
7392026-08-24T20:02:38.784Z Downloaded olpc-cjson v0.1.4
7402026-08-24T20:02:38.784Z Downloaded ingot-types v0.2.0
7412026-08-24T20:02:38.790Z Downloaded potential_utf v0.1.4
7422026-08-24T20:02:38.794Z Downloaded flume v0.11.1
7432026-08-24T20:02:38.794Z Downloaded zstd v0.13.3
7442026-08-24T20:02:38.798Z Downloaded recursive-proc-macro-impl v0.1.1
7452026-08-24T20:02:38.798Z Downloaded ctr v0.10.1
7462026-08-24T20:02:38.798Z Downloaded headers v0.4.1
7472026-08-24T20:02:38.809Z Downloaded powerfmt v0.2.0
7482026-08-24T20:02:38.813Z Downloaded rtoolbox v0.0.3
7492026-08-24T20:02:38.813Z Downloaded async-compression v0.4.41
7502026-08-24T20:02:38.818Z Downloaded libefi-sys v0.1.0
7512026-08-24T20:02:38.818Z Downloaded mime_guess v2.0.5
7522026-08-24T20:02:38.823Z Downloaded rand_chacha v0.3.1
7532026-08-24T20:02:38.823Z Downloaded pin-project v1.1.11
7542026-08-24T20:02:38.827Z Downloaded postcard v1.1.3
7552026-08-24T20:02:38.828Z Downloaded crossbeam-utils v0.8.21
7562026-08-24T20:02:38.828Z Downloaded darling v0.20.11
7572026-08-24T20:02:38.833Z Downloaded derive_builder v0.20.2
7582026-08-24T20:02:38.833Z Downloaded diesel-dtrace v0.5.0
7592026-08-24T20:02:38.838Z Downloaded p384 v0.14.0
7602026-08-24T20:02:38.838Z Downloaded signal-hook v0.3.18
7612026-08-24T20:02:38.838Z Downloaded prettyplease v0.2.37
7622026-08-24T20:02:38.838Z Downloaded sapling-renderdag v0.1.0
7632026-08-24T20:02:38.842Z Downloaded term v0.7.0
7642026-08-24T20:02:38.842Z Downloaded tiny-keccak v2.0.2
7652026-08-24T20:02:38.842Z Downloaded seq-macro v0.3.6
7662026-08-24T20:02:38.842Z Downloaded serde_bytes v0.11.19
7672026-08-24T20:02:38.843Z Downloaded oxide-update-engine-display v0.1.2
7682026-08-24T20:02:38.847Z Downloaded sigpipe v0.1.3
7692026-08-24T20:02:38.850Z Downloaded sqlparser_derive v0.5.0
7702026-08-24T20:02:38.857Z Downloaded peg v0.8.5
7712026-08-24T20:02:38.861Z Downloaded phc v0.6.1
7722026-08-24T20:02:38.861Z Downloaded stable_deref_trait v1.2.1
7732026-08-24T20:02:38.861Z Downloaded chumsky v0.9.3
7742026-08-24T20:02:38.865Z Downloaded newtype-uuid v1.3.2
7752026-08-24T20:02:38.865Z Downloaded unsafe-libyaml v0.2.11
7762026-08-24T20:02:38.865Z Downloaded hybrid-array v0.4.13
7772026-08-24T20:02:38.868Z Downloaded ingot-macros v0.2.0
7782026-08-24T20:02:38.868Z Downloaded pkcs8 v0.10.2
7792026-08-24T20:02:38.868Z Downloaded supports-unicode v3.0.0
7802026-08-24T20:02:38.869Z Downloaded tinyvec_macros v0.1.1
7812026-08-24T20:02:38.872Z Downloaded heapless v0.7.17
7822026-08-24T20:02:38.872Z Downloaded heapless v0.8.0
7832026-08-24T20:02:38.876Z Downloaded base64 v0.22.1
7842026-08-24T20:02:38.876Z Downloaded bytes v1.11.1
7852026-08-24T20:02:38.880Z Downloaded scuffle v0.1.0
7862026-08-24T20:02:38.880Z Downloaded rustls-platform-verifier v0.6.2
7872026-08-24T20:02:38.884Z Downloaded vergen v9.1.0
7882026-08-24T20:02:38.884Z Downloaded num_enum_derive v0.7.6
7892026-08-24T20:02:38.888Z Downloaded flate2 v1.1.9
7902026-08-24T20:02:38.892Z Downloaded packed_struct v0.10.1
7912026-08-24T20:02:38.892Z Downloaded schemars v0.8.22
7922026-08-24T20:02:38.897Z Downloaded ctutils v0.4.2
7932026-08-24T20:02:38.901Z Downloaded waitgroup v0.1.2
7942026-08-24T20:02:38.901Z Downloaded tabwriter v1.4.1
7952026-08-24T20:02:38.901Z Downloaded usdt-attr-macro v0.6.0
7962026-08-24T20:02:38.901Z Downloaded libloading v0.8.9
7972026-08-24T20:02:38.901Z Downloaded similar v2.7.0
7982026-08-24T20:02:38.906Z Downloaded crc-any v2.5.0
7992026-08-24T20:02:38.906Z Downloaded parking_lot_core v0.8.6
8002026-08-24T20:02:38.910Z Downloaded pin-project-internal v1.1.11
8012026-08-24T20:02:38.910Z Downloaded ppv-lite86 v0.2.21
8022026-08-24T20:02:38.910Z Downloaded rand_chacha v0.9.0
8032026-08-24T20:02:38.911Z Downloaded trait-variant v0.1.2
8042026-08-24T20:02:38.911Z Downloaded try-lock v0.2.5
8052026-08-24T20:02:38.911Z Downloaded cpubits v0.1.1
8062026-08-24T20:02:38.911Z Downloaded crc8 v0.1.1
8072026-08-24T20:02:38.911Z Downloaded sec1 v0.7.3
8082026-08-24T20:02:38.915Z Downloaded serde_repr v0.1.20
8092026-08-24T20:02:38.920Z Downloaded r2d2 v0.8.10
8102026-08-24T20:02:38.925Z Downloaded ecdsa v0.17.0
8112026-08-24T20:02:38.925Z Downloaded quinn v0.11.11
8122026-08-24T20:02:38.929Z Downloaded litrs v1.0.0
8132026-08-24T20:02:38.934Z Downloaded strum_macros v0.27.2
8142026-08-24T20:02:38.938Z Downloaded slog-scope v4.4.1
8152026-08-24T20:02:38.938Z Downloaded slog-stdlog v4.1.1
8162026-08-24T20:02:38.938Z Downloaded snafu-derive v0.8.9
8172026-08-24T20:02:38.942Z Downloaded curve25519-dalek-derive v0.1.1
8182026-08-24T20:02:38.942Z Downloaded darling_macro v0.20.11
8192026-08-24T20:02:38.942Z Downloaded peg-macros v0.8.5
8202026-08-24T20:02:38.945Z Downloaded tungstenite v0.21.0
8212026-08-24T20:02:38.949Z Downloaded postgres-types v0.2.14
8222026-08-24T20:02:38.956Z Downloaded yansi v1.0.1
8232026-08-24T20:02:38.961Z Downloaded hickory-resolver v0.24.4
8242026-08-24T20:02:38.966Z Downloaded memmap2 v0.9.10
8252026-08-24T20:02:39.024Z Downloaded stacker v0.1.23
8262026-08-24T20:02:39.024Z Downloaded static_assertions v1.1.0
8272026-08-24T20:02:39.024Z Downloaded zopfli v0.8.3
8282026-08-24T20:02:39.024Z Downloaded tokio-tungstenite v0.21.0
8292026-08-24T20:02:39.031Z Downloaded document-features v0.2.12
8302026-08-24T20:02:39.031Z Downloaded expectorate v1.2.0
8312026-08-24T20:02:39.031Z Downloaded hashbrown v0.13.2
8322026-08-24T20:02:39.031Z Downloaded unicase v2.9.0
8332026-08-24T20:02:39.031Z Downloaded uzers v0.12.2
8342026-08-24T20:02:39.031Z Downloaded idna_adapter v1.2.1
8352026-08-24T20:02:39.031Z Downloaded is-terminal v0.4.17
8362026-08-24T20:02:39.031Z Downloaded keccak v0.1.6
8372026-08-24T20:02:39.031Z Downloaded parking_lot v0.12.5
8382026-08-24T20:02:39.031Z Downloaded whoami v2.1.0
8392026-08-24T20:02:39.031Z Downloaded predicates v3.1.4
8402026-08-24T20:02:39.031Z Downloaded universal-hash v0.6.1
8412026-08-24T20:02:39.031Z Downloaded wyz v0.5.1
8422026-08-24T20:02:39.031Z Downloaded lru-slab v0.1.2
8432026-08-24T20:02:39.031Z Downloaded lzss v0.8.2
8442026-08-24T20:02:39.031Z Downloaded indexmap v1.9.3
8452026-08-24T20:02:39.031Z Downloaded quinn-udp v0.5.14
8462026-08-24T20:02:39.032Z Downloaded rand v0.8.6
8472026-08-24T20:02:39.033Z Downloaded socket2 v0.5.10
8482026-08-24T20:02:39.033Z Downloaded cc v1.2.56
8492026-08-24T20:02:39.034Z Downloaded zeroize v1.9.0
8502026-08-24T20:02:39.034Z Downloaded const_format_proc_macros v0.2.34
8512026-08-24T20:02:39.034Z Downloaded data-encoding v2.10.0
8522026-08-24T20:02:39.034Z Downloaded num-iter v0.1.45
8532026-08-24T20:02:39.034Z Downloaded phf_shared v0.11.3
8542026-08-24T20:02:39.034Z Downloaded predicates-core v1.0.10
8552026-08-24T20:02:39.034Z Downloaded newtype_derive v0.1.6
8562026-08-24T20:02:39.034Z Downloaded opaque-debug v0.3.1
8572026-08-24T20:02:39.034Z Downloaded proc-macro-crate v3.4.0
8582026-08-24T20:02:39.034Z Downloaded parse-display v0.10.0
8592026-08-24T20:02:39.034Z Downloaded percent-encoding v2.3.2
8602026-08-24T20:02:39.040Z Downloaded hickory-resolver v0.25.2
8612026-08-24T20:02:39.040Z Downloaded unicode_categories v0.1.1
8622026-08-24T20:02:39.040Z Downloaded delegate v0.13.5
8632026-08-24T20:02:39.040Z Downloaded pkcs5 v0.8.1
8642026-08-24T20:02:39.046Z Downloaded derive-ex v0.1.8
8652026-08-24T20:02:39.046Z Downloaded rand_pcg v0.10.2
8662026-08-24T20:02:39.049Z Downloaded owo-colors v4.3.0
8672026-08-24T20:02:39.049Z Downloaded recursive v0.1.1
8682026-08-24T20:02:39.057Z Downloaded same-file v1.0.6
8692026-08-24T20:02:39.057Z Downloaded scheduled-thread-pool v0.2.7
8702026-08-24T20:02:39.061Z Downloaded signal-hook-mio v0.2.5
8712026-08-24T20:02:39.061Z Downloaded ryu v1.0.23
8722026-08-24T20:02:39.076Z Downloaded toml_parser v1.1.2+spec-1.1.0
8732026-08-24T20:02:39.076Z Downloaded samael v0.0.19
8742026-08-24T20:02:39.076Z Downloaded darling_core v0.20.11
8752026-08-24T20:02:39.076Z Downloaded darling_core v0.21.3
8762026-08-24T20:02:39.076Z Downloaded darling_core v0.23.0
8772026-08-24T20:02:39.076Z Downloaded dsl_auto_type v0.2.0
8782026-08-24T20:02:39.076Z Downloaded either v1.15.0
8792026-08-24T20:02:39.080Z Downloaded progenitor-impl v0.13.0
8802026-08-24T20:02:39.080Z Downloaded ingot v0.2.1
8812026-08-24T20:02:39.080Z Downloaded slog-bunyan v2.5.0
8822026-08-24T20:02:39.080Z Downloaded libsw-core v0.3.2
8832026-08-24T20:02:39.080Z Downloaded linked-hash-map v0.5.6
8842026-08-24T20:02:39.084Z Downloaded multer v3.1.0
8852026-08-24T20:02:39.084Z Downloaded oxide-tokio-rt v0.1.4
8862026-08-24T20:02:39.084Z Downloaded signature v3.0.0
8872026-08-24T20:02:39.084Z Downloaded derive_more v2.1.1
8882026-08-24T20:02:39.092Z Downloaded supports-color v3.0.2
8892026-08-24T20:02:39.098Z Downloaded p521 v0.14.0
8902026-08-24T20:02:39.098Z Downloaded knus-derive v3.4.0
8912026-08-24T20:02:39.098Z Downloaded tap v1.0.1
8922026-08-24T20:02:39.099Z Downloaded icu_locale_core v2.1.1
8932026-08-24T20:02:39.099Z Downloaded icu_normalizer v2.1.1
8942026-08-24T20:02:39.104Z Downloaded icu_normalizer_data v2.1.1
8952026-08-24T20:02:39.104Z Downloaded slog v2.8.2
8962026-08-24T20:02:39.104Z Downloaded yasna v0.5.2
8972026-08-24T20:02:39.104Z Downloaded yoke v0.8.1
8982026-08-24T20:02:39.113Z Downloaded serde_yaml v0.9.34+deprecated
8992026-08-24T20:02:39.113Z Downloaded crossbeam-epoch v0.9.18
9002026-08-24T20:02:39.113Z Downloaded miette-derive v7.6.0
9012026-08-24T20:02:39.113Z Downloaded num_enum v0.5.11
9022026-08-24T20:02:39.129Z Downloaded unicode-xid v0.2.6
9032026-08-24T20:02:39.129Z Downloaded primeorder v0.13.6
9042026-08-24T20:02:39.129Z Downloaded utf8_iter v1.0.4
9052026-08-24T20:02:39.129Z Downloaded aes v0.9.1
9062026-08-24T20:02:39.129Z Downloaded parse-display-derive v0.10.0
9072026-08-24T20:02:39.129Z Downloaded zerofrom-derive v0.1.6
9082026-08-24T20:02:39.130Z Downloaded serde_spanned v1.1.1
9092026-08-24T20:02:39.130Z Downloaded darling v0.21.3
9102026-08-24T20:02:39.141Z Downloaded psm v0.1.30
9112026-08-24T20:02:39.141Z Downloaded want v0.3.1
9122026-08-24T20:02:39.141Z Downloaded yoke-derive v0.8.1
9132026-08-24T20:02:39.141Z Downloaded zerofrom v0.1.6
9142026-08-24T20:02:39.141Z Downloaded http v1.4.2
9152026-08-24T20:02:39.141Z Downloaded proc-macro-error2 v2.0.1
9162026-08-24T20:02:39.141Z Downloaded const_format v0.2.35
9172026-08-24T20:02:39.141Z Downloaded hashbrown v0.12.3
9182026-08-24T20:02:39.141Z Downloaded hickory-server v0.25.2
9192026-08-24T20:02:39.141Z Downloaded rustyline v14.0.0
9202026-08-24T20:02:39.149Z Downloaded test-strategy v0.4.5
9212026-08-24T20:02:39.149Z Downloaded tinyvec v1.10.0
9222026-08-24T20:02:39.149Z Downloaded rand_seeder v0.4.0
9232026-08-24T20:02:39.149Z Downloaded rustc-demangle v0.1.27
9242026-08-24T20:02:39.150Z Downloaded rustc_version v0.1.7
9252026-08-24T20:02:39.150Z Downloaded rustversion v1.0.22
9262026-08-24T20:02:39.150Z Downloaded debug-ignore v1.0.5
9272026-08-24T20:02:39.150Z Downloaded digest-io v0.1.0
9282026-08-24T20:02:39.157Z Downloaded toml v1.1.2+spec-1.1.0
9292026-08-24T20:02:39.157Z Downloaded phf v0.13.1
9302026-08-24T20:02:39.161Z Downloaded ssh-encoding v0.3.0
9312026-08-24T20:02:39.161Z Downloaded support-bundle-viewer v0.1.2
9322026-08-24T20:02:39.161Z Downloaded thiserror-no-std v2.0.2
9332026-08-24T20:02:39.161Z Downloaded defmt v0.3.100
9342026-08-24T20:02:39.161Z Downloaded dunce v1.0.5
9352026-08-24T20:02:39.167Z Downloaded kem v0.3.0
9362026-08-24T20:02:39.167Z Downloaded darling_macro v0.23.0
9372026-08-24T20:02:39.171Z Downloaded lazy_static v1.5.0
9382026-08-24T20:02:39.171Z Downloaded rand v0.9.2
9392026-08-24T20:02:39.174Z Downloaded tinystr v0.8.2
9402026-08-24T20:02:39.178Z Downloaded downcast-rs v2.0.2
9412026-08-24T20:02:39.182Z Downloaded indoc v1.0.9
9422026-08-24T20:02:39.186Z Downloaded poly1305 v0.9.0
9432026-08-24T20:02:39.194Z Downloaded qorb v0.4.1
9442026-08-24T20:02:39.194Z Downloaded untrusted v0.9.0
9452026-08-24T20:02:39.205Z Downloaded maybe-uninit v2.0.0
9462026-08-24T20:02:39.222Z Downloaded path-slash v0.1.5
9472026-08-24T20:02:39.222Z Downloaded rsa v0.9.10
9482026-08-24T20:02:39.222Z Downloaded vergen-lib v0.1.6
9492026-08-24T20:02:39.222Z Downloaded constant_time_eq v0.4.2
9502026-08-24T20:02:39.222Z Downloaded critical-section v1.2.0
9512026-08-24T20:02:39.222Z Downloaded derive-where v1.6.0
9522026-08-24T20:02:39.232Z Downloaded ignore v0.4.25
9532026-08-24T20:02:39.232Z Downloaded quick-error v1.2.3
9542026-08-24T20:02:39.232Z Downloaded phf_shared v0.12.1
9552026-08-24T20:02:39.232Z Downloaded minimal-lexical v0.2.1
9562026-08-24T20:02:39.238Z Downloaded rand_xorshift v0.4.0
9572026-08-24T20:02:39.238Z Downloaded uuid v1.23.4
9582026-08-24T20:02:39.238Z Downloaded libbz2-rs-sys v0.2.2
9592026-08-24T20:02:39.238Z Downloaded termtree v0.5.1
9602026-08-24T20:02:39.242Z Downloaded hyper-tls v0.6.0
9612026-08-24T20:02:39.242Z Downloaded icu_provider v2.1.1
9622026-08-24T20:02:39.242Z Downloaded zerotrie v0.2.3
9632026-08-24T20:02:39.246Z Downloaded dropshot_endpoint v0.17.1
9642026-08-24T20:02:39.246Z Downloaded hashbrown v0.15.5
9652026-08-24T20:02:39.250Z Downloaded defmt v1.0.1
9662026-08-24T20:02:39.250Z Downloaded signal-hook-tokio v0.3.1
9672026-08-24T20:02:39.253Z Downloaded strip-ansi-escapes v0.2.1
9682026-08-24T20:02:39.253Z Downloaded smallvec v1.15.1
9692026-08-24T20:02:39.253Z Downloaded ed25519 v3.0.0
9702026-08-24T20:02:39.257Z Downloaded xattr v1.6.1
9712026-08-24T20:02:39.262Z Downloaded sync-ptr v0.1.4
9722026-08-24T20:02:39.263Z Downloaded tower-layer v0.3.3
9732026-08-24T20:02:39.263Z Downloaded crc v3.4.0
9742026-08-24T20:02:39.263Z Downloaded ed25519-dalek v3.0.0
9752026-08-24T20:02:39.267Z Downloaded ipnetwork v0.21.1
9762026-08-24T20:02:39.270Z Downloaded whoami v1.6.1
9772026-08-24T20:02:39.271Z Downloaded rand v0.10.1
9782026-08-24T20:02:39.275Z Downloaded oxnet v0.1.6
9792026-08-24T20:02:39.282Z Downloaded newtype-uuid-macros v0.1.0
9802026-08-24T20:02:39.285Z Downloaded cookie_store v0.22.1
9812026-08-24T20:02:39.289Z Downloaded instant v0.1.13
9822026-08-24T20:02:39.289Z Downloaded ident_case v1.0.1
9832026-08-24T20:02:39.296Z Downloaded crossterm v0.28.1
9842026-08-24T20:02:39.300Z Downloaded hashbrown v0.14.5
9852026-08-24T20:02:39.304Z Downloaded elliptic-curve v0.13.8
9862026-08-24T20:02:39.304Z Downloaded hashbrown v0.16.1
9872026-08-24T20:02:39.308Z Downloaded daft v0.1.8
9882026-08-24T20:02:39.308Z Downloaded progenitor v0.13.0
9892026-08-24T20:02:39.308Z Downloaded rand_core v0.10.0
9902026-08-24T20:02:39.312Z Downloaded schemars_derive v0.8.22
9912026-08-24T20:02:39.312Z Downloaded zerocopy-derive v0.8.55
9922026-08-24T20:02:39.316Z Downloaded crc32fast v1.5.0
9932026-08-24T20:02:39.316Z Downloaded schemars v1.2.1
9942026-08-24T20:02:39.324Z Downloaded serde_derive_internals v0.29.1
9952026-08-24T20:02:39.327Z Downloaded socket2 v0.6.3
9962026-08-24T20:02:39.328Z Downloaded resolv-conf v0.7.6
9972026-08-24T20:02:39.328Z Downloaded rpassword v7.5.4
9982026-08-24T20:02:39.331Z Downloaded aho-corasick v1.1.4
9992026-08-24T20:02:39.335Z Downloaded libscf-sys v1.2.0
10002026-08-24T20:02:39.335Z Downloaded parse-size v1.1.0
10012026-08-24T20:02:39.335Z Downloaded aes-gcm v0.11.0
10022026-08-24T20:02:39.335Z Downloaded spki v0.7.3
10032026-08-24T20:02:39.340Z Downloaded stringprep v0.1.5
10042026-08-24T20:02:39.340Z Downloaded termios v0.3.3
10052026-08-24T20:02:39.340Z Downloaded sec1 v0.8.1
10062026-08-24T20:02:39.340Z Downloaded progenitor-client v0.14.0
10072026-08-24T20:02:39.340Z Downloaded hkdf v0.12.4
10082026-08-24T20:02:39.344Z Downloaded secrecy v0.8.0
10092026-08-24T20:02:39.344Z Downloaded ref-cast-impl v1.0.25
10102026-08-24T20:02:39.344Z Downloaded slog-async v2.8.0
10112026-08-24T20:02:39.344Z Downloaded slog-dtrace v0.3.0
10122026-08-24T20:02:39.344Z Downloaded dtrace-parser v0.3.0
10132026-08-24T20:02:39.344Z Downloaded rustc_version v0.4.1
10142026-08-24T20:02:39.344Z Downloaded usdt-impl v0.6.0
10152026-08-24T20:02:39.347Z Downloaded defmt-macros v1.0.1
10162026-08-24T20:02:39.352Z Downloaded russh-cryptovec v0.62.0
10172026-08-24T20:02:39.354Z Downloaded russh-util v0.52.0
10182026-08-24T20:02:39.354Z Downloaded reedline v0.40.0
10192026-08-24T20:02:39.358Z Downloaded walkdir v2.5.0
10202026-08-24T20:02:39.361Z Downloaded diesel_table_macro_syntax v0.3.0
10212026-08-24T20:02:39.361Z Downloaded xshell v0.2.7
10222026-08-24T20:02:39.361Z Downloaded csv-core v0.1.13
10232026-08-24T20:02:39.365Z Downloaded serde_plain v1.0.2
10242026-08-24T20:02:39.371Z Downloaded derive_builder_core v0.20.2
10252026-08-24T20:02:39.371Z Downloaded sha1 v0.11.0
10262026-08-24T20:02:39.379Z Downloaded thiserror-impl-no-std v2.0.2
10272026-08-24T20:02:39.386Z Downloaded typify-macro v0.6.2
10282026-08-24T20:02:39.386Z Downloaded ed25519-dalek v2.2.0
10292026-08-24T20:02:39.386Z Downloaded rsa v0.10.0-rc.18
10302026-08-24T20:02:39.386Z Downloaded usdt-macro v0.6.0
10312026-08-24T20:02:39.386Z Downloaded crunchy v0.2.4
10322026-08-24T20:02:39.387Z Downloaded sha2 v0.11.0
10332026-08-24T20:02:39.392Z Downloaded structmeta-derive v0.3.0
10342026-08-24T20:02:39.397Z Downloaded nanorand v0.7.0
10352026-08-24T20:02:39.397Z Downloaded pem-rfc7468 v1.0.0
10362026-08-24T20:02:39.397Z Downloaded unicode-normalization v0.1.25
10372026-08-24T20:02:39.402Z Downloaded libsw v3.5.0
10382026-08-24T20:02:39.402Z Downloaded tagptr v0.2.0
10392026-08-24T20:02:39.402Z Downloaded ron v0.8.1
10402026-08-24T20:02:39.405Z Downloaded rustls-pki-types v1.14.0
10412026-08-24T20:02:39.409Z Downloaded keccak v0.2.0
10422026-08-24T20:02:39.409Z Downloaded linear-map v1.2.0
10432026-08-24T20:02:39.412Z Downloaded num_enum v0.7.6
10442026-08-24T20:02:39.413Z Downloaded tokio-tungstenite v0.23.1
10452026-08-24T20:02:39.417Z Downloaded darling_macro v0.13.4
10462026-08-24T20:02:39.417Z Downloaded primeorder v0.14.0
10472026-08-24T20:02:39.418Z Downloaded schemars v0.9.0
10482026-08-24T20:02:39.423Z Downloaded futures-util v0.3.32
10492026-08-24T20:02:39.430Z Downloaded oxide-update-engine v0.1.2
10502026-08-24T20:02:39.433Z Downloaded port-file v0.1.0
10512026-08-24T20:02:39.434Z Downloaded term v1.2.1
10522026-08-24T20:02:39.434Z Downloaded twox-hash v2.1.2
10532026-08-24T20:02:39.443Z Downloaded md5 v0.8.0
10542026-08-24T20:02:39.443Z Downloaded smallvec v0.6.14
10552026-08-24T20:02:39.443Z Downloaded vsss-rs v3.3.4
10562026-08-24T20:02:39.443Z Downloaded zerocopy v0.6.6
10572026-08-24T20:02:39.448Z Downloaded des v0.9.0
10582026-08-24T20:02:39.449Z Downloaded instability v0.3.11
10592026-08-24T20:02:39.449Z Downloaded internet-checksum v0.2.1
10602026-08-24T20:02:39.450Z Downloaded lru v0.12.5
10612026-08-24T20:02:39.450Z Downloaded openssl-probe v0.2.1
10622026-08-24T20:02:39.450Z Downloaded simd-adler32 v0.3.8
10632026-08-24T20:02:39.454Z Downloaded crossterm v0.29.0
10642026-08-24T20:02:39.454Z Downloaded unicode-segmentation v1.12.0
10652026-08-24T20:02:39.458Z Downloaded num_enum_derive v0.5.11
10662026-08-24T20:02:39.462Z Downloaded password-hash v0.6.1
10672026-08-24T20:02:39.462Z Downloaded psl-types v2.0.11
10682026-08-24T20:02:39.462Z Downloaded ref-cast v1.0.25
10692026-08-24T20:02:39.465Z Downloaded shell-words v1.1.1
10702026-08-24T20:02:39.465Z Downloaded num-traits v0.2.19
10712026-08-24T20:02:39.465Z Downloaded toml_edit v0.23.10+spec-1.0.0
10722026-08-24T20:02:39.469Z Downloaded darling v0.23.0
10732026-08-24T20:02:39.469Z Downloaded nom v8.0.0
10742026-08-24T20:02:39.475Z Downloaded writeable v0.6.2
10752026-08-24T20:02:39.478Z Downloaded sync_wrapper v1.0.2
10762026-08-24T20:02:39.478Z Downloaded strsim v0.10.0
10772026-08-24T20:02:39.483Z Downloaded unit-prefix v0.5.2
10782026-08-24T20:02:39.483Z Downloaded wnaf v0.14.0
10792026-08-24T20:02:39.486Z Downloaded indicatif v0.18.4
10802026-08-24T20:02:39.489Z Downloaded cpufeatures v0.3.0
10812026-08-24T20:02:39.494Z Downloaded pkcs1 v0.8.0-rc.4
10822026-08-24T20:02:39.497Z Downloaded tungstenite v0.23.0
10832026-08-24T20:02:39.497Z Downloaded deranged v0.5.8
10842026-08-24T20:02:39.501Z Downloaded zstd-safe v7.2.4
10852026-08-24T20:02:39.501Z Downloaded displaydoc v0.2.5
10862026-08-24T20:02:39.501Z Downloaded dropshot-api-manager v0.8.0
10872026-08-24T20:02:39.505Z Downloaded jiff-static v0.2.34
10882026-08-24T20:02:39.505Z Downloaded h2 v0.4.15
10892026-08-24T20:02:39.512Z Downloaded hkdf v0.13.0
10902026-08-24T20:02:39.512Z Downloaded hyper v1.10.1
10912026-08-24T20:02:39.518Z Downloaded miniz_oxide v0.8.9
10922026-08-24T20:02:39.519Z Downloaded illumos-nvpair v0.3.0
10932026-08-24T20:02:39.519Z Downloaded module-lattice v0.2.3
10942026-08-24T20:02:39.522Z Downloaded memoffset v0.9.1
10952026-08-24T20:02:39.526Z Downloaded p256 v0.14.0
10962026-08-24T20:02:39.526Z Downloaded steno v0.4.1
10972026-08-24T20:02:39.531Z Downloaded icu_properties v2.1.2
10982026-08-24T20:02:39.531Z Downloaded typify v0.6.2
10992026-08-24T20:02:39.531Z Downloaded diesel_derives v2.3.7
11002026-08-24T20:02:39.542Z Downloaded kstat-rs v0.2.5
11012026-08-24T20:02:39.542Z Downloaded winnow v0.6.26
11022026-08-24T20:02:39.545Z Downloaded packed_struct_codegen v0.10.1
11032026-08-24T20:02:39.545Z Downloaded internal-russh-num-bigint v0.5.0
11042026-08-24T20:02:39.545Z Downloaded universal-hash v0.5.1
11052026-08-24T20:02:39.545Z Downloaded scrypt v0.12.0
11062026-08-24T20:02:39.545Z Downloaded proc-macro-crate v1.3.1
11072026-08-24T20:02:39.550Z Downloaded untrusted v0.7.1
11082026-08-24T20:02:39.550Z Downloaded polyval v0.7.1
11092026-08-24T20:02:39.550Z Downloaded rusty-fork v0.3.1
11102026-08-24T20:02:39.555Z Downloaded slog-term v2.9.2
11112026-08-24T20:02:39.560Z Downloaded ssh-cipher v0.3.0
11122026-08-24T20:02:39.560Z Downloaded darling_macro v0.21.3
11132026-08-24T20:02:39.560Z Downloaded vergen-lib v9.1.0
11142026-08-24T20:02:39.560Z Downloaded blake3 v1.8.5
11152026-08-24T20:02:39.564Z Downloaded corncobs v0.1.4
11162026-08-24T20:02:39.567Z Downloaded miette v7.6.0
11172026-08-24T20:02:39.571Z Downloaded iana-time-zone v0.1.65
11182026-08-24T20:02:39.571Z Downloaded spin v0.9.8
11192026-08-24T20:02:39.571Z Downloaded serde_with_macros v1.5.2
11202026-08-24T20:02:39.572Z Downloaded oso-derive v0.27.3
11212026-08-24T20:02:39.575Z Downloaded void v1.0.2
11222026-08-24T20:02:39.579Z Downloaded dirs-next v2.0.0
11232026-08-24T20:02:39.583Z Downloaded jobserver v0.1.34
11242026-08-24T20:02:39.598Z Downloaded digest v0.11.3
11252026-08-24T20:02:39.604Z Downloaded ipnet v2.12.0
11262026-08-24T20:02:39.604Z Downloaded prefix-trie v0.7.0
11272026-08-24T20:02:39.609Z Downloaded semver v0.1.20
11282026-08-24T20:02:39.609Z Downloaded thread-id v5.1.0
11292026-08-24T20:02:39.609Z Downloaded convert_case v0.10.0
11302026-08-24T20:02:39.609Z Downloaded diff v0.1.13
11312026-08-24T20:02:39.613Z Downloaded num-rational v0.4.2
11322026-08-24T20:02:39.613Z Downloaded pkg-config v0.3.32
11332026-08-24T20:02:39.613Z Downloaded rustls-pemfile v2.2.0
11342026-08-24T20:02:39.613Z Downloaded wait-timeout v0.2.1
11352026-08-24T20:02:39.620Z Downloaded parking_lot v0.11.2
11362026-08-24T20:02:39.620Z Downloaded rustls-native-certs v0.8.3
11372026-08-24T20:02:39.620Z Downloaded crucible-workspace-hack v0.1.0
11382026-08-24T20:02:39.620Z Downloaded serde_path_to_error v0.1.20
11392026-08-24T20:02:39.620Z Downloaded time-macros v0.2.27
11402026-08-24T20:02:39.620Z Downloaded ed25519 v2.2.3
11412026-08-24T20:02:39.624Z Downloaded lalrpop-util v0.19.12
11422026-08-24T20:02:39.625Z Downloaded impl-trait-for-tuples v0.2.3
11432026-08-24T20:02:39.626Z Downloaded crossbeam-deque v0.8.6
11442026-08-24T20:02:39.626Z Downloaded oxide-generation v0.1.3
11452026-08-24T20:02:39.626Z Downloaded rand_core v0.9.5
11462026-08-24T20:02:39.626Z Downloaded smf v0.2.3
11472026-08-24T20:02:39.634Z Downloaded subprocess v0.2.15
11482026-08-24T20:02:39.634Z Downloaded display-error-chain v0.2.2
11492026-08-24T20:02:39.634Z Downloaded strum v0.27.2
11502026-08-24T20:02:39.640Z Downloaded unicode-truncate v1.1.0
11512026-08-24T20:02:39.640Z Downloaded cstr-argument v0.1.2
11522026-08-24T20:02:39.640Z Downloaded crypto-common v0.2.2
11532026-08-24T20:02:39.640Z Downloaded strum v0.26.3
11542026-08-24T20:02:39.646Z Downloaded itertools v0.14.0
11552026-08-24T20:02:39.652Z Downloaded bindgen v0.71.1
11562026-08-24T20:02:39.656Z Downloaded maplit v1.0.2
11572026-08-24T20:02:39.656Z Downloaded tokio-postgres v0.7.18
11582026-08-24T20:02:39.664Z Downloaded paste v1.0.15
11592026-08-24T20:02:39.668Z Downloaded convert_case v0.4.0
11602026-08-24T20:02:39.671Z Downloaded tokio-native-tls v0.3.1
11612026-08-24T20:02:39.675Z Downloaded zone v0.3.1
11622026-08-24T20:02:39.676Z Downloaded ecdsa v0.16.9
11632026-08-24T20:02:39.676Z Downloaded tokio-macros v2.7.0
11642026-08-24T20:02:39.679Z Downloaded time-core v0.1.8
11652026-08-24T20:02:39.682Z Downloaded tough v0.22.0
11662026-08-24T20:02:39.686Z Downloaded serde_with_macros v3.21.0
11672026-08-24T20:02:39.689Z Downloaded cookie v0.18.1
11682026-08-24T20:02:39.689Z Downloaded string_cache v0.8.9
11692026-08-24T20:02:39.693Z Downloaded humantime v2.3.0
11702026-08-24T20:02:39.693Z Downloaded openssl-sys v0.9.117
11712026-08-24T20:02:39.693Z Downloaded dyn-clone v1.0.20
11722026-08-24T20:02:39.693Z Downloaded progenitor-impl v0.14.0
11732026-08-24T20:02:39.697Z Downloaded darling v0.13.4
11742026-08-24T20:02:39.697Z Downloaded pin-project-lite v0.2.17
11752026-08-24T20:02:39.700Z Downloaded hyper-rustls v0.27.7
11762026-08-24T20:02:39.701Z Downloaded predicates-tree v1.0.13
11772026-08-24T20:02:39.701Z Downloaded tower-service v0.3.3
11782026-08-24T20:02:39.704Z Downloaded tar v0.4.46
11792026-08-24T20:02:39.707Z Downloaded indoc v2.0.7
11802026-08-24T20:02:39.711Z Downloaded strum_macros v0.26.4
11812026-08-24T20:02:39.715Z Downloaded tokio-rustls v0.26.4
11822026-08-24T20:02:39.718Z Downloaded litemap v0.8.1
11832026-08-24T20:02:39.718Z Downloaded lock_api v0.4.14
11842026-08-24T20:02:39.722Z Downloaded rand_core v0.6.4
11852026-08-24T20:02:39.722Z Downloaded serdect v0.4.3
11862026-08-24T20:02:39.722Z Downloaded hyper-staticfile v0.10.1
11872026-08-24T20:02:39.725Z Downloaded indent_write v2.2.0
11882026-08-24T20:02:39.726Z Downloaded num_threads v0.1.7
11892026-08-24T20:02:39.729Z Downloaded multimap v0.10.1
11902026-08-24T20:02:39.729Z Downloaded inout v0.2.2
11912026-08-24T20:02:39.729Z Downloaded peg-runtime v0.8.5
11922026-08-24T20:02:39.733Z Downloaded native-tls v0.2.18
11932026-08-24T20:02:39.733Z Downloaded shlex v1.3.0
11942026-08-24T20:02:39.739Z Downloaded itertools v0.15.0
11952026-08-24T20:02:39.743Z Downloaded reqwest v0.13.2
11962026-08-24T20:02:39.743Z Downloaded tower v0.5.3
11972026-08-24T20:02:39.748Z Downloaded crossbeam-channel v0.5.15
11982026-08-24T20:02:39.752Z Downloaded serde_cbor v0.11.2
11992026-08-24T20:02:39.753Z Downloaded scroll_derive v0.13.1
12002026-08-24T20:02:39.753Z Downloaded typed-path v0.9.3
12012026-08-24T20:02:39.756Z Downloaded winnow v1.0.3
12022026-08-24T20:02:39.760Z Downloaded derive_builder_macro v0.20.2
12032026-08-24T20:02:39.760Z Downloaded managed v0.8.0
12042026-08-24T20:02:39.760Z Downloaded toml v0.7.8
12052026-08-24T20:02:39.765Z Downloaded zip v0.6.6
12062026-08-24T20:02:39.768Z Downloaded serde_with v1.14.0
12072026-08-24T20:02:39.774Z Downloaded progenitor v0.14.0
12082026-08-24T20:02:39.778Z Downloaded progenitor-client v0.13.0
12092026-08-24T20:02:39.778Z Downloaded sha3 v0.12.0
12102026-08-24T20:02:39.786Z Downloaded tokio-dtrace v0.1.1
12112026-08-24T20:02:39.793Z Downloaded bitvec v1.0.1
12122026-08-24T20:02:39.799Z Downloaded jiff-core v0.1.0
12132026-08-24T20:02:39.803Z Downloaded iri-string v0.7.10
12142026-08-24T20:02:39.806Z Downloaded pkcs1 v0.7.5
12152026-08-24T20:02:39.807Z Downloaded num-complex v0.4.6
12162026-08-24T20:02:39.807Z Downloaded signal-hook-registry v1.4.8
12172026-08-24T20:02:39.811Z Downloaded papergrid v0.18.0
12182026-08-24T20:02:39.816Z Downloaded libxml v0.3.3
12192026-08-24T20:02:39.823Z Downloaded slab v0.4.12
12202026-08-24T20:02:39.823Z Downloaded rcgen v0.12.1
12212026-08-24T20:02:39.823Z Downloaded chrono v0.4.45
12222026-08-24T20:02:39.827Z Downloaded scroll v0.13.0
12232026-08-24T20:02:39.827Z Downloaded unicode-bidi v0.3.18
12242026-08-24T20:02:39.827Z Downloaded url v2.5.8
12252026-08-24T20:02:39.831Z Downloaded md-5 v0.11.0
12262026-08-24T20:02:39.834Z Downloaded tracing-core v0.1.36
12272026-08-24T20:02:39.834Z Downloaded unicode-properties v0.1.4
12282026-08-24T20:02:39.834Z Downloaded daft-derive v0.1.8
12292026-08-24T20:02:39.838Z Downloaded ml-kem v0.3.2
12302026-08-24T20:02:39.842Z Downloaded toml_edit v0.19.15
12312026-08-24T20:02:39.848Z Downloaded num-bigint v0.4.6
12322026-08-24T20:02:39.852Z Downloaded git2 v0.20.4
12332026-08-24T20:02:39.856Z Downloaded crypto-bigint v0.5.5
12342026-08-24T20:02:39.859Z Downloaded salsa20 v0.11.0
12352026-08-24T20:02:39.866Z Downloaded derive_more v0.99.20
12362026-08-24T20:02:39.870Z Downloaded tokio-stream v0.1.18
12372026-08-24T20:02:39.874Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12382026-08-24T20:02:39.877Z Downloaded ssh-key v0.7.0-rc.11
12392026-08-24T20:02:39.881Z Downloaded tokio-util v0.7.18
12402026-08-24T20:02:39.884Z Downloaded tower-http v0.6.8
12412026-08-24T20:02:39.894Z Downloaded drift v0.2.0
12422026-08-24T20:02:39.905Z Downloaded radix_trie v0.2.1
12432026-08-24T20:02:39.912Z Downloaded zerovec v0.11.5
12442026-08-24T20:02:39.915Z Downloaded der v0.7.10
12452026-08-24T20:02:39.921Z Downloaded rayon-core v1.13.0
12462026-08-24T20:02:39.925Z Downloaded russh v0.62.4
12472026-08-24T20:02:40.013Z Downloaded idna v1.1.0
12482026-08-24T20:02:40.018Z Downloaded vte v0.14.1
12492026-08-24T20:02:40.018Z Downloaded pretty_assertions v1.4.1
12502026-08-24T20:02:40.018Z Downloaded snafu v0.8.9
12512026-08-24T20:02:40.019Z Downloaded rustls-webpki v0.103.13
12522026-08-24T20:02:40.019Z Downloaded hyper-util v0.1.20
12532026-08-24T20:02:40.019Z Downloaded knus v3.4.0
12542026-08-24T20:02:40.020Z Downloaded darling_core v0.13.4
12552026-08-24T20:02:40.020Z Downloaded mio v1.2.0
12562026-08-24T20:02:40.020Z Downloaded crypto-primes v0.7.2
12572026-08-24T20:02:40.020Z Downloaded x509-cert v0.2.5
12582026-08-24T20:02:40.020Z Downloaded derive_more-impl v2.1.1
12592026-08-24T20:02:40.020Z Downloaded salty v0.3.0
12602026-08-24T20:02:40.020Z Downloaded icu_collections v2.1.1
12612026-08-24T20:02:40.020Z Downloaded lalrpop v0.19.12
12622026-08-24T20:02:40.020Z Downloaded itertools v0.12.1
12632026-08-24T20:02:40.020Z Downloaded bstr v1.12.1
12642026-08-24T20:02:40.020Z Downloaded goblin v0.10.5
12652026-08-24T20:02:40.020Z Downloaded vcpkg v0.2.15
12662026-08-24T20:02:40.034Z Downloaded p384 v0.13.1
12672026-08-24T20:02:40.038Z Downloaded nom v7.1.3
12682026-08-24T20:02:40.042Z Downloaded publicsuffix v2.3.0
12692026-08-24T20:02:40.043Z Downloaded regex-syntax v0.6.29
12702026-08-24T20:02:40.051Z Downloaded gimli v0.32.3
12712026-08-24T20:02:40.059Z Downloaded num-bigint-dig v0.8.6
12722026-08-24T20:02:40.063Z Downloaded libm v0.2.16
12732026-08-24T20:02:40.067Z Downloaded tabled v0.21.0
12742026-08-24T20:02:40.076Z Downloaded smoltcp v0.9.1
12752026-08-24T20:02:40.082Z Downloaded der v0.8.0
12762026-08-24T20:02:40.085Z Downloaded moka v0.12.13
12772026-08-24T20:02:40.089Z Downloaded itertools v0.10.5
12782026-08-24T20:02:40.093Z Downloaded serde_with v3.21.0
12792026-08-24T20:02:40.099Z Downloaded zip v4.6.1
12802026-08-24T20:02:40.103Z Downloaded time v0.3.47
12812026-08-24T20:02:40.109Z Downloaded quick-xml v0.37.5
12822026-08-24T20:02:40.112Z Downloaded iddqd v0.4.2
12832026-08-24T20:02:40.117Z Downloaded regex v1.12.3
12842026-08-24T20:02:40.122Z Downloaded reqwest v0.12.28
12852026-08-24T20:02:40.126Z Downloaded winnow v0.5.40
12862026-08-24T20:02:40.131Z Downloaded crypto-bigint v0.7.5
12872026-08-24T20:02:40.140Z Downloaded nix v0.27.1
12882026-08-24T20:02:40.145Z Downloaded rayon v1.11.0
12892026-08-24T20:02:40.151Z Downloaded icu_properties_data v2.1.2
12902026-08-24T20:02:40.156Z Downloaded portable-atomic v1.13.1
12912026-08-24T20:02:40.160Z Downloaded rustls v0.23.41
12922026-08-24T20:02:40.175Z Downloaded proptest v1.11.0
12932026-08-24T20:02:40.193Z Downloaded petname v2.0.2
12942026-08-24T20:02:40.197Z Downloaded object v0.30.4
12952026-08-24T20:02:40.203Z Downloaded rawzip v0.4.4
12962026-08-24T20:02:40.207Z Downloaded itertools v0.13.0
12972026-08-24T20:02:40.210Z Downloaded regress v0.10.5
12982026-08-24T20:02:40.215Z Downloaded object v0.37.3
12992026-08-24T20:02:40.222Z Downloaded quinn-proto v0.11.16
13002026-08-24T20:02:40.238Z Downloaded curve25519-dalek v5.0.0
13012026-08-24T20:02:40.244Z Downloaded sqlparser v0.61.0
13022026-08-24T20:02:40.275Z Downloaded syn v3.0.3
13032026-08-24T20:02:40.282Z Downloaded zerocopy v0.8.55
13042026-08-24T20:02:40.292Z Downloaded hickory-proto v0.24.4
13052026-08-24T20:02:40.300Z Downloaded zlib-rs v0.6.2
13062026-08-24T20:02:40.304Z Downloaded diesel v2.3.7
13072026-08-24T20:02:40.314Z Downloaded regex-syntax v0.8.10
13082026-08-24T20:02:40.318Z Downloaded smoltcp v0.11.0
13092026-08-24T20:02:40.324Z Downloaded polar-core v0.27.3
13102026-08-24T20:02:40.330Z Downloaded hickory-proto v0.25.2
13112026-08-24T20:02:40.338Z Downloaded sha3 v0.11.0
13122026-08-24T20:02:40.342Z Downloaded regress v0.11.1
13132026-08-24T20:02:40.350Z Downloaded nix v0.28.0
13142026-08-24T20:02:40.358Z Downloaded openapiv3 v2.2.0
13152026-08-24T20:02:40.373Z Downloaded regex-automata v0.4.14
13162026-08-24T20:02:40.381Z Downloaded openssl v0.10.80
13172026-08-24T20:02:40.386Z Downloaded bzip2-sys v0.1.13+1.0.8
13182026-08-24T20:02:40.393Z Downloaded curve25519-dalek v4.1.3
13192026-08-24T20:02:40.440Z Downloaded nix v0.31.2
13202026-08-24T20:02:40.446Z Downloaded chrono-tz v0.10.4
13212026-08-24T20:02:40.462Z Downloaded dropshot v0.17.1
13222026-08-24T20:02:40.473Z Downloaded rustix v0.38.44
13232026-08-24T20:02:40.486Z Downloaded sha3 v0.10.8
13242026-08-24T20:02:40.490Z Downloaded tokio v1.52.1
13252026-08-24T20:02:40.514Z Downloaded petgraph v0.6.5
13262026-08-24T20:02:40.540Z Downloaded tracing v0.1.44
13272026-08-24T20:02:40.562Z Downloaded sled v0.34.7
13282026-08-24T20:02:40.572Z Downloaded typify-impl v0.6.2
13292026-08-24T20:02:40.589Z Downloaded ratatui v0.29.0
13302026-08-24T20:02:40.611Z Downloaded jiff v0.2.34
13312026-08-24T20:02:40.625Z Downloaded zerocopy-derive v0.6.6
13322026-08-24T20:02:40.631Z Downloaded libgit2-sys v0.18.3+1.9.2
13332026-08-24T20:02:40.676Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-08-24T20:02:40.709Z Downloaded petgraph v0.8.3
13352026-08-24T20:02:40.722Z Downloaded csv v1.4.0
13362026-08-24T20:02:40.733Z Downloaded libz-sys v1.1.24
13372026-08-24T20:02:40.788Z Downloaded encoding_rs v0.8.35
13382026-08-24T20:02:40.799Z Downloaded ring v0.17.14
13392026-08-24T20:02:41.134Z Downloaded aws-lc-sys v0.40.0
13402026-08-24T20:02:41.403Z Compiling serde_core v1.0.228
13412026-08-24T20:02:41.403Z Compiling libc v0.2.185
13422026-08-24T20:02:41.403Z Compiling serde v1.0.228
13432026-08-24T20:02:41.407Z Compiling log v0.4.33
13442026-08-24T20:02:41.407Z Compiling smallvec v1.15.1
13452026-08-24T20:02:41.407Z Compiling subtle v2.6.1
13462026-08-24T20:02:41.407Z Compiling shlex v1.3.0
13472026-08-24T20:02:41.407Z Compiling syn v2.0.117
13482026-08-24T20:02:41.700Z Compiling find-msvc-tools v0.1.9
13492026-08-24T20:02:41.806Z Compiling typenum v1.20.1
13502026-08-24T20:02:41.817Z Compiling scopeguard v1.2.0
13512026-08-24T20:02:41.817Z Compiling stable_deref_trait v1.2.1
13522026-08-24T20:02:41.839Z Compiling lock_api v0.4.14
13532026-08-24T20:02:41.854Z Compiling getrandom v0.4.3
13542026-08-24T20:02:41.858Z Compiling portable-atomic v1.13.1
13552026-08-24T20:02:41.954Z Compiling rand_core v0.10.0
13562026-08-24T20:02:42.070Z Compiling serde_json v1.0.151
13572026-08-24T20:02:42.125Z Compiling zerocopy v0.8.55
13582026-08-24T20:02:42.211Z Compiling critical-section v1.2.0
13592026-08-24T20:02:42.273Z Compiling libm v0.2.16
13602026-08-24T20:02:42.319Z Compiling num-traits v0.2.19
13612026-08-24T20:02:42.447Z Compiling errno v0.3.14
13622026-08-24T20:02:42.490Z Compiling jobserver v0.1.34
13632026-08-24T20:02:42.601Z Compiling pkg-config v0.3.32
13642026-08-24T20:02:42.693Z Compiling parking_lot_core v0.9.12
13652026-08-24T20:02:42.724Z Compiling cc v1.2.56
13662026-08-24T20:02:42.863Z Compiling once_cell v1.21.3
13672026-08-24T20:02:42.877Z Compiling pin-project-lite v0.2.17
13682026-08-24T20:02:42.954Z Compiling litemap v0.8.1
13692026-08-24T20:02:42.973Z Compiling writeable v0.6.2
13702026-08-24T20:02:43.072Z Compiling percent-encoding v2.3.2
13712026-08-24T20:02:43.141Z Compiling signal-hook-registry v1.4.8
13722026-08-24T20:02:43.169Z Compiling getrandom v0.2.17
13732026-08-24T20:02:43.254Z Compiling icu_properties_data v2.1.2
13742026-08-24T20:02:43.403Z Compiling futures-core v0.3.32
13752026-08-24T20:02:43.488Z Compiling icu_normalizer_data v2.1.1
13762026-08-24T20:02:43.500Z Compiling parking_lot v0.12.5
13772026-08-24T20:02:43.546Z Compiling rand_core v0.6.4
13782026-08-24T20:02:43.601Z Compiling bitflags v2.11.0
13792026-08-24T20:02:43.721Z Compiling semver v1.0.28
13802026-08-24T20:02:43.828Z Compiling mio v1.2.0
13812026-08-24T20:02:43.932Z Compiling generic-array v0.14.7
13822026-08-24T20:02:43.970Z Compiling rustix v1.1.4
13832026-08-24T20:02:43.994Z Compiling const-oid v0.9.6
13842026-08-24T20:02:44.040Z Compiling socket2 v0.6.3
13852026-08-24T20:02:44.174Z Compiling futures-sink v0.3.32
13862026-08-24T20:02:44.273Z Compiling utf8_iter v1.0.4
13872026-08-24T20:02:44.300Z Compiling synstructure v0.13.2
13882026-08-24T20:02:44.300Z Compiling futures-channel v0.3.32
13892026-08-24T20:02:44.370Z Compiling indexmap v2.14.0
13902026-08-24T20:02:44.435Z Compiling form_urlencoded v1.2.2
13912026-08-24T20:02:44.518Z Compiling futures-io v0.3.32
13922026-08-24T20:02:44.700Z Compiling futures-task v0.3.32
13932026-08-24T20:02:44.775Z Compiling slab v0.4.12
13942026-08-24T20:02:44.805Z Compiling getrandom v0.3.4
13952026-08-24T20:02:44.825Z Compiling cmov v0.5.4
13962026-08-24T20:02:44.832Z Compiling rustversion v1.0.22
13972026-08-24T20:02:44.935Z Compiling iana-time-zone v0.1.65
13982026-08-24T20:02:44.977Z Compiling regex-syntax v0.8.10
13992026-08-24T20:02:45.020Z Compiling ctutils v0.4.2
14002026-08-24T20:02:45.086Z Compiling base64ct v1.8.3
14012026-08-24T20:02:45.137Z Compiling uuid v1.23.4
14022026-08-24T20:02:45.267Z Compiling cmake v0.1.57
14032026-08-24T20:02:45.377Z Compiling pem-rfc7468 v0.7.0
14042026-08-24T20:02:45.670Z Compiling dunce v1.0.5
14052026-08-24T20:02:45.680Z Compiling ident_case v1.0.1
14062026-08-24T20:02:45.680Z Compiling flagset v0.4.7
14072026-08-24T20:02:45.759Z Compiling fs_extra v1.3.0
14082026-08-24T20:02:45.826Z Compiling base64 v0.22.1
14092026-08-24T20:02:45.826Z Compiling serde_derive_internals v0.29.1
14102026-08-24T20:02:45.839Z Compiling dyn-clone v1.0.20
14112026-08-24T20:02:45.839Z Compiling schemars v0.8.22
14122026-08-24T20:02:45.862Z Compiling vcpkg v0.2.15
14132026-08-24T20:02:45.980Z Compiling syn v1.0.109
14142026-08-24T20:02:46.042Z Compiling aws-lc-sys v0.40.0
14152026-08-24T20:02:46.061Z Compiling rand_core v0.9.5
14162026-08-24T20:02:46.082Z Compiling serde_derive v1.0.228
14172026-08-24T20:02:46.101Z Compiling zeroize_derive v1.5.0
14182026-08-24T20:02:46.265Z Compiling zerofrom-derive v0.1.6
14192026-08-24T20:02:46.362Z Compiling yoke-derive v0.8.1
14202026-08-24T20:02:46.569Z Compiling zerocopy-derive v0.8.55
14212026-08-24T20:02:46.714Z Compiling zerovec-derive v0.11.2
14222026-08-24T20:02:46.742Z Compiling displaydoc v0.2.5
14232026-08-24T20:02:47.320Z Compiling tokio-macros v2.7.0
14242026-08-24T20:02:47.496Z Compiling futures-macro v0.3.32
14252026-08-24T20:02:47.511Z Compiling der_derive v0.7.3
14262026-08-24T20:02:47.655Z Compiling zerofrom v0.1.6
14272026-08-24T20:02:47.784Z Compiling yoke v0.8.1
14282026-08-24T20:02:47.828Z Compiling thiserror-impl v2.0.18
14292026-08-24T20:02:47.973Z Compiling zerovec v0.11.5
14302026-08-24T20:02:48.056Z Compiling zerotrie v0.2.3
14312026-08-24T20:02:48.319Z Compiling futures-util v0.3.32
14322026-08-24T20:02:48.373Z Compiling schemars_derive v0.8.22
14332026-08-24T20:02:48.496Z Compiling tinystr v0.8.2
14342026-08-24T20:02:48.511Z Compiling potential_utf v0.1.4
14352026-08-24T20:02:48.671Z Compiling icu_locale_core v2.1.1
14362026-08-24T20:02:48.698Z Compiling icu_collections v2.1.1
14372026-08-24T20:02:49.179Z Compiling openssl-sys v0.9.117
14382026-08-24T20:02:49.195Z Compiling thiserror v2.0.18
14392026-08-24T20:02:49.304Z Compiling icu_provider v2.1.1
14402026-08-24T20:02:49.538Z Compiling zeroize v1.9.0
14412026-08-24T20:02:49.558Z Compiling bytes v1.11.1
14422026-08-24T20:02:49.607Z Compiling icu_properties v2.1.2
14432026-08-24T20:02:49.677Z Compiling icu_normalizer v2.1.1
14442026-08-24T20:02:49.715Z Compiling chrono v0.4.45
14452026-08-24T20:02:50.193Z Compiling tokio v1.52.1
14462026-08-24T20:02:50.253Z Compiling hybrid-array v0.4.13
14472026-08-24T20:02:50.381Z Compiling block-buffer v0.10.4
14482026-08-24T20:02:50.568Z Compiling idna_adapter v1.2.1
14492026-08-24T20:02:50.655Z Compiling crypto-common v0.1.7
14502026-08-24T20:02:50.699Z Compiling idna v1.1.0
14512026-08-24T20:02:50.729Z Compiling der v0.7.10
14522026-08-24T20:02:50.805Z Compiling digest v0.10.7
14532026-08-24T20:02:51.089Z Compiling url v2.5.8
14542026-08-24T20:02:51.098Z Compiling ppv-lite86 v0.2.21
14552026-08-24T20:02:51.109Z Compiling http v1.4.2
14562026-08-24T20:02:51.125Z Compiling crypto-common v0.2.2
14572026-08-24T20:02:51.367Z Compiling block-buffer v0.12.1
14582026-08-24T20:02:51.443Z Compiling tracing-attributes v0.1.31
14592026-08-24T20:02:51.562Z Compiling spki v0.7.3
14602026-08-24T20:02:51.777Z Compiling rustc_version v0.4.1
14612026-08-24T20:02:51.797Z Compiling tracing-core v0.1.36
14622026-08-24T20:02:51.922Z Compiling simd-adler32 v0.3.8
14632026-08-24T20:02:51.988Z Compiling aws-lc-rs v1.16.3
14642026-08-24T20:02:52.085Z Compiling tempfile v3.27.0
14652026-08-24T20:02:52.166Z Compiling http-body v1.0.1
14662026-08-24T20:02:52.269Z Compiling pkcs8 v0.10.2
14672026-08-24T20:02:52.465Z Compiling rustls-pki-types v1.14.0
14682026-08-24T20:02:52.587Z Compiling spin v0.9.8
14692026-08-24T20:02:52.718Z Compiling tracing v0.1.44
14702026-08-24T20:02:52.791Z Compiling crc32fast v1.5.0
14712026-08-24T20:02:52.823Z Compiling httparse v1.10.1
14722026-08-24T20:02:52.903Z Compiling openssl-probe v0.2.1
14732026-08-24T20:02:52.976Z Compiling adler2 v2.0.1
14742026-08-24T20:02:53.040Z Compiling tinyvec_macros v0.1.1
14752026-08-24T20:02:53.073Z Compiling miniz_oxide v0.8.9
14762026-08-24T20:02:53.099Z Compiling tinyvec v1.10.0
14772026-08-24T20:02:53.159Z Compiling pest_generator v2.8.6
14782026-08-24T20:02:53.188Z Compiling rand_chacha v0.9.0
14792026-08-24T20:02:53.434Z Compiling terminal_size v0.4.3
14802026-08-24T20:02:53.555Z Compiling aho-corasick v1.1.4
14812026-08-24T20:02:53.571Z Compiling atomic-waker v1.1.2
14822026-08-24T20:02:53.643Z Compiling radium v0.7.0
14832026-08-24T20:02:53.690Z Compiling tower-layer v0.3.3
14842026-08-24T20:02:53.839Z Compiling tower-service v0.3.3
14852026-08-24T20:02:53.853Z Compiling try-lock v0.2.5
14862026-08-24T20:02:53.866Z Compiling untrusted v0.7.1
14872026-08-24T20:02:53.906Z Compiling pest_derive v2.8.6
14882026-08-24T20:02:53.925Z Compiling rand v0.9.2
14892026-08-24T20:02:53.951Z Compiling tokio-util v0.7.18
14902026-08-24T20:02:53.986Z Compiling want v0.3.1
14912026-08-24T20:02:54.451Z Compiling regex-automata v0.4.14
14922026-08-24T20:02:54.510Z Compiling block-padding v0.4.2
14932026-08-24T20:02:54.694Z Compiling h2 v0.4.15
14942026-08-24T20:02:54.722Z Compiling ipnet v2.12.0
14952026-08-24T20:02:55.043Z Compiling scroll_derive v0.13.1
14962026-08-24T20:02:55.213Z Compiling darling_core v0.20.11
14972026-08-24T20:02:55.234Z Compiling wait-timeout v0.2.1
14982026-08-24T20:02:55.514Z Compiling openssl v0.10.80
14992026-08-24T20:02:55.730Z Compiling quick-error v1.2.3
15002026-08-24T20:02:55.831Z Compiling tap v1.0.1
15012026-08-24T20:02:55.857Z Compiling bit-vec v0.8.0
15022026-08-24T20:02:55.889Z Compiling cpufeatures v0.2.17
15032026-08-24T20:02:55.914Z Compiling rustls v0.23.41
15042026-08-24T20:02:55.963Z Compiling foreign-types-shared v0.1.1
15052026-08-24T20:02:56.044Z Compiling maybe-uninit v2.0.0
15062026-08-24T20:02:56.079Z Compiling const-oid v0.10.2
15072026-08-24T20:02:56.089Z Compiling httpdate v1.0.3
15082026-08-24T20:02:56.111Z Compiling untrusted v0.9.0
15092026-08-24T20:02:56.226Z Compiling digest v0.11.3
15102026-08-24T20:02:56.245Z Compiling foreign-types v0.3.2
15112026-08-24T20:02:56.298Z Compiling bit-set v0.8.0
15122026-08-24T20:02:56.325Z Compiling wyz v0.5.1
15132026-08-24T20:02:56.337Z Compiling scroll v0.13.0
15142026-08-24T20:02:56.447Z Compiling rusty-fork v0.3.1
15152026-08-24T20:02:56.488Z Compiling inout v0.2.2
15162026-08-24T20:02:56.585Z Compiling unicode-normalization v0.1.25
15172026-08-24T20:02:56.689Z Compiling rand_chacha v0.3.1
15182026-08-24T20:02:56.740Z Compiling signature v2.2.0
15192026-08-24T20:02:56.927Z Compiling hex v0.4.3
15202026-08-24T20:02:57.050Z Compiling rand_xorshift v0.4.0
15212026-08-24T20:02:57.075Z Compiling thiserror-impl v1.0.69
15222026-08-24T20:02:57.188Z Compiling openssl-macros v0.1.1
15232026-08-24T20:02:57.206Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15242026-08-24T20:02:57.412Z Compiling darling_macro v0.20.11
15252026-08-24T20:02:57.442Z Compiling bzip2-sys v0.1.13+1.0.8
15262026-08-24T20:02:57.566Z Compiling num-integer v0.1.46
15272026-08-24T20:02:57.583Z Compiling ahash v0.8.12
15282026-08-24T20:02:57.713Z Compiling hyper v1.10.1
15292026-08-24T20:02:57.783Z Compiling native-tls v0.2.18
15302026-08-24T20:02:57.882Z Compiling paste v1.0.15
15312026-08-24T20:02:57.893Z Compiling powerfmt v0.2.0
15322026-08-24T20:02:57.980Z Compiling packed_struct v0.10.1
15332026-08-24T20:02:58.088Z Compiling num-bigint-dig v0.8.6
15342026-08-24T20:02:58.129Z Compiling num-conv v0.2.0
15352026-08-24T20:02:58.218Z Compiling funty v2.0.0
15362026-08-24T20:02:58.259Z Compiling cpufeatures v0.3.0
15372026-08-24T20:02:58.338Z Compiling unarray v0.1.4
15382026-08-24T20:02:58.338Z Compiling time-core v0.1.8
15392026-08-24T20:02:58.356Z Compiling proptest v1.11.0
15402026-08-24T20:02:58.382Z Compiling thiserror v1.0.69
15412026-08-24T20:02:58.433Z Compiling time-macros v0.2.27
15422026-08-24T20:02:58.479Z Compiling clap_builder v4.6.0
15432026-08-24T20:02:58.568Z Compiling bitvec v1.0.1
15442026-08-24T20:02:58.700Z Compiling deranged v0.5.8
15452026-08-24T20:02:58.801Z Compiling hyper-util v0.1.20
15462026-08-24T20:02:59.284Z Compiling darling v0.20.11
15472026-08-24T20:02:59.369Z Compiling num-iter v0.1.45
15482026-08-24T20:03:00.003Z Compiling rand v0.8.6
15492026-08-24T20:03:00.255Z Compiling cipher v0.5.2
15502026-08-24T20:03:00.558Z Compiling goblin v0.10.5
15512026-08-24T20:03:00.640Z Compiling packed_struct_codegen v0.10.1
15522026-08-24T20:03:00.814Z Compiling sha2 v0.10.9
15532026-08-24T20:03:01.468Z Compiling ipnetwork v0.21.1
15542026-08-24T20:03:01.688Z Compiling lazy_static v1.5.0
15552026-08-24T20:03:01.782Z Compiling serde_spanned v0.6.9
15562026-08-24T20:03:01.845Z Compiling toml_datetime v0.6.11
15572026-08-24T20:03:01.925Z Compiling clap_derive v4.6.1
15582026-08-24T20:03:02.098Z Compiling bitfield-macros v0.19.4
15592026-08-24T20:03:02.102Z Compiling zerocopy-derive v0.6.6
15602026-08-24T20:03:02.616Z Compiling slog v2.8.2
15612026-08-24T20:03:02.777Z Compiling sync_wrapper v1.0.2
15622026-08-24T20:03:02.798Z Compiling indexmap v1.9.3
15632026-08-24T20:03:02.884Z Compiling syn v3.0.3
15642026-08-24T20:03:02.925Z Compiling nodrop v0.1.14
15652026-08-24T20:03:02.985Z Compiling num_threads v0.1.7
15662026-08-24T20:03:03.007Z Compiling crc-catalog v2.4.0
15672026-08-24T20:03:03.082Z Compiling usdt-impl v0.6.0
15682026-08-24T20:03:03.101Z Compiling crossbeam-utils v0.8.21
15692026-08-24T20:03:03.280Z Compiling unicode-segmentation v1.12.0
15702026-08-24T20:03:03.384Z Compiling siphasher v1.0.2
15712026-08-24T20:03:03.573Z Compiling object v0.37.3
15722026-08-24T20:03:03.629Z Compiling zlib-rs v0.6.2
15732026-08-24T20:03:03.659Z Compiling clap v4.6.1
15742026-08-24T20:03:03.780Z Compiling dof v0.4.0
15752026-08-24T20:03:03.876Z Compiling crc v3.4.0
15762026-08-24T20:03:04.072Z Compiling time v0.3.47
15772026-08-24T20:03:04.784Z Compiling array-init v0.0.4
15782026-08-24T20:03:04.976Z Compiling zerocopy v0.6.6
15792026-08-24T20:03:05.127Z Compiling tower v0.5.3
15802026-08-24T20:03:05.322Z Compiling bitfield v0.19.4
15812026-08-24T20:03:05.896Z Compiling oxnet v0.1.6
15822026-08-24T20:03:06.039Z Compiling newtype-uuid v1.3.2
15832026-08-24T20:03:06.294Z Compiling daft-derive v0.1.8
15842026-08-24T20:03:06.316Z Compiling smallvec v0.6.14
15852026-08-24T20:03:06.368Z Compiling chacha20 v0.10.0
15862026-08-24T20:03:06.518Z Compiling flate2 v1.1.9
15872026-08-24T20:03:06.859Z Compiling derive_builder_core v0.20.2
15882026-08-24T20:03:06.919Z Compiling dtrace-parser v0.3.0
15892026-08-24T20:03:06.977Z Compiling pkcs1 v0.7.5
15902026-08-24T20:03:07.069Z Compiling http-body-util v0.1.3
15912026-08-24T20:03:07.357Z Compiling heapless v0.7.17
15922026-08-24T20:03:07.377Z Compiling erased-serde v0.3.31
15932026-08-24T20:03:07.394Z Compiling scroll_derive v0.12.1
15942026-08-24T20:03:07.545Z Compiling structmeta-derive v0.3.0
15952026-08-24T20:03:07.643Z Compiling darling_core v0.23.0
15962026-08-24T20:03:07.716Z Compiling thread-id v5.1.0
15972026-08-24T20:03:07.814Z Compiling cookie v0.18.1
15982026-08-24T20:03:07.848Z Compiling env_filter v2.0.0
15992026-08-24T20:03:07.968Z Compiling zstd-safe v7.2.4
16002026-08-24T20:03:08.047Z Compiling anyhow v1.0.104
16012026-08-24T20:03:08.142Z Compiling iri-string v0.7.10
16022026-08-24T20:03:08.180Z Compiling signal-hook v0.3.18
16032026-08-24T20:03:08.351Z Compiling unicode-properties v0.1.4
16042026-08-24T20:03:08.371Z Compiling base64 v0.21.7
16052026-08-24T20:03:08.549Z Compiling allocator-api2 v0.2.21
16062026-08-24T20:03:08.609Z Compiling gimli v0.32.3
16072026-08-24T20:03:08.669Z Compiling ryu v1.0.23
16082026-08-24T20:03:08.863Z Compiling unicode-bidi v0.3.18
16092026-08-24T20:03:08.891Z Compiling winnow v0.5.40
16102026-08-24T20:03:09.273Z Compiling hashbrown v0.12.3
16112026-08-24T20:03:09.378Z Compiling tower-http v0.6.8
16122026-08-24T20:03:09.648Z Compiling stringprep v0.1.5
16132026-08-24T20:03:09.833Z Compiling serde_urlencoded v0.7.1
16142026-08-24T20:03:10.047Z Compiling structmeta v0.3.0
16152026-08-24T20:03:10.086Z Compiling ron v0.8.1
16162026-08-24T20:03:10.166Z Compiling darling_macro v0.23.0
16172026-08-24T20:03:10.259Z Compiling addr2line v0.25.1
16182026-08-24T20:03:10.301Z Compiling toml_edit v0.19.15
16192026-08-24T20:03:10.363Z Compiling scroll v0.12.0
16202026-08-24T20:03:10.515Z Compiling env_logger v0.11.11
16212026-08-24T20:03:10.661Z Compiling derive_builder_macro v0.20.2
16222026-08-24T20:03:10.908Z Compiling daft v0.1.8
16232026-08-24T20:03:11.031Z Compiling rsa v0.9.10
16242026-08-24T20:03:11.042Z Compiling hashbrown v0.13.2
16252026-08-24T20:03:11.105Z Compiling bzip2 v0.4.4
16262026-08-24T20:03:11.126Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-24T20:03:11.181Z Compiling rand v0.10.1
16282026-08-24T20:03:11.271Z Compiling serde-hex v0.1.0
16292026-08-24T20:03:11.385Z Compiling tokio-native-tls v0.3.1
16302026-08-24T20:03:11.489Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16312026-08-24T20:03:11.554Z Compiling camino v1.2.5
16322026-08-24T20:03:11.984Z Compiling sha2 v0.11.0
16332026-08-24T20:03:12.422Z Compiling bstr v1.12.1
16342026-08-24T20:03:12.903Z Compiling hmac v0.13.0
16352026-08-24T20:03:12.919Z Compiling md-5 v0.11.0
16362026-08-24T20:03:13.060Z Compiling rustls-native-certs v0.8.3
16372026-08-24T20:03:13.090Z Compiling curve25519-dalek v4.1.3
16382026-08-24T20:03:13.214Z Compiling x509-cert v0.2.5
16392026-08-24T20:03:13.346Z Compiling serde_tokenstream v0.2.3
16402026-08-24T20:03:13.424Z Compiling async-trait v0.1.89
16412026-08-24T20:03:13.654Z Compiling zerocopy-derive v0.7.35
16422026-08-24T20:03:13.696Z Compiling pin-project-internal v1.1.11
16432026-08-24T20:03:14.060Z Compiling vergen-lib v9.1.0
16442026-08-24T20:03:14.221Z Compiling hash32 v0.2.1
16452026-08-24T20:03:14.393Z Compiling memoffset v0.9.1
16462026-08-24T20:03:14.410Z Compiling encoding_rs v0.8.35
16472026-08-24T20:03:14.426Z Compiling smoltcp v0.9.1
16482026-08-24T20:03:14.515Z Compiling crc-any v2.5.0
16492026-08-24T20:03:14.579Z Compiling ref-cast v1.0.25
16502026-08-24T20:03:14.782Z Compiling owo-colors v4.3.0
16512026-08-24T20:03:14.798Z Compiling litrs v1.0.0
16522026-08-24T20:03:14.816Z Compiling psl-types v2.0.11
16532026-08-24T20:03:14.864Z Compiling mime v0.3.17
16542026-08-24T20:03:14.880Z Compiling cfg_aliases v0.2.1
16552026-08-24T20:03:14.942Z Compiling rustix v0.38.44
16562026-08-24T20:03:14.956Z Compiling rustc-demangle v0.1.27
16572026-08-24T20:03:15.090Z Compiling fallible-iterator v0.2.0
16582026-08-24T20:03:15.169Z Compiling nix v0.31.2
16592026-08-24T20:03:15.313Z Compiling document-features v0.2.12
16602026-08-24T20:03:15.348Z Compiling backtrace v0.3.76
16612026-08-24T20:03:15.367Z Compiling publicsuffix v2.3.0
16622026-08-24T20:03:15.402Z Compiling postgres-protocol v0.6.12
16632026-08-24T20:03:15.541Z Compiling pin-project v1.1.11
16642026-08-24T20:03:15.602Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16652026-08-24T20:03:15.675Z Compiling zerocopy v0.7.35
16662026-08-24T20:03:15.942Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16672026-08-24T20:03:15.957Z Compiling toml v0.7.8
16682026-08-24T20:03:15.982Z Compiling hyper-tls v0.6.0
16692026-08-24T20:03:16.192Z Compiling object v0.30.4
16702026-08-24T20:03:16.207Z Compiling zip v0.6.6
16712026-08-24T20:03:16.211Z Compiling derive_builder v0.20.2
16722026-08-24T20:03:16.422Z Compiling darling v0.23.0
16732026-08-24T20:03:16.493Z Compiling goblin v0.8.2
16742026-08-24T20:03:16.754Z Compiling derive-ex v0.1.8
16752026-08-24T20:03:16.807Z Compiling convert_case v0.10.0
16762026-08-24T20:03:16.866Z Compiling phf_shared v0.13.1
16772026-08-24T20:03:16.869Z Compiling regex v1.12.3
16782026-08-24T20:03:17.102Z Compiling hubpack_derive v0.1.1
16792026-08-24T20:03:17.102Z Compiling hmac v0.12.1
16802026-08-24T20:03:17.276Z Compiling futures-executor v0.3.32
16812026-08-24T20:03:17.297Z Compiling ref-cast-impl v1.0.25
16822026-08-24T20:03:17.532Z Compiling curve25519-dalek-derive v0.1.1
16832026-08-24T20:03:17.546Z Compiling snafu-derive v0.8.9
16842026-08-24T20:03:17.835Z Compiling strum_macros v0.27.2
16852026-08-24T20:03:18.160Z Compiling vergen v9.1.0
16862026-08-24T20:03:18.346Z Compiling ff v0.13.1
16872026-08-24T20:03:18.399Z Compiling cargo-platform v0.3.2
16882026-08-24T20:03:18.483Z Compiling fs-err v3.3.0
16892026-08-24T20:03:18.669Z Compiling foldhash v0.2.0
16902026-08-24T20:03:18.683Z Compiling is_ci v1.2.0
16912026-08-24T20:03:18.818Z Compiling base16ct v0.2.0
16922026-08-24T20:03:18.892Z Compiling path-slash v0.1.5
16932026-08-24T20:03:19.000Z Compiling same-file v1.0.6
16942026-08-24T20:03:19.015Z Compiling libbz2-rs-sys v0.2.2
16952026-08-24T20:03:19.030Z Compiling either v1.15.0
16962026-08-24T20:03:19.168Z Compiling foldhash v0.1.5
16972026-08-24T20:03:19.237Z Compiling bitflags v1.3.2
16982026-08-24T20:03:19.317Z Compiling bumpalo v3.20.2
16992026-08-24T20:03:19.350Z Compiling managed v0.8.0
17002026-08-24T20:03:19.417Z Compiling jiff-core v0.1.0
17012026-08-24T20:03:19.558Z Compiling zopfli v0.8.3
17022026-08-24T20:03:19.751Z Compiling bzip2 v0.6.1
17032026-08-24T20:03:19.821Z Compiling strum v0.27.2
17042026-08-24T20:03:19.907Z Compiling snafu v0.8.9
17052026-08-24T20:03:19.951Z Compiling hashbrown v0.15.5
17062026-08-24T20:03:19.956Z Compiling walkdir v2.5.0
17072026-08-24T20:03:20.266Z Compiling jiff v0.2.34
17082026-08-24T20:03:20.275Z Compiling textwrap v0.16.2
17092026-08-24T20:03:20.293Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17102026-08-24T20:03:20.393Z Compiling sec1 v0.7.3
17112026-08-24T20:03:20.523Z Compiling hashbrown v0.16.1
17122026-08-24T20:03:20.551Z Compiling supports-color v3.0.2
17132026-08-24T20:03:20.716Z Compiling dof v0.3.0
17142026-08-24T20:03:20.739Z Compiling cargo_metadata v0.23.1
17152026-08-24T20:03:20.781Z Compiling group v0.13.0
17162026-08-24T20:03:20.960Z Compiling test-strategy v0.4.5
17172026-08-24T20:03:21.529Z Compiling hubpack v0.1.2
17182026-08-24T20:03:21.715Z Compiling futures v0.3.32
17192026-08-24T20:03:21.754Z Compiling hkdf v0.12.4
17202026-08-24T20:03:21.798Z Compiling derive_more-impl v2.1.1
17212026-08-24T20:03:21.925Z Compiling phf v0.13.1
17222026-08-24T20:03:22.098Z Compiling signal-hook-mio v0.2.5
17232026-08-24T20:03:22.226Z Compiling cookie_store v0.22.1
17242026-08-24T20:03:22.410Z Compiling serde_with_macros v3.21.0
17252026-08-24T20:03:22.444Z Compiling zstd v0.13.3
17262026-08-24T20:03:22.711Z Compiling reqwest v0.12.28
17272026-08-24T20:03:22.871Z Compiling postgres-types v0.2.14
17282026-08-24T20:03:22.935Z Compiling backtrace-ext v0.2.1
17292026-08-24T20:03:23.534Z Compiling usdt-attr-macro v0.6.0
17302026-08-24T20:03:23.797Z Compiling usdt-macro v0.6.0
17312026-08-24T20:03:24.087Z Compiling globset v0.4.18
17322026-08-24T20:03:24.127Z Compiling phf_shared v0.11.3
17332026-08-24T20:03:24.311Z Compiling dtrace-parser v0.2.0
17342026-08-24T20:03:24.315Z Compiling byte-wrapper v0.1.0
17352026-08-24T20:03:24.343Z Compiling olpc-cjson v0.1.4
17362026-08-24T20:03:24.506Z Compiling ed25519 v2.2.3
17372026-08-24T20:03:24.551Z Compiling crypto-bigint v0.5.5
17382026-08-24T20:03:24.630Z Compiling serde-big-array v0.5.1
17392026-08-24T20:03:24.698Z Compiling serde_plain v1.0.2
17402026-08-24T20:03:24.799Z Compiling miette-derive v7.6.0
17412026-08-24T20:03:24.813Z Compiling serde_repr v0.1.20
17422026-08-24T20:03:24.901Z Compiling enum-as-inner v0.6.1
17432026-08-24T20:03:25.088Z Compiling strum_macros v0.26.4
17442026-08-24T20:03:25.355Z Compiling async-recursion v1.1.1
17452026-08-24T20:03:25.415Z Compiling pem v3.0.6
17462026-08-24T20:03:25.462Z Compiling float-cmp v0.10.0
17472026-08-24T20:03:25.619Z Compiling memmap2 v0.9.10
17482026-08-24T20:03:25.744Z Compiling thread-id v4.2.2
17492026-08-24T20:03:25.835Z Compiling keccak v0.1.6
17502026-08-24T20:03:25.849Z Compiling new_debug_unreachable v1.0.6
17512026-08-24T20:03:25.927Z Compiling difflib v0.4.0
17522026-08-24T20:03:25.956Z Compiling whoami v2.1.0
17532026-08-24T20:03:26.011Z Compiling fixedbitset v0.4.2
17542026-08-24T20:03:26.233Z Compiling typed-path v0.9.3
17552026-08-24T20:03:26.328Z Compiling fixedbitset v0.5.7
17562026-08-24T20:03:26.469Z Compiling predicates-core v1.0.10
17572026-08-24T20:03:26.484Z Compiling data-encoding v2.10.0
17582026-08-24T20:03:26.575Z Compiling static_assertions v1.1.0
17592026-08-24T20:03:26.632Z Compiling precomputed-hash v0.1.1
17602026-08-24T20:03:26.645Z Compiling supports-unicode v3.0.0
17612026-08-24T20:03:26.659Z Compiling winnow v1.0.3
17622026-08-24T20:03:26.682Z Compiling normalize-line-endings v0.3.0
17632026-08-24T20:03:26.719Z Compiling supports-hyperlinks v3.2.0
17642026-08-24T20:03:27.786Z Compiling hickory-proto v0.25.2
17652026-08-24T20:03:27.790Z Compiling predicates v3.1.4
17662026-08-24T20:03:27.790Z Compiling strum v0.26.3
17672026-08-24T20:03:27.791Z Compiling miette v7.6.0
17682026-08-24T20:03:27.791Z Compiling toml_edit v0.22.27
17692026-08-24T20:03:27.791Z Compiling string_cache v0.8.9
17702026-08-24T20:03:27.791Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-08-24T20:03:27.791Z Compiling petgraph v0.8.3
17722026-08-24T20:03:27.792Z Compiling tokio-postgres v0.7.18
17732026-08-24T20:03:27.792Z Compiling toml_parser v1.1.2+spec-1.1.0
17742026-08-24T20:03:28.018Z Compiling petgraph v0.6.5
17752026-08-24T20:03:28.318Z Compiling sha3 v0.10.8
17762026-08-24T20:03:28.782Z Compiling usdt-impl v0.5.0
17772026-08-24T20:03:29.333Z Compiling usdt v0.6.0
17782026-08-24T20:03:29.351Z Compiling elliptic-curve v0.13.8
17792026-08-24T20:03:29.480Z Compiling ed25519-dalek v2.2.0
17802026-08-24T20:03:29.597Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17812026-08-24T20:03:29.689Z Compiling crossterm v0.28.1
17822026-08-24T20:03:29.756Z Compiling serde_with v3.21.0
17832026-08-24T20:03:30.038Z Compiling derive_more v2.1.1
17842026-08-24T20:03:30.140Z Compiling zip v4.6.1
17852026-08-24T20:03:30.561Z Compiling iddqd v0.4.2
17862026-08-24T20:03:31.077Z Compiling itertools v0.15.0
17872026-08-24T20:03:31.138Z Compiling itertools v0.13.0
17882026-08-24T20:03:31.366Z Compiling similar v2.7.0
17892026-08-24T20:03:31.400Z Compiling crossbeam-epoch v0.9.18
17902026-08-24T20:03:31.468Z Compiling oxide-generation v0.1.3
17912026-08-24T20:03:31.541Z Compiling heck v0.4.1
17922026-08-24T20:03:31.723Z Compiling tokio-stream v0.1.18
17932026-08-24T20:03:31.760Z Compiling buf-list v1.1.2
17942026-08-24T20:03:31.774Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17952026-08-24T20:03:31.807Z Compiling openapiv3 v2.2.0
17962026-08-24T20:03:32.025Z Compiling peg-runtime v0.8.5
17972026-08-24T20:03:32.073Z Compiling lalrpop-util v0.19.12
17982026-08-24T20:03:32.174Z Compiling thread_local v1.1.9
17992026-08-24T20:03:32.199Z Compiling slog-async v2.8.0
18002026-08-24T20:03:32.267Z Compiling crossbeam-channel v0.5.15
18012026-08-24T20:03:32.300Z Compiling filetime v0.2.27
18022026-08-24T20:03:32.368Z Compiling is-terminal v0.4.17
18032026-08-24T20:03:32.383Z Compiling xattr v1.6.1
18042026-08-24T20:03:32.426Z Compiling take_mut v0.2.2
18052026-08-24T20:03:32.476Z Compiling term v1.2.1
18062026-08-24T20:03:32.476Z Compiling camino-tempfile v1.4.1
18072026-08-24T20:03:32.508Z Compiling tar v0.4.46
18082026-08-24T20:03:33.129Z Compiling slog-term v2.9.2
18092026-08-24T20:03:38.599Z Compiling rustls-webpki v0.103.13
18102026-08-24T20:03:41.312Z Compiling tokio-rustls v0.26.4
18112026-08-24T20:03:41.313Z Compiling rustls-platform-verifier v0.6.2
18122026-08-24T20:03:41.316Z Compiling tough v0.22.0
18132026-08-24T20:03:41.510Z Compiling hyper-rustls v0.27.7
18142026-08-24T20:03:41.707Z Compiling reqwest v0.13.2
18152026-08-24T20:03:43.929Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-08-24T20:03:44.156Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-08-24T20:03:47.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18182026-08-24T20:03:47.200Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18192026-08-24T20:03:47.257ZAug 24 20:03:46.261 INFO Starting download, target: Cockroach
18202026-08-24T20:03:47.257ZAug 24 20:03:46.262 INFO Starting download, target: DendriteStub
18212026-08-24T20:03:47.257ZAug 24 20:03:46.262 INFO Starting download, target: MaghemiteMgd
18222026-08-24T20:03:47.257ZAug 24 20:03:46.262 INFO Starting download, target: Clickhouse
18232026-08-24T20:03:47.257ZAug 24 20:03:46.262 INFO Starting download, target: Console
18242026-08-24T20:03:47.262ZAug 24 20:03:46.262 INFO Starting download, target: MaghemiteDdmd
18252026-08-24T20:03:47.262ZAug 24 20:03:46.262 INFO Starting download, target: TransceiverControl
18262026-08-24T20:03:47.262ZAug 24 20:03:46.262 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18272026-08-24T20:03:47.262ZAug 24 20:03:46.262 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18282026-08-24T20:03:47.262ZAug 24 20:03:46.262 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18292026-08-24T20:03:47.262ZAug 24 20:03:46.262 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18302026-08-24T20:03:47.262ZAug 24 20:03:46.262 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18312026-08-24T20:03:47.262ZAug 24 20:03:46.262 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18322026-08-24T20:03:47.263ZAug 24 20:03:46.262 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18332026-08-24T20:03:47.582ZAug 24 20:03:46.586 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18342026-08-24T20:03:47.865ZAug 24 20:03:46.863 INFO Download complete, target: TransceiverControl
18352026-08-24T20:03:49.026ZAug 24 20:03:48.029 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18362026-08-24T20:03:49.305ZAug 24 20:03:48.308 INFO Download complete, target: Console
18372026-08-24T20:03:49.399ZAug 24 20:03:48.402 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18382026-08-24T20:03:49.464ZAug 24 20:03:48.468 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18392026-08-24T20:03:49.891ZAug 24 20:03:48.892 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18402026-08-24T20:03:49.925ZAug 24 20:03:48.925 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18412026-08-24T20:03:50.524ZAug 24 20:03:49.521 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18422026-08-24T20:03:50.524ZAug 24 20:03:49.521 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18432026-08-24T20:03:51.364ZAug 24 20:03:50.369 INFO Download complete, target: MaghemiteDdmd
18442026-08-24T20:03:51.869ZAug 24 20:03:50.873 INFO Download complete, target: DendriteStub
18452026-08-24T20:03:52.320ZAug 24 20:03:51.325 INFO Download complete, target: MaghemiteMgd
18462026-08-24T20:03:55.184ZAug 24 20:03:54.187 INFO Checking that binary works, target: Cockroach
18472026-08-24T20:03:55.343ZAug 24 20:03:54.348 INFO Download complete, target: Cockroach
18482026-08-24T20:03:56.638ZAug 24 20:03:55.639 INFO Checking that binary works, target: Clickhouse
18492026-08-24T20:03:56.769ZAug 24 20:03:55.770 INFO Download complete, target: Clickhouse
18502026-08-24T20:03:56.798ZAll builder prerequisites installed successfully, and PATH looks valid
18512026-08-24T20:03:56.799Z
18522026-08-24T20:03:56.799Zreal 2:11.304791970
18532026-08-24T20:03:56.799Zuser 7:23.055698846
18542026-08-24T20:03:56.799Zsys 1:27.290811945
18552026-08-24T20:03:56.799Ztrap 0.249094273
18562026-08-24T20:03:56.799Ztflt 0.575906145
18572026-08-24T20:03:56.799Zdflt 0.953687458
18582026-08-24T20:03:56.799Zkflt 0.025694445
18592026-08-24T20:03:56.799Zlock 27:47.207586418
18602026-08-24T20:03:56.799Zslp 22:08.008924048
18612026-08-24T20:03:56.799Zlat 48.858255137
18622026-08-24T20:03:56.799Zstop 2:51.068778470
18632026-08-24T20:03:56.799Z+ banner hack-check
18642026-08-24T20:03:56.814Z
18652026-08-24T20:03:56.814Z # # ## #### # # #### # # ###### #### # #
18662026-08-24T20:03:56.814Z # # # # # # # # # # # # # # # # #
18672026-08-24T20:03:56.814Z ###### # # # #### ##### # ###### ##### # ####
18682026-08-24T20:03:56.814Z # # ###### # # # # # # # # # #
18692026-08-24T20:03:56.814Z # # # # # # # # # # # # # # # # #
18702026-08-24T20:03:56.814Z # # # # #### # # #### # # ###### #### # #
18712026-08-24T20:03:56.814Z
18722026-08-24T20:03:56.814Z+ export CARGO_INCREMENTAL=0
18732026-08-24T20:03:56.814Z+ CARGO_INCREMENTAL=0
18742026-08-24T20:03:56.814Z+ ptime -m timeout 2h cargo xtask check-features --ci
18752026-08-24T20:03:57.255Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18762026-08-24T20:03:57.535Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18772026-08-24T20:03:59.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18782026-08-24T20:03:59.380Z Running `target/debug/xtask check-features --ci`
18792026-08-24T20:03:59.403Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18802026-08-24T20:03:59.414Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18812026-08-24T20:03:59.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18822026-08-24T20:03:59.850Z Running `target/debug/xtask download cargo-hack`
18832026-08-24T20:04:00.631Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18842026-08-24T20:04:00.943Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18852026-08-24T20:04:03.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
18862026-08-24T20:04:03.630Z Running `target/debug/xtask-downloader cargo-hack`
18872026-08-24T20:04:03.672ZAug 24 20:04:02.674 INFO Starting download, target: CargoHack
18882026-08-24T20:04:03.676ZAug 24 20:04:02.675 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18892026-08-24T20:04:04.081ZAug 24 20:04:03.086 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18902026-08-24T20:04:04.132ZAug 24 20:04:03.136 INFO Download complete, target: CargoHack
18912026-08-24T20:04:04.137Zrunning: "/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"
18922026-08-24T20:04:04.148Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18932026-08-24T20:04:04.305Zinfo: running `cargo check --bins` on api_identity (1/377)
18942026-08-24T20:04:04.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-24T20:04:04.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-24T20:04:04.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-24T20:04:04.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18982026-08-24T20:04:04.847Z
18992026-08-24T20:04:04.847Zinfo: running `cargo check --bins` on bootstore (2/377)
19002026-08-24T20:04:05.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-24T20:04:05.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-24T20:04:05.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-24T20:04:05.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19042026-08-24T20:04:05.398Z
19052026-08-24T20:04:05.398Zinfo: running `cargo check --bins` on omicron-ledger (3/377)
19062026-08-24T20:04:05.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-24T20:04:05.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-24T20:04:05.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-24T20:04:05.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19102026-08-24T20:04:05.954Z
19112026-08-24T20:04:05.954Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377)
19122026-08-24T20:04:06.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-24T20:04:06.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-24T20:04:06.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-24T20:04:06.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19162026-08-24T20:04:06.507Z
19172026-08-24T20:04:06.507Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377)
19182026-08-24T20:04:06.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-24T20:04:06.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-24T20:04:06.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-24T20:04:06.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19222026-08-24T20:04:07.052Z
19232026-08-24T20:04:07.052Zinfo: running `cargo check --bins` on omicron-certificates (6/377)
19242026-08-24T20:04:07.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-24T20:04:07.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-24T20:04:07.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-24T20:04:07.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19282026-08-24T20:04:07.608Z
19292026-08-24T20:04:07.608Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/377)
19302026-08-24T20:04:08.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-24T20:04:08.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-24T20:04:08.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-24T20:04:08.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19342026-08-24T20:04:08.173Z
19352026-08-24T20:04:08.173Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377)
19362026-08-24T20:04:08.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-24T20:04:08.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-24T20:04:08.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-24T20:04:08.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19402026-08-24T20:04:08.733Z
19412026-08-24T20:04:08.733Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/377)
19422026-08-24T20:04:09.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-24T20:04:09.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-24T20:04:09.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-24T20:04:09.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19462026-08-24T20:04:09.149Z
19472026-08-24T20:04:09.149Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/377)
19482026-08-24T20:04:09.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-24T20:04:09.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-24T20:04:09.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-24T20:04:09.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19522026-08-24T20:04:09.558Z
19532026-08-24T20:04:09.558Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/377)
19542026-08-24T20:04:09.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-24T20:04:09.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-24T20:04:09.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-24T20:04:09.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19582026-08-24T20:04:09.973Z
19592026-08-24T20:04:09.973Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/377)
19602026-08-24T20:04:10.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-24T20:04:10.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-24T20:04:10.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-24T20:04:10.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-08-24T20:04:10.387Z
19652026-08-24T20:04:10.387Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/377)
19662026-08-24T20:04:10.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-24T20:04:10.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-24T20:04:10.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-24T20:04:10.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19702026-08-24T20:04:10.815Z
19712026-08-24T20:04:10.815Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/377)
19722026-08-24T20:04:11.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-24T20:04:11.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-24T20:04:11.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-24T20:04:11.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19762026-08-24T20:04:11.218Z
19772026-08-24T20:04:11.218Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/377)
19782026-08-24T20:04:11.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-24T20:04:11.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-24T20:04:11.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-24T20:04:11.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19822026-08-24T20:04:11.630Z
19832026-08-24T20:04:11.630Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/377)
19842026-08-24T20:04:11.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-24T20:04:11.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-24T20:04:11.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-24T20:04:11.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19882026-08-24T20:04:12.046Z
19892026-08-24T20:04:12.046Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/377)
19902026-08-24T20:04:12.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-24T20:04:12.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-24T20:04:12.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-24T20:04:12.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19942026-08-24T20:04:12.458Z
19952026-08-24T20:04:12.458Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/377)
19962026-08-24T20:04:12.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-24T20:04:12.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-24T20:04:12.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-24T20:04:12.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20002026-08-24T20:04:12.874Z
20012026-08-24T20:04:12.874Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/377)
20022026-08-24T20:04:13.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-24T20:04:13.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-24T20:04:13.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-24T20:04:13.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20062026-08-24T20:04:13.282Z
20072026-08-24T20:04:13.282Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/377)
20082026-08-24T20:04:13.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-24T20:04:13.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-24T20:04:13.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-24T20:04:13.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20122026-08-24T20:04:13.700Z
20132026-08-24T20:04:13.700Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/377)
20142026-08-24T20:04:14.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-24T20:04:14.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-24T20:04:14.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-24T20:04:14.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20182026-08-24T20:04:14.118Z
20192026-08-24T20:04:14.118Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/377)
20202026-08-24T20:04:14.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-24T20:04:14.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-24T20:04:14.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-24T20:04:14.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20242026-08-24T20:04:14.532Z
20252026-08-24T20:04:14.532Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/377)
20262026-08-24T20:04:14.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-24T20:04:14.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-24T20:04:14.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-24T20:04:14.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20302026-08-24T20:04:14.948Z
20312026-08-24T20:04:14.948Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/377)
20322026-08-24T20:04:15.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-24T20:04:15.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-24T20:04:15.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-24T20:04:15.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20362026-08-24T20:04:15.365Z
20372026-08-24T20:04:15.365Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/377)
20382026-08-24T20:04:15.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-24T20:04:15.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-24T20:04:15.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-24T20:04:15.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20422026-08-24T20:04:15.780Z
20432026-08-24T20:04:15.780Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/377)
20442026-08-24T20:04:16.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-24T20:04:16.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-24T20:04:16.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-24T20:04:16.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20482026-08-24T20:04:16.985Z
20492026-08-24T20:04:16.985Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/377)
20502026-08-24T20:04:16.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-24T20:04:16.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-24T20:04:16.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-24T20:04:16.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20542026-08-24T20:04:16.986Z
20552026-08-24T20:04:16.986Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/377)
20562026-08-24T20:04:17.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-24T20:04:17.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-24T20:04:17.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-24T20:04:17.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20602026-08-24T20:04:17.035Z
20612026-08-24T20:04:17.035Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/377)
20622026-08-24T20:04:17.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-24T20:04:17.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-24T20:04:17.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-24T20:04:17.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20662026-08-24T20:04:17.448Z
20672026-08-24T20:04:17.449Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/377)
20682026-08-24T20:04:17.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-24T20:04:17.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-24T20:04:17.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-24T20:04:17.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-08-24T20:04:17.864Z
20732026-08-24T20:04:17.864Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/377)
20742026-08-24T20:04:18.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-24T20:04:18.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-24T20:04:18.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-24T20:04:18.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-08-24T20:04:18.280Z
20792026-08-24T20:04:18.280Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/377)
20802026-08-24T20:04:18.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-24T20:04:18.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-24T20:04:18.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-24T20:04:18.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-08-24T20:04:18.691Z
20852026-08-24T20:04:18.691Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/377)
20862026-08-24T20:04:19.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-24T20:04:19.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-24T20:04:19.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-24T20:04:19.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-08-24T20:04:19.108Z
20912026-08-24T20:04:19.108Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/377)
20922026-08-24T20:04:19.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-24T20:04:19.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-24T20:04:19.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-24T20:04:19.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-08-24T20:04:19.522Z
20972026-08-24T20:04:19.522Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/377)
20982026-08-24T20:04:19.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-24T20:04:19.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-24T20:04:19.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-24T20:04:19.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21022026-08-24T20:04:19.936Z
21032026-08-24T20:04:19.936Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/377)
21042026-08-24T20:04:20.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-24T20:04:20.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-24T20:04:20.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-24T20:04:20.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21082026-08-24T20:04:20.351Z
21092026-08-24T20:04:20.351Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/377)
21102026-08-24T20:04:20.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-24T20:04:20.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-24T20:04:20.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-24T20:04:20.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21142026-08-24T20:04:20.764Z
21152026-08-24T20:04:20.764Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/377)
21162026-08-24T20:04:21.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-24T20:04:21.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-24T20:04:21.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-24T20:04:21.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21202026-08-24T20:04:21.179Z
21212026-08-24T20:04:21.179Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/377)
21222026-08-24T20:04:21.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-24T20:04:21.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-24T20:04:21.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-24T20:04:21.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21262026-08-24T20:04:21.594Z
21272026-08-24T20:04:21.594Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/377)
21282026-08-24T20:04:21.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-24T20:04:21.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-24T20:04:21.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-24T20:04:21.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-24T20:04:22.012Z
21332026-08-24T20:04:22.013Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/377)
21342026-08-24T20:04:22.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-24T20:04:22.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-24T20:04:22.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-24T20:04:22.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-24T20:04:22.429Z
21392026-08-24T20:04:22.429Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/377)
21402026-08-24T20:04:22.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-24T20:04:22.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-24T20:04:22.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-24T20:04:22.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21442026-08-24T20:04:22.846Z
21452026-08-24T20:04:22.846Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/377)
21462026-08-24T20:04:23.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-24T20:04:23.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-24T20:04:23.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-24T20:04:23.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21502026-08-24T20:04:23.263Z
21512026-08-24T20:04:23.263Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/377)
21522026-08-24T20:04:23.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-24T20:04:23.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-24T20:04:23.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-24T20:04:23.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21562026-08-24T20:04:23.680Z
21572026-08-24T20:04:23.681Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/377)
21582026-08-24T20:04:24.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-24T20:04:24.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-24T20:04:24.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-24T20:04:24.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21622026-08-24T20:04:24.098Z
21632026-08-24T20:04:24.098Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/377)
21642026-08-24T20:04:24.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-24T20:04:24.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-24T20:04:24.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-24T20:04:24.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21682026-08-24T20:04:24.514Z
21692026-08-24T20:04:24.514Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/377)
21702026-08-24T20:04:24.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-24T20:04:24.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-24T20:04:24.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-24T20:04:24.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21742026-08-24T20:04:24.929Z
21752026-08-24T20:04:24.929Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/377)
21762026-08-24T20:04:25.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-24T20:04:25.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-24T20:04:25.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-24T20:04:25.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21802026-08-24T20:04:25.345Z
21812026-08-24T20:04:25.345Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/377)
21822026-08-24T20:04:25.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-24T20:04:25.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-24T20:04:25.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-24T20:04:25.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21862026-08-24T20:04:25.944Z
21872026-08-24T20:04:25.944Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/377)
21882026-08-24T20:04:26.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-24T20:04:26.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-24T20:04:26.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-24T20:04:26.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21922026-08-24T20:04:26.543Z
21932026-08-24T20:04:26.543Zinfo: running `cargo check --bins` on nexus-config (51/377)
21942026-08-24T20:04:27.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-24T20:04:27.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-24T20:04:27.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-24T20:04:27.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-08-24T20:04:27.140Z
21992026-08-24T20:04:27.141Zinfo: running `cargo check --bins` on nexus-types (52/377)
22002026-08-24T20:04:27.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-24T20:04:27.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-24T20:04:27.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-24T20:04:27.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-08-24T20:04:27.737Z
22052026-08-24T20:04:27.737Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/377)
22062026-08-24T20:04:28.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-24T20:04:28.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-24T20:04:28.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-24T20:04:28.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22102026-08-24T20:04:28.304Z
22112026-08-24T20:04:28.304Zinfo: running `cargo check --bins` on omicron-passwords (54/377)
22122026-08-24T20:04:28.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-24T20:04:28.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-24T20:04:28.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-24T20:04:28.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22162026-08-24T20:04:28.853Z
22172026-08-24T20:04:28.853Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/377)
22182026-08-24T20:04:29.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-24T20:04:29.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-24T20:04:29.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-24T20:04:29.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22222026-08-24T20:04:29.423Z
22232026-08-24T20:04:29.423Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/377)
22242026-08-24T20:04:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-24T20:04:29.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-24T20:04:29.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-24T20:04:29.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22282026-08-24T20:04:29.995Z
22292026-08-24T20:04:29.995Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/377)
22302026-08-24T20:04:30.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-24T20:04:30.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-24T20:04:30.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-24T20:04:30.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22342026-08-24T20:04:30.565Z
22352026-08-24T20:04:30.565Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/377)
22362026-08-24T20:04:31.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-24T20:04:31.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-24T20:04:31.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-24T20:04:31.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22402026-08-24T20:04:31.136Z
22412026-08-24T20:04:31.136Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/377)
22422026-08-24T20:04:31.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-24T20:04:31.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-24T20:04:31.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-24T20:04:31.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22462026-08-24T20:04:31.688Z
22472026-08-24T20:04:31.688Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/377)
22482026-08-24T20:04:32.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-24T20:04:32.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-24T20:04:32.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-24T20:04:32.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-08-24T20:04:32.242Z
22532026-08-24T20:04:32.242Zinfo: running `cargo check --bins --no-default-features` on gfss (61/377)
22542026-08-24T20:04:32.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-24T20:04:32.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-24T20:04:32.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-24T20:04:32.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22582026-08-24T20:04:32.792Z
22592026-08-24T20:04:32.792Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/377)
22602026-08-24T20:04:33.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-24T20:04:33.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-24T20:04:33.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-24T20:04:33.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22642026-08-24T20:04:33.343Z
22652026-08-24T20:04:33.344Zinfo: running `cargo check --bins` on trust-quorum-types (63/377)
22662026-08-24T20:04:33.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-24T20:04:33.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-24T20:04:33.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-24T20:04:33.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22702026-08-24T20:04:33.897Z
22712026-08-24T20:04:33.897Zinfo: running `cargo check --bins` on wicketd-commission-types (64/377)
22722026-08-24T20:04:34.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-24T20:04:34.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-24T20:04:34.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-24T20:04:34.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22762026-08-24T20:04:34.467Z
22772026-08-24T20:04:34.467Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/377)
22782026-08-24T20:04:34.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-24T20:04:34.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-24T20:04:34.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-24T20:04:34.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22822026-08-24T20:04:35.041Z
22832026-08-24T20:04:35.041Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/377)
22842026-08-24T20:04:35.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-24T20:04:35.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-24T20:04:35.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-24T20:04:35.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22882026-08-24T20:04:35.598Z
22892026-08-24T20:04:35.598Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/377)
22902026-08-24T20:04:36.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-24T20:04:36.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-24T20:04:36.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-24T20:04:36.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22942026-08-24T20:04:36.161Z
22952026-08-24T20:04:36.161Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/377)
22962026-08-24T20:04:36.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-24T20:04:36.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-24T20:04:36.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-24T20:04:36.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23002026-08-24T20:04:36.727Z
23012026-08-24T20:04:36.728Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/377)
23022026-08-24T20:04:37.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-24T20:04:37.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-24T20:04:37.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-24T20:04:37.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23062026-08-24T20:04:37.296Z
23072026-08-24T20:04:37.296Zinfo: running `cargo check --bins` on cockroach-admin-types (70/377)
23082026-08-24T20:04:37.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-24T20:04:37.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-24T20:04:37.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-24T20:04:37.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23122026-08-24T20:04:37.842Z
23132026-08-24T20:04:37.842Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/377)
23142026-08-24T20:04:38.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-24T20:04:38.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-24T20:04:38.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-24T20:04:38.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23182026-08-24T20:04:38.398Z
23192026-08-24T20:04:38.398Zinfo: running `cargo check --bins` on ereport-types (72/377)
23202026-08-24T20:04:38.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-24T20:04:38.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-24T20:04:38.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-24T20:04:38.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23242026-08-24T20:04:38.957Z
23252026-08-24T20:04:38.957Zinfo: running `cargo check --bins` on gateway-client (73/377)
23262026-08-24T20:04:39.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-24T20:04:39.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-24T20:04:39.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292026-08-24T20:04:39.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23302026-08-24T20:04:39.521Z
23312026-08-24T20:04:39.521Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/377)
23322026-08-24T20:04:39.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332026-08-24T20:04:39.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342026-08-24T20:04:39.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352026-08-24T20:04:40.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23362026-08-24T20:04:40.082Z
23372026-08-24T20:04:40.082Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/377)
23382026-08-24T20:04:40.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392026-08-24T20:04:40.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402026-08-24T20:04:40.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412026-08-24T20:04:40.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23422026-08-24T20:04:40.642Z
23432026-08-24T20:04:40.642Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/377)
23442026-08-24T20:04:41.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452026-08-24T20:04:41.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462026-08-24T20:04:41.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472026-08-24T20:04:41.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23482026-08-24T20:04:41.222Z
23492026-08-24T20:04:41.222Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/377)
23502026-08-24T20:04:41.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512026-08-24T20:04:41.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522026-08-24T20:04:41.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532026-08-24T20:04:41.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23542026-08-24T20:04:41.802Z
23552026-08-24T20:04:41.803Zinfo: running `cargo check --bins` on key-manager-types (78/377)
23562026-08-24T20:04:42.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572026-08-24T20:04:42.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582026-08-24T20:04:42.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592026-08-24T20:04:42.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23602026-08-24T20:04:42.347Z
23612026-08-24T20:04:42.347Zinfo: running `cargo check --bins` on oxlog (79/377)
23622026-08-24T20:04:42.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632026-08-24T20:04:42.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642026-08-24T20:04:42.946Z Checking cfg-if v1.0.4
23652026-08-24T20:04:42.949Z Checking serde_core v1.0.228
23662026-08-24T20:04:42.949Z Checking libc v0.2.185
23672026-08-24T20:04:43.065Z Checking memchr v2.8.0
23682026-08-24T20:04:43.074Z Checking smallvec v1.15.1
23692026-08-24T20:04:43.077Z Checking log v0.4.33
23702026-08-24T20:04:43.093Z Checking subtle v2.6.1
23712026-08-24T20:04:43.104Z Checking itoa v1.0.17
23722026-08-24T20:04:43.114Z Checking typenum v1.20.1
23732026-08-24T20:04:43.233Z Checking scopeguard v1.2.0
23742026-08-24T20:04:43.236Z Checking stable_deref_trait v1.2.1
23752026-08-24T20:04:43.256Z Checking zerofrom v0.1.6
23762026-08-24T20:04:43.269Z Checking rand_core v0.10.0
23772026-08-24T20:04:43.312Z Checking portable-atomic v1.13.1
23782026-08-24T20:04:43.330Z Checking lock_api v0.4.14
23792026-08-24T20:04:43.365Z Checking yoke v0.8.1
23802026-08-24T20:04:43.406Z Checking critical-section v1.2.0
23812026-08-24T20:04:43.435Z Checking libm v0.2.16
23822026-08-24T20:04:43.447Z Checking errno v0.3.14
23832026-08-24T20:04:43.513Z Checking getrandom v0.4.3
23842026-08-24T20:04:43.525Z Checking zerovec v0.11.5
23852026-08-24T20:04:43.539Z Checking zerocopy v0.8.55
23862026-08-24T20:04:43.554Z Checking zmij v1.0.21
23872026-08-24T20:04:43.654Z Checking pin-project-lite v0.2.17
23882026-08-24T20:04:43.716Z Checking once_cell v1.21.3
23892026-08-24T20:04:43.743Z Checking litemap v0.8.1
23902026-08-24T20:04:43.756Z Checking writeable v0.6.2
23912026-08-24T20:04:43.835Z Checking percent-encoding v2.3.2
23922026-08-24T20:04:43.882Z Checking signal-hook-registry v1.4.8
23932026-08-24T20:04:43.907Z Checking zerotrie v0.2.3
23942026-08-24T20:04:43.910Z Checking getrandom v0.2.17
23952026-08-24T20:04:43.946Z Checking tinystr v0.8.2
23962026-08-24T20:04:43.972Z Checking potential_utf v0.1.4
23972026-08-24T20:04:44.042Z Checking parking_lot_core v0.9.12
23982026-08-24T20:04:44.060Z Checking futures-core v0.3.32
23992026-08-24T20:04:44.096Z Checking icu_collections v2.1.1
24002026-08-24T20:04:44.109Z Checking num-traits v0.2.19
24012026-08-24T20:04:44.120Z Checking icu_locale_core v2.1.1
24022026-08-24T20:04:44.147Z Checking rand_core v0.6.4
24032026-08-24T20:04:44.177Z Checking mio v1.2.0
24042026-08-24T20:04:44.228Z Checking parking_lot v0.12.5
24052026-08-24T20:04:44.324Z Checking equivalent v1.0.2
24062026-08-24T20:04:44.394Z Checking icu_properties_data v2.1.2
24072026-08-24T20:04:44.406Z Checking icu_normalizer_data v2.1.1
24082026-08-24T20:04:44.417Z Checking const-oid v0.9.6
24092026-08-24T20:04:44.461Z Checking socket2 v0.6.3
24102026-08-24T20:04:44.476Z Checking byteorder v1.5.0
24112026-08-24T20:04:44.516Z Checking utf8_iter v1.0.4
24122026-08-24T20:04:44.559Z Checking serde v1.0.228
24132026-08-24T20:04:44.626Z Checking bitflags v2.11.0
24142026-08-24T20:04:44.637Z Checking serde_json v1.0.151
24152026-08-24T20:04:44.665Z Checking icu_provider v2.1.1
24162026-08-24T20:04:44.677Z Checking futures-sink v0.3.32
24172026-08-24T20:04:44.691Z Checking hashbrown v0.17.0
24182026-08-24T20:04:44.769Z Checking futures-channel v0.3.32
24192026-08-24T20:04:44.785Z Checking rustix v1.1.4
24202026-08-24T20:04:44.893Z Checking icu_properties v2.1.2
24212026-08-24T20:04:44.954Z Checking icu_normalizer v2.1.1
24222026-08-24T20:04:44.967Z Checking zeroize v1.9.0
24232026-08-24T20:04:45.099Z Checking bytes v1.11.1
24242026-08-24T20:04:45.135Z Checking generic-array v0.14.7
24252026-08-24T20:04:45.147Z Checking indexmap v2.14.0
24262026-08-24T20:04:45.258Z Checking form_urlencoded v1.2.2
24272026-08-24T20:04:45.294Z Checking futures-task v0.3.32
24282026-08-24T20:04:45.381Z Checking slab v0.4.12
24292026-08-24T20:04:45.428Z Checking futures-io v0.3.32
24302026-08-24T20:04:45.533Z Checking tokio v1.52.1
24312026-08-24T20:04:45.537Z Checking futures-util v0.3.32
24322026-08-24T20:04:45.557Z Checking cmov v0.5.4
24332026-08-24T20:04:45.576Z Checking getrandom v0.3.4
24342026-08-24T20:04:45.596Z Checking fnv v1.0.7
24352026-08-24T20:04:45.688Z Checking block-buffer v0.10.4
24362026-08-24T20:04:45.709Z Checking crypto-common v0.1.7
24372026-08-24T20:04:45.722Z Checking idna_adapter v1.2.1
24382026-08-24T20:04:45.732Z Checking iana-time-zone v0.1.65
24392026-08-24T20:04:45.744Z Checking ctutils v0.4.2
24402026-08-24T20:04:45.826Z Checking base64ct v1.8.3
24412026-08-24T20:04:45.838Z Checking idna v1.1.0
24422026-08-24T20:04:45.842Z Checking chrono v0.4.45
24432026-08-24T20:04:45.843Z Checking digest v0.10.7
24442026-08-24T20:04:45.952Z Checking hybrid-array v0.4.13
24452026-08-24T20:04:46.045Z Checking uuid v1.23.4
24462026-08-24T20:04:46.056Z Checking pem-rfc7468 v0.7.0
24472026-08-24T20:04:46.080Z Checking url v2.5.8
24482026-08-24T20:04:46.209Z Checking flagset v0.4.7
24492026-08-24T20:04:46.316Z Checking ppv-lite86 v0.2.21
24502026-08-24T20:04:46.330Z Checking regex-syntax v0.8.10
24512026-08-24T20:04:46.357Z Checking der v0.7.10
24522026-08-24T20:04:46.504Z Checking base64 v0.22.1
24532026-08-24T20:04:46.604Z Checking http v1.4.2
24542026-08-24T20:04:46.692Z Checking dyn-clone v1.0.20
24552026-08-24T20:04:46.709Z Checking block-buffer v0.12.1
24562026-08-24T20:04:46.741Z Checking crypto-common v0.2.2
24572026-08-24T20:04:46.789Z Checking rand_core v0.9.5
24582026-08-24T20:04:46.873Z Checking semver v1.0.28
24592026-08-24T20:04:46.967Z Checking tracing-core v0.1.36
24602026-08-24T20:04:47.080Z Checking simd-adler32 v0.3.8
24612026-08-24T20:04:47.092Z Checking spki v0.7.3
24622026-08-24T20:04:47.168Z Checking http-body v1.0.1
24632026-08-24T20:04:47.245Z Checking schemars v0.8.22
24642026-08-24T20:04:47.257Z Checking pkcs8 v0.10.2
24652026-08-24T20:04:47.275Z Checking tracing v0.1.44
24662026-08-24T20:04:47.298Z Checking rustls-pki-types v1.14.0
24672026-08-24T20:04:47.341Z Checking spin v0.9.8
24682026-08-24T20:04:47.408Z Checking fastrand v2.3.0
24692026-08-24T20:04:47.458Z Checking utf8parse v0.2.2
24702026-08-24T20:04:47.477Z Checking anstyle v1.0.14
24712026-08-24T20:04:47.521Z Checking openssl-probe v0.2.1
24722026-08-24T20:04:47.557Z Checking adler2 v2.0.1
24732026-08-24T20:04:47.583Z Checking tinyvec_macros v0.1.1
24742026-08-24T20:04:47.598Z Checking tempfile v3.27.0
24752026-08-24T20:04:47.602Z Checking anstyle-parse v1.0.0
24762026-08-24T20:04:47.622Z Checking rand_chacha v0.9.0
24772026-08-24T20:04:47.644Z Checking tinyvec v1.10.0
24782026-08-24T20:04:47.655Z Checking miniz_oxide v0.8.9
24792026-08-24T20:04:47.667Z Checking terminal_size v0.4.3
24802026-08-24T20:04:47.743Z Checking aws-lc-sys v0.40.0
24812026-08-24T20:04:47.774Z Checking thiserror v2.0.18
24822026-08-24T20:04:47.799Z Checking tower-service v0.3.3
24832026-08-24T20:04:47.811Z Checking tower-layer v0.3.3
24842026-08-24T20:04:47.873Z Checking untrusted v0.7.1
24852026-08-24T20:04:47.885Z Checking is_terminal_polyfill v1.70.2
24862026-08-24T20:04:47.898Z Checking atomic-waker v1.1.2
24872026-08-24T20:04:47.951Z Checking try-lock v0.2.5
24882026-08-24T20:04:47.956Z Checking anstyle-query v1.1.5
24892026-08-24T20:04:47.975Z Checking colorchoice v1.0.4
24902026-08-24T20:04:47.986Z Checking rand v0.9.2
24912026-08-24T20:04:48.001Z Checking block-padding v0.4.2
24922026-08-24T20:04:48.015Z Checking ipnet v2.12.0
24932026-08-24T20:04:48.044Z Checking want v0.3.1
24942026-08-24T20:04:48.048Z Checking crc32fast v1.5.0
24952026-08-24T20:04:48.066Z Checking anstream v1.0.0
24962026-08-24T20:04:48.132Z Checking httparse v1.10.1
24972026-08-24T20:04:48.213Z Checking wait-timeout v0.2.1
24982026-08-24T20:04:48.213Z Checking aho-corasick v1.1.4
24992026-08-24T20:04:48.250Z Checking aws-lc-rs v1.16.3
25002026-08-24T20:04:48.265Z Checking quick-error v1.2.3
25012026-08-24T20:04:48.265Z Checking bit-vec v0.8.0
25022026-08-24T20:04:48.289Z Checking plain v0.2.3
25032026-08-24T20:04:48.338Z Checking untrusted v0.9.0
25042026-08-24T20:04:48.374Z Checking foreign-types-shared v0.1.1
25052026-08-24T20:04:48.388Z Checking httpdate v1.0.3
25062026-08-24T20:04:48.442Z Checking const-oid v0.10.2
25072026-08-24T20:04:48.456Z Checking tap v1.0.1
25082026-08-24T20:04:48.459Z Checking cpufeatures v0.2.17
25092026-08-24T20:04:48.478Z Checking foreign-types v0.3.2
25102026-08-24T20:04:48.526Z Checking bit-set v0.8.0
25112026-08-24T20:04:48.538Z Checking rusty-fork v0.3.1
25122026-08-24T20:04:48.553Z Checking wyz v0.5.1
25132026-08-24T20:04:48.563Z Checking inout v0.2.2
25142026-08-24T20:04:48.592Z Checking digest v0.11.3
25152026-08-24T20:04:48.668Z Checking unicode-normalization v0.1.25
25162026-08-24T20:04:48.704Z Checking rand_xorshift v0.4.0
25172026-08-24T20:04:48.718Z Checking rand_chacha v0.3.1
25182026-08-24T20:04:48.729Z Checking signature v2.2.0
25192026-08-24T20:04:48.773Z Checking radium v0.7.0
25202026-08-24T20:04:48.819Z Checking hex v0.4.3
25212026-08-24T20:04:48.833Z Checking tokio-util v0.7.18
25222026-08-24T20:04:48.857Z Checking num-integer v0.1.46
25232026-08-24T20:04:48.870Z Checking regex-automata v0.4.14
25242026-08-24T20:04:48.918Z Checking openssl-sys v0.9.117
25252026-08-24T20:04:48.942Z Checking strsim v0.11.1
25262026-08-24T20:04:49.038Z Checking ucd-trie v0.1.7
25272026-08-24T20:04:49.060Z Checking funty v2.0.0
25282026-08-24T20:04:49.077Z Checking cpufeatures v0.3.0
25292026-08-24T20:04:49.094Z Checking rustls-webpki v0.103.13
25302026-08-24T20:04:49.106Z Checking unarray v0.1.4
25312026-08-24T20:04:49.144Z Checking unicode-ident v1.0.24
25322026-08-24T20:04:49.167Z Checking clap_lex v1.0.0
25332026-08-24T20:04:49.205Z Checking proptest v1.11.0
25342026-08-24T20:04:49.248Z Checking proc-macro2 v1.0.106
25352026-08-24T20:04:49.278Z Checking openssl v0.10.80
25362026-08-24T20:04:49.314Z Checking clap_builder v4.6.0
25372026-08-24T20:04:49.369Z Checking bitvec v1.0.1
25382026-08-24T20:04:49.438Z Checking h2 v0.4.15
25392026-08-24T20:04:49.505Z Checking rustls v0.23.41
25402026-08-24T20:04:49.555Z Checking pest v2.8.6
25412026-08-24T20:04:50.543Z Checking num-iter v0.1.45
25422026-08-24T20:04:50.596Z Checking rand v0.8.6
25432026-08-24T20:04:50.663Z Checking cipher v0.5.2
25442026-08-24T20:04:50.675Z Checking sha2 v0.10.9
25452026-08-24T20:04:50.678Z Checking ipnetwork v0.21.1
25462026-08-24T20:04:50.898Z Checking lazy_static v1.5.0
25472026-08-24T20:04:50.913Z Checking thiserror v1.0.69
25482026-08-24T20:04:50.951Z Checking maybe-uninit v2.0.0
25492026-08-24T20:04:50.986Z Checking toml_datetime v0.6.11
25502026-08-24T20:04:50.999Z Checking serde_spanned v0.6.9
25512026-08-24T20:04:51.011Z Checking sync_wrapper v1.0.2
25522026-08-24T20:04:51.023Z Checking pretty-hex v0.4.1
25532026-08-24T20:04:51.110Z Checking crc-catalog v2.4.0
25542026-08-24T20:04:51.121Z Checking nodrop v0.1.14
25552026-08-24T20:04:51.124Z Checking powerfmt v0.2.0
25562026-08-24T20:04:51.144Z Checking siphasher v1.0.2
25572026-08-24T20:04:51.161Z Checking zlib-rs v0.6.2
25582026-08-24T20:04:51.195Z Checking crc v3.4.0
25592026-08-24T20:04:51.207Z Checking array-init v0.0.4
25602026-08-24T20:04:51.281Z Checking deranged v0.5.8
25612026-08-24T20:04:51.296Z Checking num-bigint-dig v0.8.6
25622026-08-24T20:04:51.309Z Checking native-tls v0.2.18
25632026-08-24T20:04:51.365Z Checking tower v0.5.3
25642026-08-24T20:04:51.484Z Checking smallvec v0.6.14
25652026-08-24T20:04:51.497Z Checking newtype-uuid v1.3.2
25662026-08-24T20:04:51.668Z Checking chacha20 v0.10.0
25672026-08-24T20:04:51.692Z Checking oxnet v0.1.6
25682026-08-24T20:04:51.747Z Checking packed_struct v0.10.1
25692026-08-24T20:04:51.793Z Checking clap v4.6.1
25702026-08-24T20:04:51.872Z Checking quote v1.0.45
25712026-08-24T20:04:51.926Z Checking pkcs1 v0.7.5
25722026-08-24T20:04:51.947Z Checking http-body-util v0.1.3
25732026-08-24T20:04:52.039Z Checking crossbeam-utils v0.8.21
25742026-08-24T20:04:52.052Z Checking flate2 v1.1.9
25752026-08-24T20:04:52.098Z Checking bitfield v0.19.4
25762026-08-24T20:04:52.135Z Checking zerocopy v0.6.6
25772026-08-24T20:04:52.162Z Checking bzip2-sys v0.1.13+1.0.8
25782026-08-24T20:04:52.196Z Checking ahash v0.8.12
25792026-08-24T20:04:52.243Z Checking scroll v0.13.0
25802026-08-24T20:04:52.265Z Checking hyper v1.10.1
25812026-08-24T20:04:52.346Z Checking env_filter v2.0.0
25822026-08-24T20:04:52.363Z Checking num-conv v0.2.0
25832026-08-24T20:04:52.373Z Checking ryu v1.0.23
25842026-08-24T20:04:52.387Z Checking num_threads v0.1.7
25852026-08-24T20:04:52.423Z Checking time-core v0.1.8
25862026-08-24T20:04:52.466Z Checking iri-string v0.7.10
25872026-08-24T20:04:52.466Z Checking unicode-bidi v0.3.18
25882026-08-24T20:04:52.489Z Checking unicode-properties v0.1.4
25892026-08-24T20:04:52.502Z Checking hashbrown v0.12.3
25902026-08-24T20:04:52.513Z Checking allocator-api2 v0.2.21
25912026-08-24T20:04:52.557Z Checking base64 v0.21.7
25922026-08-24T20:04:52.667Z Checking gimli v0.32.3
25932026-08-24T20:04:52.756Z Checking winnow v0.5.40
25942026-08-24T20:04:52.788Z Checking ron v0.8.1
25952026-08-24T20:04:52.791Z Checking stringprep v0.1.5
25962026-08-24T20:04:52.811Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25972026-08-24T20:04:52.907Z Checking indexmap v1.9.3
25982026-08-24T20:04:52.949Z Checking time v0.3.47
25992026-08-24T20:04:53.202Z Checking hyper-util v0.1.20
26002026-08-24T20:04:53.215Z Checking serde_urlencoded v0.7.1
26012026-08-24T20:04:53.302Z Checking env_logger v0.11.11
26022026-08-24T20:04:53.411Z Checking goblin v0.10.5
26032026-08-24T20:04:53.493Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26042026-08-24T20:04:53.514Z Checking tower-http v0.6.8
26052026-08-24T20:04:53.651Z Checking hashbrown v0.13.2
26062026-08-24T20:04:53.799Z Checking crossbeam-epoch v0.9.18
26072026-08-24T20:04:53.885Z Checking toml_edit v0.19.15
26082026-08-24T20:04:54.008Z Checking bzip2 v0.4.4
26092026-08-24T20:04:54.068Z Checking rsa v0.9.10
26102026-08-24T20:04:54.080Z Checking syn v2.0.117
26112026-08-24T20:04:54.169Z Checking daft v0.1.8
26122026-08-24T20:04:54.183Z Checking addr2line v0.25.1
26132026-08-24T20:04:54.410Z Checking rand v0.10.1
26142026-08-24T20:04:54.446Z Checking serde-hex v0.1.0
26152026-08-24T20:04:54.462Z Checking tokio-native-tls v0.3.1
26162026-08-24T20:04:54.526Z Checking bstr v1.12.1
26172026-08-24T20:04:54.617Z Checking sha2 v0.11.0
26182026-08-24T20:04:54.888Z Checking hmac v0.13.0
26192026-08-24T20:04:54.911Z Checking md-5 v0.11.0
26202026-08-24T20:04:54.926Z Checking rustls-native-certs v0.8.3
26212026-08-24T20:04:55.041Z Checking x509-cert v0.2.5
26222026-08-24T20:04:55.058Z Checking scroll v0.12.0
26232026-08-24T20:04:55.083Z Checking object v0.37.3
26242026-08-24T20:04:55.279Z Checking zstd-sys v2.0.16+zstd.1.5.7
26252026-08-24T20:04:55.292Z Checking hash32 v0.2.1
26262026-08-24T20:04:55.391Z Checking encoding_rs v0.8.35
26272026-08-24T20:04:55.449Z Checking crc-any v2.5.0
26282026-08-24T20:04:55.633Z Checking either v1.15.0
26292026-08-24T20:04:55.709Z Checking rustc-demangle v0.1.27
26302026-08-24T20:04:55.745Z Checking fallible-iterator v0.2.0
26312026-08-24T20:04:55.817Z Checking psl-types v2.0.11
26322026-08-24T20:04:55.829Z Checking mime v0.3.17
26332026-08-24T20:04:55.931Z Checking publicsuffix v2.3.0
26342026-08-24T20:04:55.945Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-08-24T20:04:55.958Z Checking dof v0.4.0
26362026-08-24T20:04:56.001Z Checking heapless v0.7.17
26372026-08-24T20:04:56.023Z Checking postgres-protocol v0.6.12
26382026-08-24T20:04:56.086Z Checking zstd-safe v7.2.4
26392026-08-24T20:04:56.251Z Checking goblin v0.8.2
26402026-08-24T20:04:56.325Z Checking toml v0.7.8
26412026-08-24T20:04:56.340Z Checking hyper-tls v0.6.0
26422026-08-24T20:04:56.354Z Checking zip v0.6.6
26432026-08-24T20:04:56.415Z Checking cookie v0.18.1
26442026-08-24T20:04:56.506Z Checking object v0.30.4
26452026-08-24T20:04:56.583Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26462026-08-24T20:04:56.630Z Checking tokio-rustls v0.26.4
26472026-08-24T20:04:56.643Z Checking phf_shared v0.13.1
26482026-08-24T20:04:56.670Z Checking dtrace-parser v0.3.0
26492026-08-24T20:04:56.739Z Checking zerocopy v0.7.35
26502026-08-24T20:04:56.836Z Checking pin-project v1.1.11
26512026-08-24T20:04:56.855Z Checking signal-hook v0.3.18
26522026-08-24T20:04:56.897Z Checking futures-executor v0.3.32
26532026-08-24T20:04:56.909Z Checking hmac v0.12.1
26542026-08-24T20:04:56.926Z Checking erased-serde v0.3.31
26552026-08-24T20:04:57.038Z Checking ff v0.13.1
26562026-08-24T20:04:57.039Z Checking thread-id v5.1.0
26572026-08-24T20:04:57.041Z Checking libbz2-rs-sys v0.2.2
26582026-08-24T20:04:57.138Z Checking same-file v1.0.6
26592026-08-24T20:04:57.163Z Checking is_ci v1.2.0
26602026-08-24T20:04:57.232Z Checking foldhash v0.2.0
26612026-08-24T20:04:57.249Z Checking base16ct v0.2.0
26622026-08-24T20:04:57.261Z Checking unicode-linebreak v0.1.5
26632026-08-24T20:04:57.305Z Checking managed v0.8.0
26642026-08-24T20:04:57.370Z Compiling rayon-core v1.13.0
26652026-08-24T20:04:57.385Z Checking jiff-core v0.1.0
26662026-08-24T20:04:57.418Z Checking backtrace v0.3.76
26672026-08-24T20:04:57.440Z Checking bitflags v1.3.2
26682026-08-24T20:04:57.462Z Checking foldhash v0.1.5
26692026-08-24T20:04:57.487Z Checking bumpalo v3.20.2
26702026-08-24T20:04:57.509Z Checking unicode-width v0.2.0
26712026-08-24T20:04:57.540Z Checking smawk v0.3.2
26722026-08-24T20:04:57.592Z Checking path-slash v0.1.5
26732026-08-24T20:04:57.663Z Checking hashbrown v0.15.5
26742026-08-24T20:04:57.684Z Checking zopfli v0.8.3
26752026-08-24T20:04:57.707Z Checking backtrace-ext v0.2.1
26762026-08-24T20:04:57.722Z Checking smoltcp v0.9.1
26772026-08-24T20:04:57.747Z Checking textwrap v0.16.2
26782026-08-24T20:04:57.809Z Checking bzip2 v0.6.1
26792026-08-24T20:04:57.955Z Checking hashbrown v0.16.1
26802026-08-24T20:04:57.967Z Checking sec1 v0.7.3
26812026-08-24T20:04:58.006Z Checking slog v2.8.2
26822026-08-24T20:04:58.063Z Checking jiff v0.2.34
26832026-08-24T20:04:58.122Z Checking supports-color v3.0.2
26842026-08-24T20:04:58.149Z Checking dof v0.3.0
26852026-08-24T20:04:58.174Z Checking walkdir v2.5.0
26862026-08-24T20:04:58.240Z Checking group v0.13.0
26872026-08-24T20:04:58.260Z Checking usdt-impl v0.6.0
26882026-08-24T20:04:58.299Z Checking signal-hook-mio v0.2.5
26892026-08-24T20:04:58.328Z Checking futures v0.3.32
26902026-08-24T20:04:58.383Z Checking hkdf v0.12.4
26912026-08-24T20:04:58.400Z Checking snafu v0.8.9
26922026-08-24T20:04:58.412Z Checking hyper-rustls v0.27.7
26932026-08-24T20:04:58.431Z Checking phf v0.13.1
26942026-08-24T20:04:58.457Z Checking cookie_store v0.22.1
26952026-08-24T20:04:58.520Z Checking reqwest v0.12.28
26962026-08-24T20:04:58.546Z Checking postgres-types v0.2.14
26972026-08-24T20:04:58.578Z Checking zstd v0.13.3
26982026-08-24T20:04:58.596Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26992026-08-24T20:04:58.611Z Checking rustls-platform-verifier v0.6.2
27002026-08-24T20:04:58.635Z Checking globset v0.4.18
27012026-08-24T20:04:58.751Z Checking crossbeam-deque v0.8.6
27022026-08-24T20:04:58.761Z Checking phf_shared v0.11.3
27032026-08-24T20:04:58.781Z Checking dtrace-parser v0.2.0
27042026-08-24T20:04:58.852Z Checking regex v1.12.3
27052026-08-24T20:04:58.882Z Checking olpc-cjson v0.1.4
27062026-08-24T20:04:58.897Z Checking byte-wrapper v0.1.0
27072026-08-24T20:04:58.922Z Checking ref-cast v1.0.25
27082026-08-24T20:04:58.934Z Checking curve25519-dalek v4.1.3
27092026-08-24T20:04:59.014Z Checking strum v0.27.2
27102026-08-24T20:04:59.016Z Checking hubpack v0.1.2
27112026-08-24T20:04:59.016Z Checking ed25519 v2.2.3
27122026-08-24T20:04:59.097Z Checking memoffset v0.9.1
27132026-08-24T20:04:59.118Z Checking owo-colors v4.3.0
27142026-08-24T20:04:59.121Z Checking rustix v0.38.44
27152026-08-24T20:04:59.173Z Checking pem v3.0.6
27162026-08-24T20:04:59.186Z Checking crypto-bigint v0.5.5
27172026-08-24T20:04:59.224Z Checking serde_plain v1.0.2
27182026-08-24T20:04:59.265Z Checking serde-big-array v0.5.1
27192026-08-24T20:04:59.348Z Checking float-cmp v0.10.0
27202026-08-24T20:04:59.359Z Checking thread-id v4.2.2
27212026-08-24T20:04:59.395Z Checking memmap2 v0.9.10
27222026-08-24T20:04:59.435Z Checking winnow v0.7.14
27232026-08-24T20:04:59.449Z Checking fixedbitset v0.5.7
27242026-08-24T20:04:59.549Z Checking fixedbitset v0.4.2
27252026-08-24T20:04:59.640Z Checking normalize-line-endings v0.3.0
27262026-08-24T20:04:59.668Z Checking toml_write v0.1.2
27272026-08-24T20:04:59.692Z Checking keccak v0.1.6
27282026-08-24T20:04:59.704Z Checking whoami v2.1.0
27292026-08-24T20:04:59.726Z Checking unicode-width v0.1.14
27302026-08-24T20:04:59.828Z Checking static_assertions v1.1.0
27312026-08-24T20:04:59.855Z Checking predicates-core v1.0.10
27322026-08-24T20:04:59.891Z Checking winnow v1.0.3
27332026-08-24T20:04:59.903Z Checking supports-hyperlinks v3.2.0
27342026-08-24T20:04:59.915Z Checking supports-unicode v3.0.0
27352026-08-24T20:04:59.969Z Checking difflib v0.4.0
27362026-08-24T20:04:59.982Z Checking new_debug_unreachable v1.0.6
27372026-08-24T20:04:59.982Z Checking typed-path v0.9.3
27382026-08-24T20:05:00.006Z Checking unicode-segmentation v1.12.0
27392026-08-24T20:05:00.016Z Checking precomputed-hash v0.1.1
27402026-08-24T20:05:00.046Z Checking data-encoding v2.10.0
27412026-08-24T20:05:00.095Z Checking string_cache v0.8.9
27422026-08-24T20:05:00.098Z Checking elliptic-curve v0.13.8
27432026-08-24T20:05:00.141Z Checking predicates v3.1.4
27442026-08-24T20:05:00.262Z Checking miette v7.6.0
27452026-08-24T20:05:00.310Z Checking hickory-proto v0.25.2
27462026-08-24T20:05:00.313Z Checking similar v2.7.0
27472026-08-24T20:05:00.415Z Checking zip v4.6.1
27482026-08-24T20:05:00.434Z Checking crossterm v0.28.1
27492026-08-24T20:05:00.634Z Checking toml_edit v0.22.27
27502026-08-24T20:05:00.705Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27512026-08-24T20:05:00.727Z Checking toml_parser v1.1.2+spec-1.1.0
27522026-08-24T20:05:00.771Z Checking tokio-postgres v0.7.18
27532026-08-24T20:05:00.783Z Checking tough v0.22.0
27542026-08-24T20:05:01.027Z Checking sha3 v0.10.8
27552026-08-24T20:05:01.060Z Checking petgraph v0.6.5
27562026-08-24T20:05:01.165Z Checking ed25519-dalek v2.2.0
27572026-08-24T20:05:01.234Z Checking petgraph v0.8.3
27582026-08-24T20:05:01.401Z Checking usdt v0.6.0
27592026-08-24T20:05:01.572Z Checking usdt-impl v0.5.0
27602026-08-24T20:05:01.727Z Checking nix v0.31.2
27612026-08-24T20:05:01.852Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27622026-08-24T20:05:02.117Z Checking iddqd v0.4.2
27632026-08-24T20:05:02.453Z Checking reqwest v0.13.2
27642026-08-24T20:05:02.630Z Checking oxide-generation v0.1.3
27652026-08-24T20:05:02.786Z Checking itertools v0.15.0
27662026-08-24T20:05:02.786Z Checking itertools v0.13.0
27672026-08-24T20:05:02.852Z Checking strum v0.26.3
27682026-08-24T20:05:02.930Z Checking serde_with v3.21.0
27692026-08-24T20:05:02.933Z Checking derive_more v2.1.1
27702026-08-24T20:05:02.961Z Checking fs-err v3.3.0
27712026-08-24T20:05:03.031Z Checking tokio-stream v0.1.18
27722026-08-24T20:05:03.043Z Checking buf-list v1.1.2
27732026-08-24T20:05:03.126Z Checking anyhow v1.0.104
27742026-08-24T20:05:03.227Z Checking camino v1.2.5
27752026-08-24T20:05:03.259Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27762026-08-24T20:05:03.323Z Checking openapiv3 v2.2.0
27772026-08-24T20:05:03.325Z Checking lalrpop-util v0.19.12
27782026-08-24T20:05:03.406Z Checking peg-runtime v0.8.5
27792026-08-24T20:05:03.474Z Checking rayon v1.11.0
27802026-08-24T20:05:03.492Z Checking sigpipe v0.1.3
27812026-08-24T20:05:03.516Z Checking glob v0.3.3
27822026-08-24T20:05:04.477Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27832026-08-24T20:05:04.790Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27842026-08-24T20:05:05.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.72s
27852026-08-24T20:05:05.232Z
27862026-08-24T20:05:05.232Zinfo: running `cargo check --bins` on internal-dns-types (80/377)
27872026-08-24T20:05:05.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-08-24T20:05:05.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-08-24T20:05:05.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-08-24T20:05:05.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27912026-08-24T20:05:05.810Z
27922026-08-24T20:05:05.810Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/377)
27932026-08-24T20:05:06.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-08-24T20:05:06.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-08-24T20:05:06.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-08-24T20:05:06.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27972026-08-24T20:05:06.381Z
27982026-08-24T20:05:06.381Zinfo: running `cargo check --bins` on nexus-types-versions (82/377)
27992026-08-24T20:05:06.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-08-24T20:05:06.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-08-24T20:05:06.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-08-24T20:05:06.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28032026-08-24T20:05:06.959Z
28042026-08-24T20:05:06.960Zinfo: running `cargo check --bins` on oxql-types (83/377)
28052026-08-24T20:05:07.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-08-24T20:05:07.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-08-24T20:05:07.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-08-24T20:05:07.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28092026-08-24T20:05:07.525Z
28102026-08-24T20:05:07.525Zinfo: running `cargo check --bins` on oximeter-types (84/377)
28112026-08-24T20:05:08.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-08-24T20:05:08.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-08-24T20:05:08.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-08-24T20:05:08.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28152026-08-24T20:05:08.095Z
28162026-08-24T20:05:08.095Zinfo: running `cargo check --bins` on oximeter-types-versions (85/377)
28172026-08-24T20:05:08.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-08-24T20:05:08.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-08-24T20:05:08.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-08-24T20:05:08.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28212026-08-24T20:05:08.662Z
28222026-08-24T20:05:08.662Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/377)
28232026-08-24T20:05:09.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-08-24T20:05:09.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-08-24T20:05:09.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-08-24T20:05:09.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28272026-08-24T20:05:09.215Z
28282026-08-24T20:05:09.215Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/377)
28292026-08-24T20:05:09.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-08-24T20:05:09.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-08-24T20:05:09.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-08-24T20:05:09.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28332026-08-24T20:05:09.632Z
28342026-08-24T20:05:09.632Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/377)
28352026-08-24T20:05:09.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-08-24T20:05:09.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-08-24T20:05:09.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-08-24T20:05:10.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28392026-08-24T20:05:10.050Z
28402026-08-24T20:05:10.050Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/377)
28412026-08-24T20:05:10.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-08-24T20:05:10.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-08-24T20:05:10.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-08-24T20:05:10.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28452026-08-24T20:05:10.464Z
28462026-08-24T20:05:10.464Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/377)
28472026-08-24T20:05:10.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-08-24T20:05:10.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-08-24T20:05:10.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-08-24T20:05:10.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28512026-08-24T20:05:10.880Z
28522026-08-24T20:05:10.880Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/377)
28532026-08-24T20:05:11.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-08-24T20:05:11.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-08-24T20:05:11.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-08-24T20:05:11.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28572026-08-24T20:05:11.294Z
28582026-08-24T20:05:11.294Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/377)
28592026-08-24T20:05:11.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-08-24T20:05:11.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-08-24T20:05:11.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-08-24T20:05:11.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28632026-08-24T20:05:11.707Z
28642026-08-24T20:05:11.707Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/377)
28652026-08-24T20:05:12.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-08-24T20:05:12.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-08-24T20:05:12.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-08-24T20:05:12.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28692026-08-24T20:05:12.123Z
28702026-08-24T20:05:12.123Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/377)
28712026-08-24T20:05:12.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-08-24T20:05:12.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-08-24T20:05:12.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-08-24T20:05:12.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28752026-08-24T20:05:12.539Z
28762026-08-24T20:05:12.539Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/377)
28772026-08-24T20:05:12.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-08-24T20:05:12.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-08-24T20:05:12.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-08-24T20:05:12.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28812026-08-24T20:05:12.952Z
28822026-08-24T20:05:12.952Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/377)
28832026-08-24T20:05:13.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-08-24T20:05:13.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-08-24T20:05:13.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-08-24T20:05:13.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
28872026-08-24T20:05:13.363Z
28882026-08-24T20:05:13.363Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/377)
28892026-08-24T20:05:13.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-08-24T20:05:13.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-08-24T20:05:13.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-08-24T20:05:13.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28932026-08-24T20:05:13.774Z
28942026-08-24T20:05:13.774Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/377)
28952026-08-24T20:05:14.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-08-24T20:05:14.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-08-24T20:05:14.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-08-24T20:05:14.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
28992026-08-24T20:05:14.187Z
29002026-08-24T20:05:14.187Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/377)
29012026-08-24T20:05:14.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-08-24T20:05:14.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-08-24T20:05:14.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-08-24T20:05:14.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29052026-08-24T20:05:14.601Z
29062026-08-24T20:05:14.601Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/377)
29072026-08-24T20:05:14.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-08-24T20:05:14.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-08-24T20:05:14.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-08-24T20:05:14.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29112026-08-24T20:05:15.015Z
29122026-08-24T20:05:15.015Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/377)
29132026-08-24T20:05:15.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-08-24T20:05:15.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-08-24T20:05:15.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-08-24T20:05:15.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29172026-08-24T20:05:15.434Z
29182026-08-24T20:05:15.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/377)
29192026-08-24T20:05:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-24T20:05:15.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-24T20:05:15.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-08-24T20:05:15.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29232026-08-24T20:05:15.848Z
29242026-08-24T20:05:15.848Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/377)
29252026-08-24T20:05:16.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-08-24T20:05:16.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-08-24T20:05:16.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-08-24T20:05:16.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29292026-08-24T20:05:16.265Z
29302026-08-24T20:05:16.265Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/377)
29312026-08-24T20:05:16.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-08-24T20:05:16.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-08-24T20:05:16.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-08-24T20:05:16.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
29352026-08-24T20:05:16.677Z
29362026-08-24T20:05:16.678Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/377)
29372026-08-24T20:05:17.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-08-24T20:05:17.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-08-24T20:05:17.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-08-24T20:05:17.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29412026-08-24T20:05:17.092Z
29422026-08-24T20:05:17.092Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/377)
29432026-08-24T20:05:17.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-08-24T20:05:17.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-08-24T20:05:17.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-08-24T20:05:17.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29472026-08-24T20:05:17.507Z
29482026-08-24T20:05:17.507Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/377)
29492026-08-24T20:05:17.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-08-24T20:05:17.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-08-24T20:05:17.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-08-24T20:05:17.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29532026-08-24T20:05:17.923Z
29542026-08-24T20:05:17.923Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/377)
29552026-08-24T20:05:18.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-08-24T20:05:18.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-08-24T20:05:18.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582026-08-24T20:05:18.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29592026-08-24T20:05:18.340Z
29602026-08-24T20:05:18.340Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/377)
29612026-08-24T20:05:18.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-08-24T20:05:18.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-08-24T20:05:18.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642026-08-24T20:05:18.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29652026-08-24T20:05:18.754Z
29662026-08-24T20:05:18.754Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/377)
29672026-08-24T20:05:19.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-08-24T20:05:19.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-08-24T20:05:19.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702026-08-24T20:05:19.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29712026-08-24T20:05:19.171Z
29722026-08-24T20:05:19.171Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/377)
29732026-08-24T20:05:19.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-08-24T20:05:19.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-08-24T20:05:19.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762026-08-24T20:05:19.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29772026-08-24T20:05:19.586Z
29782026-08-24T20:05:19.586Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/377)
29792026-08-24T20:05:19.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-08-24T20:05:19.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-08-24T20:05:19.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822026-08-24T20:05:19.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29832026-08-24T20:05:19.999Z
29842026-08-24T20:05:19.999Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/377)
29852026-08-24T20:05:20.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-08-24T20:05:20.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-08-24T20:05:20.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882026-08-24T20:05:20.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29892026-08-24T20:05:20.414Z
29902026-08-24T20:05:20.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/377)
29912026-08-24T20:05:20.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-08-24T20:05:20.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-08-24T20:05:20.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-08-24T20:05:20.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
29952026-08-24T20:05:20.827Z
29962026-08-24T20:05:20.828Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/377)
29972026-08-24T20:05:21.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-08-24T20:05:21.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-08-24T20:05:21.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002026-08-24T20:05:21.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30012026-08-24T20:05:21.284Z
30022026-08-24T20:05:21.284Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/377)
30032026-08-24T20:05:21.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-08-24T20:05:21.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-08-24T20:05:21.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-08-24T20:05:21.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30072026-08-24T20:05:21.657Z
30082026-08-24T20:05:21.657Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/377)
30092026-08-24T20:05:22.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-08-24T20:05:22.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-08-24T20:05:22.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-08-24T20:05:22.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30132026-08-24T20:05:22.072Z
30142026-08-24T20:05:22.073Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/377)
30152026-08-24T20:05:22.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-08-24T20:05:22.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-08-24T20:05:22.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-08-24T20:05:22.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30192026-08-24T20:05:22.485Z
30202026-08-24T20:05:22.485Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/377)
30212026-08-24T20:05:22.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-08-24T20:05:22.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-08-24T20:05:22.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-08-24T20:05:22.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30252026-08-24T20:05:22.902Z
30262026-08-24T20:05:22.902Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/377)
30272026-08-24T20:05:23.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-08-24T20:05:23.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-08-24T20:05:23.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-08-24T20:05:23.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30312026-08-24T20:05:23.320Z
30322026-08-24T20:05:23.321Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/377)
30332026-08-24T20:05:23.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-08-24T20:05:23.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-08-24T20:05:23.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-08-24T20:05:23.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30372026-08-24T20:05:23.739Z
30382026-08-24T20:05:23.739Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/377)
30392026-08-24T20:05:24.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-08-24T20:05:24.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-08-24T20:05:24.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-08-24T20:05:24.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30432026-08-24T20:05:24.160Z
30442026-08-24T20:05:24.160Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/377)
30452026-08-24T20:05:24.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-08-24T20:05:24.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-08-24T20:05:24.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-08-24T20:05:24.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30492026-08-24T20:05:24.579Z
30502026-08-24T20:05:24.579Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/377)
30512026-08-24T20:05:24.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-08-24T20:05:24.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-08-24T20:05:24.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-08-24T20:05:24.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30552026-08-24T20:05:24.994Z
30562026-08-24T20:05:24.994Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/377)
30572026-08-24T20:05:25.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-08-24T20:05:25.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-08-24T20:05:25.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-08-24T20:05:25.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30612026-08-24T20:05:25.411Z
30622026-08-24T20:05:25.411Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/377)
30632026-08-24T20:05:25.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-08-24T20:05:25.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-08-24T20:05:25.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-08-24T20:05:25.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
30672026-08-24T20:05:25.829Z
30682026-08-24T20:05:25.829Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/377)
30692026-08-24T20:05:26.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-08-24T20:05:26.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-08-24T20:05:26.511Z Compiling multer v3.1.0
30722026-08-24T20:05:26.627Z Compiling async-stream-impl v0.3.6
30732026-08-24T20:05:26.630Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-08-24T20:05:26.642Z Compiling dropshot v0.17.1
30752026-08-24T20:05:26.655Z Compiling parse-display-derive v0.10.0
30762026-08-24T20:05:26.657Z Compiling dropshot_endpoint v0.17.1
30772026-08-24T20:05:26.657Z Compiling newtype-uuid-macros v0.1.0
30782026-08-24T20:05:26.696Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-08-24T20:05:26.840Z Checking thread_local v1.1.9
30802026-08-24T20:05:26.865Z Checking match_cfg v0.1.0
30812026-08-24T20:05:26.961Z Checking compression-core v0.4.31
30822026-08-24T20:05:27.002Z Checking hostname v0.3.1
30832026-08-24T20:05:27.017Z Checking crossbeam-channel v0.5.15
30842026-08-24T20:05:27.176Z Checking compression-codecs v0.4.37
30852026-08-24T20:05:27.179Z Checking atomicwrites v0.4.4
30862026-08-24T20:05:27.179Z Checking slog-json v2.6.1
30872026-08-24T20:05:27.190Z Checking toml_datetime v1.1.1+spec-1.1.0
30882026-08-24T20:05:27.230Z Checking is-terminal v0.4.17
30892026-08-24T20:05:27.254Z Checking serde_spanned v1.1.1
30902026-08-24T20:05:27.270Z Checking debug-ignore v1.0.5
30912026-08-24T20:05:27.320Z Checking term v1.2.1
30922026-08-24T20:05:27.352Z Checking take_mut v0.2.2
30932026-08-24T20:05:27.369Z Checking toml_writer v1.1.1+spec-1.1.0
30942026-08-24T20:05:27.383Z Checking slog-bunyan v2.5.0
30952026-08-24T20:05:27.396Z Checking async-compression v0.4.41
30962026-08-24T20:05:27.418Z Checking async-stream v0.3.6
30972026-08-24T20:05:27.452Z Checking slog-async v2.8.0
30982026-08-24T20:05:27.493Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30992026-08-24T20:05:27.539Z Checking slog-term v2.9.2
31002026-08-24T20:05:27.542Z Checking toml v1.1.2+spec-1.1.0
31012026-08-24T20:05:27.542Z Checking progenitor-client v0.14.0
31022026-08-24T20:05:27.620Z Checking sha1 v0.11.0
31032026-08-24T20:05:27.640Z Checking waitgroup v0.1.2
31042026-08-24T20:05:27.740Z Checking rustls-pemfile v2.2.0
31052026-08-24T20:05:27.790Z Checking backon v1.6.0
31062026-08-24T20:05:27.803Z Checking serde_path_to_error v0.1.20
31072026-08-24T20:05:27.816Z Checking hostname v0.4.2
31082026-08-24T20:05:27.829Z Checking instant v0.1.13
31092026-08-24T20:05:27.910Z Checking backoff v0.4.0
31102026-08-24T20:05:27.948Z Checking progenitor-extras v0.2.0
31112026-08-24T20:05:28.066Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31122026-08-24T20:05:28.091Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31132026-08-24T20:05:28.104Z Checking regress v0.10.5
31142026-08-24T20:05:28.136Z Checking itertools v0.14.0
31152026-08-24T20:05:28.281Z Checking macaddr v1.0.1
31162026-08-24T20:05:28.323Z Checking parse-display v0.10.0
31172026-08-24T20:05:28.459Z Checking humantime v2.3.0
31182026-08-24T20:05:29.240Z Compiling prettyplease v0.2.37
31192026-08-24T20:05:29.496Z Checking num-rational v0.4.2
31202026-08-24T20:05:29.767Z Checking num-complex v0.4.6
31212026-08-24T20:05:30.290Z Compiling num v0.4.3
31222026-08-24T20:05:30.326Z Compiling usdt-attr-macro v0.5.0
31232026-08-24T20:05:30.367Z Compiling usdt-macro v0.5.0
31242026-08-24T20:05:30.385Z Checking memmap v0.7.0
31252026-08-24T20:05:30.397Z Compiling float-ord v0.3.2
31262026-08-24T20:05:30.411Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31272026-08-24T20:05:30.509Z Compiling convert_case v0.4.0
31282026-08-24T20:05:30.943Z Compiling derive_more v0.99.20
31292026-08-24T20:05:30.958Z Checking newline-converter v0.3.0
31302026-08-24T20:05:31.020Z Checking console v0.15.11
31312026-08-24T20:05:31.130Z Compiling toml v0.8.23
31322026-08-24T20:05:31.153Z Checking usdt v0.5.0
31332026-08-24T20:05:31.304Z Checking linked-hash-map v0.5.6
31342026-08-24T20:05:31.328Z Compiling minimal-lexical v0.2.1
31352026-08-24T20:05:31.483Z Checking lru-cache v0.1.2
31362026-08-24T20:05:31.588Z Compiling nom v7.1.3
31372026-08-24T20:05:31.603Z Checking expectorate v1.2.0
31382026-08-24T20:05:31.831Z Checking camino-tempfile v1.4.1
31392026-08-24T20:05:31.992Z Checking hickory-proto v0.24.4
31402026-08-24T20:05:32.074Z Checking phf_shared v0.12.1
31412026-08-24T20:05:32.216Z Compiling slog-dtrace v0.3.0
31422026-08-24T20:05:32.243Z Checking heck v0.5.0
31432026-08-24T20:05:32.370Z Compiling unicode-xid v0.2.6
31442026-08-24T20:05:32.403Z Compiling chrono-tz v0.10.4
31452026-08-24T20:05:32.581Z Checking resolv-conf v0.7.6
31462026-08-24T20:05:32.625Z Compiling const_format_proc_macros v0.2.34
31472026-08-24T20:05:32.816Z Checking phf v0.12.1
31482026-08-24T20:05:32.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31492026-08-24T20:05:32.959Z Checking tokio-dtrace v0.1.1
31502026-08-24T20:05:33.152Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31512026-08-24T20:05:33.204Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31522026-08-24T20:05:33.390Z Compiling derive-where v1.6.0
31532026-08-24T20:05:33.481Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31542026-08-24T20:05:33.659Z Checking highway v1.3.0
31552026-08-24T20:05:33.819Z Checking hickory-resolver v0.24.4
31562026-08-24T20:05:33.888Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31572026-08-24T20:05:34.375Z Checking const_format v0.2.35
31582026-08-24T20:05:34.580Z Checking oxide-tokio-rt v0.1.4
31592026-08-24T20:05:34.690Z Checking qorb v0.4.1
31602026-08-24T20:05:34.756Z Checking gethostname v0.5.0
31612026-08-24T20:05:34.775Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31622026-08-24T20:05:34.843Z Checking bcs v0.1.6
31632026-08-24T20:05:34.961Z Checking termtree v0.5.1
31642026-08-24T20:05:35.014Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31652026-08-24T20:05:35.045Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31662026-08-24T20:05:35.048Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31672026-08-24T20:05:38.193Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31682026-08-24T20:05:41.242Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31692026-08-24T20:05:43.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.61s
31702026-08-24T20:05:43.611Z
31712026-08-24T20:05:43.611Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377)
31722026-08-24T20:05:44.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-08-24T20:05:44.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-08-24T20:05:44.282Z Compiling ar_archive_writer v0.5.1
31752026-08-24T20:05:44.392Z Compiling stacker v0.1.23
31762026-08-24T20:05:44.398Z Compiling cfg_aliases v0.1.1
31772026-08-24T20:05:44.405Z Compiling proc-macro-error v1.0.4
31782026-08-24T20:05:44.413Z Checking fd-lock v4.0.4
31792026-08-24T20:05:44.416Z Checking nibble_vec v0.1.0
31802026-08-24T20:05:44.417Z Compiling recursive-proc-macro-impl v0.1.1
31812026-08-24T20:05:44.417Z Checking vte v0.14.1
31822026-08-24T20:05:44.456Z Compiling nix v0.28.0
31832026-08-24T20:05:44.524Z Checking bytecount v0.6.9
31842026-08-24T20:05:44.545Z Checking endian-type v0.1.2
31852026-08-24T20:05:44.559Z Checking strip-ansi-escapes v0.2.1
31862026-08-24T20:05:44.620Z Checking papergrid v0.11.0
31872026-08-24T20:05:44.653Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31882026-08-24T20:05:44.666Z Checking radix_trie v0.2.1
31892026-08-24T20:05:44.669Z Compiling peg-macros v0.8.5
31902026-08-24T20:05:44.706Z Compiling tabled_derive v0.7.0
31912026-08-24T20:05:44.834Z Compiling sqlparser_derive v0.5.0
31922026-08-24T20:05:44.909Z Checking winnow v0.6.26
31932026-08-24T20:05:45.137Z Checking nu-ansi-term v0.50.3
31942026-08-24T20:05:45.205Z Compiling psm v0.1.30
31952026-08-24T20:05:45.218Z Checking unicode_categories v0.1.1
31962026-08-24T20:05:45.341Z Checking home v0.5.12
31972026-08-24T20:05:45.368Z Checking reedline v0.40.0
31982026-08-24T20:05:45.466Z Checking crossterm v0.29.0
31992026-08-24T20:05:45.570Z Checking display-error-chain v0.2.2
32002026-08-24T20:05:45.717Z Checking tabled v0.15.0
32012026-08-24T20:05:45.740Z Checking rustyline v14.0.0
32022026-08-24T20:05:45.997Z Checking recursive v0.1.1
32032026-08-24T20:05:46.052Z Checking peg v0.8.5
32042026-08-24T20:05:46.086Z Checking sqlparser v0.61.0
32052026-08-24T20:05:46.111Z Checking sqlformat v0.3.5
32062026-08-24T20:05:57.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
32072026-08-24T20:05:57.534Z
32082026-08-24T20:05:57.534Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377)
32092026-08-24T20:05:58.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-08-24T20:05:58.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-08-24T20:05:58.493Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32122026-08-24T20:06:01.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32132026-08-24T20:06:01.903Z
32142026-08-24T20:06:01.903Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377)
32152026-08-24T20:06:02.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-08-24T20:06:02.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-08-24T20:06:02.573Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-08-24T20:06:05.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
32192026-08-24T20:06:05.300Z
32202026-08-24T20:06:05.300Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377)
32212026-08-24T20:06:05.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-08-24T20:06:05.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-08-24T20:06:05.962Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-08-24T20:06:09.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
32252026-08-24T20:06:09.474Z
32262026-08-24T20:06:09.474Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377)
32272026-08-24T20:06:09.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-08-24T20:06:09.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-08-24T20:06:10.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-08-24T20:06:13.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32312026-08-24T20:06:13.681Z
32322026-08-24T20:06:13.681Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377)
32332026-08-24T20:06:14.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-08-24T20:06:14.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-08-24T20:06:14.352Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-08-24T20:06:17.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
32372026-08-24T20:06:17.200Z
32382026-08-24T20:06:17.200Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377)
32392026-08-24T20:06:17.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-08-24T20:06:17.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-08-24T20:06:17.865Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-08-24T20:06:20.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
32432026-08-24T20:06:20.781Z
32442026-08-24T20:06:20.783Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377)
32452026-08-24T20:06:21.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-08-24T20:06:21.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-08-24T20:06:21.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32482026-08-24T20:06:24.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
32492026-08-24T20:06:25.123Z
32502026-08-24T20:06:25.123Zinfo: running `cargo check --bins` on oximeter (136/377)
32512026-08-24T20:06:25.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-08-24T20:06:25.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-08-24T20:06:25.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-08-24T20:06:25.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32552026-08-24T20:06:25.692Z
32562026-08-24T20:06:25.692Zinfo: running `cargo check --bins` on oximeter-schema (137/377)
32572026-08-24T20:06:26.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-08-24T20:06:26.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-08-24T20:06:26.313Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32602026-08-24T20:06:26.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32612026-08-24T20:06:26.852Z
32622026-08-24T20:06:26.852Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/377)
32632026-08-24T20:06:27.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-08-24T20:06:27.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-08-24T20:06:27.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-08-24T20:06:27.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32672026-08-24T20:06:27.417Z
32682026-08-24T20:06:27.417Zinfo: running `cargo check --bins` on oximeter-test-utils (139/377)
32692026-08-24T20:06:27.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-08-24T20:06:27.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-08-24T20:06:27.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-08-24T20:06:27.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32732026-08-24T20:06:28.023Z
32742026-08-24T20:06:28.023Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377)
32752026-08-24T20:06:28.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-08-24T20:06:28.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-08-24T20:06:28.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-08-24T20:06:28.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32792026-08-24T20:06:28.599Z
32802026-08-24T20:06:28.599Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377)
32812026-08-24T20:06:29.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-08-24T20:06:29.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-08-24T20:06:29.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-08-24T20:06:29.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32852026-08-24T20:06:29.173Z
32862026-08-24T20:06:29.173Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377)
32872026-08-24T20:06:29.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-08-24T20:06:29.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-08-24T20:06:29.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-08-24T20:06:29.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32912026-08-24T20:06:29.745Z
32922026-08-24T20:06:29.745Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377)
32932026-08-24T20:06:30.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-08-24T20:06:30.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-08-24T20:06:30.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-08-24T20:06:30.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32972026-08-24T20:06:30.317Z
32982026-08-24T20:06:30.317Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/377)
32992026-08-24T20:06:30.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-08-24T20:06:30.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-08-24T20:06:30.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-08-24T20:06:30.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33032026-08-24T20:06:30.892Z
33042026-08-24T20:06:30.892Zinfo: running `cargo check --bins` on reconfigurator-cli (145/377)
33052026-08-24T20:06:31.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-08-24T20:06:31.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-08-24T20:06:31.713Z Compiling crucible-workspace-hack v0.1.0
33082026-08-24T20:06:31.713Z Compiling regress v0.11.1
33092026-08-24T20:06:31.713Z Checking secrecy v0.10.3
33102026-08-24T20:06:31.717Z Checking half v2.7.1
33112026-08-24T20:06:31.863Z Checking ciborium-io v0.2.2
33122026-08-24T20:06:31.870Z Checking inout v0.1.4
33132026-08-24T20:06:31.873Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33142026-08-24T20:06:31.881Z Checking universal-hash v0.5.1
33152026-08-24T20:06:31.954Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33162026-08-24T20:06:31.967Z Compiling thiserror-impl-no-std v2.0.2
33172026-08-24T20:06:32.001Z Checking cipher v0.4.4
33182026-08-24T20:06:32.016Z Checking opaque-debug v0.3.1
33192026-08-24T20:06:32.084Z Checking poly1305 v0.8.0
33202026-08-24T20:06:32.098Z Checking ciborium-ll v0.2.2
33212026-08-24T20:06:32.119Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33222026-08-24T20:06:32.158Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33232026-08-24T20:06:32.200Z Checking chacha20 v0.9.1
33242026-08-24T20:06:32.267Z Checking ciborium v0.2.2
33252026-08-24T20:06:32.348Z Checking password-hash v0.5.0
33262026-08-24T20:06:32.394Z Checking blake2 v0.10.6
33272026-08-24T20:06:32.441Z Checking aead v0.5.2
33282026-08-24T20:06:32.522Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33292026-08-24T20:06:32.572Z Checking indent_write v2.2.0
33302026-08-24T20:06:32.588Z Compiling toml_datetime v0.7.5+spec-1.1.0
33312026-08-24T20:06:32.634Z Checking argon2 v0.5.3
33322026-08-24T20:06:32.695Z Checking chacha20poly1305 v0.10.1
33332026-08-24T20:06:32.711Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33342026-08-24T20:06:32.826Z Compiling toml_edit v0.23.10+spec-1.0.0
33352026-08-24T20:06:32.841Z Compiling unsafe-libyaml v0.2.11
33362026-08-24T20:06:32.984Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33372026-08-24T20:06:33.118Z Checking thiserror-no-std v2.0.2
33382026-08-24T20:06:33.191Z Compiling heapless v0.8.0
33392026-08-24T20:06:33.210Z Checking vsss-rs v3.3.4
33402026-08-24T20:06:33.335Z Compiling ingot-macros v0.2.0
33412026-08-24T20:06:33.475Z Compiling typify-impl v0.6.2
33422026-08-24T20:06:33.590Z Compiling serde_yaml v0.9.34+deprecated
33432026-08-24T20:06:33.852Z Compiling proc-macro-crate v3.4.0
33442026-08-24T20:06:34.209Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33452026-08-24T20:06:34.338Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33462026-08-24T20:06:34.389Z Compiling num_enum_derive v0.7.6
33472026-08-24T20:06:34.486Z Checking hash32 v0.3.1
33482026-08-24T20:06:34.618Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33492026-08-24T20:06:34.811Z Compiling smoltcp v0.11.0
33502026-08-24T20:06:35.003Z Checking tabwriter v1.4.1
33512026-08-24T20:06:35.018Z Checking cobs v0.3.0
33522026-08-24T20:06:35.159Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33532026-08-24T20:06:35.174Z Checking swrite v0.1.0
33542026-08-24T20:06:35.189Z Checking postcard v1.1.3
33552026-08-24T20:06:35.266Z Compiling proc-macro-crate v1.3.1
33562026-08-24T20:06:35.362Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33572026-08-24T20:06:35.428Z Checking num_enum v0.7.6
33582026-08-24T20:06:35.455Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33592026-08-24T20:06:35.485Z Compiling foreign-types-macros v0.2.3
33602026-08-24T20:06:35.542Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33612026-08-24T20:06:35.661Z Checking foreign-types-shared v0.3.1
33622026-08-24T20:06:35.692Z Checking colored v3.1.1
33632026-08-24T20:06:35.708Z Compiling num_enum_derive v0.5.11
33642026-08-24T20:06:35.913Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33652026-08-24T20:06:36.013Z Checking cstr-argument v0.1.2
33662026-08-24T20:06:36.106Z Checking foreign-types v0.5.0
33672026-08-24T20:06:36.139Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33682026-08-24T20:06:36.163Z Checking ingot-types v0.2.0
33692026-08-24T20:06:36.187Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33702026-08-24T20:06:36.347Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33712026-08-24T20:06:36.391Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33722026-08-24T20:06:36.417Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33732026-08-24T20:06:36.456Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33742026-08-24T20:06:36.535Z Checking ingot v0.2.1
33752026-08-24T20:06:36.563Z Compiling zone_cfg_derive v0.3.1
33762026-08-24T20:06:36.582Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33772026-08-24T20:06:36.718Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33782026-08-24T20:06:36.743Z Checking num_enum v0.5.11
33792026-08-24T20:06:36.770Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33802026-08-24T20:06:36.857Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33812026-08-24T20:06:36.943Z Checking itertools v0.12.1
33822026-08-24T20:06:37.035Z Compiling num-derive v0.4.2
33832026-08-24T20:06:37.216Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33842026-08-24T20:06:37.403Z Compiling semver v0.1.20
33852026-08-24T20:06:37.596Z Compiling rustc_version v0.1.7
33862026-08-24T20:06:37.691Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33872026-08-24T20:06:37.827Z Checking smf v0.2.3
33882026-08-24T20:06:37.854Z Checking nom v8.0.0
33892026-08-24T20:06:37.946Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33902026-08-24T20:06:37.960Z Checking zone v0.3.1
33912026-08-24T20:06:37.995Z Compiling typify-macro v0.6.2
33922026-08-24T20:06:38.056Z Checking csv-core v0.1.13
33932026-08-24T20:06:38.130Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33942026-08-24T20:06:38.166Z Checking whoami v1.6.1
33952026-08-24T20:06:38.231Z Checking csv v1.4.0
33962026-08-24T20:06:38.259Z Compiling newtype_derive v0.1.6
33972026-08-24T20:06:38.310Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33982026-08-24T20:06:38.339Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33992026-08-24T20:06:38.441Z Compiling cancel-safe-futures v0.1.5
34002026-08-24T20:06:38.506Z Compiling serde_tokenstream v0.3.0
34012026-08-24T20:06:38.598Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34022026-08-24T20:06:38.668Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34032026-08-24T20:06:38.742Z Compiling libefi-sys v0.1.0
34042026-08-24T20:06:38.819Z Compiling oxide-generation-macros v0.2.0
34052026-08-24T20:06:38.902Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34062026-08-24T20:06:39.022Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34072026-08-24T20:06:39.205Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34082026-08-24T20:06:39.236Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34092026-08-24T20:06:39.268Z Checking oxide-update-engine-types v0.1.2
34102026-08-24T20:06:39.327Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34112026-08-24T20:06:39.400Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34122026-08-24T20:06:39.569Z Compiling bitfield-struct v0.6.2
34132026-08-24T20:06:39.675Z Checking linear-map v1.2.0
34142026-08-24T20:06:39.722Z Compiling typify v0.6.2
34152026-08-24T20:06:39.838Z Compiling progenitor-impl v0.14.0
34162026-08-24T20:06:39.942Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34172026-08-24T20:06:39.949Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34182026-08-24T20:06:40.040Z Checking steno v0.4.1
34192026-08-24T20:06:40.144Z Checking oxide-update-engine v0.1.2
34202026-08-24T20:06:40.200Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34212026-08-24T20:06:40.261Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34222026-08-24T20:06:40.480Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34232026-08-24T20:06:40.575Z Checking sha1 v0.10.6
34242026-08-24T20:06:40.669Z Checking utf-8 v0.7.6
34252026-08-24T20:06:40.713Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34262026-08-24T20:06:40.795Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34272026-08-24T20:06:40.814Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34282026-08-24T20:06:40.828Z Checking tungstenite v0.21.0
34292026-08-24T20:06:40.847Z Checking ignore v0.4.25
34302026-08-24T20:06:40.972Z Checking anstyle-parse v0.2.7
34312026-08-24T20:06:41.035Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-08-24T20:06:41.086Z Compiling xshell-macros v0.2.7
34332026-08-24T20:06:41.128Z Checking anstream v0.6.21
34342026-08-24T20:06:41.241Z Checking predicates-tree v1.0.13
34352026-08-24T20:06:41.257Z Checking globwalk v0.9.1
34362026-08-24T20:06:41.260Z Checking tokio-tungstenite v0.21.0
34372026-08-24T20:06:41.334Z Checking filetime v0.2.27
34382026-08-24T20:06:41.354Z Checking tagptr v0.2.0
34392026-08-24T20:06:41.435Z Checking xattr v1.6.1
34402026-08-24T20:06:41.464Z Checking xshell v0.2.7
34412026-08-24T20:06:41.480Z Checking camino-tempfile-ext v0.3.3
34422026-08-24T20:06:41.495Z Checking moka v0.12.13
34432026-08-24T20:06:41.555Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34442026-08-24T20:06:41.570Z Checking tar v0.4.46
34452026-08-24T20:06:41.660Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34462026-08-24T20:06:41.675Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34472026-08-24T20:06:41.737Z Checking rand_seeder v0.4.0
34482026-08-24T20:06:41.796Z Checking half v1.8.3
34492026-08-24T20:06:41.818Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34502026-08-24T20:06:41.886Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34512026-08-24T20:06:41.954Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34522026-08-24T20:06:41.995Z Checking serde_cbor v0.11.2
34532026-08-24T20:06:42.142Z Checking hickory-resolver v0.25.2
34542026-08-24T20:06:42.188Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34552026-08-24T20:06:42.213Z Checking digest-io v0.1.0
34562026-08-24T20:06:42.347Z Compiling petname v2.0.2
34572026-08-24T20:06:42.381Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34582026-08-24T20:06:42.497Z Compiling progenitor-macro v0.14.0
34592026-08-24T20:06:42.742Z Checking rawzip v0.4.4
34602026-08-24T20:06:42.853Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34612026-08-24T20:06:42.868Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34622026-08-24T20:06:43.031Z Checking sapling-renderdag v0.1.0
34632026-08-24T20:06:43.195Z Checking subprocess v0.2.15
34642026-08-24T20:06:43.282Z Checking sync-ptr v0.1.4
34652026-08-24T20:06:43.365Z Checking colored v2.2.0
34662026-08-24T20:06:43.397Z Checking assert_matches v1.5.0
34672026-08-24T20:06:43.478Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34682026-08-24T20:06:43.740Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34692026-08-24T20:06:43.756Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34702026-08-24T20:06:43.845Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-24T20:06:43.895Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34722026-08-24T20:06:44.420Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34732026-08-24T20:06:44.420Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34742026-08-24T20:06:45.404Z Checking progenitor v0.14.0
34752026-08-24T20:06:45.538Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34762026-08-24T20:06:45.538Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34772026-08-24T20:06:45.541Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34782026-08-24T20:06:45.541Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34792026-08-24T20:06:45.541Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34802026-08-24T20:06:45.542Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34812026-08-24T20:06:45.852Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34822026-08-24T20:06:46.100Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34832026-08-24T20:06:46.139Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34842026-08-24T20:06:46.183Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34852026-08-24T20:06:46.345Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34862026-08-24T20:06:46.725Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34872026-08-24T20:06:47.244Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34882026-08-24T20:06:47.287Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34892026-08-24T20:06:47.887Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34902026-08-24T20:06:48.586Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34912026-08-24T20:06:57.090Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34922026-08-24T20:07:04.308Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34932026-08-24T20:07:04.315Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34942026-08-24T20:07:04.316Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34952026-08-24T20:07:05.789Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34962026-08-24T20:07:07.045Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34972026-08-24T20:07:09.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s
34982026-08-24T20:07:09.478Z
34992026-08-24T20:07:09.478Zinfo: running `cargo check --bins` on nexus-inventory (146/377)
35002026-08-24T20:07:09.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-08-24T20:07:09.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-08-24T20:07:09.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-08-24T20:07:10.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35042026-08-24T20:07:10.092Z
35052026-08-24T20:07:10.092Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377)
35062026-08-24T20:07:10.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-08-24T20:07:10.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-08-24T20:07:10.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-08-24T20:07:10.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35102026-08-24T20:07:10.666Z
35112026-08-24T20:07:10.666Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/377)
35122026-08-24T20:07:11.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-08-24T20:07:11.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-08-24T20:07:11.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-08-24T20:07:11.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35162026-08-24T20:07:11.242Z
35172026-08-24T20:07:11.242Zinfo: running `cargo check --bins` on dns-service-client (149/377)
35182026-08-24T20:07:11.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-08-24T20:07:11.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-08-24T20:07:11.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-08-24T20:07:11.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35222026-08-24T20:07:11.813Z
35232026-08-24T20:07:11.813Zinfo: running `cargo check --bins` on ntp-admin-client (150/377)
35242026-08-24T20:07:12.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-08-24T20:07:12.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-08-24T20:07:12.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-08-24T20:07:12.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35282026-08-24T20:07:12.377Z
35292026-08-24T20:07:12.377Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/377)
35302026-08-24T20:07:12.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-08-24T20:07:12.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-08-24T20:07:12.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-08-24T20:07:12.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35342026-08-24T20:07:12.932Z
35352026-08-24T20:07:12.932Zinfo: running `cargo check --bins` on cockroach-admin-client (152/377)
35362026-08-24T20:07:13.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-08-24T20:07:13.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-08-24T20:07:13.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-08-24T20:07:13.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35402026-08-24T20:07:13.492Z
35412026-08-24T20:07:13.492Zinfo: running `cargo check --bins` on parallel-task-set (153/377)
35422026-08-24T20:07:13.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-08-24T20:07:13.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-08-24T20:07:13.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-08-24T20:07:13.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35462026-08-24T20:07:14.048Z
35472026-08-24T20:07:14.048Zinfo: running `cargo check --bins` on sled-agent-client (154/377)
35482026-08-24T20:07:14.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-08-24T20:07:14.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-08-24T20:07:14.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-08-24T20:07:14.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35522026-08-24T20:07:14.628Z
35532026-08-24T20:07:14.628Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377)
35542026-08-24T20:07:15.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-08-24T20:07:15.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-08-24T20:07:15.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-08-24T20:07:15.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35582026-08-24T20:07:15.221Z
35592026-08-24T20:07:15.221Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/377)
35602026-08-24T20:07:15.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-08-24T20:07:15.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-08-24T20:07:15.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-08-24T20:07:15.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35642026-08-24T20:07:15.808Z
35652026-08-24T20:07:15.808Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377)
35662026-08-24T20:07:16.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-08-24T20:07:16.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-08-24T20:07:16.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-08-24T20:07:16.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-08-24T20:07:16.392Z
35712026-08-24T20:07:16.392Zinfo: running `cargo check --bins` on key-manager (158/377)
35722026-08-24T20:07:16.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-08-24T20:07:16.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-08-24T20:07:16.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-08-24T20:07:16.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35762026-08-24T20:07:16.968Z
35772026-08-24T20:07:16.968Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/377)
35782026-08-24T20:07:17.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-08-24T20:07:17.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-08-24T20:07:17.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-08-24T20:07:17.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-08-24T20:07:17.551Z
35832026-08-24T20:07:17.551Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377)
35842026-08-24T20:07:18.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-08-24T20:07:18.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-08-24T20:07:18.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-08-24T20:07:18.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35882026-08-24T20:07:18.138Z
35892026-08-24T20:07:18.138Zinfo: running `cargo check --bins` on typed-rng (161/377)
35902026-08-24T20:07:18.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-08-24T20:07:18.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-08-24T20:07:18.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-08-24T20:07:18.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35942026-08-24T20:07:18.692Z
35952026-08-24T20:07:18.692Zinfo: running `cargo check --bins` on gateway-test-utils (162/377)
35962026-08-24T20:07:19.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-08-24T20:07:19.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-08-24T20:07:19.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-08-24T20:07:19.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36002026-08-24T20:07:19.306Z
36012026-08-24T20:07:19.306Zinfo: running `cargo check --bins` on omicron-gateway (163/377)
36022026-08-24T20:07:19.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-08-24T20:07:19.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-08-24T20:07:20.036Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36052026-08-24T20:07:20.039Z Checking void v1.0.2
36062026-08-24T20:07:20.039Z Checking tungstenite v0.23.0
36072026-08-24T20:07:20.039Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36082026-08-24T20:07:20.154Z Checking dropshot-api-manager-types v0.8.0
36092026-08-24T20:07:20.156Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36102026-08-24T20:07:20.162Z Checking nix v0.27.1
36112026-08-24T20:07:20.165Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36122026-08-24T20:07:20.300Z Checking lzss v0.8.2
36132026-08-24T20:07:20.304Z Checking kstat-rs v0.2.5
36142026-08-24T20:07:20.304Z Checking fxhash v0.2.1
36152026-08-24T20:07:20.437Z Checking serde_bytes v0.11.19
36162026-08-24T20:07:20.453Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36172026-08-24T20:07:20.479Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36182026-08-24T20:07:20.483Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36192026-08-24T20:07:20.483Z Checking signal-hook-tokio v0.3.1
36202026-08-24T20:07:20.541Z Checking tokio-tungstenite v0.23.1
36212026-08-24T20:07:20.658Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36222026-08-24T20:07:25.366Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36232026-08-24T20:07:25.409Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36242026-08-24T20:07:25.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
36252026-08-24T20:07:25.422Z
36262026-08-24T20:07:25.422Zinfo: running `cargo check --bins` on gateway-api (164/377)
36272026-08-24T20:07:25.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-08-24T20:07:25.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-08-24T20:07:25.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-08-24T20:07:25.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36312026-08-24T20:07:25.422Z
36322026-08-24T20:07:25.422Zinfo: running `cargo check --bins` on ipcc (165/377)
36332026-08-24T20:07:29.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-08-24T20:07:29.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-08-24T20:07:29.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-08-24T20:07:29.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36372026-08-24T20:07:29.033Z
36382026-08-24T20:07:29.033Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377)
36392026-08-24T20:07:29.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-08-24T20:07:29.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-08-24T20:07:29.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-08-24T20:07:29.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-08-24T20:07:29.033Z
36442026-08-24T20:07:29.033Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377)
36452026-08-24T20:07:29.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-08-24T20:07:29.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-08-24T20:07:29.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-08-24T20:07:29.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-08-24T20:07:29.033Z
36502026-08-24T20:07:29.033Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377)
36512026-08-24T20:07:29.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-08-24T20:07:29.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-08-24T20:07:29.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-08-24T20:07:29.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36552026-08-24T20:07:29.034Z
36562026-08-24T20:07:29.034Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377)
36572026-08-24T20:07:29.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-08-24T20:07:29.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-08-24T20:07:29.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-08-24T20:07:29.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36612026-08-24T20:07:29.034Z
36622026-08-24T20:07:29.034Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377)
36632026-08-24T20:07:29.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-08-24T20:07:29.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-08-24T20:07:29.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-08-24T20:07:29.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36672026-08-24T20:07:29.034Z
36682026-08-24T20:07:29.034Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377)
36692026-08-24T20:07:29.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-08-24T20:07:29.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-08-24T20:07:29.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-08-24T20:07:29.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36732026-08-24T20:07:29.968Z
36742026-08-24T20:07:29.968Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377)
36752026-08-24T20:07:29.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-08-24T20:07:29.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-08-24T20:07:29.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-08-24T20:07:29.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36792026-08-24T20:07:29.968Z
36802026-08-24T20:07:29.968Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377)
36812026-08-24T20:07:30.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-08-24T20:07:30.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-08-24T20:07:30.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-08-24T20:07:30.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36852026-08-24T20:07:30.517Z
36862026-08-24T20:07:30.517Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377)
36872026-08-24T20:07:31.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-08-24T20:07:31.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-08-24T20:07:31.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-08-24T20:07:31.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-08-24T20:07:31.510Z
36922026-08-24T20:07:31.510Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377)
36932026-08-24T20:07:31.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-08-24T20:07:31.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-08-24T20:07:31.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-08-24T20:07:31.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-08-24T20:07:31.516Z
36982026-08-24T20:07:31.516Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377)
36992026-08-24T20:07:31.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-08-24T20:07:31.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-08-24T20:07:31.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-08-24T20:07:32.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-08-24T20:07:32.083Z
37042026-08-24T20:07:32.083Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377)
37052026-08-24T20:07:32.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-08-24T20:07:32.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-08-24T20:07:32.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-08-24T20:07:32.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37092026-08-24T20:07:32.653Z
37102026-08-24T20:07:32.653Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377)
37112026-08-24T20:07:33.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-08-24T20:07:33.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-08-24T20:07:33.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-08-24T20:07:33.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37152026-08-24T20:07:33.226Z
37162026-08-24T20:07:33.226Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377)
37172026-08-24T20:07:33.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-08-24T20:07:33.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-08-24T20:07:33.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-08-24T20:07:33.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37212026-08-24T20:07:33.798Z
37222026-08-24T20:07:33.798Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377)
37232026-08-24T20:07:34.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-08-24T20:07:34.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-08-24T20:07:34.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-08-24T20:07:34.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37272026-08-24T20:07:34.370Z
37282026-08-24T20:07:34.370Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377)
37292026-08-24T20:07:34.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-08-24T20:07:34.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-08-24T20:07:34.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-08-24T20:07:34.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37332026-08-24T20:07:34.941Z
37342026-08-24T20:07:34.941Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377)
37352026-08-24T20:07:35.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-08-24T20:07:35.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-08-24T20:07:35.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-08-24T20:07:35.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37392026-08-24T20:07:35.514Z
37402026-08-24T20:07:35.514Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377)
37412026-08-24T20:07:35.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-08-24T20:07:35.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-08-24T20:07:35.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-08-24T20:07:36.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37452026-08-24T20:07:36.086Z
37462026-08-24T20:07:36.086Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377)
37472026-08-24T20:07:36.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-08-24T20:07:36.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-08-24T20:07:36.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-08-24T20:07:36.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37512026-08-24T20:07:36.654Z
37522026-08-24T20:07:36.654Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377)
37532026-08-24T20:07:37.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-08-24T20:07:37.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-08-24T20:07:37.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-08-24T20:07:37.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37572026-08-24T20:07:37.228Z
37582026-08-24T20:07:37.228Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377)
37592026-08-24T20:07:37.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-08-24T20:07:37.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-08-24T20:07:37.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-08-24T20:07:37.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37632026-08-24T20:07:37.818Z
37642026-08-24T20:07:37.818Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377)
37652026-08-24T20:07:38.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-08-24T20:07:38.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-08-24T20:07:38.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-08-24T20:07:38.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37692026-08-24T20:07:38.399Z
37702026-08-24T20:07:38.399Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377)
37712026-08-24T20:07:38.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-08-24T20:07:38.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-08-24T20:07:38.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-08-24T20:07:38.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37752026-08-24T20:07:38.984Z
37762026-08-24T20:07:38.984Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377)
37772026-08-24T20:07:39.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-08-24T20:07:39.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-08-24T20:07:39.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-08-24T20:07:39.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37812026-08-24T20:07:39.567Z
37822026-08-24T20:07:39.567Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377)
37832026-08-24T20:07:40.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-08-24T20:07:40.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-08-24T20:07:40.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-08-24T20:07:40.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37872026-08-24T20:07:40.153Z
37882026-08-24T20:07:40.153Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377)
37892026-08-24T20:07:40.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-08-24T20:07:40.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-08-24T20:07:40.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-08-24T20:07:40.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37932026-08-24T20:07:40.734Z
37942026-08-24T20:07:40.734Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377)
37952026-08-24T20:07:41.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-08-24T20:07:41.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-08-24T20:07:41.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-08-24T20:07:41.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37992026-08-24T20:07:41.323Z
38002026-08-24T20:07:41.323Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377)
38012026-08-24T20:07:41.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-08-24T20:07:41.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-08-24T20:07:41.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-08-24T20:07:41.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38052026-08-24T20:07:41.903Z
38062026-08-24T20:07:41.903Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377)
38072026-08-24T20:07:42.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-08-24T20:07:42.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-08-24T20:07:42.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-08-24T20:07:42.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38112026-08-24T20:07:42.488Z
38122026-08-24T20:07:42.489Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377)
38132026-08-24T20:07:42.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-08-24T20:07:42.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-08-24T20:07:42.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-08-24T20:07:42.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38172026-08-24T20:07:43.073Z
38182026-08-24T20:07:43.073Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377)
38192026-08-24T20:07:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-08-24T20:07:43.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-08-24T20:07:43.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-08-24T20:07:43.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38232026-08-24T20:07:43.654Z
38242026-08-24T20:07:43.655Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377)
38252026-08-24T20:07:44.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-08-24T20:07:44.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-08-24T20:07:44.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-08-24T20:07:44.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38292026-08-24T20:07:44.237Z
38302026-08-24T20:07:44.237Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377)
38312026-08-24T20:07:44.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-08-24T20:07:44.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-08-24T20:07:44.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-08-24T20:07:44.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38352026-08-24T20:07:44.820Z
38362026-08-24T20:07:44.820Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377)
38372026-08-24T20:07:45.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-08-24T20:07:45.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-08-24T20:07:45.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-08-24T20:07:45.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38412026-08-24T20:07:45.404Z
38422026-08-24T20:07:45.404Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377)
38432026-08-24T20:07:45.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-08-24T20:07:45.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-08-24T20:07:45.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-08-24T20:07:45.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38472026-08-24T20:07:45.989Z
38482026-08-24T20:07:45.989Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377)
38492026-08-24T20:07:46.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-08-24T20:07:46.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-08-24T20:07:46.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-08-24T20:07:46.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38532026-08-24T20:07:46.575Z
38542026-08-24T20:07:46.575Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377)
38552026-08-24T20:07:47.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-08-24T20:07:47.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-08-24T20:07:47.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-08-24T20:07:47.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38592026-08-24T20:07:47.159Z
38602026-08-24T20:07:47.159Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377)
38612026-08-24T20:07:47.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-08-24T20:07:47.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-08-24T20:07:47.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-08-24T20:07:47.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38652026-08-24T20:07:47.799Z
38662026-08-24T20:07:47.799Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377)
38672026-08-24T20:07:48.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-08-24T20:07:48.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-08-24T20:07:48.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-08-24T20:07:48.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38712026-08-24T20:07:48.311Z
38722026-08-24T20:07:48.311Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377)
38732026-08-24T20:07:48.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-08-24T20:07:48.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-08-24T20:07:48.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-08-24T20:07:48.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38772026-08-24T20:07:48.879Z
38782026-08-24T20:07:48.879Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377)
38792026-08-24T20:07:49.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-08-24T20:07:49.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-08-24T20:07:49.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-08-24T20:07:49.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38832026-08-24T20:07:49.448Z
38842026-08-24T20:07:49.448Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377)
38852026-08-24T20:07:49.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-08-24T20:07:49.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-08-24T20:07:49.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-08-24T20:07:49.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38892026-08-24T20:07:50.021Z
38902026-08-24T20:07:50.021Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377)
38912026-08-24T20:07:50.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-08-24T20:07:50.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-08-24T20:07:50.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-08-24T20:07:50.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38952026-08-24T20:07:50.596Z
38962026-08-24T20:07:50.596Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377)
38972026-08-24T20:07:51.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-08-24T20:07:51.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-08-24T20:07:51.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-08-24T20:07:51.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39012026-08-24T20:07:51.170Z
39022026-08-24T20:07:51.170Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377)
39032026-08-24T20:07:51.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-08-24T20:07:51.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-08-24T20:07:51.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-08-24T20:07:51.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39072026-08-24T20:07:51.740Z
39082026-08-24T20:07:51.740Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377)
39092026-08-24T20:07:52.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-08-24T20:07:52.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-08-24T20:07:52.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-08-24T20:07:52.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39132026-08-24T20:07:52.318Z
39142026-08-24T20:07:52.318Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377)
39152026-08-24T20:07:52.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-08-24T20:07:52.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-08-24T20:07:52.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-08-24T20:07:52.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39192026-08-24T20:07:52.891Z
39202026-08-24T20:07:52.891Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377)
39212026-08-24T20:07:53.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-08-24T20:07:53.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-08-24T20:07:53.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-08-24T20:07:53.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39252026-08-24T20:07:53.467Z
39262026-08-24T20:07:53.467Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377)
39272026-08-24T20:07:53.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-08-24T20:07:53.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-08-24T20:07:53.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-08-24T20:07:53.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39312026-08-24T20:07:54.040Z
39322026-08-24T20:07:54.040Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377)
39332026-08-24T20:07:54.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-08-24T20:07:54.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-08-24T20:07:54.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-08-24T20:07:54.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39372026-08-24T20:07:54.613Z
39382026-08-24T20:07:54.613Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377)
39392026-08-24T20:07:55.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-24T20:07:55.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-24T20:07:55.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-08-24T20:07:55.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39432026-08-24T20:07:55.190Z
39442026-08-24T20:07:55.190Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377)
39452026-08-24T20:07:55.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-24T20:07:55.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-24T20:07:55.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-08-24T20:07:55.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39492026-08-24T20:07:55.760Z
39502026-08-24T20:07:55.760Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377)
39512026-08-24T20:07:56.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-08-24T20:07:56.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-08-24T20:07:56.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-08-24T20:07:56.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39552026-08-24T20:07:56.336Z
39562026-08-24T20:07:56.336Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377)
39572026-08-24T20:07:56.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-08-24T20:07:56.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-08-24T20:07:56.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-08-24T20:07:56.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39612026-08-24T20:07:56.909Z
39622026-08-24T20:07:56.909Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377)
39632026-08-24T20:07:57.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-24T20:07:57.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-24T20:07:57.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-08-24T20:07:57.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39672026-08-24T20:07:57.489Z
39682026-08-24T20:07:57.489Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377)
39692026-08-24T20:07:57.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-24T20:07:57.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-24T20:07:57.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-08-24T20:07:57.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39732026-08-24T20:07:58.074Z
39742026-08-24T20:07:58.074Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377)
39752026-08-24T20:07:58.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-08-24T20:07:58.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-08-24T20:07:58.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-08-24T20:07:58.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39792026-08-24T20:07:58.654Z
39802026-08-24T20:07:58.654Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377)
39812026-08-24T20:07:59.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-08-24T20:07:59.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-08-24T20:07:59.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-08-24T20:07:59.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39852026-08-24T20:07:59.243Z
39862026-08-24T20:07:59.243Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377)
39872026-08-24T20:07:59.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-24T20:07:59.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-24T20:07:59.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-24T20:07:59.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-08-24T20:07:59.828Z
39922026-08-24T20:07:59.829Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377)
39932026-08-24T20:08:00.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-24T20:08:00.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-24T20:08:00.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-24T20:08:00.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-24T20:08:00.413Z
39982026-08-24T20:08:00.413Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377)
39992026-08-24T20:08:00.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-24T20:08:00.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-24T20:08:00.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-24T20:08:00.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-24T20:08:01.002Z
40042026-08-24T20:08:01.002Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377)
40052026-08-24T20:08:01.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-24T20:08:01.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-24T20:08:01.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-24T20:08:01.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40092026-08-24T20:08:01.592Z
40102026-08-24T20:08:01.592Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377)
40112026-08-24T20:08:02.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-24T20:08:02.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-24T20:08:02.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-24T20:08:02.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40152026-08-24T20:08:02.180Z
40162026-08-24T20:08:02.180Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377)
40172026-08-24T20:08:02.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-24T20:08:02.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-24T20:08:02.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-24T20:08:02.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40212026-08-24T20:08:02.769Z
40222026-08-24T20:08:02.769Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377)
40232026-08-24T20:08:03.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-24T20:08:03.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-24T20:08:03.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-24T20:08:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40272026-08-24T20:08:03.356Z
40282026-08-24T20:08:03.356Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377)
40292026-08-24T20:08:03.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-24T20:08:03.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-24T20:08:03.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-24T20:08:03.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40332026-08-24T20:08:03.941Z
40342026-08-24T20:08:03.941Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377)
40352026-08-24T20:08:04.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-24T20:08:04.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-24T20:08:04.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-24T20:08:04.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40392026-08-24T20:08:04.531Z
40402026-08-24T20:08:04.531Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377)
40412026-08-24T20:08:05.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-24T20:08:05.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-24T20:08:05.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-24T20:08:05.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-24T20:08:05.121Z
40462026-08-24T20:08:05.121Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377)
40472026-08-24T20:08:05.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-24T20:08:05.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-24T20:08:05.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-24T20:08:05.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-24T20:08:05.704Z
40522026-08-24T20:08:05.704Zinfo: running `cargo check --bins` on oximeter-producer (235/377)
40532026-08-24T20:08:06.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-24T20:08:06.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-24T20:08:06.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-24T20:08:06.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40572026-08-24T20:08:06.313Z
40582026-08-24T20:08:06.313Zinfo: running `cargo check --bins` on internal-dns-resolver (236/377)
40592026-08-24T20:08:06.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-24T20:08:06.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-24T20:08:06.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-24T20:08:06.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40632026-08-24T20:08:06.885Z
40642026-08-24T20:08:06.885Zinfo: running `cargo check --bins` on dns-server (237/377)
40652026-08-24T20:08:07.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-24T20:08:07.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-24T20:08:07.530Z Compiling parking_lot_core v0.8.6
40682026-08-24T20:08:07.533Z Compiling git-stub v1.0.0
40692026-08-24T20:08:07.533Z Checking prefix-trie v0.7.0
40702026-08-24T20:08:07.656Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40712026-08-24T20:08:07.762Z Compiling git-stub-vcs v0.1.0
40722026-08-24T20:08:07.923Z Checking hickory-server v0.25.2
40732026-08-24T20:08:08.022Z Checking parking_lot v0.11.2
40742026-08-24T20:08:08.061Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40752026-08-24T20:08:08.187Z Checking sled v0.34.7
40762026-08-24T20:08:10.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
40772026-08-24T20:08:10.283Z
40782026-08-24T20:08:10.284Zinfo: running `cargo check --bins` on dns-server-api (238/377)
40792026-08-24T20:08:10.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-08-24T20:08:10.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-08-24T20:08:10.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-08-24T20:08:10.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40832026-08-24T20:08:10.854Z
40842026-08-24T20:08:10.854Zinfo: running `cargo check --bins` on nexus-client (239/377)
40852026-08-24T20:08:11.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-08-24T20:08:11.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-08-24T20:08:11.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-08-24T20:08:11.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-08-24T20:08:11.451Z
40902026-08-24T20:08:11.451Zinfo: running `cargo check --bins` on oximeter-producer-api (240/377)
40912026-08-24T20:08:11.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-08-24T20:08:11.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-08-24T20:08:11.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-08-24T20:08:11.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40952026-08-24T20:08:12.015Z
40962026-08-24T20:08:12.015Zinfo: running `cargo check --bins` on sp-sim (241/377)
40972026-08-24T20:08:12.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-08-24T20:08:12.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-08-24T20:08:12.718Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41002026-08-24T20:08:13.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41012026-08-24T20:08:13.439Z
41022026-08-24T20:08:13.439Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377)
41032026-08-24T20:08:13.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-08-24T20:08:13.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-08-24T20:08:14.253Z Compiling proc-macro-error-attr2 v2.0.0
41062026-08-24T20:08:14.382Z Compiling rfc6979 v0.4.0
41072026-08-24T20:08:14.385Z Compiling hashbrown v0.14.5
41082026-08-24T20:08:14.397Z Compiling salty v0.3.0
41092026-08-24T20:08:14.406Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41102026-08-24T20:08:14.417Z Compiling primeorder v0.13.6
41112026-08-24T20:08:14.432Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41122026-08-24T20:08:14.493Z Compiling ecdsa v0.16.9
41132026-08-24T20:08:14.559Z Compiling sha1 v0.10.6
41142026-08-24T20:08:14.665Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41152026-08-24T20:08:14.746Z Compiling proc-macro-error2 v2.0.1
41162026-08-24T20:08:14.845Z Compiling p384 v0.13.1
41172026-08-24T20:08:14.863Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41182026-08-24T20:08:14.878Z Compiling chumsky v0.9.3
41192026-08-24T20:08:14.913Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41202026-08-24T20:08:15.055Z Compiling knus-derive v3.4.0
41212026-08-24T20:08:15.076Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41222026-08-24T20:08:15.163Z Checking libscf-sys v1.2.0
41232026-08-24T20:08:15.180Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41242026-08-24T20:08:15.294Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41252026-08-24T20:08:15.392Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41262026-08-24T20:08:15.407Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41272026-08-24T20:08:15.589Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41282026-08-24T20:08:15.613Z Checking corncobs v0.1.4
41292026-08-24T20:08:15.627Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41302026-08-24T20:08:15.659Z Checking papergrid v0.18.0
41312026-08-24T20:08:15.690Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41322026-08-24T20:08:15.738Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41332026-08-24T20:08:15.763Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41342026-08-24T20:08:15.840Z Checking secrecy v0.8.0
41352026-08-24T20:08:15.969Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41362026-08-24T20:08:15.993Z Compiling unicase v2.9.0
41372026-08-24T20:08:16.098Z Compiling illumos-nvpair-sys v0.2.0
41382026-08-24T20:08:16.143Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41392026-08-24T20:08:16.186Z Compiling mime_guess v2.0.5
41402026-08-24T20:08:16.207Z Compiling progenitor-impl v0.13.0
41412026-08-24T20:08:16.298Z Checking crc8 v0.1.1
41422026-08-24T20:08:16.412Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41432026-08-24T20:08:16.429Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41442026-08-24T20:08:16.446Z Checking tabled v0.21.0
41452026-08-24T20:08:16.449Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41462026-08-24T20:08:16.498Z Compiling knus v3.4.0
41472026-08-24T20:08:16.515Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41482026-08-24T20:08:16.996Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41492026-08-24T20:08:17.306Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41502026-08-24T20:08:17.390Z Checking progenitor-client v0.13.0
41512026-08-24T20:08:17.477Z Checking http-range v0.1.5
41522026-08-24T20:08:17.604Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41532026-08-24T20:08:17.620Z Checking illumos-nvpair v0.3.0
41542026-08-24T20:08:17.634Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41552026-08-24T20:08:17.779Z Checking scuffle v0.1.0
41562026-08-24T20:08:17.794Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41572026-08-24T20:08:17.889Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41582026-08-24T20:08:18.284Z Checking nanorand v0.7.0
41592026-08-24T20:08:18.341Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41602026-08-24T20:08:18.485Z Checking flume v0.11.1
41612026-08-24T20:08:18.544Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41622026-08-24T20:08:18.576Z Checking hyper-staticfile v0.10.1
41632026-08-24T20:08:18.599Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41642026-08-24T20:08:18.702Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41652026-08-24T20:08:18.724Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41662026-08-24T20:08:18.788Z Compiling progenitor-macro v0.13.0
41672026-08-24T20:08:18.855Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41682026-08-24T20:08:18.872Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41692026-08-24T20:08:19.073Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
41702026-08-24T20:08:19.115Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41712026-08-24T20:08:19.139Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41722026-08-24T20:08:19.252Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41732026-08-24T20:08:19.493Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41742026-08-24T20:08:19.560Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41752026-08-24T20:08:19.608Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41762026-08-24T20:08:21.091Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41772026-08-24T20:08:22.000Z Checking progenitor v0.13.0
41782026-08-24T20:08:22.131Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41792026-08-24T20:08:23.049Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41802026-08-24T20:08:24.111Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41812026-08-24T20:08:24.477Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41822026-08-24T20:08:24.674Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41832026-08-24T20:08:24.674Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41842026-08-24T20:08:38.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.57s
41852026-08-24T20:08:38.019Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41862026-08-24T20:08:38.019Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41872026-08-24T20:08:38.215Z
41882026-08-24T20:08:38.215Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377)
41892026-08-24T20:08:38.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-08-24T20:08:38.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-08-24T20:08:38.983Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41922026-08-24T20:08:49.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
41932026-08-24T20:08:49.637Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41942026-08-24T20:08:49.637Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41952026-08-24T20:08:49.838Z
41962026-08-24T20:08:49.838Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377)
41972026-08-24T20:08:50.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-08-24T20:08:50.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-08-24T20:08:50.609Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42002026-08-24T20:09:01.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
42012026-08-24T20:09:01.205Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42022026-08-24T20:09:01.206Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42032026-08-24T20:09:01.409Z
42042026-08-24T20:09:01.409Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377)
42052026-08-24T20:09:01.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-24T20:09:01.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-24T20:09:02.182Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42082026-08-24T20:09:12.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
42092026-08-24T20:09:12.747Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42102026-08-24T20:09:12.747Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42112026-08-24T20:09:12.951Z
42122026-08-24T20:09:12.951Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377)
42132026-08-24T20:09:13.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-08-24T20:09:13.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-08-24T20:09:13.722Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42162026-08-24T20:09:24.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
42172026-08-24T20:09:24.304Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42182026-08-24T20:09:24.304Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42192026-08-24T20:09:24.507Z
42202026-08-24T20:09:24.507Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377)
42212026-08-24T20:09:25.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-08-24T20:09:25.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-08-24T20:09:25.273Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42242026-08-24T20:09:35.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
42252026-08-24T20:09:35.872Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42262026-08-24T20:09:35.872Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42272026-08-24T20:09:36.073Z
42282026-08-24T20:09:36.073Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377)
42292026-08-24T20:09:36.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-24T20:09:36.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-24T20:09:36.846Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42322026-08-24T20:09:47.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
42332026-08-24T20:09:47.432Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42342026-08-24T20:09:47.432Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42352026-08-24T20:09:47.623Z
42362026-08-24T20:09:47.623Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377)
42372026-08-24T20:09:48.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-08-24T20:09:48.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-08-24T20:09:48.390Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42402026-08-24T20:09:59.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
42412026-08-24T20:09:59.061Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42422026-08-24T20:09:59.061Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42432026-08-24T20:09:59.263Z
42442026-08-24T20:09:59.263Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377)
42452026-08-24T20:09:59.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-24T20:09:59.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-24T20:09:59.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-24T20:09:59.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42492026-08-24T20:09:59.835Z
42502026-08-24T20:09:59.835Zinfo: running `cargo check --bins` on installinator-common (251/377)
42512026-08-24T20:10:00.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-24T20:10:00.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-24T20:10:00.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-24T20:10:00.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42552026-08-24T20:10:00.421Z
42562026-08-24T20:10:00.421Zinfo: running `cargo check --bins` on installinator-common-versions (252/377)
42572026-08-24T20:10:00.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-24T20:10:00.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-24T20:10:00.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-24T20:10:00.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42612026-08-24T20:10:00.980Z
42622026-08-24T20:10:00.980Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/377)
42632026-08-24T20:10:01.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-24T20:10:01.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-24T20:10:01.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-24T20:10:01.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42672026-08-24T20:10:01.603Z
42682026-08-24T20:10:01.604Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/377)
42692026-08-24T20:10:02.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-24T20:10:02.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-24T20:10:02.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-24T20:10:02.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42732026-08-24T20:10:02.158Z
42742026-08-24T20:10:02.158Zinfo: running `cargo check --bins` on range-requests (255/377)
42752026-08-24T20:10:02.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-24T20:10:02.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-24T20:10:02.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-24T20:10:02.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-24T20:10:02.812Z
42802026-08-24T20:10:02.812Zinfo: running `cargo check --bins` on repo-depot-api (256/377)
42812026-08-24T20:10:03.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-24T20:10:03.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-24T20:10:03.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-24T20:10:03.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42852026-08-24T20:10:03.294Z
42862026-08-24T20:10:03.295Zinfo: running `cargo check --bins` on repo-depot-client (257/377)
42872026-08-24T20:10:03.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-24T20:10:03.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-24T20:10:03.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-24T20:10:03.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42912026-08-24T20:10:03.854Z
42922026-08-24T20:10:03.854Zinfo: running `cargo check --bins` on sled-agent-api (258/377)
42932026-08-24T20:10:04.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-24T20:10:04.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-24T20:10:04.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-24T20:10:04.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42972026-08-24T20:10:04.442Z
42982026-08-24T20:10:04.442Zinfo: running `cargo check --bins` on sled-diagnostics (259/377)
42992026-08-24T20:10:04.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-24T20:10:04.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-24T20:10:04.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-24T20:10:04.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43032026-08-24T20:10:05.029Z
43042026-08-24T20:10:05.029Zinfo: running `cargo check --bins` on zfs-test-harness (260/377)
43052026-08-24T20:10:05.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-24T20:10:05.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-24T20:10:05.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-24T20:10:05.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-08-24T20:10:05.618Z
43102026-08-24T20:10:05.618Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/377)
43112026-08-24T20:10:06.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-24T20:10:06.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-24T20:10:06.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-24T20:10:06.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43152026-08-24T20:10:06.219Z
43162026-08-24T20:10:06.219Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377)
43172026-08-24T20:10:06.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-24T20:10:06.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-24T20:10:06.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-24T20:10:06.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43212026-08-24T20:10:06.823Z
43222026-08-24T20:10:06.823Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377)
43232026-08-24T20:10:07.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-24T20:10:07.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-24T20:10:07.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-24T20:10:07.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43272026-08-24T20:10:07.420Z
43282026-08-24T20:10:07.420Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377)
43292026-08-24T20:10:07.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-24T20:10:07.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-24T20:10:07.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-24T20:10:07.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43332026-08-24T20:10:07.997Z
43342026-08-24T20:10:07.997Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377)
43352026-08-24T20:10:08.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-24T20:10:08.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-24T20:10:08.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-24T20:10:08.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43392026-08-24T20:10:08.592Z
43402026-08-24T20:10:08.593Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/377)
43412026-08-24T20:10:09.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-24T20:10:09.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-24T20:10:09.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-24T20:10:09.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43452026-08-24T20:10:09.183Z
43462026-08-24T20:10:09.183Zinfo: running `cargo check --bins` on trust-quorum (267/377)
43472026-08-24T20:10:09.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-24T20:10:09.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-24T20:10:09.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-24T20:10:09.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43512026-08-24T20:10:09.779Z
43522026-08-24T20:10:09.779Zinfo: running `cargo check --bins` on sled-agent-early-networking (268/377)
43532026-08-24T20:10:10.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-24T20:10:10.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-24T20:10:10.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-24T20:10:10.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43572026-08-24T20:10:10.363Z
43582026-08-24T20:10:10.363Zinfo: running `cargo check --bins` on sled-agent-health-monitor (269/377)
43592026-08-24T20:10:10.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-24T20:10:14.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-24T20:10:14.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-24T20:10:14.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43632026-08-24T20:10:14.792Z
43642026-08-24T20:10:14.792Zinfo: running `cargo check --bins` on sled-agent-multirack-join (270/377)
43652026-08-24T20:10:14.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-24T20:10:14.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-24T20:10:14.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-24T20:10:14.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43692026-08-24T20:10:14.792Z
43702026-08-24T20:10:14.792Zinfo: running `cargo check --bins` on sled-agent-rack-setup (271/377)
43712026-08-24T20:10:14.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-24T20:10:14.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-24T20:10:14.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-24T20:10:14.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43752026-08-24T20:10:14.793Z
43762026-08-24T20:10:14.793Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377)
43772026-08-24T20:10:14.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-24T20:10:14.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-24T20:10:14.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-24T20:10:14.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43812026-08-24T20:10:14.813Z
43822026-08-24T20:10:14.813Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (273/377)
43832026-08-24T20:10:14.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-24T20:10:14.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-24T20:10:14.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-24T20:10:14.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43872026-08-24T20:10:14.813Z
43882026-08-24T20:10:14.813Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377)
43892026-08-24T20:10:14.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-24T20:10:14.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-24T20:10:14.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-24T20:10:14.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43932026-08-24T20:10:14.814Z
43942026-08-24T20:10:14.814Zinfo: running `cargo check --bins` on omicron-deployment-graph (275/377)
43952026-08-24T20:10:14.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-24T20:10:14.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-24T20:10:14.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-24T20:10:14.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43992026-08-24T20:10:14.814Z
44002026-08-24T20:10:14.814Zinfo: running `cargo check --bins` on transient-dns-server (276/377)
44012026-08-24T20:10:15.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-24T20:10:15.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-24T20:10:15.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-24T20:10:15.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44052026-08-24T20:10:15.173Z
44062026-08-24T20:10:15.173Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377)
44072026-08-24T20:10:15.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-24T20:10:15.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-24T20:10:15.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-24T20:10:15.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44112026-08-24T20:10:15.754Z
44122026-08-24T20:10:15.754Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377)
44132026-08-24T20:10:16.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-24T20:10:16.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-24T20:10:16.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-24T20:10:16.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44172026-08-24T20:10:16.341Z
44182026-08-24T20:10:16.341Zinfo: running `cargo check --bins` on omicron-rpaths (279/377)
44192026-08-24T20:10:16.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-24T20:10:16.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-24T20:10:16.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-24T20:10:16.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44232026-08-24T20:10:16.900Z
44242026-08-24T20:10:16.900Zinfo: running `cargo check --bins` on omicron-repl-utils (280/377)
44252026-08-24T20:10:17.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-24T20:10:17.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-24T20:10:17.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-24T20:10:17.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44292026-08-24T20:10:17.461Z
44302026-08-24T20:10:17.461Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (281/377)
44312026-08-24T20:10:17.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-24T20:10:17.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-24T20:10:18.165Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44342026-08-24T20:10:18.575Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44352026-08-24T20:10:19.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
44362026-08-24T20:10:19.957Z
44372026-08-24T20:10:19.957Zinfo: running `cargo check --bins` on clickhouse-admin-api (282/377)
44382026-08-24T20:10:20.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-24T20:10:20.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-24T20:10:20.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-24T20:10:20.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-08-24T20:10:20.529Z
44432026-08-24T20:10:20.529Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (283/377)
44442026-08-24T20:10:21.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-24T20:10:21.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-24T20:10:21.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-24T20:10:21.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44482026-08-24T20:10:21.109Z
44492026-08-24T20:10:21.109Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377)
44502026-08-24T20:10:21.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-24T20:10:21.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-24T20:10:21.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-24T20:10:21.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44542026-08-24T20:10:21.694Z
44552026-08-24T20:10:21.694Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (285/377)
44562026-08-24T20:10:22.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-24T20:10:22.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-24T20:10:22.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-24T20:10:22.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44602026-08-24T20:10:22.275Z
44612026-08-24T20:10:22.275Zinfo: running `cargo check --bins` on installinator-client (286/377)
44622026-08-24T20:10:22.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-24T20:10:22.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-24T20:10:22.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-24T20:10:22.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44662026-08-24T20:10:22.858Z
44672026-08-24T20:10:22.858Zinfo: running `cargo check --bins` on oxide-client (287/377)
44682026-08-24T20:10:23.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-24T20:10:23.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-24T20:10:23.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-24T20:10:23.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44722026-08-24T20:10:23.424Z
44732026-08-24T20:10:23.424Zinfo: running `cargo check --bins` on oximeter-client (288/377)
44742026-08-24T20:10:23.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-24T20:10:23.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-24T20:10:23.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-24T20:10:23.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44782026-08-24T20:10:24.004Z
44792026-08-24T20:10:24.004Zinfo: running `cargo check --bins` on wicketd-client (289/377)
44802026-08-24T20:10:24.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-24T20:10:24.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-24T20:10:24.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-24T20:10:24.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44842026-08-24T20:10:24.604Z
44852026-08-24T20:10:24.604Zinfo: running `cargo check --bins` on wicket-common (290/377)
44862026-08-24T20:10:25.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-24T20:10:25.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-24T20:10:25.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-08-24T20:10:25.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44902026-08-24T20:10:25.195Z
44912026-08-24T20:10:25.195Zinfo: running `cargo check --bins` on wicketd-commission-client (291/377)
44922026-08-24T20:10:25.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-08-24T20:10:25.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-08-24T20:10:25.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-08-24T20:10:25.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44962026-08-24T20:10:25.779Z
44972026-08-24T20:10:25.779Zinfo: running `cargo check --bins` on omicron-cockroach-admin (292/377)
44982026-08-24T20:10:26.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-08-24T20:10:26.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-08-24T20:10:26.456Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45012026-08-24T20:10:26.565Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45022026-08-24T20:10:27.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45032026-08-24T20:10:27.808Z
45042026-08-24T20:10:27.808Zinfo: running `cargo check --bins` on cockroach-admin-api (293/377)
45052026-08-24T20:10:28.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-24T20:10:28.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-24T20:10:28.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-24T20:10:28.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45092026-08-24T20:10:28.385Z
45102026-08-24T20:10:28.385Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377)
45112026-08-24T20:10:28.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-24T20:10:28.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-24T20:10:28.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-24T20:10:28.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45152026-08-24T20:10:29.047Z
45162026-08-24T20:10:29.047Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377)
45172026-08-24T20:10:29.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-24T20:10:29.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-24T20:10:29.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-24T20:10:29.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45212026-08-24T20:10:29.706Z
45222026-08-24T20:10:29.707Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377)
45232026-08-24T20:10:30.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-24T20:10:30.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-24T20:10:30.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-24T20:10:30.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45272026-08-24T20:10:30.339Z
45282026-08-24T20:10:30.339Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377)
45292026-08-24T20:10:30.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-24T20:10:30.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-24T20:10:30.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-24T20:10:30.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45332026-08-24T20:10:30.967Z
45342026-08-24T20:10:30.967Zinfo: running `cargo check --bins` on db-macros (298/377)
45352026-08-24T20:10:31.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-24T20:10:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-24T20:10:31.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-24T20:10:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45392026-08-24T20:10:31.531Z
45402026-08-24T20:10:31.531Zinfo: running `cargo check --bins` on nexus-macros-common (299/377)
45412026-08-24T20:10:32.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-24T20:10:32.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-24T20:10:32.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-24T20:10:32.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45452026-08-24T20:10:32.093Z
45462026-08-24T20:10:32.093Zinfo: running `cargo check --bins` on nexus-auth (300/377)
45472026-08-24T20:10:32.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-24T20:10:32.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-24T20:10:32.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-24T20:10:32.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45512026-08-24T20:10:32.714Z
45522026-08-24T20:10:32.714Zinfo: running `cargo check --bins` on authz-macros (301/377)
45532026-08-24T20:10:33.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-24T20:10:33.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-24T20:10:33.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-24T20:10:33.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45572026-08-24T20:10:33.280Z
45582026-08-24T20:10:33.281Zinfo: running `cargo check --bins` on nexus-db-fixed-data (302/377)
45592026-08-24T20:10:33.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-24T20:10:33.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-24T20:10:33.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-24T20:10:33.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45632026-08-24T20:10:33.898Z
45642026-08-24T20:10:33.898Zinfo: running `cargo check --bins` on nexus-db-model (303/377)
45652026-08-24T20:10:34.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-24T20:10:34.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-24T20:10:34.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-24T20:10:34.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45692026-08-24T20:10:34.524Z
45702026-08-24T20:10:34.524Zinfo: running `cargo check --bins` on nexus-db-schema (304/377)
45712026-08-24T20:10:35.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-24T20:10:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-24T20:10:35.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-24T20:10:35.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45752026-08-24T20:10:35.092Z
45762026-08-24T20:10:35.092Zinfo: running `cargo check --bins` on nexus-defaults (305/377)
45772026-08-24T20:10:35.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-24T20:10:35.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-24T20:10:35.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-24T20:10:35.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45812026-08-24T20:10:35.671Z
45822026-08-24T20:10:35.671Zinfo: running `cargo check --bins` on omicron-git-version (306/377)
45832026-08-24T20:10:36.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-24T20:10:36.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-24T20:10:36.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-24T20:10:36.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45872026-08-24T20:10:36.235Z
45882026-08-24T20:10:36.236Zinfo: running `cargo check --bins` on nexus-db-errors (307/377)
45892026-08-24T20:10:36.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-24T20:10:36.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-24T20:10:36.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-24T20:10:36.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45932026-08-24T20:10:36.861Z
45942026-08-24T20:10:36.862Zinfo: running `cargo check --bins` on nexus-db-lookup (308/377)
45952026-08-24T20:10:37.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-24T20:10:37.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-24T20:10:37.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45982026-08-24T20:10:37.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45992026-08-24T20:10:37.489Z
46002026-08-24T20:10:37.490Zinfo: running `cargo check --bins` on nexus-test-interface (309/377)
46012026-08-24T20:10:38.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-08-24T20:10:38.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-08-24T20:10:38.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-08-24T20:10:38.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46052026-08-24T20:10:38.112Z
46062026-08-24T20:10:38.113Zinfo: running `cargo check --bins` on oximeter-collector (310/377)
46072026-08-24T20:10:38.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-08-24T20:10:38.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-08-24T20:10:38.834Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46102026-08-24T20:10:38.834Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46112026-08-24T20:10:39.509Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46122026-08-24T20:10:41.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
46132026-08-24T20:10:41.415Z
46142026-08-24T20:10:41.415Zinfo: running `cargo check --bins` on oximeter-api (311/377)
46152026-08-24T20:10:41.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-24T20:10:41.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-24T20:10:41.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-08-24T20:10:41.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46192026-08-24T20:10:41.993Z
46202026-08-24T20:10:41.993Zinfo: running `cargo check --bins` on cert-dev (312/377)
46212026-08-24T20:10:42.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-24T20:10:42.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-24T20:10:42.609Z Checking yasna v0.5.2
46242026-08-24T20:10:43.010Z Checking rcgen v0.12.1
46252026-08-24T20:10:43.261Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46262026-08-24T20:10:43.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46272026-08-24T20:10:43.620Z
46282026-08-24T20:10:43.620Zinfo: running `cargo check --bins` on clickana (313/377)
46292026-08-24T20:10:44.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-08-24T20:10:44.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-08-24T20:10:44.267Z Compiling instability v0.3.11
46322026-08-24T20:10:44.270Z Checking castaway v0.2.4
46332026-08-24T20:10:44.271Z Compiling indoc v2.0.7
46342026-08-24T20:10:44.271Z Checking unicode-truncate v1.1.0
46352026-08-24T20:10:44.271Z Checking lru v0.12.5
46362026-08-24T20:10:44.375Z Checking cassowary v0.3.0
46372026-08-24T20:10:44.499Z Checking compact_str v0.8.1
46382026-08-24T20:10:45.241Z Checking ratatui v0.29.0
46392026-08-24T20:10:46.293Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46402026-08-24T20:10:47.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
46412026-08-24T20:10:47.182Z
46422026-08-24T20:10:47.182Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (314/377)
46432026-08-24T20:10:47.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-24T20:10:47.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-24T20:10:47.905Z Checking headers-core v0.3.0
46462026-08-24T20:10:47.908Z Checking port-file v0.1.0
46472026-08-24T20:10:47.908Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46482026-08-24T20:10:48.101Z Checking headers v0.4.1
46492026-08-24T20:10:48.468Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46502026-08-24T20:10:49.412Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46512026-08-24T20:10:49.933Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46522026-08-24T20:10:50.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
46532026-08-24T20:10:50.560Z
46542026-08-24T20:10:50.561Zinfo: running `cargo check --bins` on ch-dev (315/377)
46552026-08-24T20:10:51.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-24T20:10:51.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-24T20:10:51.277Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46582026-08-24T20:10:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46592026-08-24T20:10:52.227Z
46602026-08-24T20:10:52.227Zinfo: running `cargo check --bins` on dev-tools-common (316/377)
46612026-08-24T20:10:52.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-24T20:10:52.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-24T20:10:52.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46642026-08-24T20:10:52.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46652026-08-24T20:10:52.645Z
46662026-08-24T20:10:52.645Zinfo: running `cargo check --bins` on corpus-adjust (317/377)
46672026-08-24T20:10:53.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-08-24T20:10:53.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-08-24T20:10:53.281Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46702026-08-24T20:10:53.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46712026-08-24T20:10:53.824Z
46722026-08-24T20:10:53.824Zinfo: running `cargo check --bins` on crdb-seed (318/377)
46732026-08-24T20:10:54.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-08-24T20:10:54.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-08-24T20:10:54.540Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46762026-08-24T20:10:55.628Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46772026-08-24T20:10:55.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
46782026-08-24T20:10:56.171Z
46792026-08-24T20:10:56.171Zinfo: running `cargo check --bins` on db-dev (319/377)
46802026-08-24T20:10:56.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-24T20:10:56.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-24T20:10:56.887Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46832026-08-24T20:10:57.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46842026-08-24T20:10:57.838Z
46852026-08-24T20:10:57.838Zinfo: running `cargo check --bins` on omicron-dev-lib (320/377)
46862026-08-24T20:10:58.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-24T20:10:58.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-24T20:10:58.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-08-24T20:10:58.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46902026-08-24T20:10:58.455Z
46912026-08-24T20:10:58.455Zinfo: running `cargo check --bins` on xtask-downloader (321/377)
46922026-08-24T20:10:58.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-08-24T20:10:58.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-08-24T20:10:59.079Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46952026-08-24T20:10:59.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
46962026-08-24T20:10:59.926Z
46972026-08-24T20:10:59.926Zinfo: running `cargo check --bins` on omicron-dropshot-apis (322/377)
46982026-08-24T20:11:00.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-08-24T20:11:00.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-08-24T20:11:00.676Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-24T20:11:00.676Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47022026-08-24T20:11:00.680Z Checking git-stub v1.0.0
47032026-08-24T20:11:00.680Z Compiling trait-variant v0.1.2
47042026-08-24T20:11:00.794Z Checking maplit v1.0.2
47052026-08-24T20:11:00.823Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47062026-08-24T20:11:00.827Z Checking drift v0.2.0
47072026-08-24T20:11:00.827Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47082026-08-24T20:11:00.876Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47092026-08-24T20:11:00.929Z Checking git-stub-vcs v0.1.0
47102026-08-24T20:11:01.004Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47112026-08-24T20:11:01.045Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47122026-08-24T20:11:01.123Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47132026-08-24T20:11:01.171Z Checking dropshot-api-manager v0.8.0
47142026-08-24T20:11:01.182Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47152026-08-24T20:11:01.311Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47162026-08-24T20:11:01.573Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47172026-08-24T20:11:02.010Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47182026-08-24T20:11:03.004Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47192026-08-24T20:11:04.024Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47202026-08-24T20:11:04.775Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47212026-08-24T20:11:05.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
47222026-08-24T20:11:05.426Z
47232026-08-24T20:11:05.426Zinfo: running `cargo check --bins` on installinator-api (323/377)
47242026-08-24T20:11:05.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-24T20:11:05.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-24T20:11:05.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-24T20:11:05.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47282026-08-24T20:11:06.003Z
47292026-08-24T20:11:06.003Zinfo: running `cargo check --bins` on nexus-external-api (324/377)
47302026-08-24T20:11:06.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-24T20:11:06.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-24T20:11:06.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-24T20:11:06.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47342026-08-24T20:11:06.618Z
47352026-08-24T20:11:06.618Zinfo: running `cargo check --bins` on nexus-internal-api (325/377)
47362026-08-24T20:11:07.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-24T20:11:07.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-24T20:11:07.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-24T20:11:07.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-24T20:11:07.234Z
47412026-08-24T20:11:07.234Zinfo: running `cargo check --bins` on nexus-lockstep-api (326/377)
47422026-08-24T20:11:07.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-24T20:11:07.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-24T20:11:07.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-24T20:11:07.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47462026-08-24T20:11:07.851Z
47472026-08-24T20:11:07.851Zinfo: running `cargo check --bins` on ntp-admin-api (327/377)
47482026-08-24T20:11:08.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-24T20:11:08.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-24T20:11:08.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-24T20:11:08.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47522026-08-24T20:11:08.415Z
47532026-08-24T20:11:08.415Zinfo: running `cargo check --bins` on ntp-admin-types-versions (328/377)
47542026-08-24T20:11:08.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-24T20:11:08.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-24T20:11:08.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-24T20:11:08.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47582026-08-24T20:11:08.979Z
47592026-08-24T20:11:08.979Zinfo: running `cargo check --bins` on wicketd-api (329/377)
47602026-08-24T20:11:09.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-24T20:11:09.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-24T20:11:09.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-24T20:11:09.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47642026-08-24T20:11:09.574Z
47652026-08-24T20:11:09.574Zinfo: running `cargo check --bins` on wicketd-commission-api (330/377)
47662026-08-24T20:11:10.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-24T20:11:10.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-24T20:11:10.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-24T20:11:10.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47702026-08-24T20:11:10.162Z
47712026-08-24T20:11:10.162Zinfo: running `cargo check --bins` on omicron-ls-apis (331/377)
47722026-08-24T20:11:10.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-24T20:11:10.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-24T20:11:10.786Z Compiling blake3 v1.8.5
47752026-08-24T20:11:10.896Z Checking arrayref v0.3.9
47762026-08-24T20:11:10.896Z Checking arrayvec v0.7.6
47772026-08-24T20:11:10.911Z Checking constant_time_eq v0.4.2
47782026-08-24T20:11:10.918Z Checking cargo-platform v0.3.2
47792026-08-24T20:11:10.918Z Checking topological-sort v0.2.2
47802026-08-24T20:11:10.922Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47812026-08-24T20:11:11.078Z Checking cargo_metadata v0.23.1
47822026-08-24T20:11:11.765Z Checking omicron-zone-package v0.12.3
47832026-08-24T20:11:12.475Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47842026-08-24T20:11:13.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
47852026-08-24T20:11:13.470Z
47862026-08-24T20:11:13.470Zinfo: running `cargo check --bins` on mgs-dev (332/377)
47872026-08-24T20:11:13.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-08-24T20:11:13.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-08-24T20:11:14.196Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47902026-08-24T20:11:14.821Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47912026-08-24T20:11:15.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
47922026-08-24T20:11:15.524Z
47932026-08-24T20:11:15.524Zinfo: running `cargo check --bins` on omicron-omdb (333/377)
47942026-08-24T20:11:16.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-08-24T20:11:16.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-08-24T20:11:16.619Z Compiling darling_core v0.21.3
47972026-08-24T20:11:16.619Z Compiling vergen-lib v0.1.6
47982026-08-24T20:11:16.619Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47992026-08-24T20:11:16.628Z Compiling diesel_derives v2.3.7
48002026-08-24T20:11:16.628Z Checking scheduled-thread-pool v0.2.7
48012026-08-24T20:11:16.628Z Compiling vergen-gitcl v1.0.8
48022026-08-24T20:11:16.628Z Compiling diesel_table_macro_syntax v0.3.0
48032026-08-24T20:11:16.629Z Compiling dirs-sys-next v0.1.2
48042026-08-24T20:11:16.813Z Compiling crunchy v0.2.4
48052026-08-24T20:11:16.837Z Compiling glob v0.3.3
48062026-08-24T20:11:16.927Z Checking r2d2 v0.8.10
48072026-08-24T20:11:16.927Z Compiling dirs-next v2.0.0
48082026-08-24T20:11:16.959Z Checking downcast-rs v2.0.2
48092026-08-24T20:11:17.061Z Compiling tiny-keccak v2.0.2
48102026-08-24T20:11:17.092Z Compiling term v0.7.0
48112026-08-24T20:11:17.108Z Compiling bit-vec v0.6.3
48122026-08-24T20:11:17.219Z Compiling clang-sys v1.8.1
48132026-08-24T20:11:17.314Z Compiling bit-set v0.5.3
48142026-08-24T20:11:17.331Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48152026-08-24T20:11:17.477Z Compiling ascii-canvas v3.0.0
48162026-08-24T20:11:17.512Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48172026-08-24T20:11:17.588Z Compiling itertools v0.10.5
48182026-08-24T20:11:17.634Z Compiling ena v0.14.4
48192026-08-24T20:11:17.663Z Compiling libloading v0.8.9
48202026-08-24T20:11:17.681Z Compiling regex-syntax v0.6.29
48212026-08-24T20:11:17.717Z Compiling diff v0.1.13
48222026-08-24T20:11:17.753Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48232026-08-24T20:11:17.845Z Compiling bindgen v0.71.1
48242026-08-24T20:11:17.996Z Compiling cexpr v0.6.0
48252026-08-24T20:11:18.248Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48262026-08-24T20:11:18.361Z Compiling rustc-hash v2.1.1
48272026-08-24T20:11:18.458Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48282026-08-24T20:11:18.653Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48292026-08-24T20:11:18.670Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48302026-08-24T20:11:18.673Z Compiling libxml v0.3.3
48312026-08-24T20:11:18.797Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48322026-08-24T20:11:18.939Z Compiling strum_macros v0.24.3
48332026-08-24T20:11:18.963Z Compiling indoc v1.0.9
48342026-08-24T20:11:19.011Z Compiling lalrpop v0.19.12
48352026-08-24T20:11:19.120Z Compiling darling_macro v0.21.3
48362026-08-24T20:11:19.638Z Compiling darling v0.21.3
48372026-08-24T20:11:19.732Z Compiling dsl_auto_type v0.2.0
48382026-08-24T20:11:19.888Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48392026-08-24T20:11:20.078Z Checking derive_builder v0.20.2
48402026-08-24T20:11:20.196Z Compiling oso-derive v0.27.3
48412026-08-24T20:11:20.281Z Checking quick-xml v0.37.5
48422026-08-24T20:11:20.354Z Compiling impl-trait-for-tuples v0.2.3
48432026-08-24T20:11:20.724Z Checking openssl-probe v0.1.6
48442026-08-24T20:11:20.866Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48452026-08-24T20:11:21.177Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48462026-08-24T20:11:21.369Z Checking bb8 v0.8.6
48472026-08-24T20:11:21.480Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48482026-08-24T20:11:21.595Z Checking nonempty v0.12.0
48492026-08-24T20:11:21.659Z Compiling libz-sys v1.1.24
48502026-08-24T20:11:21.698Z Compiling strsim v0.10.0
48512026-08-24T20:11:21.761Z Compiling libgit2-sys v0.18.3+1.9.2
48522026-08-24T20:11:21.945Z Compiling darling_core v0.13.4
48532026-08-24T20:11:22.024Z Compiling vergen-git2 v9.1.0
48542026-08-24T20:11:22.234Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48552026-08-24T20:11:22.256Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48562026-08-24T20:11:22.442Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48572026-08-24T20:11:22.653Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48582026-08-24T20:11:22.834Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48592026-08-24T20:11:23.020Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48602026-08-24T20:11:23.204Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48612026-08-24T20:11:23.221Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48622026-08-24T20:11:23.390Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48632026-08-24T20:11:23.576Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48642026-08-24T20:11:23.761Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48652026-08-24T20:11:23.792Z Compiling darling_macro v0.13.4
48662026-08-24T20:11:23.947Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48672026-08-24T20:11:24.283Z Compiling darling v0.13.4
48682026-08-24T20:11:24.346Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48692026-08-24T20:11:24.375Z Compiling serde_with_macros v1.5.2
48702026-08-24T20:11:24.711Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48712026-08-24T20:11:25.204Z Compiling serde_with v1.14.0
48722026-08-24T20:11:25.294Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48732026-08-24T20:11:25.486Z Checking twox-hash v2.1.2
48742026-08-24T20:11:25.580Z Checking diesel v2.3.7
48752026-08-24T20:11:25.621Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48762026-08-24T20:11:25.842Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48772026-08-24T20:11:26.397Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48782026-08-24T20:11:27.418Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48792026-08-24T20:11:27.717Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48802026-08-24T20:11:28.011Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48812026-08-24T20:11:28.407Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48822026-08-24T20:11:28.940Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48832026-08-24T20:11:29.008Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48842026-08-24T20:11:29.158Z Checking libsw-core v0.3.2
48852026-08-24T20:11:29.313Z Checking atty v0.2.14
48862026-08-24T20:11:29.419Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48872026-08-24T20:11:29.653Z Checking libsw v3.5.0
48882026-08-24T20:11:29.717Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48892026-08-24T20:11:29.769Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48902026-08-24T20:11:29.809Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48912026-08-24T20:11:29.869Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48922026-08-24T20:11:31.162Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48932026-08-24T20:11:31.383Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48942026-08-24T20:11:31.868Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48952026-08-24T20:11:31.910Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48962026-08-24T20:11:32.091Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48972026-08-24T20:11:32.277Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48982026-08-24T20:11:32.424Z Checking fatfs v0.3.6
48992026-08-24T20:11:32.876Z Checking console v0.16.2
49002026-08-24T20:11:32.893Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49012026-08-24T20:11:33.188Z Compiling seq-macro v0.3.6
49022026-08-24T20:11:33.693Z Checking unit-prefix v0.5.2
49032026-08-24T20:11:33.829Z Checking indicatif v0.18.4
49042026-08-24T20:11:34.221Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49052026-08-24T20:11:34.243Z Checking oxide-update-engine-display v0.1.2
49062026-08-24T20:11:34.549Z Checking support-bundle-viewer v0.1.2
49072026-08-24T20:11:34.806Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49082026-08-24T20:11:34.896Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49092026-08-24T20:11:35.167Z Checking multimap v0.10.1
49102026-08-24T20:11:41.163Z Checking diesel-dtrace v0.5.0
49112026-08-24T20:11:41.401Z Checking async-bb8-diesel v0.2.1
49122026-08-24T20:11:44.763Z Compiling samael v0.0.19
49132026-08-24T20:11:48.898Z Compiling git2 v0.20.4
49142026-08-24T20:11:50.200Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49152026-08-24T20:11:51.419Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49162026-08-24T20:11:51.639Z Compiling polar-core v0.27.3
49172026-08-24T20:11:56.067Z Checking oso v0.27.3
49182026-08-24T20:12:28.162Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49192026-08-24T20:13:43.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
49202026-08-24T20:13:43.544Z
49212026-08-24T20:13:43.544Zinfo: running `cargo check --bins` on nexus-networking (334/377)
49222026-08-24T20:13:44.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49232026-08-24T20:13:44.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49242026-08-24T20:13:44.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49252026-08-24T20:13:44.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
49262026-08-24T20:13:44.222Z
49272026-08-24T20:13:44.222Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377)
49282026-08-24T20:13:44.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49292026-08-24T20:13:44.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49302026-08-24T20:13:44.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49312026-08-24T20:13:44.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49322026-08-24T20:13:44.860Z
49332026-08-24T20:13:44.860Zinfo: running `cargo check --bins` on nexus-saga-recovery (336/377)
49342026-08-24T20:13:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49352026-08-24T20:13:45.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49362026-08-24T20:13:45.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49372026-08-24T20:13:45.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49382026-08-24T20:13:45.496Z
49392026-08-24T20:13:45.496Zinfo: running `cargo check --bins` on nexus-test-utils-macros (337/377)
49402026-08-24T20:13:45.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49412026-08-24T20:13:45.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49422026-08-24T20:13:45.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49432026-08-24T20:13:45.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49442026-08-24T20:13:46.058Z
49452026-08-24T20:13:46.059Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (338/377)
49462026-08-24T20:13:46.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49472026-08-24T20:13:46.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49482026-08-24T20:13:46.895Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-24T20:13:47.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
49502026-08-24T20:13:47.860Z
49512026-08-24T20:13:47.861Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377)
49522026-08-24T20:13:48.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49532026-08-24T20:13:48.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49542026-08-24T20:13:48.694Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49552026-08-24T20:14:27.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.52s
49562026-08-24T20:14:27.596Z
49572026-08-24T20:14:27.596Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377)
49582026-08-24T20:14:28.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49592026-08-24T20:14:28.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49602026-08-24T20:14:28.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49612026-08-24T20:14:28.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49622026-08-24T20:14:28.166Z
49632026-08-24T20:14:28.166Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377)
49642026-08-24T20:14:28.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49652026-08-24T20:14:28.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49662026-08-24T20:14:28.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49672026-08-24T20:14:28.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
49682026-08-24T20:14:28.737Z
49692026-08-24T20:14:28.737Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (342/377)
49702026-08-24T20:14:29.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49712026-08-24T20:14:29.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49722026-08-24T20:14:29.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49732026-08-24T20:14:29.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49742026-08-24T20:14:29.370Z
49752026-08-24T20:14:29.370Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377)
49762026-08-24T20:14:29.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49772026-08-24T20:14:29.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49782026-08-24T20:14:29.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49792026-08-24T20:14:29.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49802026-08-24T20:14:30.006Z
49812026-08-24T20:14:30.006Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (344/377)
49822026-08-24T20:14:30.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49832026-08-24T20:14:30.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49842026-08-24T20:14:30.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49852026-08-24T20:14:30.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49862026-08-24T20:14:30.643Z
49872026-08-24T20:14:30.643Zinfo: running `cargo check --bins` on nexus-mgs-updates (345/377)
49882026-08-24T20:14:31.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49892026-08-24T20:14:31.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49902026-08-24T20:14:31.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49912026-08-24T20:14:31.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49922026-08-24T20:14:31.270Z
49932026-08-24T20:14:31.270Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (346/377)
49942026-08-24T20:14:31.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-24T20:14:31.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-24T20:14:31.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49972026-08-24T20:14:31.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49982026-08-24T20:14:31.904Z
49992026-08-24T20:14:31.904Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377)
50002026-08-24T20:14:32.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-24T20:14:32.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-24T20:14:32.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50032026-08-24T20:14:32.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50042026-08-24T20:14:32.541Z
50052026-08-24T20:14:32.541Zinfo: running `cargo check --bins` on nexus-switch-config (348/377)
50062026-08-24T20:14:33.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-24T20:14:33.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-24T20:14:33.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50092026-08-24T20:14:33.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50102026-08-24T20:14:33.168Z
50112026-08-24T20:14:33.168Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (349/377)
50122026-08-24T20:14:33.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50132026-08-24T20:14:33.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50142026-08-24T20:14:33.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50152026-08-24T20:14:33.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50162026-08-24T20:14:33.812Z
50172026-08-24T20:14:33.812Zinfo: running `cargo check --bins` on support-bundle-collection (350/377)
50182026-08-24T20:14:34.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50192026-08-24T20:14:34.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50202026-08-24T20:14:34.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50212026-08-24T20:14:34.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50222026-08-24T20:14:34.433Z
50232026-08-24T20:14:34.433Zinfo: running `cargo check --bins` on omicron-dev (351/377)
50242026-08-24T20:14:34.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50252026-08-24T20:14:34.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50262026-08-24T20:14:35.337Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50272026-08-24T20:14:35.338Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50282026-08-24T20:14:35.525Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50292026-08-24T20:14:35.553Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50302026-08-24T20:14:35.570Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50312026-08-24T20:14:35.573Z Checking diff v0.1.13
50322026-08-24T20:14:35.573Z Checking yansi v1.0.1
50332026-08-24T20:14:35.602Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50342026-08-24T20:14:35.660Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50352026-08-24T20:14:35.827Z Checking pretty_assertions v1.4.1
50362026-08-24T20:14:36.594Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50372026-08-24T20:14:36.623Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50382026-08-24T20:15:01.735Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50392026-08-24T20:15:01.739Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50402026-08-24T20:15:01.739Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50412026-08-24T20:15:01.739Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50422026-08-24T20:15:01.739Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50432026-08-24T20:15:01.739Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50442026-08-24T20:15:01.739Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50452026-08-24T20:15:02.630Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50462026-08-24T20:15:02.633Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50472026-08-24T20:15:03.901Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50482026-08-24T20:15:42.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50492026-08-24T20:15:42.599Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50502026-08-24T20:15:42.600Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50512026-08-24T20:15:42.805Z
50522026-08-24T20:15:42.806Zinfo: running `cargo check --bins` on oximeter-load-test (352/377)
50532026-08-24T20:15:43.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50542026-08-24T20:15:43.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50552026-08-24T20:15:43.525Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50562026-08-24T20:15:44.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
50572026-08-24T20:15:44.360Z
50582026-08-24T20:15:44.360Zinfo: running `cargo check --bins` on omicron-pins (353/377)
50592026-08-24T20:15:44.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50602026-08-24T20:15:44.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50612026-08-24T20:15:44.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50622026-08-24T20:15:44.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50632026-08-24T20:15:44.924Z
50642026-08-24T20:15:44.925Zinfo: running `cargo check --bins` on rack-init-config (354/377)
50652026-08-24T20:15:45.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50662026-08-24T20:15:45.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50672026-08-24T20:15:45.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50682026-08-24T20:15:45.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50692026-08-24T20:15:45.518Z
50702026-08-24T20:15:45.518Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377)
50712026-08-24T20:15:46.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50722026-08-24T20:15:46.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50732026-08-24T20:15:46.306Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50742026-08-24T20:15:46.447Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50752026-08-24T20:15:46.452Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50762026-08-24T20:16:13.470Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50772026-08-24T20:16:13.875Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50782026-08-24T20:16:15.620Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50792026-08-24T20:16:16.095Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50802026-08-24T20:16:19.187Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50812026-08-24T20:16:43.086Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50822026-08-24T20:16:43.820Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50832026-08-24T20:16:45.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50842026-08-24T20:16:45.739Z
50852026-08-24T20:16:45.739Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (356/377)
50862026-08-24T20:16:46.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-24T20:16:46.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-24T20:16:46.460Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50892026-08-24T20:16:47.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
50902026-08-24T20:16:47.351Z
50912026-08-24T20:16:47.351Zinfo: running `cargo check --bins` on omicron-releng (357/377)
50922026-08-24T20:16:47.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50932026-08-24T20:16:47.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50942026-08-24T20:16:47.980Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50952026-08-24T20:16:47.984Z Compiling fs-err v2.11.0
50962026-08-24T20:16:48.097Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50972026-08-24T20:16:48.108Z Checking parse-size v1.1.0
50982026-08-24T20:16:48.117Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50992026-08-24T20:16:48.120Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51002026-08-24T20:16:48.120Z Checking shell-words v1.1.1
51012026-08-24T20:16:48.204Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51022026-08-24T20:16:48.528Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51032026-08-24T20:16:48.708Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51042026-08-24T20:16:49.372Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51052026-08-24T20:16:50.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
51062026-08-24T20:16:50.527Z
51072026-08-24T20:16:50.527Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (358/377)
51082026-08-24T20:16:51.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51092026-08-24T20:16:51.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51102026-08-24T20:16:51.169Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51112026-08-24T20:16:51.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
51122026-08-24T20:16:51.827Z
51132026-08-24T20:16:51.827Zinfo: running `cargo check --bins` on schema (359/377)
51142026-08-24T20:16:52.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51152026-08-24T20:16:52.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51162026-08-24T20:16:52.556Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51172026-08-24T20:16:53.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
51182026-08-24T20:16:53.450Z
51192026-08-24T20:16:53.450Zinfo: running `cargo check --bins` on xtask (360/377)
51202026-08-24T20:16:53.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51212026-08-24T20:16:53.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51222026-08-24T20:16:53.851Z Checking serde_core v1.0.228
51232026-08-24T20:16:53.855Z Checking libc v0.2.185
51242026-08-24T20:16:53.930Z Checking bitflags v2.11.0
51252026-08-24T20:16:53.936Z Checking scroll v0.12.0
51262026-08-24T20:16:53.940Z Checking thiserror v1.0.69
51272026-08-24T20:16:53.948Z Checking log v0.4.33
51282026-08-24T20:16:53.955Z Checking indexmap v2.14.0
51292026-08-24T20:16:53.958Z Checking zerocopy v0.7.35
51302026-08-24T20:16:54.029Z Checking syn v2.0.117
51312026-08-24T20:16:54.071Z Checking dtrace-parser v0.2.0
51322026-08-24T20:16:54.084Z Checking once_cell v1.21.3
51332026-08-24T20:16:54.147Z Checking goblin v0.8.2
51342026-08-24T20:16:54.207Z Checking errno v0.3.14
51352026-08-24T20:16:54.252Z Checking getrandom v0.4.3
51362026-08-24T20:16:54.298Z Checking thread-id v4.2.2
51372026-08-24T20:16:54.319Z Checking rustix v1.1.4
51382026-08-24T20:16:54.374Z Checking memmap v0.7.0
51392026-08-24T20:16:54.385Z Checking thiserror v2.0.18
51402026-08-24T20:16:54.450Z Checking fs-err v3.3.0
51412026-08-24T20:16:54.479Z Checking anyhow v1.0.104
51422026-08-24T20:16:54.491Z Checking tabled v0.15.0
51432026-08-24T20:16:55.082Z Checking terminal_size v0.4.3
51442026-08-24T20:16:55.082Z Checking tempfile v3.27.0
51452026-08-24T20:16:55.194Z Checking clap_builder v4.6.0
51462026-08-24T20:16:55.197Z Checking textwrap v0.16.2
51472026-08-24T20:16:55.367Z Checking serde v1.0.228
51482026-08-24T20:16:55.368Z Checking serde_json v1.0.151
51492026-08-24T20:16:55.371Z Checking camino v1.2.5
51502026-08-24T20:16:55.396Z Checking semver v1.0.28
51512026-08-24T20:16:55.566Z Checking cargo-platform v0.3.2
51522026-08-24T20:16:55.614Z Checking camino-tempfile v1.4.1
51532026-08-24T20:16:55.762Z Checking serde_spanned v0.6.9
51542026-08-24T20:16:55.766Z Checking toml_datetime v0.6.11
51552026-08-24T20:16:55.766Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51562026-08-24T20:16:55.787Z Checking macaddr v1.0.1
51572026-08-24T20:16:55.950Z Checking toml_edit v0.22.27
51582026-08-24T20:16:55.970Z Checking dof v0.3.0
51592026-08-24T20:16:55.974Z Checking cargo_metadata v0.23.1
51602026-08-24T20:16:56.238Z Checking usdt-impl v0.5.0
51612026-08-24T20:16:56.366Z Checking clap v4.6.1
51622026-08-24T20:16:56.502Z Checking usdt v0.5.0
51632026-08-24T20:16:56.919Z Checking toml v0.8.23
51642026-08-24T20:16:57.175Z Checking cargo_toml v0.21.0
51652026-08-24T20:16:57.803Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51662026-08-24T20:16:58.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
51672026-08-24T20:16:58.295Z
51682026-08-24T20:16:58.295Zinfo: running `cargo check --bins` on dnsadm (361/377)
51692026-08-24T20:16:58.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51702026-08-24T20:16:58.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51712026-08-24T20:16:58.942Z Checking arc-swap v1.8.2
51722026-08-24T20:16:59.220Z Checking slog-scope v4.4.1
51732026-08-24T20:16:59.331Z Checking slog-stdlog v4.1.1
51742026-08-24T20:16:59.428Z Checking slog-envlogger v2.2.0
51752026-08-24T20:16:59.547Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51762026-08-24T20:16:59.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
51772026-08-24T20:17:00.136Z
51782026-08-24T20:17:00.136Zinfo: running `cargo check --bins` on end-to-end-tests (362/377)
51792026-08-24T20:17:00.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51802026-08-24T20:17:00.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51812026-08-24T20:17:00.944Z Checking cpubits v0.1.1
51822026-08-24T20:17:01.069Z Checking pem-rfc7468 v1.0.0
51832026-08-24T20:17:01.083Z Checking universal-hash v0.6.1
51842026-08-24T20:17:01.097Z Checking pbkdf2 v0.13.0
51852026-08-24T20:17:01.097Z Checking ctr v0.10.1
51862026-08-24T20:17:01.100Z Checking aead v0.6.1
51872026-08-24T20:17:01.136Z Checking aes v0.9.1
51882026-08-24T20:17:01.136Z Checking crypto-bigint v0.7.5
51892026-08-24T20:17:01.166Z Checking salsa20 v0.11.0
51902026-08-24T20:17:01.221Z Checking polyval v0.7.1
51912026-08-24T20:17:01.225Z Checking der v0.8.0
51922026-08-24T20:17:01.251Z Checking cbc v0.2.1
51932026-08-24T20:17:01.270Z Checking ff v0.14.0
51942026-08-24T20:17:01.303Z Checking signature v3.0.0
51952026-08-24T20:17:01.343Z Checking scrypt v0.12.0
51962026-08-24T20:17:01.385Z Checking base16ct v1.0.0
51972026-08-24T20:17:01.389Z Checking ghash v0.6.0
51982026-08-24T20:17:01.413Z Checking group v0.14.0
51992026-08-24T20:17:01.440Z Checking hkdf v0.13.0
52002026-08-24T20:17:01.509Z Compiling curve25519-dalek v5.0.0
52012026-08-24T20:17:01.524Z Checking aes-gcm v0.11.0
52022026-08-24T20:17:01.540Z Checking keccak v0.2.0
52032026-08-24T20:17:01.556Z Checking poly1305 v0.9.0
52042026-08-24T20:17:01.570Z Checking wnaf v0.14.0
52052026-08-24T20:17:01.585Z Checking blowfish v0.10.0
52062026-08-24T20:17:01.685Z Checking blake2 v0.11.0-rc.6
52072026-08-24T20:17:01.703Z Checking sha3 v0.11.0
52082026-08-24T20:17:01.734Z Checking bcrypt-pbkdf v0.11.0
52092026-08-24T20:17:01.750Z Checking kem v0.3.0
52102026-08-24T20:17:01.822Z Checking module-lattice v0.2.3
52112026-08-24T20:17:01.867Z Checking sponge-cursor v0.1.0
52122026-08-24T20:17:01.893Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52132026-08-24T20:17:01.944Z Checking argon2 v0.6.0-rc.8
52142026-08-24T20:17:01.993Z Checking sha3 v0.12.0
52152026-08-24T20:17:02.015Z Checking spki v0.8.0
52162026-08-24T20:17:02.043Z Checking sec1 v0.8.1
52172026-08-24T20:17:02.059Z Checking ml-kem v0.3.2
52182026-08-24T20:17:02.077Z Checking internal-russh-num-bigint v0.5.0
52192026-08-24T20:17:02.185Z Checking num-bigint v0.4.6
52202026-08-24T20:17:02.189Z Checking pkcs5 v0.8.1
52212026-08-24T20:17:02.258Z Checking pkcs1 v0.8.0-rc.4
52222026-08-24T20:17:02.306Z Checking generic-array v1.4.3
52232026-08-24T20:17:02.493Z Checking russh-util v0.52.0
52242026-08-24T20:17:02.497Z Checking pkcs8 v0.11.0
52252026-08-24T20:17:02.574Z Compiling enum_dispatch v0.3.13
52262026-08-24T20:17:02.654Z Compiling delegate v0.13.5
52272026-08-24T20:17:02.677Z Checking ed25519 v3.0.0
52282026-08-24T20:17:02.769Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52292026-08-24T20:17:02.823Z Checking hex-literal v1.1.0
52302026-08-24T20:17:02.872Z Checking ed25519-dalek v3.0.0
52312026-08-24T20:17:02.921Z Checking md5 v0.8.0
52322026-08-24T20:17:02.969Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52332026-08-24T20:17:03.091Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52342026-08-24T20:17:03.106Z Checking socket2 v0.5.10
52352026-08-24T20:17:03.123Z Checking internet-checksum v0.2.1
52362026-08-24T20:17:03.166Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52372026-08-24T20:17:03.361Z Checking elliptic-curve v0.14.1
52382026-08-24T20:17:03.361Z Checking rfc6979 v0.6.0
52392026-08-24T20:17:03.361Z Checking primefield v0.14.0
52402026-08-24T20:17:03.365Z Checking ssh-encoding v0.3.0
52412026-08-24T20:17:03.514Z Checking crypto-primes v0.7.2
52422026-08-24T20:17:03.610Z Checking ssh-cipher v0.3.0
52432026-08-24T20:17:03.610Z Checking russh-cryptovec v0.62.0
52442026-08-24T20:17:03.787Z Checking ecdsa v0.17.0
52452026-08-24T20:17:03.787Z Checking primeorder v0.14.0
52462026-08-24T20:17:04.169Z Checking p521 v0.14.0
52472026-08-24T20:17:04.169Z Checking p384 v0.14.0
52482026-08-24T20:17:04.174Z Checking p256 v0.14.0
52492026-08-24T20:17:04.442Z Checking rsa v0.10.0-rc.18
52502026-08-24T20:17:07.043Z Checking ssh-key v0.7.0-rc.11
52512026-08-24T20:17:07.797Z Checking russh v0.62.4
52522026-08-24T20:17:21.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s
52532026-08-24T20:17:21.431Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52542026-08-24T20:17:21.431Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52552026-08-24T20:17:22.066Z
52562026-08-24T20:17:22.066Zinfo: running `cargo check --bins` on gateway-cli (363/377)
52572026-08-24T20:17:22.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52582026-08-24T20:17:22.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52592026-08-24T20:17:22.276Z Checking termios v0.3.3
52602026-08-24T20:17:22.470Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52612026-08-24T20:17:23.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
52622026-08-24T20:17:23.236Z
52632026-08-24T20:17:23.236Zinfo: running `cargo check --bins --no-default-features` on installinator (364/377)
52642026-08-24T20:17:23.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52652026-08-24T20:17:23.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52662026-08-24T20:17:23.928Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52672026-08-24T20:17:24.629Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52682026-08-24T20:17:26.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
52692026-08-24T20:17:26.406Z
52702026-08-24T20:17:26.406Zinfo: running `cargo check --bins` on internal-dns-cli (365/377)
52712026-08-24T20:17:26.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52722026-08-24T20:17:26.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52732026-08-24T20:17:27.047Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52742026-08-24T20:17:27.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
52752026-08-24T20:17:27.656Z
52762026-08-24T20:17:27.656Zinfo: running `cargo check --bins` on omicron-live-tests (366/377)
52772026-08-24T20:17:28.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52782026-08-24T20:17:28.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52792026-08-24T20:17:28.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52802026-08-24T20:17:28.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52812026-08-24T20:17:28.212Z
52822026-08-24T20:17:28.212Zinfo: running `cargo check --bins` on live-tests-macros (367/377)
52832026-08-24T20:17:28.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52842026-08-24T20:17:28.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52852026-08-24T20:17:28.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52862026-08-24T20:17:28.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52872026-08-24T20:17:28.773Z
52882026-08-24T20:17:28.773Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377)
52892026-08-24T20:17:29.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52902026-08-24T20:17:29.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52912026-08-24T20:17:29.526Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52922026-08-24T20:17:30.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
52932026-08-24T20:17:30.305Z
52942026-08-24T20:17:30.305Zinfo: running `cargo check --bins` on omicron-ntp-admin (369/377)
52952026-08-24T20:17:30.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52962026-08-24T20:17:30.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52972026-08-24T20:17:30.956Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52982026-08-24T20:17:30.959Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52992026-08-24T20:17:31.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
53002026-08-24T20:17:32.054Z
53012026-08-24T20:17:32.054Zinfo: running `cargo check --bins` on ntp-admin-types (370/377)
53022026-08-24T20:17:32.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53032026-08-24T20:17:32.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53042026-08-24T20:17:32.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53052026-08-24T20:17:32.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53062026-08-24T20:17:32.616Z
53072026-08-24T20:17:32.616Zinfo: running `cargo check --bins` on omicron-package (371/377)
53082026-08-24T20:17:33.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53092026-08-24T20:17:33.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53102026-08-24T20:17:33.299Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53112026-08-24T20:17:34.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
53122026-08-24T20:17:34.570Z
53132026-08-24T20:17:34.570Zinfo: running `cargo check --bins` on tqdb (372/377)
53142026-08-24T20:17:35.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53152026-08-24T20:17:35.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53162026-08-24T20:17:35.354Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53172026-08-24T20:17:35.705Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53182026-08-24T20:17:36.215Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53192026-08-24T20:17:36.219Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53202026-08-24T20:17:42.885Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53212026-08-24T20:17:42.888Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53222026-08-24T20:17:42.888Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53232026-08-24T20:17:43.517Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53242026-08-24T20:17:43.517Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53252026-08-24T20:17:43.520Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53262026-08-24T20:17:43.520Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53272026-08-24T20:17:44.299Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53282026-08-24T20:17:44.892Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53292026-08-24T20:17:45.127Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53302026-08-24T20:17:45.373Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53312026-08-24T20:17:46.234Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53322026-08-24T20:17:46.877Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53332026-08-24T20:17:51.809Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53342026-08-24T20:17:59.071Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53352026-08-24T20:17:59.071Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53362026-08-24T20:17:59.075Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53372026-08-24T20:17:59.075Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53382026-08-24T20:18:00.595Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53392026-08-24T20:18:01.906Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53402026-08-24T20:18:02.587Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53412026-08-24T20:18:03.885Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53422026-08-24T20:18:04.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.86s
53432026-08-24T20:18:04.638Z
53442026-08-24T20:18:04.638Zinfo: running `cargo check --bins` on wicket-dbg (373/377)
53452026-08-24T20:18:05.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53462026-08-24T20:18:05.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53472026-08-24T20:18:05.352Z Checking rtoolbox v0.0.3
53482026-08-24T20:18:05.352Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53492026-08-24T20:18:05.353Z Checking tui-tree-widget v0.23.1
53502026-08-24T20:18:05.479Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53512026-08-24T20:18:05.568Z Checking rpassword v7.5.4
53522026-08-24T20:18:08.434Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53532026-08-24T20:18:10.304Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53542026-08-24T20:18:11.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
53552026-08-24T20:18:11.416Z
53562026-08-24T20:18:11.416Zinfo: running `cargo check --bins` on wicket (374/377)
53572026-08-24T20:18:11.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53582026-08-24T20:18:11.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53592026-08-24T20:18:12.113Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53602026-08-24T20:18:12.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
53612026-08-24T20:18:12.659Z
53622026-08-24T20:18:12.659Zinfo: running `cargo check --bins` on wicketd (375/377)
53632026-08-24T20:18:13.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53642026-08-24T20:18:13.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53652026-08-24T20:18:13.367Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53662026-08-24T20:18:16.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
53672026-08-24T20:18:17.102Z
53682026-08-24T20:18:17.102Zinfo: running `cargo check --bins` on omicron-workspace-hack (376/377)
53692026-08-24T20:18:17.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53702026-08-24T20:18:17.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53712026-08-24T20:18:17.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53722026-08-24T20:18:17.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
53732026-08-24T20:18:17.667Z
53742026-08-24T20:18:17.671Zinfo: running `cargo check --bins` on zone-setup (377/377)
53752026-08-24T20:18:18.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53762026-08-24T20:18:18.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53772026-08-24T20:18:18.344Z Checking uzers v0.12.2
53782026-08-24T20:18:18.611Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53792026-08-24T20:18:19.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
53802026-08-24T20:18:19.596Z
53812026-08-24T20:18:19.596Zreal 14:22.806692468
53822026-08-24T20:18:19.596Zuser 21:38.442544700
53832026-08-24T20:18:19.596Zsys 4:26.631405265
53842026-08-24T20:18:19.596Ztrap 0.331388438
53852026-08-24T20:18:19.599Ztflt 0.617191869
53862026-08-24T20:18:19.599Zdflt 0.877039934
53872026-08-24T20:18:19.599Zkflt 0.006400791
53882026-08-24T20:18:19.599Zlock 1:27:51.718193978
53892026-08-24T20:18:19.599Zslp 1:42:48.429632431
53902026-08-24T20:18:19.599Zlat 57.925577489
53912026-08-24T20:18:19.599Zstop 4:07.022297127
53922026-08-24T20:18:19.599Zprocess exited: duration 994165 ms, exit code 0
 
53932026-08-24T20:18:19.605Zfound 0 output files