01KWF3ZHFP7CP5BK7EBHGWKYR8: 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: 01KWF401YE9PJ4MKKGPGR9H6MK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T15:16:29.876Zjob assigned to worker 01KWF408WTNJ57FKC3Z0PZT02V [factory aws, i-0ed3e6dc53d5ea723] (queued for 49 s)
 
22026-07-01T15:16:36.257Zstarting task 0: "setup"
32026-07-01T15:16:36.260Z++ uname -s
42026-07-01T15:16:36.263Z+ kern=SunOS
52026-07-01T15:16:36.263Z+ build_user=build
62026-07-01T15:16:36.263Z+ build_uid=12345
72026-07-01T15:16:36.263Z+ work_dir=/work
82026-07-01T15:16:36.263Z+ input_dir=/input
92026-07-01T15:16:36.263Z+ [[ 0 == 12345 ]]
102026-07-01T15:16:36.263Z+ case "$kern" in
112026-07-01T15:16:36.263Z+ groupadd -g 12345 build
122026-07-01T15:16:36.266Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T15:16:38.269Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T15:16:38.332Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T15:16:38.335Z+ home_fs=zfs
162026-07-01T15:16:38.335Z+ [[ zfs == autofs ]]
172026-07-01T15:16:38.335Z+ mkdir -p /home/build
182026-07-01T15:16:38.335Z+ chown build:build /home/build /work
192026-07-01T15:16:40.336Z+ chmod 0700 /home/build /work
202026-07-01T15:16:40.339Zprocess exited: duration 4082 ms, exit code 0
 
212026-07-01T15:16:40.345Zstarting task 1: "rust-toolchain"
222026-07-01T15:16:40.348Z * rust toolchain channel = "1.96.1"
232026-07-01T15:16:40.348Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-01T15:16:40.348Z * rust toolchain profile = "default"
252026-07-01T15:16:40.348Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-01T15:16:40.348Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T15:16:40.349Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T15:16:40.352Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T15:16:40.352Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T15:16:40.453Zinfo: downloading installer
312026-07-01T15:16:42.181Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T15:16:42.181Zwarn: /home/build/.rustup/settings.toml
332026-07-01T15:16:42.181Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T15:16:42.181Zwarn: instead of the one inferred from the default host triple.
352026-07-01T15:16:42.194Zinfo: profile set to default
362026-07-01T15:16:42.194Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T15:16:42.197Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T15:16:42.352Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T15:16:42.355Zinfo: downloading 6 components
402026-07-01T15:16:58.607Z
412026-07-01T15:16:58.607Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-01T15:16:58.634Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T15:16:58.634Z
442026-07-01T15:16:58.637Z
452026-07-01T15:16:58.638ZRust is installed now. Great!
462026-07-01T15:16:58.638Z
472026-07-01T15:16:58.638ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T15:16:58.638Zenvironment variable. This has not been done automatically.
492026-07-01T15:16:58.638Z
502026-07-01T15:16:58.638ZTo configure your current shell, you need to source
512026-07-01T15:16:58.638Zthe corresponding env file under $HOME/.cargo.
522026-07-01T15:16:58.638Z
532026-07-01T15:16:58.638ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T15:16:58.638Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T15:16:58.638Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T15:16:58.638Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T15:16:58.638Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T15:16:58.638Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T15:16:58.638Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T15:16:58.638Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T15:16:58.638Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T15:16:58.731Z+ rustup --version
632026-07-01T15:16:58.740Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T15:16:58.743Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T15:16:58.761Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T15:16:58.764Z+ cargo --version
672026-07-01T15:16:58.778Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T15:16:58.781Z+ rustc --version
692026-07-01T15:16:58.800Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T15:16:58.803Zprocess exited: duration 18457 ms, exit code 0
 
712026-07-01T15:16:58.810Zstarting task 2: "authentication"
722026-07-01T15:16:58.826Zprocess exited: duration 15 ms, exit code 0
 
732026-07-01T15:16:58.831Zstarting task 3: "clone repository"
742026-07-01T15:16:58.834Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T15:16:58.837Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T15:16:58.868ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T15:17:09.490Z+ cd /work/oxidecomputer/omicron
782026-07-01T15:17:09.490Z+ git fetch origin 8de5eb2049b6d1a1e1c410a1d986955eb8042557
792026-07-01T15:17:09.802ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T15:17:09.802Z * branch 8de5eb2049b6d1a1e1c410a1d986955eb8042557 -> FETCH_HEAD
812026-07-01T15:17:09.812Z+ [[ -n add-skywalking-scanner ]]
822026-07-01T15:17:09.815Z++ git branch --show-current
832026-07-01T15:17:09.815Z+ current=main
842026-07-01T15:17:09.815Z+ [[ main != add-skywalking-scanner ]]
852026-07-01T15:17:09.815Z+ git branch -f add-skywalking-scanner 8de5eb2049b6d1a1e1c410a1d986955eb8042557
862026-07-01T15:17:09.818Z+ git checkout -f add-skywalking-scanner
872026-07-01T15:17:10.061ZSwitched to branch 'add-skywalking-scanner'
882026-07-01T15:17:10.064Z+ git reset --hard 8de5eb2049b6d1a1e1c410a1d986955eb8042557
892026-07-01T15:17:10.079ZHEAD is now at 8de5eb204 fix buildomat frontmatter broken by license header insertion
902026-07-01T15:17:10.082Zprocess exited: duration 11248 ms, exit code 0
 
912026-07-01T15:17:10.088Zstarting task 4: "build"
922026-07-01T15:17:10.092Z+ source .github/buildomat/ci-env.sh
932026-07-01T15:17:10.092Z++ export CARGO_TERM_COLOR=always
942026-07-01T15:17:10.092Z++ CARGO_TERM_COLOR=always
952026-07-01T15:17:10.092Z+ cargo --version
962026-07-01T15:17:10.101Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-01T15:17:10.104Z+ rustc --version
982026-07-01T15:17:10.124Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-01T15:17:10.127Z+ source ./env.sh
1002026-07-01T15:17:10.127Z++ OLD_SHELL_OPTS=ehxB
1012026-07-01T15:17:10.127Z++ set -o xtrace
1022026-07-01T15:17:10.130Z++++ dirname ./env.sh
1032026-07-01T15:17:10.130Z+++ readlink -f .
1042026-07-01T15:17:10.133Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-07-01T15:17:10.133Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-01T15:17:10.133Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-01T15:17:10.133Z++ 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
1082026-07-01T15:17:10.133Z++ 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
1092026-07-01T15:17:10.133Z++ 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
1102026-07-01T15:17:10.133Z++ 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
1112026-07-01T15:17:10.133Z++ 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
1122026-07-01T15:17:10.134Z++ 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
1132026-07-01T15:17:10.134Z++ 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
1142026-07-01T15:17:10.134Z++ 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
1152026-07-01T15:17:10.134Z++ case $OLD_SHELL_OPTS in
1162026-07-01T15:17:10.134Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-07-01T15:17:10.134Z+ 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
1182026-07-01T15:17:10.134Z+ 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
1192026-07-01T15:17:10.134Z+ banner prerequisites
1202026-07-01T15:17:10.139Z
1212026-07-01T15:17:10.139Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-07-01T15:17:10.139Z # # # # # # # # # # # # # # #
1232026-07-01T15:17:10.139Z # # # # ##### # # ##### # # # # # #### #
1242026-07-01T15:17:10.141Z ##### ##### # ##### # # # # # # # # #
1252026-07-01T15:17:10.141Z # # # # # # # # # # # # # # #
1262026-07-01T15:17:10.141Z # # # ###### # # ###### ### # #### # #### #
1272026-07-01T15:17:10.141Z
1282026-07-01T15:17:10.141Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-07-01T15:17:11.629Z Startup: Refreshing catalog 'helios' ... Done
1302026-07-01T15:17:11.737Z Startup: Caching catalogs ... Done
1312026-07-01T15:17:12.227ZPlanning: Solver setup ... Done (0.445s)
1322026-07-01T15:17:12.256ZPlanning: Running solver ... Done (0.027s)
1332026-07-01T15:17:12.265ZPlanning: Finding local manifests ... Done (0.003s)
1342026-07-01T15:17:12.277ZPlanning: Fetching manifests: 0/2 0% complete
1352026-07-01T15:17:12.297ZPlanning: Fetching manifests: 2/2 100% complete
1362026-07-01T15:17:12.311ZPlanning: Package planning ... Done (0.013s)
1372026-07-01T15:17:12.313ZPlanning: Merging actions ... Done (0.001s)
1382026-07-01T15:17:12.477ZPlanning: Checking for conflicting actions ... Done (0.165s)
1392026-07-01T15:17:12.480ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-07-01T15:17:13.231ZPlanning: Evaluating mediators ... Done (0.753s)
1412026-07-01T15:17:13.234ZPlanning: Planning completed in 1.47 seconds
1422026-07-01T15:17:13.240Z Packages to install: 2
1432026-07-01T15:17:13.241Z Estimated space available: 156.06 GB
1442026-07-01T15:17:13.244ZEstimated space to be consumed: 30.98 MB
1452026-07-01T15:17:13.244Z Create boot environment: No
1462026-07-01T15:17:13.244ZCreate backup boot environment: No
1472026-07-01T15:17:13.244Z Rebuild boot archive: No
1482026-07-01T15:17:13.245Z
1492026-07-01T15:17:13.246ZChanged packages:
1502026-07-01T15:17:13.246Zhelios
1512026-07-01T15:17:13.246Z developer/build-essential
1522026-07-01T15:17:13.246Z None -> 11-3.0
1532026-07-01T15:17:13.246Z library/libxmlsec1
1542026-07-01T15:17:13.246Z None -> 1.2.35-3.0
1552026-07-01T15:17:13.264Z
1562026-07-01T15:17:13.264ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-07-01T15:17:13.821ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1582026-07-01T15:17:13.902Z Actions: 1/268 actions (Installing new actions)
1592026-07-01T15:17:13.938Z Actions: Completed 268 actions in 0.04 seconds.
1602026-07-01T15:17:13.949ZFinalize: Updating package state database ... Done (0.011s)
1612026-07-01T15:17:13.949ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-01T15:17:13.978ZFinalize: Updating image state ... Done (0.029s)
1632026-07-01T15:17:16.378ZFinalize: Creating fast lookup database ... Done (2.367s)
1642026-07-01T15:17:16.452ZFinalize: Reading search index ... Done (0.012s)
1652026-07-01T15:17:16.462ZFinalize: Updating search index ... Done (0.000s)
1662026-07-01T15:17:16.531ZFinalize: Updating package cache ... Done (0.000s)
1672026-07-01T15:17:16.865ZPlanning: Evaluating mediator changes ... Done
1682026-07-01T15:17:16.971ZPlanning: Checking for conflicting actions ... Done
1692026-07-01T15:17:16.977ZPlanning: Consolidating action changes ... Done
1702026-07-01T15:17:17.126ZPlanning: Evaluating mediators ... Done
1712026-07-01T15:17:17.131ZPlanning: Planning completed in 0.26 seconds
1722026-07-01T15:17:17.137Z Mediators to change: 2
1732026-07-01T15:17:17.137Z Create boot environment: No
1742026-07-01T15:17:17.137ZCreate backup boot environment: No
1752026-07-01T15:17:17.335ZFinalize: Updating package state database ... Done
1762026-07-01T15:17:17.341ZFinalize: Updating package cache ... Done
1772026-07-01T15:17:17.341ZFinalize: Updating image state ... Done
1782026-07-01T15:17:19.142ZFinalize: Creating fast lookup database ... Done
1792026-07-01T15:17:19.211ZFinalize: Reading search index ... Done
1802026-07-01T15:17:19.227ZFinalize: Updating search index ... Done
1812026-07-01T15:17:19.264ZFinalize: Updating package cache ... Done
1822026-07-01T15:17:19.551ZPlanning: Evaluating mediator changes ... Done
1832026-07-01T15:17:19.657ZPlanning: Checking for conflicting actions ... Done
1842026-07-01T15:17:19.660ZPlanning: Consolidating action changes ... Done
1852026-07-01T15:17:19.816ZPlanning: Evaluating mediators ... Done
1862026-07-01T15:17:19.820ZPlanning: Planning completed in 0.26 seconds
1872026-07-01T15:17:19.840Z Mediators to change: 1
1882026-07-01T15:17:19.844Z Create boot environment: No
1892026-07-01T15:17:19.844ZCreate backup boot environment: No
1902026-07-01T15:17:19.880ZFinalize: Updating package state database ... Done
1912026-07-01T15:17:19.880ZFinalize: Updating package cache ... Done
1922026-07-01T15:17:19.898ZFinalize: Updating image state ... Done
1932026-07-01T15:17:21.862ZFinalize: Creating fast lookup database ... Done
1942026-07-01T15:17:21.928ZFinalize: Reading search index ... Done
1952026-07-01T15:17:21.938ZFinalize: Updating search index ... Done
1962026-07-01T15:17:21.985ZFinalize: Updating package cache ... Done
1972026-07-01T15:17:22.299ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-07-01T15:17:22.299Zapache system 2.4 system
1992026-07-01T15:17:22.299Zclang system 15 system
2002026-07-01T15:17:22.299Zcsh system system illumos
2012026-07-01T15:17:22.299Zctags system system illumos
2022026-07-01T15:17:22.299Zfile vendor vendor darwinsys
2032026-07-01T15:17:22.299Zfile system system illumos
2042026-07-01T15:17:22.299Zgcc vendor 14 vendor
2052026-07-01T15:17:22.299Zgcc system 13 system
2062026-07-01T15:17:22.299Zgcc system 10 system
2072026-07-01T15:17:22.299Zgo system 1.25 system
2082026-07-01T15:17:22.299Zllvm system 15 system
2092026-07-01T15:17:22.299Zmariadb system 11.4 system
2102026-07-01T15:17:22.299Zmta vendor vendor dma
2112026-07-01T15:17:22.299Zopenjdk system 17 system
2122026-07-01T15:17:22.299Zopenjdk system 11 system
2132026-07-01T15:17:22.299Zopenssl vendor 3 vendor
2142026-07-01T15:17:22.299Zperl system 5.40 system
2152026-07-01T15:17:22.299Zpostgresql system 18 system
2162026-07-01T15:17:22.299Zpostgresql system 17 system
2172026-07-01T15:17:22.299Zpython vendor 3 vendor
2182026-07-01T15:17:22.299Zpython system 2 system
2192026-07-01T15:17:22.299Zpython3 vendor 3.13 vendor
2202026-07-01T15:17:22.299Zruby system 3.4 system
2212026-07-01T15:17:22.299Zruby system 3.0 system
2222026-07-01T15:17:22.300Zwords vendor vendor american-english
2232026-07-01T15:17:22.300Zwords system system australian-english
2242026-07-01T15:17:22.302Zwords system system british-english
2252026-07-01T15:17:22.302Zwords system system canadian-english
2262026-07-01T15:17:22.302Zwords system system french
2272026-07-01T15:17:22.302Zwords system system italian
2282026-07-01T15:17:22.303Zwords system system ngerman
2292026-07-01T15:17:22.303Zwords system system ogerman
2302026-07-01T15:17:22.303Zwords system system spanish
2312026-07-01T15:17:22.552ZPUBLISHER TYPE STATUS P LOCATION
2322026-07-01T15:17:22.552Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-07-01T15:17:22.853ZFMRI IFO
2342026-07-01T15:17:22.853Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-07-01T15:17:22.853Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-07-01T15:17:22.853Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-07-01T15:17:22.853Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-07-01T15:17:22.854Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-07-01T15:17:22.854Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-07-01T15:17:22.854Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-07-01T15:17:22.854Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-07-01T15:17:22.854Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-07-01T15:17:23.141Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-07-01T15:17:23.424Z Updating crates.io index
2452026-07-01T15:17:23.429Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-07-01T15:17:23.655Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-07-01T15:17:23.977Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-07-01T15:17:24.895Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-07-01T15:17:25.405Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-01T15:17:27.026Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-01T15:17:27.787Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-01T15:17:28.103Z Updating git repository `https://github.com/oxidecomputer/lldp`
2532026-07-01T15:17:28.464Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-07-01T15:17:29.520Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-07-01T15:17:29.780Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-07-01T15:17:30.107Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-07-01T15:17:30.390Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-07-01T15:17:30.842Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-07-01T15:17:31.325Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-07-01T15:17:31.607Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-07-01T15:17:31.937Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-07-01T15:17:32.231Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-07-01T15:17:32.567Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-07-01T15:17:32.830Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-07-01T15:17:33.100Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-07-01T15:17:33.387Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-07-01T15:17:33.770Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-07-01T15:17:34.180Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-07-01T15:17:34.598Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-07-01T15:17:35.014Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-07-01T15:17:35.283Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-07-01T15:17:35.589Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-07-01T15:17:35.876Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-07-01T15:17:36.184Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-07-01T15:17:36.542Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-07-01T15:17:36.939Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-07-01T15:17:37.203Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-07-01T15:17:37.506Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-07-01T15:17:37.770Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-07-01T15:17:38.086Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-07-01T15:17:38.366Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-07-01T15:17:38.653Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-07-01T15:17:39.028Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-07-01T15:17:39.198Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-07-01T15:17:45.917Z Downloading crates ...
2862026-07-01T15:17:46.008Z Downloaded clap v4.6.1
2872026-07-01T15:17:46.009Z Downloaded cfg-if v1.0.4
2882026-07-01T15:17:46.009Z Downloaded block-buffer v0.10.4
2892026-07-01T15:17:46.009Z Downloaded anstyle-parse v1.0.0
2902026-07-01T15:17:46.009Z Downloaded zmij v1.0.21
2912026-07-01T15:17:46.009Z Downloaded camino-tempfile v1.4.1
2922026-07-01T15:17:46.009Z Downloaded cargo_toml v0.21.0
2932026-07-01T15:17:46.009Z Downloaded is_terminal_polyfill v1.70.2
2942026-07-01T15:17:46.009Z Downloaded zerocopy-derive v0.7.35
2952026-07-01T15:17:46.009Z Downloaded equivalent v1.0.2
2962026-07-01T15:17:46.009Z Downloaded colorchoice v1.0.4
2972026-07-01T15:17:46.009Z Downloaded cargo_metadata v0.23.1
2982026-07-01T15:17:46.009Z Downloaded generic-array v0.14.7
2992026-07-01T15:17:46.009Z Downloaded terminal_size v0.4.3
3002026-07-01T15:17:46.009Z Downloaded memmap v0.7.0
3012026-07-01T15:17:46.009Z Downloaded anstream v1.0.0
3022026-07-01T15:17:46.009Z Downloaded zerocopy v0.7.35
3032026-07-01T15:17:46.009Z Downloaded cargo-platform v0.3.2
3042026-07-01T15:17:46.009Z Downloaded anstyle-query v1.1.5
3052026-07-01T15:17:46.009Z Downloaded anyhow v1.0.102
3062026-07-01T15:17:46.009Z Downloaded heck v0.5.0
3072026-07-01T15:17:46.009Z Downloaded byteorder v1.5.0
3082026-07-01T15:17:46.009Z Downloaded bytecount v0.6.9
3092026-07-01T15:17:46.009Z Downloaded dof v0.3.0
3102026-07-01T15:17:46.010Z Downloaded serde_spanned v0.6.9
3112026-07-01T15:17:46.010Z Downloaded fnv v1.0.7
3122026-07-01T15:17:46.010Z Downloaded strsim v0.11.1
3132026-07-01T15:17:46.010Z Downloaded usdt v0.5.0
3142026-07-01T15:17:46.010Z Downloaded camino v1.2.2
3152026-07-01T15:17:46.010Z Downloaded itoa v1.0.17
3162026-07-01T15:17:46.010Z Downloaded smawk v0.3.2
3172026-07-01T15:17:46.010Z Downloaded fastrand v2.3.0
3182026-07-01T15:17:46.010Z Downloaded version_check v0.9.5
3192026-07-01T15:17:46.011Z Downloaded tabled_derive v0.7.0
3202026-07-01T15:17:46.011Z Downloaded utf8parse v0.2.2
3212026-07-01T15:17:46.011Z Downloaded proc-macro-error-attr v1.0.4
3222026-07-01T15:17:46.011Z Downloaded usdt-macro v0.5.0
3232026-07-01T15:17:46.011Z Downloaded heck v0.4.1
3242026-07-01T15:17:46.011Z Downloaded toml_datetime v0.6.11
3252026-07-01T15:17:46.011Z Downloaded anstyle v1.0.14
3262026-07-01T15:17:46.011Z Downloaded errno v0.3.14
3272026-07-01T15:17:46.011Z Downloaded swrite v0.1.0
3282026-07-01T15:17:46.011Z Downloaded pretty-hex v0.4.1
3292026-07-01T15:17:46.011Z Downloaded clap_lex v1.0.0
3302026-07-01T15:17:46.011Z Downloaded usdt-attr-macro v0.5.0
3312026-07-01T15:17:46.011Z Downloaded cpufeatures v0.2.17
3322026-07-01T15:17:46.011Z Downloaded dtrace-parser v0.2.0
3332026-07-01T15:17:46.011Z Downloaded toml_write v0.1.2
3342026-07-01T15:17:46.011Z Downloaded crypto-common v0.1.7
3352026-07-01T15:17:46.011Z Downloaded fs-err v3.3.0
3362026-07-01T15:17:46.013Z Downloaded digest v0.10.7
3372026-07-01T15:17:46.013Z Downloaded autocfg v1.5.0
3382026-07-01T15:17:46.013Z Downloaded once_cell v1.21.3
3392026-07-01T15:17:46.013Z Downloaded thread-id v4.2.2
3402026-07-01T15:17:46.014Z Downloaded scroll_derive v0.12.1
3412026-07-01T15:17:46.014Z Downloaded thiserror v2.0.18
3422026-07-01T15:17:46.014Z Downloaded plain v0.2.3
3432026-07-01T15:17:46.014Z Downloaded pest_generator v2.8.6
3442026-07-01T15:17:46.014Z Downloaded macaddr v1.0.1
3452026-07-01T15:17:46.014Z Downloaded scroll v0.12.0
3462026-07-01T15:17:46.014Z Downloaded proc-macro-error v1.0.4
3472026-07-01T15:17:46.014Z Downloaded pest_derive v2.8.6
3482026-07-01T15:17:46.014Z Downloaded unicode-linebreak v0.1.5
3492026-07-01T15:17:46.014Z Downloaded quote v1.0.45
3502026-07-01T15:17:46.014Z Downloaded usdt-impl v0.5.0
3512026-07-01T15:17:46.014Z Downloaded serde_tokenstream v0.2.3
3522026-07-01T15:17:46.014Z Downloaded thiserror-impl v2.0.18
3532026-07-01T15:17:46.014Z Downloaded thiserror-impl v1.0.69
3542026-07-01T15:17:46.014Z Downloaded thiserror v1.0.69
3552026-07-01T15:17:46.014Z Downloaded getrandom v0.4.1
3562026-07-01T15:17:46.014Z Downloaded semver v1.0.28
3572026-07-01T15:17:46.014Z Downloaded log v0.4.29
3582026-07-01T15:17:46.014Z Downloaded toml v0.8.23
3592026-07-01T15:17:46.014Z Downloaded tempfile v3.25.0
3602026-07-01T15:17:46.014Z Downloaded ucd-trie v0.1.7
3612026-07-01T15:17:46.014Z Downloaded sha2 v0.10.9
3622026-07-01T15:17:46.015Z Downloaded papergrid v0.11.0
3632026-07-01T15:17:46.015Z Downloaded proc-macro2 v1.0.106
3642026-07-01T15:17:46.015Z Downloaded bitflags v2.11.0
3652026-07-01T15:17:46.015Z Downloaded serde_core v1.0.228
3662026-07-01T15:17:46.015Z Downloaded clap_derive v4.6.1
3672026-07-01T15:17:46.015Z Downloaded unicode-ident v1.0.24
3682026-07-01T15:17:46.015Z Downloaded serde_derive v1.0.228
3692026-07-01T15:17:46.015Z Downloaded pest_meta v2.8.6
3702026-07-01T15:17:46.015Z Downloaded textwrap v0.16.2
3712026-07-01T15:17:46.015Z Downloaded typenum v1.19.0
3722026-07-01T15:17:46.015Z Downloaded toml_edit v0.22.27
3732026-07-01T15:17:46.016Z Downloaded indexmap v2.14.0
3742026-07-01T15:17:46.016Z Downloaded serde v1.0.228
3752026-07-01T15:17:46.016Z Downloaded memchr v2.8.0
3762026-07-01T15:17:46.016Z Downloaded hashbrown v0.17.0
3772026-07-01T15:17:46.016Z Downloaded pest v2.8.6
3782026-07-01T15:17:46.016Z Downloaded serde_json v1.0.150
3792026-07-01T15:17:46.016Z Downloaded clap_builder v4.6.0
3802026-07-01T15:17:46.016Z Downloaded goblin v0.8.2
3812026-07-01T15:17:46.016Z Downloaded winnow v0.7.14
3822026-07-01T15:17:46.016Z Downloaded syn v1.0.109
3832026-07-01T15:17:46.016Z Downloaded tabled v0.15.0
3842026-07-01T15:17:46.016Z Downloaded unicode-width v0.2.0
3852026-07-01T15:17:46.016Z Downloaded unicode-width v0.1.14
3862026-07-01T15:17:46.027Z Downloaded syn v2.0.117
3872026-07-01T15:17:46.027Z Downloaded rustix v1.1.3
3882026-07-01T15:17:46.027Z Downloaded libc v0.2.185
3892026-07-01T15:17:46.027Z Compiling proc-macro2 v1.0.106
3902026-07-01T15:17:46.027Z Compiling quote v1.0.45
3912026-07-01T15:17:46.027Z Compiling unicode-ident v1.0.24
3922026-07-01T15:17:46.027Z Compiling serde_core v1.0.228
3932026-07-01T15:17:46.027Z Compiling libc v0.2.185
3942026-07-01T15:17:46.027Z Compiling version_check v0.9.5
3952026-07-01T15:17:46.027Z Compiling memchr v2.8.0
3962026-07-01T15:17:46.027Z Compiling serde v1.0.228
3972026-07-01T15:17:46.027Z Compiling zmij v1.0.21
3982026-07-01T15:17:46.027Z Compiling ucd-trie v0.1.7
3992026-07-01T15:17:46.027Z Compiling thiserror v1.0.69
4002026-07-01T15:17:46.027Z Compiling itoa v1.0.17
4012026-07-01T15:17:46.027Z Compiling pest v2.8.6
4022026-07-01T15:17:46.027Z Compiling byteorder v1.5.0
4032026-07-01T15:17:46.027Z Compiling rustix v1.1.3
4042026-07-01T15:17:46.027Z Compiling errno v0.3.14
4052026-07-01T15:17:46.027Z Compiling serde_json v1.0.150
4062026-07-01T15:17:46.027Z Compiling bitflags v2.11.0
4072026-07-01T15:17:46.028Z Compiling syn v2.0.117
4082026-07-01T15:17:46.028Z Compiling thread-id v4.2.2
4092026-07-01T15:17:46.030Z Compiling proc-macro-error-attr v1.0.4
4102026-07-01T15:17:46.030Z Compiling usdt-impl v0.5.0
4112026-07-01T15:17:46.030Z Compiling syn v1.0.109
4122026-07-01T15:17:46.030Z Compiling proc-macro-error v1.0.4
4132026-07-01T15:17:46.030Z Compiling pest_meta v2.8.6
4142026-07-01T15:17:46.030Z Compiling getrandom v0.4.1
4152026-07-01T15:17:46.031Z Compiling hashbrown v0.17.0
4162026-07-01T15:17:46.031Z Compiling camino v1.2.2
4172026-07-01T15:17:46.031Z Compiling equivalent v1.0.2
4182026-07-01T15:17:46.031Z Compiling log v0.4.29
4192026-07-01T15:17:46.031Z Compiling utf8parse v0.2.2
4202026-07-01T15:17:46.031Z Compiling plain v0.2.3
4212026-07-01T15:17:46.031Z Compiling anstyle-parse v1.0.0
4222026-07-01T15:17:46.031Z Compiling indexmap v2.14.0
4232026-07-01T15:17:46.031Z Compiling terminal_size v0.4.3
4242026-07-01T15:17:46.031Z Compiling colorchoice v1.0.4
4252026-07-01T15:17:46.031Z Compiling anstyle v1.0.14
4262026-07-01T15:17:46.031Z Compiling thiserror v2.0.18
4272026-07-01T15:17:46.031Z Compiling is_terminal_polyfill v1.70.2
4282026-07-01T15:17:46.031Z Compiling anstyle-query v1.1.5
4292026-07-01T15:17:46.031Z Compiling cfg-if v1.0.4
4302026-07-01T15:17:46.031Z Compiling autocfg v1.5.0
4312026-07-01T15:17:46.074Z Compiling winnow v0.7.14
4322026-07-01T15:17:46.172Z Compiling pretty-hex v0.4.1
4332026-07-01T15:17:46.185Z Compiling toml_write v0.1.2
4342026-07-01T15:17:46.199Z Compiling pest_generator v2.8.6
4352026-07-01T15:17:46.241Z Compiling anstream v1.0.0
4362026-07-01T15:17:46.481Z Compiling fs-err v3.3.0
4372026-07-01T15:17:46.577Z Compiling anyhow v1.0.102
4382026-07-01T15:17:46.668Z Compiling heck v0.5.0
4392026-07-01T15:17:46.821Z Compiling fnv v1.0.7
4402026-07-01T15:17:46.889Z Compiling clap_lex v1.0.0
4412026-07-01T15:17:46.906Z Compiling fastrand v2.3.0
4422026-07-01T15:17:46.906Z Compiling unicode-width v0.1.14
4432026-07-01T15:17:46.931Z Compiling heck v0.4.1
4442026-07-01T15:17:46.939Z Compiling bytecount v0.6.9
4452026-07-01T15:17:47.125Z Compiling strsim v0.11.1
4462026-07-01T15:17:47.150Z Compiling once_cell v1.21.3
4472026-07-01T15:17:47.222Z Compiling papergrid v0.11.0
4482026-07-01T15:17:47.373Z Compiling tempfile v3.25.0
4492026-07-01T15:17:47.386Z Compiling clap_builder v4.6.0
4502026-07-01T15:17:47.449Z Compiling tabled_derive v0.7.0
4512026-07-01T15:17:47.461Z Compiling cargo-platform v0.3.2
4522026-07-01T15:17:47.491Z Compiling semver v1.0.28
4532026-07-01T15:17:47.588Z Compiling memmap v0.7.0
4542026-07-01T15:17:47.740Z Compiling unicode-width v0.2.0
4552026-07-01T15:17:47.762Z Compiling unicode-linebreak v0.1.5
4562026-07-01T15:17:47.792Z Compiling smawk v0.3.2
4572026-07-01T15:17:47.820Z Compiling camino-tempfile v1.4.1
4582026-07-01T15:17:47.845Z Compiling serde_derive v1.0.228
4592026-07-01T15:17:47.926Z Compiling thiserror-impl v1.0.69
4602026-07-01T15:17:48.006Z Compiling zerocopy-derive v0.7.35
4612026-07-01T15:17:48.023Z Compiling pest_derive v2.8.6
4622026-07-01T15:17:48.059Z Compiling scroll_derive v0.12.1
4632026-07-01T15:17:48.398Z Compiling thiserror-impl v2.0.18
4642026-07-01T15:17:48.490Z Compiling clap_derive v4.6.1
4652026-07-01T15:17:48.658Z Compiling tabled v0.15.0
4662026-07-01T15:17:48.762Z Compiling scroll v0.12.0
4672026-07-01T15:17:48.918Z Compiling zerocopy v0.7.35
4682026-07-01T15:17:49.057Z Compiling goblin v0.8.2
4692026-07-01T15:17:49.356Z Compiling dtrace-parser v0.2.0
4702026-07-01T15:17:49.479Z Compiling textwrap v0.16.2
4712026-07-01T15:17:50.091Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4722026-07-01T15:17:50.231Z Compiling swrite v0.1.0
4732026-07-01T15:17:50.292Z Compiling clap v4.6.1
4742026-07-01T15:17:51.132Z Compiling dof v0.3.0
4752026-07-01T15:17:51.132Z Compiling serde_tokenstream v0.2.3
4762026-07-01T15:17:51.148Z Compiling serde_spanned v0.6.9
4772026-07-01T15:17:51.163Z Compiling toml_datetime v0.6.11
4782026-07-01T15:17:51.164Z Compiling macaddr v1.0.1
4792026-07-01T15:17:51.211Z Compiling cargo_metadata v0.23.1
4802026-07-01T15:17:51.440Z Compiling toml_edit v0.22.27
4812026-07-01T15:17:51.897Z Compiling usdt-attr-macro v0.5.0
4822026-07-01T15:17:51.898Z Compiling usdt-macro v0.5.0
4832026-07-01T15:17:52.535Z Compiling usdt v0.5.0
4842026-07-01T15:17:52.810Z Compiling toml v0.8.23
4852026-07-01T15:17:53.144Z Compiling cargo_toml v0.21.0
4862026-07-01T15:17:54.414Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-07-01T15:17:56.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.44s
4882026-07-01T15:17:56.603Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-07-01T15:17:57.116Z Downloading crates ...
4902026-07-01T15:17:57.202Z Downloaded bcs v0.1.6
4912026-07-01T15:17:57.208Z Downloaded bit-vec v0.8.0
4922026-07-01T15:17:57.212Z Downloaded ahash v0.8.12
4932026-07-01T15:17:57.212Z Downloaded compression-core v0.4.31
4942026-07-01T15:17:57.212Z Downloaded adler2 v2.0.1
4952026-07-01T15:17:57.215Z Downloaded arc-swap v1.8.2
4962026-07-01T15:17:57.219Z Downloaded ar_archive_writer v0.5.1
4972026-07-01T15:17:57.219Z Downloaded crc-any v2.5.0
4982026-07-01T15:17:57.223Z Downloaded dropshot_endpoint v0.17.1
4992026-07-01T15:17:57.223Z Downloaded assert_matches v1.5.0
5002026-07-01T15:17:57.226Z Downloaded block-buffer v0.12.1
5012026-07-01T15:17:57.226Z Downloaded bb8 v0.8.6
5022026-07-01T15:17:57.226Z Downloaded base64ct v1.8.3
5032026-07-01T15:17:57.229Z Downloaded darling_core v0.20.11
5042026-07-01T15:17:57.229Z Downloaded derive-where v1.6.0
5052026-07-01T15:17:57.234Z Downloaded bitfield-macros v0.19.4
5062026-07-01T15:17:57.234Z Downloaded crucible-workspace-hack v0.1.0
5072026-07-01T15:17:57.234Z Downloaded bcrypt-pbkdf v0.10.0
5082026-07-01T15:17:57.237Z Downloaded darling v0.23.0
5092026-07-01T15:17:57.240Z Downloaded darling v0.20.11
5102026-07-01T15:17:57.240Z Downloaded csv-core v0.1.13
5112026-07-01T15:17:57.243Z Downloaded async-stream v0.3.6
5122026-07-01T15:17:57.243Z Downloaded derive_builder_macro v0.20.2
5132026-07-01T15:17:57.247Z Downloaded crypto-common v0.2.2
5142026-07-01T15:17:57.247Z Downloaded crypto-bigint v0.5.5
5152026-07-01T15:17:57.251Z Downloaded darling_macro v0.13.4
5162026-07-01T15:17:57.252Z Downloaded crc8 v0.1.1
5172026-07-01T15:17:57.252Z Downloaded aead v0.5.2
5182026-07-01T15:17:57.255Z Downloaded crunchy v0.2.4
5192026-07-01T15:17:57.255Z Downloaded defmt-macros v1.0.1
5202026-07-01T15:17:57.258Z Downloaded bitfield v0.19.4
5212026-07-01T15:17:57.258Z Downloaded bit-vec v0.6.3
5222026-07-01T15:17:57.262Z Downloaded darling_core v0.21.3
5232026-07-01T15:17:57.265Z Downloaded defmt-parser v1.0.0
5242026-07-01T15:17:57.269Z Downloaded derive_builder v0.20.2
5252026-07-01T15:17:57.269Z Downloaded colored v2.2.0
5262026-07-01T15:17:57.272Z Downloaded backon v1.6.0
5272026-07-01T15:17:57.276Z Downloaded cpufeatures v0.3.0
5282026-07-01T15:17:57.276Z Downloaded block-padding v0.3.3
5292026-07-01T15:17:57.276Z Downloaded bitfield-struct v0.6.2
5302026-07-01T15:17:57.276Z Downloaded arrayref v0.3.9
5312026-07-01T15:17:57.280Z Downloaded cfg_aliases v0.2.1
5322026-07-01T15:17:57.280Z Downloaded castaway v0.2.4
5332026-07-01T15:17:57.280Z Downloaded bit-set v0.5.3
5342026-07-01T15:17:57.280Z Downloaded defmt v0.3.100
5352026-07-01T15:17:57.283Z Downloaded array-init v0.0.4
5362026-07-01T15:17:57.283Z Downloaded bit-set v0.8.0
5372026-07-01T15:17:57.283Z Downloaded curve25519-dalek-derive v0.1.1
5382026-07-01T15:17:57.286Z Downloaded darling_macro v0.23.0
5392026-07-01T15:17:57.286Z Downloaded atomicwrites v0.4.4
5402026-07-01T15:17:57.287Z Downloaded dunce v1.0.5
5412026-07-01T15:17:57.287Z Downloaded async-recursion v1.1.1
5422026-07-01T15:17:57.290Z Downloaded dtrace-parser v0.3.0
5432026-07-01T15:17:57.290Z Downloaded difflib v0.4.0
5442026-07-01T15:17:57.290Z Downloaded base16ct v0.2.0
5452026-07-01T15:17:57.294Z Downloaded atomic-waker v1.1.2
5462026-07-01T15:17:57.294Z Downloaded async-stream-impl v0.3.6
5472026-07-01T15:17:57.297Z Downloaded cfg_aliases v0.1.1
5482026-07-01T15:17:57.300Z Downloaded ciborium-io v0.2.2
5492026-07-01T15:17:57.300Z Downloaded crc-catalog v2.4.0
5502026-07-01T15:17:57.304Z Downloaded endian-type v0.1.2
5512026-07-01T15:17:57.308Z Downloaded debug-ignore v1.0.5
5522026-07-01T15:17:57.308Z Downloaded darling_macro v0.20.11
5532026-07-01T15:17:57.308Z Downloaded enum-as-inner v0.6.1
5542026-07-01T15:17:57.311Z Downloaded ciborium-ll v0.2.2
5552026-07-01T15:17:57.312Z Downloaded fd-lock v4.0.4
5562026-07-01T15:17:57.316Z Downloaded document-features v0.2.12
5572026-07-01T15:17:57.316Z Downloaded atty v0.2.14
5582026-07-01T15:17:57.316Z Downloaded downcast-rs v2.0.2
5592026-07-01T15:17:57.320Z Downloaded dsl_auto_type v0.2.0
5602026-07-01T15:17:57.320Z Downloaded cstr-argument v0.1.2
5612026-07-01T15:17:57.323Z Downloaded dyn-clone v1.0.20
5622026-07-01T15:17:57.324Z Downloaded async-bb8-diesel v0.2.1
5632026-07-01T15:17:57.327Z Downloaded embedded-io v0.6.1
5642026-07-01T15:17:57.327Z Downloaded embedded-io v0.4.0
5652026-07-01T15:17:57.327Z Downloaded dirs-next v2.0.0
5662026-07-01T15:17:57.331Z Downloaded darling_macro v0.21.3
5672026-07-01T15:17:57.334Z Downloaded flagset v0.4.7
5682026-07-01T15:17:57.338Z Downloaded convert_case v0.4.0
5692026-07-01T15:17:57.338Z Downloaded ascii-canvas v3.0.0
5702026-07-01T15:17:57.338Z Downloaded dirs-sys-next v0.1.2
5712026-07-01T15:17:57.338Z Downloaded display-error-chain v0.2.2
5722026-07-01T15:17:57.341Z Downloaded daft v0.1.7
5732026-07-01T15:17:57.342Z Downloaded ctr v0.9.2
5742026-07-01T15:17:57.342Z Downloaded foreign-types v0.3.2
5752026-07-01T15:17:57.345Z Downloaded critical-section v1.2.0
5762026-07-01T15:17:57.345Z Downloaded float-ord v0.3.2
5772026-07-01T15:17:57.345Z Downloaded fixedbitset v0.4.2
5782026-07-01T15:17:57.349Z Downloaded dof v0.4.0
5792026-07-01T15:17:57.349Z Downloaded crc v3.4.0
5802026-07-01T15:17:57.349Z Downloaded cobs v0.3.0
5812026-07-01T15:17:57.352Z Downloaded funty v2.0.0
5822026-07-01T15:17:57.352Z Downloaded cassowary v0.3.0
5832026-07-01T15:17:57.353Z Downloaded form_urlencoded v1.2.2
5842026-07-01T15:17:57.353Z Downloaded foreign-types-shared v0.3.1
5852026-07-01T15:17:57.357Z Downloaded foreign-types-macros v0.2.3
5862026-07-01T15:17:57.357Z Downloaded backoff v0.4.0
5872026-07-01T15:17:57.357Z Downloaded futures-core v0.3.32
5882026-07-01T15:17:57.359Z Downloaded ghash v0.5.1
5892026-07-01T15:17:57.362Z Downloaded convert_case v0.10.0
5902026-07-01T15:17:57.362Z Downloaded futures-io v0.3.32
5912026-07-01T15:17:57.362Z Downloaded clang-sys v1.8.1
5922026-07-01T15:17:57.362Z Downloaded foreign-types v0.5.0
5932026-07-01T15:17:57.363Z Downloaded deranged v0.5.8
5942026-07-01T15:17:57.366Z Downloaded foreign-types-shared v0.1.1
5952026-07-01T15:17:57.366Z Downloaded cexpr v0.6.0
5962026-07-01T15:17:57.366Z Downloaded futures-sink v0.3.32
5972026-07-01T15:17:57.369Z Downloaded env_filter v1.0.0
5982026-07-01T15:17:57.369Z Downloaded constant_time_eq v0.4.2
5992026-07-01T15:17:57.369Z Downloaded anstyle-parse v0.2.7
6002026-07-01T15:17:57.373Z Downloaded gethostname v0.5.0
6012026-07-01T15:17:57.373Z Downloaded fxhash v0.2.1
6022026-07-01T15:17:57.373Z Downloaded const_format_proc_macros v0.2.34
6032026-07-01T15:17:57.376Z Downloaded git-stub v1.0.0
6042026-07-01T15:17:57.376Z Downloaded compression-codecs v0.4.37
6052026-07-01T15:17:57.379Z Downloaded buf-list v1.1.2
6062026-07-01T15:17:57.380Z Downloaded headers-core v0.3.0
6072026-07-01T15:17:57.380Z Downloaded cmake v0.1.57
6082026-07-01T15:17:57.383Z Downloaded hash32 v0.2.1
6092026-07-01T15:17:57.383Z Downloaded globwalk v0.9.1
6102026-07-01T15:17:57.383Z Downloaded der_derive v0.7.3
6112026-07-01T15:17:57.386Z Downloaded crossbeam-deque v0.8.6
6122026-07-01T15:17:57.387Z Downloaded dropshot-api-manager-types v0.7.2
6132026-07-01T15:17:57.387Z Downloaded displaydoc v0.2.5
6142026-07-01T15:17:57.392Z Downloaded defmt v1.0.1
6152026-07-01T15:17:57.392Z Downloaded allocator-api2 v0.2.21
6162026-07-01T15:17:57.392Z Downloaded daft-derive v0.1.7
6172026-07-01T15:17:57.395Z Downloaded hash32 v0.3.1
6182026-07-01T15:17:57.396Z Downloaded erased-serde v0.3.31
6192026-07-01T15:17:57.399Z Downloaded diesel-dtrace v0.5.0
6202026-07-01T15:17:57.399Z Downloaded fixedbitset v0.5.7
6212026-07-01T15:17:57.402Z Downloaded hex-literal v0.4.1
6222026-07-01T15:17:57.402Z Downloaded ff v0.13.1
6232026-07-01T15:17:57.402Z Downloaded float-cmp v0.10.0
6242026-07-01T15:17:57.406Z Downloaded cipher v0.4.4
6252026-07-01T15:17:57.406Z Downloaded chacha20 v0.9.1
6262026-07-01T15:17:57.406Z Downloaded ena v0.14.4
6272026-07-01T15:17:57.409Z Downloaded derive_builder_core v0.20.2
6282026-07-01T15:17:57.410Z Downloaded either v1.15.0
6292026-07-01T15:17:57.413Z Downloaded foldhash v0.2.0
6302026-07-01T15:17:57.413Z Downloaded foldhash v0.1.5
6312026-07-01T15:17:57.413Z Downloaded fallible-iterator v0.2.0
6322026-07-01T15:17:57.416Z Downloaded find-msvc-tools v0.1.9
6332026-07-01T15:17:57.416Z Downloaded ed25519 v2.2.3
6342026-07-01T15:17:57.417Z Downloaded hostname v0.4.2
6352026-07-01T15:17:57.420Z Downloaded darling v0.21.3
6362026-07-01T15:17:57.423Z Downloaded env_logger v0.11.9
6372026-07-01T15:17:57.424Z Downloaded fs_extra v1.3.0
6382026-07-01T15:17:57.424Z Downloaded home v0.5.12
6392026-07-01T15:17:57.427Z Downloaded hubpack_derive v0.1.1
6402026-07-01T15:17:57.428Z Downloaded http-range v0.1.5
6412026-07-01T15:17:57.428Z Downloaded http-body v1.0.1
6422026-07-01T15:17:57.432Z Downloaded futures-executor v0.3.32
6432026-07-01T15:17:57.432Z Downloaded const-oid v0.9.6
6442026-07-01T15:17:57.432Z Downloaded cbc v0.1.2
6452026-07-01T15:17:57.435Z Downloaded httpdate v1.0.3
6462026-07-01T15:17:57.435Z Downloaded hubpack v0.1.2
6472026-07-01T15:17:57.436Z Downloaded git-stub-vcs v0.1.0
6482026-07-01T15:17:57.436Z Downloaded bzip2 v0.6.1
6492026-07-01T15:17:57.439Z Downloaded hyper-tls v0.6.0
6502026-07-01T15:17:57.439Z Downloaded bzip2 v0.4.4
6512026-07-01T15:17:57.442Z Downloaded indent_write v2.2.0
6522026-07-01T15:17:57.442Z Downloaded ident_case v1.0.1
6532026-07-01T15:17:57.442Z Downloaded cookie_store v0.22.1
6542026-07-01T15:17:57.446Z Downloaded idna_adapter v1.2.1
6552026-07-01T15:17:57.446Z Downloaded chacha20 v0.10.0
6562026-07-01T15:17:57.449Z Downloaded group v0.13.0
6572026-07-01T15:17:57.449Z Downloaded base64 v0.22.1
6582026-07-01T15:17:57.507Z Downloaded diff v0.1.13
6592026-07-01T15:17:57.507Z Downloaded ecdsa v0.16.9
6602026-07-01T15:17:57.507Z Downloaded hex v0.4.3
6612026-07-01T15:17:57.507Z Downloaded illumos-nvpair-sys v0.2.0
6622026-07-01T15:17:57.507Z Downloaded digest v0.11.3
6632026-07-01T15:17:57.507Z Downloaded glob v0.3.3
6642026-07-01T15:17:57.507Z Downloaded console v0.16.2
6652026-07-01T15:17:57.508Z Downloaded is-terminal v0.4.17
6662026-07-01T15:17:57.508Z Downloaded crc32fast v1.5.0
6672026-07-01T15:17:57.508Z Downloaded instant v0.1.13
6682026-07-01T15:17:57.508Z Downloaded filetime v0.2.27
6692026-07-01T15:17:57.509Z Downloaded des v0.8.1
6702026-07-01T15:17:57.509Z Downloaded colored v3.1.1
6712026-07-01T15:17:57.509Z Downloaded cancel-safe-futures v0.1.5
6722026-07-01T15:17:57.509Z Downloaded blake2 v0.10.6
6732026-07-01T15:17:57.509Z Downloaded internet-checksum v0.2.1
6742026-07-01T15:17:57.509Z Downloaded is_ci v1.2.0
6752026-07-01T15:17:57.509Z Downloaded inout v0.1.4
6762026-07-01T15:17:57.509Z Downloaded indoc v1.0.9
6772026-07-01T15:17:57.509Z Downloaded fatfs v0.3.6
6782026-07-01T15:17:57.509Z Downloaded crossbeam-epoch v0.9.18
6792026-07-01T15:17:57.509Z Downloaded highway v1.3.0
6802026-07-01T15:17:57.509Z Downloaded crossbeam-utils v0.8.21
6812026-07-01T15:17:57.509Z Downloaded instability v0.3.11
6822026-07-01T15:17:57.509Z Downloaded futures-channel v0.3.32
6832026-07-01T15:17:57.509Z Downloaded lalrpop-util v0.19.12
6842026-07-01T15:17:57.509Z Downloaded darling_core v0.13.4
6852026-07-01T15:17:57.509Z Downloaded libscf-sys v1.1.0
6862026-07-01T15:17:57.510Z Downloaded kstat-rs v0.2.4
6872026-07-01T15:17:57.510Z Downloaded keccak v0.1.6
6882026-07-01T15:17:57.510Z Downloaded hostname v0.3.1
6892026-07-01T15:17:57.510Z Downloaded illumos-nvpair v0.3.0
6902026-07-01T15:17:57.510Z Downloaded async-trait v0.1.89
6912026-07-01T15:17:57.510Z Downloaded humantime v2.3.0
6922026-07-01T15:17:57.510Z Downloaded fs-err v2.11.0
6932026-07-01T15:17:57.510Z Downloaded corncobs v0.1.4
6942026-07-01T15:17:57.510Z Downloaded hyper-staticfile v0.10.1
6952026-07-01T15:17:57.510Z Downloaded getrandom v0.2.17
6962026-07-01T15:17:57.510Z Downloaded cookie v0.18.1
6972026-07-01T15:17:57.524Z Downloaded console v0.15.11
6982026-07-01T15:17:57.524Z Downloaded camino-tempfile-ext v0.3.3
6992026-07-01T15:17:57.524Z Downloaded globset v0.4.18
7002026-07-01T15:17:57.524Z Downloaded ciborium v0.2.2
7012026-07-01T15:17:57.524Z Downloaded byte-wrapper v0.1.0
7022026-07-01T15:17:57.524Z Downloaded md-5 v0.10.6
7032026-07-01T15:17:57.524Z Downloaded lru-cache v0.1.2
7042026-07-01T15:17:57.525Z Downloaded memoffset v0.9.1
7052026-07-01T15:17:57.525Z Downloaded maybe-uninit v2.0.0
7062026-07-01T15:17:57.525Z Downloaded mime v0.3.17
7072026-07-01T15:17:57.525Z Downloaded match_cfg v0.1.0
7082026-07-01T15:17:57.525Z Downloaded md5 v0.7.0
7092026-07-01T15:17:57.525Z Downloaded maplit v1.0.2
7102026-07-01T15:17:57.529Z Downloaded managed v0.8.0
7112026-07-01T15:17:57.529Z Downloaded lzss v0.8.2
7122026-07-01T15:17:57.529Z Downloaded new_debug_unreachable v1.0.6
7132026-07-01T15:17:57.529Z Downloaded multimap v0.10.1
7142026-07-01T15:17:57.529Z Downloaded lru-slab v0.1.2
7152026-07-01T15:17:57.529Z Downloaded lru v0.12.5
7162026-07-01T15:17:57.529Z Downloaded blowfish v0.9.1
7172026-07-01T15:17:57.529Z Downloaded bitflags v1.3.2
7182026-07-01T15:17:57.530Z Downloaded derive-ex v0.1.8
7192026-07-01T15:17:57.530Z Downloaded impl-trait-for-tuples v0.2.3
7202026-07-01T15:17:57.530Z Downloaded elliptic-curve v0.13.8
7212026-07-01T15:17:57.534Z Downloaded const-oid v0.10.2
7222026-07-01T15:17:57.534Z Downloaded derive_more v0.99.20
7232026-07-01T15:17:57.534Z Downloaded ipnet v2.11.0
7242026-07-01T15:17:57.538Z Downloaded nonempty v0.12.0
7252026-07-01T15:17:57.538Z Downloaded ingot-types v0.1.2
7262026-07-01T15:17:57.538Z Downloaded ingot v0.1.1
7272026-07-01T15:17:57.538Z Downloaded normalize-line-endings v0.3.0
7282026-07-01T15:17:57.542Z Downloaded half v1.8.3
7292026-07-01T15:17:57.542Z Downloaded newtype-uuid-macros v0.1.0
7302026-07-01T15:17:57.542Z Downloaded nodrop v0.1.14
7312026-07-01T15:17:57.545Z Downloaded hmac v0.12.1
7322026-07-01T15:17:57.545Z Downloaded indoc v2.0.7
7332026-07-01T15:17:57.549Z Downloaded drift v0.2.0
7342026-07-01T15:17:57.552Z Downloaded num_threads v0.1.7
7352026-07-01T15:17:57.556Z Downloaded num-derive v0.4.2
7362026-07-01T15:17:57.556Z Downloaded num-derive v0.3.3
7372026-07-01T15:17:57.556Z Downloaded num-conv v0.2.0
7382026-07-01T15:17:57.559Z Downloaded futures v0.3.32
7392026-07-01T15:17:57.562Z Downloaded num v0.4.3
7402026-07-01T15:17:57.563Z Downloaded nibble_vec v0.1.0
7412026-07-01T15:17:57.566Z Downloaded jobserver v0.1.34
7422026-07-01T15:17:57.566Z Downloaded ipnetwork v0.21.1
7432026-07-01T15:17:57.569Z Downloaded newtype_derive v0.1.6
7442026-07-01T15:17:57.569Z Downloaded opaque-debug v0.3.1
7452026-07-01T15:17:57.569Z Downloaded libsw-core v0.3.2
7462026-07-01T15:17:57.569Z Downloaded linked-hash-map v0.5.6
7472026-07-01T15:17:57.570Z Downloaded libloading v0.8.9
7482026-07-01T15:17:57.570Z Downloaded openssl-macros v0.1.1
7492026-07-01T15:17:57.573Z Downloaded olpc-cjson v0.1.4
7502026-07-01T15:17:57.573Z Downloaded openssl-probe v0.1.6
7512026-07-01T15:17:57.573Z Downloaded httparse v1.10.1
7522026-07-01T15:17:57.577Z Downloaded getrandom v0.3.4
7532026-07-01T15:17:57.577Z Downloaded chacha20poly1305 v0.10.1
7542026-07-01T15:17:57.580Z Downloaded hybrid-array v0.4.10
7552026-07-01T15:17:57.580Z Downloaded iana-time-zone v0.1.65
7562026-07-01T15:17:57.583Z Downloaded linear-map v1.2.0
7572026-07-01T15:17:57.584Z Downloaded hyper-rustls v0.27.7
7582026-07-01T15:17:57.587Z Downloaded mime_guess v2.0.5
7592026-07-01T15:17:57.587Z Downloaded multer v3.1.0
7602026-07-01T15:17:57.587Z Downloaded lock_api v0.4.14
7612026-07-01T15:17:57.591Z Downloaded oso-derive v0.27.3
7622026-07-01T15:17:57.592Z Downloaded openssl-probe v0.2.1
7632026-07-01T15:17:57.592Z Downloaded async-compression v0.4.41
7642026-07-01T15:17:57.595Z Downloaded packed_struct_codegen v0.10.1
7652026-07-01T15:17:57.598Z Downloaded num_enum_derive v0.5.11
7662026-07-01T15:17:57.598Z Downloaded half v2.7.1
7672026-07-01T15:17:57.601Z Downloaded native-tls v0.2.18
7682026-07-01T15:17:57.602Z Downloaded libefi-sys v0.1.0
7692026-07-01T15:17:57.602Z Downloaded libsw v3.5.0
7702026-07-01T15:17:57.605Z Downloaded lazy_static v1.5.0
7712026-07-01T15:17:57.605Z Downloaded arrayvec v0.7.6
7722026-07-01T15:17:57.605Z Downloaded futures-task v0.3.32
7732026-07-01T15:17:57.609Z Downloaded futures-macro v0.3.32
7742026-07-01T15:17:57.609Z Downloaded data-encoding v2.10.0
7752026-07-01T15:17:57.609Z Downloaded darling v0.13.4
7762026-07-01T15:17:57.609Z Downloaded diesel_table_macro_syntax v0.3.0
7772026-07-01T15:17:57.612Z Downloaded nanorand v0.7.0
7782026-07-01T15:17:57.612Z Downloaded darling_core v0.23.0
7792026-07-01T15:17:57.616Z Downloaded bytes v1.11.1
7802026-07-01T15:17:57.619Z Downloaded argon2 v0.5.3
7812026-07-01T15:17:57.619Z Downloaded num-iter v0.1.45
7822026-07-01T15:17:57.623Z Downloaded parse-display v0.10.0
7832026-07-01T15:17:57.623Z Downloaded newtype-uuid v1.3.2
7842026-07-01T15:17:57.623Z Downloaded newline-converter v0.3.0
7852026-07-01T15:17:57.624Z Downloaded http-body-util v0.1.3
7862026-07-01T15:17:57.627Z Downloaded percent-encoding v2.3.2
7872026-07-01T15:17:57.627Z Downloaded pbkdf2 v0.11.0
7882026-07-01T15:17:57.627Z Downloaded pbkdf2 v0.12.2
7892026-07-01T15:17:57.627Z Downloaded parse-size v1.1.0
7902026-07-01T15:17:57.632Z Downloaded peg-runtime v0.8.5
7912026-07-01T15:17:57.632Z Downloaded derive_more v2.1.1
7922026-07-01T15:17:57.636Z Downloaded num_enum v0.7.6
7932026-07-01T15:17:57.639Z Downloaded num-complex v0.4.6
7942026-07-01T15:17:57.639Z Downloaded nu-ansi-term v0.50.3
7952026-07-01T15:17:57.643Z Downloaded num-integer v0.1.46
7962026-07-01T15:17:57.643Z Downloaded num-rational v0.4.2
7972026-07-01T15:17:57.643Z Downloaded path-slash v0.1.5
7982026-07-01T15:17:57.646Z Downloaded num_enum_derive v0.7.6
7992026-07-01T15:17:57.646Z Downloaded phf_shared v0.11.3
8002026-07-01T15:17:57.647Z Downloaded num_enum v0.5.11
8012026-07-01T15:17:57.650Z Downloaded phf_shared v0.13.1
8022026-07-01T15:17:57.650Z Downloaded phf_shared v0.12.1
8032026-07-01T15:17:57.650Z Downloaded const_format v0.2.35
8042026-07-01T15:17:57.654Z Downloaded compact_str v0.8.1
8052026-07-01T15:17:57.657Z Downloaded anstream v0.6.21
8062026-07-01T15:17:57.657Z Downloaded litemap v0.8.1
8072026-07-01T15:17:57.660Z Downloaded oxnet v0.1.6
8082026-07-01T15:17:57.660Z Downloaded icu_provider v2.1.1
8092026-07-01T15:17:57.665Z Downloaded icu_properties v2.1.2
8102026-07-01T15:17:57.665Z Downloaded memmap2 v0.9.10
8112026-07-01T15:17:57.669Z Downloaded precomputed-hash v0.1.1
8122026-07-01T15:17:57.669Z Downloaded crossbeam-channel v0.5.15
8132026-07-01T15:17:57.684Z Downloaded potential_utf v0.1.4
8142026-07-01T15:17:57.688Z Downloaded predicates-core v1.0.10
8152026-07-01T15:17:57.688Z Downloaded powerfmt v0.2.0
8162026-07-01T15:17:57.688Z Downloaded packed_struct v0.10.1
8172026-07-01T15:17:57.688Z Downloaded owo-colors v4.3.0
8182026-07-01T15:17:57.691Z Downloaded ingot-macros v0.1.1
8192026-07-01T15:17:57.691Z Downloaded der v0.7.10
8202026-07-01T15:17:57.694Z Downloaded progenitor-client v0.14.0
8212026-07-01T15:17:57.695Z Downloaded proc-macro-error-attr2 v2.0.0
8222026-07-01T15:17:57.695Z Downloaded proc-macro-crate v3.4.0
8232026-07-01T15:17:57.698Z Downloaded proc-macro-crate v1.3.1
8242026-07-01T15:17:57.698Z Downloaded predicates-tree v1.0.13
8252026-07-01T15:17:57.698Z Downloaded flate2 v1.1.9
8262026-07-01T15:17:57.702Z Downloaded password-hash v0.5.0
8272026-07-01T15:17:57.705Z Downloaded parking_lot_core v0.8.6
8282026-07-01T15:17:57.705Z Downloaded headers v0.4.1
8292026-07-01T15:17:57.708Z Downloaded progenitor-macro v0.13.0
8302026-07-01T15:17:57.708Z Downloaded psl-types v2.0.11
8312026-07-01T15:17:57.708Z Downloaded peg v0.8.5
8322026-07-01T15:17:57.711Z Downloaded parse-display-derive v0.10.0
8332026-07-01T15:17:57.712Z Downloaded flume v0.11.1
8342026-07-01T15:17:57.715Z Downloaded base64 v0.21.7
8352026-07-01T15:17:57.718Z Downloaded pem v3.0.6
8362026-07-01T15:17:57.718Z Downloaded password-hash v0.4.2
8372026-07-01T15:17:57.721Z Downloaded libbz2-rs-sys v0.2.2
8382026-07-01T15:17:57.722Z Downloaded pem-rfc7468 v0.7.0
8392026-07-01T15:17:57.725Z Downloaded progenitor-macro v0.14.0
8402026-07-01T15:17:57.725Z Downloaded phf v0.12.1
8412026-07-01T15:17:57.725Z Downloaded paste v1.0.15
8422026-07-01T15:17:57.728Z Downloaded quick-error v1.2.3
8432026-07-01T15:17:57.728Z Downloaded icu_locale_core v2.1.1
8442026-07-01T15:17:57.731Z Downloaded pkcs8 v0.10.2
8452026-07-01T15:17:57.736Z Downloaded icu_normalizer v2.1.1
8462026-07-01T15:17:57.739Z Downloaded pin-project-lite v0.2.17
8472026-07-01T15:17:57.743Z Downloaded polyval v0.6.2
8482026-07-01T15:17:57.747Z Downloaded litrs v1.0.0
8492026-07-01T15:17:57.747Z Downloaded rand_chacha v0.3.1
8502026-07-01T15:17:57.747Z Downloaded radium v0.7.0
8512026-07-01T15:17:57.747Z Downloaded poly1305 v0.8.0
8522026-07-01T15:17:57.750Z Downloaded rand_xorshift v0.4.0
8532026-07-01T15:17:57.750Z Downloaded pkg-config v0.3.32
8542026-07-01T15:17:57.753Z Downloaded ppv-lite86 v0.2.21
8552026-07-01T15:17:57.754Z Downloaded postgres-protocol v0.6.10
8562026-07-01T15:17:57.754Z Downloaded predicates v3.1.4
8572026-07-01T15:17:57.757Z Downloaded parking_lot_core v0.9.12
8582026-07-01T15:17:57.757Z Downloaded ignore v0.4.25
8592026-07-01T15:17:57.760Z Downloaded heapless v0.7.17
8602026-07-01T15:17:57.764Z Downloaded recursive v0.1.1
8612026-07-01T15:17:57.764Z Downloaded progenitor-extras v0.2.0
8622026-07-01T15:17:57.764Z Downloaded progenitor-client v0.13.0
8632026-07-01T15:17:57.764Z Downloaded progenitor v0.14.0
8642026-07-01T15:17:57.764Z Downloaded peg-macros v0.8.5
8652026-07-01T15:17:57.768Z Downloaded hickory-resolver v0.24.4
8662026-07-01T15:17:57.768Z Downloaded parking_lot v0.11.2
8672026-07-01T15:17:57.771Z Downloaded recursive-proc-macro-impl v0.1.1
8682026-07-01T15:17:57.771Z Downloaded derive_more-impl v2.1.1
8692026-07-01T15:17:57.775Z Downloaded progenitor v0.13.0
8702026-07-01T15:17:57.775Z Downloaded ref-cast v1.0.25
8712026-07-01T15:17:57.778Z Downloaded bumpalo v3.20.2
8722026-07-01T15:17:57.779Z Downloaded parking_lot v0.12.5
8732026-07-01T15:17:57.782Z Downloaded psm v0.1.30
8742026-07-01T15:17:57.782Z Downloaded indicatif v0.18.4
8752026-07-01T15:17:57.787Z Downloaded proc-macro-error2 v2.0.1
8762026-07-01T15:17:57.792Z Downloaded rfc6979 v0.4.0
8772026-07-01T15:17:57.792Z Downloaded phf v0.13.1
8782026-07-01T15:17:57.792Z Downloaded indexmap v1.9.3
8792026-07-01T15:17:57.792Z Downloaded aes v0.8.4
8802026-07-01T15:17:57.796Z Downloaded rustc_version v0.1.7
8812026-07-01T15:17:57.797Z Downloaded rustc-hash v2.1.1
8822026-07-01T15:17:57.797Z Downloaded diesel_derives v2.3.7
8832026-07-01T15:17:57.800Z Downloaded russh-cryptovec v0.7.3
8842026-07-01T15:17:57.800Z Downloaded num-traits v0.2.19
8852026-07-01T15:17:57.800Z Downloaded r2d2 v0.8.10
8862026-07-01T15:17:57.800Z Downloaded pkcs5 v0.7.1
8872026-07-01T15:17:57.804Z Downloaded icu_normalizer_data v2.1.1
8882026-07-01T15:17:57.807Z Downloaded rtoolbox v0.0.3
8892026-07-01T15:17:57.807Z Downloaded postcard v1.1.3
8902026-07-01T15:17:57.813Z Downloaded oxide-tokio-rt v0.1.4
8912026-07-01T15:17:57.813Z Downloaded pin-project-internal v1.1.11
8922026-07-01T15:17:57.813Z Downloaded rand_seeder v0.4.0
8932026-07-01T15:17:57.813Z Downloaded ed25519-dalek v2.2.0
8942026-07-01T15:17:57.814Z Downloaded icu_collections v2.1.1
8952026-07-01T15:17:57.817Z Downloaded rand_core v0.9.5
8962026-07-01T15:17:57.820Z Downloaded rand_core v0.6.4
8972026-07-01T15:17:57.820Z Downloaded rand_chacha v0.9.0
8982026-07-01T15:17:57.820Z Downloaded hickory-resolver v0.25.2
8992026-07-01T15:17:57.823Z Downloaded rustc_version v0.4.1
9002026-07-01T15:17:57.824Z Downloaded expectorate v1.2.0
9012026-07-01T15:17:57.827Z Downloaded sapling-renderdag v0.1.0
9022026-07-01T15:17:57.827Z Downloaded same-file v1.0.6
9032026-07-01T15:17:57.827Z Downloaded primeorder v0.13.6
9042026-07-01T15:17:57.830Z Downloaded salsa20 v0.10.2
9052026-07-01T15:17:57.834Z Downloaded aho-corasick v1.1.4
9062026-07-01T15:17:57.837Z Downloaded scheduled-thread-pool v0.2.7
9072026-07-01T15:17:57.837Z Downloaded hashbrown v0.12.3
9082026-07-01T15:17:57.840Z Downloaded oso v0.27.3
9092026-07-01T15:17:57.844Z Downloaded postgres-types v0.2.12
9102026-07-01T15:17:57.844Z Downloaded dropshot v0.17.1
9112026-07-01T15:17:57.855Z Downloaded ref-cast-impl v1.0.25
9122026-07-01T15:17:57.859Z Downloaded pin-project v1.1.11
9132026-07-01T15:17:57.862Z Downloaded secrecy v0.10.3
9142026-07-01T15:17:57.866Z Downloaded serde_bytes v0.11.19
9152026-07-01T15:17:57.866Z Downloaded serde-big-array v0.5.1
9162026-07-01T15:17:57.866Z Downloaded secrecy v0.8.0
9172026-07-01T15:17:57.869Z Downloaded rustls-native-certs v0.8.3
9182026-07-01T15:17:57.869Z Downloaded pkcs1 v0.7.5
9192026-07-01T15:17:57.872Z Downloaded scroll_derive v0.13.1
9202026-07-01T15:17:57.873Z Downloaded p256 v0.13.2
9212026-07-01T15:17:57.873Z Downloaded rand_core v0.10.0
9222026-07-01T15:17:57.876Z Downloaded omicron-zone-package v0.12.3
9232026-07-01T15:17:57.876Z Downloaded miniz_oxide v0.8.9
9242026-07-01T15:17:57.880Z Downloaded seq-macro v0.3.6
9252026-07-01T15:17:57.880Z Downloaded quinn-udp v0.5.14
9262026-07-01T15:17:57.883Z Downloaded semver v0.1.20
9272026-07-01T15:17:57.883Z Downloaded signal-hook-tokio v0.3.1
9282026-07-01T15:17:57.883Z Downloaded aes-gcm v0.10.3
9292026-07-01T15:17:57.887Z Downloaded rustls-pemfile v2.2.0
9302026-07-01T15:17:57.887Z Downloaded jiff-static v0.2.21
9312026-07-01T15:17:57.889Z Downloaded rustversion v1.0.22
9322026-07-01T15:17:57.893Z Downloaded heapless v0.8.0
9332026-07-01T15:17:57.893Z Downloaded serde_spanned v1.1.1
9342026-07-01T15:17:57.893Z Downloaded serde_urlencoded v0.7.1
9352026-07-01T15:17:57.893Z Downloaded sha1 v0.11.0
9362026-07-01T15:17:57.896Z Downloaded sha1 v0.10.6
9372026-07-01T15:17:57.896Z Downloaded signature v2.2.0
9382026-07-01T15:17:57.896Z Downloaded serde_plain v1.0.2
9392026-07-01T15:17:57.900Z Downloaded shell-words v1.1.1
9402026-07-01T15:17:57.900Z Downloaded serde_repr v0.1.20
9412026-07-01T15:17:57.900Z Downloaded sigpipe v0.1.3
9422026-07-01T15:17:57.903Z Downloaded cc v1.2.56
9432026-07-01T15:17:57.903Z Downloaded papergrid v0.17.0
9442026-07-01T15:17:57.907Z Downloaded resolv-conf v0.7.6
9452026-07-01T15:17:57.910Z Downloaded rusty-fork v0.3.1
9462026-07-01T15:17:57.913Z Downloaded siphasher v1.0.2
9472026-07-01T15:17:57.916Z Downloaded slog-bunyan v2.5.0
9482026-07-01T15:17:57.916Z Downloaded hashbrown v0.13.2
9492026-07-01T15:17:57.919Z Downloaded scroll v0.13.0
9502026-07-01T15:17:57.919Z Downloaded scopeguard v1.2.0
9512026-07-01T15:17:57.919Z Downloaded schemars_derive v0.8.22
9522026-07-01T15:17:57.924Z Downloaded progenitor-impl v0.13.0
9532026-07-01T15:17:57.927Z Downloaded serde-hex v0.1.0
9542026-07-01T15:17:57.927Z Downloaded sec1 v0.7.3
9552026-07-01T15:17:57.931Z Downloaded prefix-trie v0.7.0
9562026-07-01T15:17:57.934Z Downloaded hickory-server v0.25.2
9572026-07-01T15:17:57.939Z Downloaded scrypt v0.11.0
9582026-07-01T15:17:57.939Z Downloaded russh-keys v0.45.0
9592026-07-01T15:17:57.940Z Downloaded http v1.4.2
9602026-07-01T15:17:57.946Z Downloaded serde_with_macros v1.5.2
9612026-07-01T15:17:57.950Z Downloaded signal-hook-mio v0.2.5
9622026-07-01T15:17:57.950Z Downloaded slog-envlogger v2.2.0
9632026-07-01T15:17:57.953Z Downloaded ssh-cipher v0.2.0
9642026-07-01T15:17:57.953Z Downloaded sqlparser_derive v0.5.0
9652026-07-01T15:17:57.953Z Downloaded stable_deref_trait v1.2.1
9662026-07-01T15:17:57.957Z Downloaded crossterm v0.28.1
9672026-07-01T15:17:57.962Z Downloaded crossterm v0.29.0
9682026-07-01T15:17:57.965Z Downloaded rcgen v0.12.1
9692026-07-01T15:17:57.968Z Downloaded serde_path_to_error v0.1.20
9702026-07-01T15:17:57.968Z Downloaded prettyplease v0.2.37
9712026-07-01T15:17:57.972Z Downloaded ssh-encoding v0.2.0
9722026-07-01T15:17:57.972Z Downloaded rustls-pki-types v1.14.0
9732026-07-01T15:17:57.975Z Downloaded slab v0.4.12
9742026-07-01T15:17:57.975Z Downloaded structmeta v0.3.0
9752026-07-01T15:17:57.978Z Downloaded strsim v0.10.0
9762026-07-01T15:17:57.978Z Downloaded signal-hook-registry v1.4.8
9772026-07-01T15:17:57.978Z Downloaded strip-ansi-escapes v0.2.1
9782026-07-01T15:17:57.982Z Downloaded shlex v1.3.0
9792026-07-01T15:17:57.982Z Downloaded minimal-lexical v0.2.1
9802026-07-01T15:17:57.986Z Downloaded strum v0.26.3
9812026-07-01T15:17:57.990Z Downloaded subtle v2.6.1
9822026-07-01T15:17:57.990Z Downloaded openssl-sys v0.9.115
9832026-07-01T15:17:57.994Z Downloaded ron v0.8.1
9842026-07-01T15:17:57.995Z Downloaded slog-dtrace v0.3.0
9852026-07-01T15:17:57.998Z Downloaded mio v1.2.0
9862026-07-01T15:17:58.002Z Downloaded tagptr v0.2.0
9872026-07-01T15:17:58.002Z Downloaded sync_wrapper v1.0.2
9882026-07-01T15:17:58.002Z Downloaded strum v0.27.2
9892026-07-01T15:17:58.006Z Downloaded progenitor-impl v0.14.0
9902026-07-01T15:17:58.007Z Downloaded slog-async v2.8.0
9912026-07-01T15:17:58.007Z Downloaded pretty_assertions v1.4.1
9922026-07-01T15:17:58.010Z Downloaded testing_table v0.3.0
9932026-07-01T15:17:58.013Z Downloaded take_mut v0.2.2
9942026-07-01T15:17:58.014Z Downloaded slog-scope v4.4.1
9952026-07-01T15:17:58.014Z Downloaded structmeta-derive v0.3.0
9962026-07-01T15:17:58.014Z Downloaded simd-adler32 v0.3.8
9972026-07-01T15:17:58.014Z Downloaded supports-color v3.0.2
9982026-07-01T15:17:58.014Z Downloaded spki v0.7.3
9992026-07-01T15:17:58.018Z Downloaded tabled_derive v0.11.0
10002026-07-01T15:17:58.018Z Downloaded sync-ptr v0.1.4
10012026-07-01T15:17:58.021Z Downloaded tap v1.0.1
10022026-07-01T15:17:58.021Z Downloaded termtree v0.5.1
10032026-07-01T15:17:58.024Z Downloaded hyper-util v0.1.20
10042026-07-01T15:17:58.029Z Downloaded static_assertions v1.1.0
10052026-07-01T15:17:58.029Z Downloaded stacker v0.1.23
10062026-07-01T15:17:58.032Z Downloaded slog-term v2.9.2
10072026-07-01T15:17:58.033Z Downloaded slog-stdlog v4.1.1
10082026-07-01T15:17:58.037Z Downloaded slog-json v2.6.1
10092026-07-01T15:17:58.037Z Downloaded rayon-core v1.13.0
10102026-07-01T15:17:58.037Z Downloaded snafu-derive v0.8.9
10112026-07-01T15:17:58.037Z Downloaded sqlformat v0.3.5
10122026-07-01T15:17:58.041Z Downloaded thiserror-impl-no-std v2.0.2
10132026-07-01T15:17:58.041Z Downloaded smf v0.2.3
10142026-07-01T15:17:58.044Z Downloaded serde_derive_internals v0.29.1
10152026-07-01T15:17:58.048Z Downloaded serde_with_macros v3.17.0
10162026-07-01T15:17:58.048Z Downloaded time-core v0.1.8
10172026-07-01T15:17:58.048Z Downloaded stringprep v0.1.5
10182026-07-01T15:17:58.051Z Downloaded thread-id v5.1.0
10192026-07-01T15:17:58.051Z Downloaded tinyvec_macros v0.1.1
10202026-07-01T15:17:58.051Z Downloaded string_cache v0.8.9
10212026-07-01T15:17:58.055Z Downloaded dropshot-api-manager v0.7.2
10222026-07-01T15:17:58.058Z Downloaded rustls-platform-verifier v0.6.2
10232026-07-01T15:17:58.061Z Downloaded ryu v1.0.23
10242026-07-01T15:17:58.064Z Downloaded tokio-macros v2.7.0
10252026-07-01T15:17:58.068Z Downloaded hashbrown v0.15.5
10262026-07-01T15:17:58.072Z Downloaded tabwriter v1.4.1
10272026-07-01T15:17:58.072Z Downloaded tokio-test v0.4.5
10282026-07-01T15:17:58.075Z Downloaded qorb v0.4.1
10292026-07-01T15:17:58.078Z Downloaded publicsuffix v2.3.0
10302026-07-01T15:17:58.079Z Downloaded smallvec v1.15.1
10312026-07-01T15:17:58.082Z Downloaded smallvec v0.6.14
10322026-07-01T15:17:58.083Z Downloaded libxml v0.3.3
10332026-07-01T15:17:58.087Z Downloaded support-bundle-viewer v0.1.2
10342026-07-01T15:17:58.087Z Downloaded strum_macros v0.24.3
10352026-07-01T15:17:58.087Z Downloaded strum_macros v0.27.2
10362026-07-01T15:17:58.090Z Downloaded thiserror-no-std v2.0.2
10372026-07-01T15:17:58.094Z Downloaded num-bigint v0.4.6
10382026-07-01T15:17:58.094Z Downloaded serde_cbor v0.11.2
10392026-07-01T15:17:58.097Z Downloaded quinn v0.11.9
10402026-07-01T15:17:58.100Z Downloaded spin v0.9.8
10412026-07-01T15:17:58.100Z Downloaded time-macros v0.2.27
10422026-07-01T15:17:58.104Z Downloaded topological-sort v0.2.2
10432026-07-01T15:17:58.104Z Downloaded synstructure v0.13.2
10442026-07-01T15:17:58.108Z Downloaded trait-variant v0.1.2
10452026-07-01T15:17:58.111Z Downloaded tiny-keccak v2.0.2
10462026-07-01T15:17:58.111Z Downloaded itertools v0.13.0
10472026-07-01T15:17:58.115Z Downloaded tower-service v0.3.3
10482026-07-01T15:17:58.118Z Downloaded idna v1.1.0
10492026-07-01T15:17:58.122Z Downloaded try-lock v0.2.5
10502026-07-01T15:17:58.122Z Downloaded rand v0.8.6
10512026-07-01T15:17:58.122Z Downloaded thread_local v1.1.9
10522026-07-01T15:17:58.125Z Downloaded nom v7.1.3
10532026-07-01T15:17:58.129Z Downloaded tls_codec v0.4.2
10542026-07-01T15:17:58.129Z Downloaded tokio-dtrace v0.1.1
10552026-07-01T15:17:58.129Z Downloaded typify-macro v0.6.2
10562026-07-01T15:17:58.132Z Downloaded tls_codec_derive v0.4.2
10572026-07-01T15:17:58.133Z Downloaded signal-hook v0.3.18
10582026-07-01T15:17:58.133Z Downloaded strum_macros v0.26.4
10592026-07-01T15:17:58.137Z Downloaded untrusted v0.7.1
10602026-07-01T15:17:58.137Z Downloaded tokio-native-tls v0.3.1
10612026-07-01T15:17:58.137Z Downloaded schemars v0.9.0
10622026-07-01T15:17:58.142Z Downloaded hashbrown v0.16.1
10632026-07-01T15:17:58.146Z Downloaded unit-prefix v0.5.2
10642026-07-01T15:17:58.149Z Downloaded unicode-xid v0.2.6
10652026-07-01T15:17:58.150Z Downloaded unicode-truncate v1.1.0
10662026-07-01T15:17:58.150Z Downloaded unarray v0.1.4
10672026-07-01T15:17:58.153Z Downloaded universal-hash v0.5.1
10682026-07-01T15:17:58.153Z Downloaded similar v2.7.0
10692026-07-01T15:17:58.153Z Downloaded tower-layer v0.3.3
10702026-07-01T15:17:58.156Z Downloaded term v1.2.1
10712026-07-01T15:17:58.156Z Downloaded tokio-tungstenite v0.21.0
10722026-07-01T15:17:58.160Z Downloaded usdt-macro v0.6.0
10732026-07-01T15:17:58.160Z Downloaded usdt-attr-macro v0.6.0
10742026-07-01T15:17:58.160Z Downloaded untrusted v0.9.0
10752026-07-01T15:17:58.160Z Downloaded tokio-tungstenite v0.23.1
10762026-07-01T15:17:58.163Z Downloaded usdt v0.6.0
10772026-07-01T15:17:58.163Z Downloaded termios v0.3.3
10782026-07-01T15:17:58.164Z Downloaded utf-8 v0.7.6
10792026-07-01T15:17:58.167Z Downloaded rsa v0.9.10
10802026-07-01T15:17:58.167Z Downloaded utf8_iter v1.0.4
10812026-07-01T15:17:58.171Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10822026-07-01T15:17:58.171Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10832026-07-01T15:17:58.171Z Downloaded itertools v0.12.1
10842026-07-01T15:17:58.175Z Downloaded term v0.7.0
10852026-07-01T15:17:58.175Z Downloaded socket2 v0.5.10
10862026-07-01T15:17:58.179Z Downloaded rand v0.10.0
10872026-07-01T15:17:58.179Z Downloaded toml_writer v1.1.1+spec-1.1.0
10882026-07-01T15:17:58.182Z Downloaded num-bigint-dig v0.8.6
10892026-07-01T15:17:58.183Z Downloaded wait-timeout v0.2.1
10902026-07-01T15:17:58.186Z Downloaded rustls-webpki v0.103.9
10912026-07-01T15:17:58.187Z Downloaded waitgroup v0.1.2
10922026-07-01T15:17:58.187Z Downloaded h2 v0.4.15
10932026-07-01T15:17:58.190Z Downloaded hyper v1.10.1
10942026-07-01T15:17:58.194Z Downloaded void v1.0.2
10952026-07-01T15:17:58.197Z Downloaded tinystr v0.8.2
10962026-07-01T15:17:58.197Z Downloaded rand v0.9.2
10972026-07-01T15:17:58.201Z Downloaded icu_properties_data v2.1.2
10982026-07-01T15:17:58.204Z Downloaded want v0.3.1
10992026-07-01T15:17:58.207Z Downloaded bindgen v0.71.1
11002026-07-01T15:17:58.210Z Downloaded slog v2.8.2
11012026-07-01T15:17:58.210Z Downloaded iri-string v0.7.10
11022026-07-01T15:17:58.214Z Downloaded xshell-macros v0.2.7
11032026-07-01T15:17:58.217Z Downloaded xattr v1.6.1
11042026-07-01T15:17:58.217Z Downloaded tokio-rustls v0.26.4
11052026-07-01T15:17:58.218Z Downloaded aws-lc-rs v1.16.3
11062026-07-01T15:17:58.223Z Downloaded tokio-stream v0.1.18
11072026-07-01T15:17:58.227Z Downloaded subprocess v0.2.15
11082026-07-01T15:17:58.230Z Downloaded zerofrom-derive v0.1.6
11092026-07-01T15:17:58.231Z Downloaded schemars v0.8.22
11102026-07-01T15:17:58.235Z Downloaded vergen-git2 v9.1.0
11112026-07-01T15:17:58.238Z Downloaded socket2 v0.6.3
11122026-07-01T15:17:58.238Z Downloaded snafu v0.8.9
11132026-07-01T15:17:58.243Z Downloaded test-strategy v0.4.5
11142026-07-01T15:17:58.246Z Downloaded libm v0.2.16
11152026-07-01T15:17:58.251Z Downloaded zeroize_derive v1.4.3
11162026-07-01T15:17:58.251Z Downloaded zerofrom v0.1.6
11172026-07-01T15:17:58.251Z Downloaded toml_parser v1.1.2+spec-1.1.0
11182026-07-01T15:17:58.254Z Downloaded vergen-gitcl v1.0.8
11192026-07-01T15:17:58.255Z Downloaded serde_yaml v0.9.34+deprecated
11202026-07-01T15:17:58.255Z Downloaded vergen-lib v9.1.0
11212026-07-01T15:17:58.258Z Downloaded hkdf v0.12.4
11222026-07-01T15:17:58.258Z Downloaded tracing-attributes v0.1.31
11232026-07-01T15:17:58.258Z Downloaded zone_cfg_derive v0.3.1
11242026-07-01T15:17:58.258Z Downloaded uzers v0.12.2
11252026-07-01T15:17:58.261Z Downloaded vergen-lib v0.1.6
11262026-07-01T15:17:58.261Z Downloaded twox-hash v2.1.2
11272026-07-01T15:17:58.262Z Downloaded unicase v2.9.0
11282026-07-01T15:17:58.267Z Downloaded nom v8.0.0
11292026-07-01T15:17:58.267Z Downloaded tui-tree-widget v0.23.1
11302026-07-01T15:17:58.267Z Downloaded vsss-rs v3.3.4
11312026-07-01T15:17:58.271Z Downloaded schemars v1.2.1
11322026-07-01T15:17:58.276Z Downloaded whoami v2.1.0
11332026-07-01T15:17:58.279Z Downloaded walkdir v2.5.0
11342026-07-01T15:17:58.279Z Downloaded tinyvec v1.10.0
11352026-07-01T15:17:58.283Z Downloaded itertools v0.14.0
11362026-07-01T15:17:58.287Z Downloaded samael v0.0.19
11372026-07-01T15:17:58.291Z Downloaded p521 v0.13.3
11382026-07-01T15:17:58.291Z Downloaded yoke-derive v0.8.1
11392026-07-01T15:17:58.295Z Downloaded yoke v0.8.1
11402026-07-01T15:17:58.295Z Downloaded usdt-impl v0.6.0
11412026-07-01T15:17:58.295Z Downloaded wyz v0.5.1
11422026-07-01T15:17:58.295Z Downloaded unicode-properties v0.1.4
11432026-07-01T15:17:58.295Z Downloaded futures-util v0.3.32
11442026-07-01T15:17:58.301Z Downloaded xshell v0.2.7
11452026-07-01T15:17:58.305Z Downloaded writeable v0.6.2
11462026-07-01T15:17:58.305Z Downloaded toml v0.7.8
11472026-07-01T15:17:58.309Z Downloaded toml v1.1.2+spec-1.1.0
11482026-07-01T15:17:58.309Z Downloaded vergen v9.1.0
11492026-07-01T15:17:58.309Z Downloaded tar v0.4.45
11502026-07-01T15:17:58.313Z Downloaded zeroize v1.8.2
11512026-07-01T15:17:58.313Z Downloaded itertools v0.10.5
11522026-07-01T15:17:58.317Z Downloaded rustyline v14.0.0
11532026-07-01T15:17:58.321Z Downloaded tracing-core v0.1.36
11542026-07-01T15:17:58.325Z Downloaded zstd v0.13.3
11552026-07-01T15:17:58.328Z Downloaded zerovec-derive v0.11.2
11562026-07-01T15:17:58.329Z Downloaded tungstenite v0.23.0
11572026-07-01T15:17:58.329Z Downloaded zstd-safe v7.2.4
11582026-07-01T15:17:58.333Z Downloaded zone v0.3.1
11592026-07-01T15:17:58.333Z Downloaded steno v0.4.1
11602026-07-01T15:17:58.333Z Downloaded blake3 v1.8.5
11612026-07-01T15:17:58.339Z Downloaded rpassword v7.4.0
11622026-07-01T15:17:58.343Z Downloaded whoami v1.6.1
11632026-07-01T15:17:58.343Z Downloaded unicode-bidi v0.3.18
11642026-07-01T15:17:58.343Z Downloaded typify v0.6.2
11652026-07-01T15:17:58.343Z Downloaded russh v0.45.0
11662026-07-01T15:17:58.347Z Downloaded iddqd v0.4.2
11672026-07-01T15:17:58.351Z Downloaded toml_edit v0.23.10+spec-1.0.0
11682026-07-01T15:17:58.354Z Downloaded unsafe-libyaml v0.2.11
11692026-07-01T15:17:58.358Z Downloaded yasna v0.5.2
11702026-07-01T15:17:58.358Z Downloaded zerocopy v0.6.6
11712026-07-01T15:17:58.363Z Downloaded uuid v1.23.4
11722026-07-01T15:17:58.368Z Downloaded tungstenite v0.21.0
11732026-07-01T15:17:58.376Z Downloaded vte v0.14.1
11742026-07-01T15:17:58.380Z Downloaded serde_with v1.14.0
11752026-07-01T15:17:58.394Z Downloaded reedline v0.40.0
11762026-07-01T15:17:58.398Z Downloaded tokio-postgres v0.7.16
11772026-07-01T15:17:58.402Z Downloaded ssh-key v0.6.7
11782026-07-01T15:17:58.406Z Downloaded bitvec v1.0.1
11792026-07-01T15:17:58.415Z Downloaded reqwest v0.13.2
11802026-07-01T15:17:58.420Z Downloaded reqwest v0.12.28
11812026-07-01T15:17:58.425Z Downloaded zopfli v0.8.3
11822026-07-01T15:17:58.430Z Downloaded git2 v0.20.4
11832026-07-01T15:17:58.438Z Downloaded url v2.5.8
11842026-07-01T15:17:58.442Z Downloaded regex v1.12.3
11852026-07-01T15:17:58.442Z Downloaded p384 v0.13.1
11862026-07-01T15:17:58.446Z Downloaded yansi v1.0.1
11872026-07-01T15:17:58.446Z Downloaded toml_edit v0.19.15
11882026-07-01T15:17:58.454Z Downloaded zerotrie v0.2.3
11892026-07-01T15:17:58.457Z Downloaded zip v0.6.6
11902026-07-01T15:17:58.457Z Downloaded unicode_categories v0.1.1
11912026-07-01T15:17:58.507Z Downloaded zerocopy-derive v0.8.40
11922026-07-01T15:17:58.513Z Downloaded moka v0.12.13
11932026-07-01T15:17:58.513Z Downloaded quick-xml v0.37.5
11942026-07-01T15:17:58.513Z Downloaded tower v0.5.3
11952026-07-01T15:17:58.513Z Downloaded chrono v0.4.44
11962026-07-01T15:17:58.513Z Downloaded unicode-segmentation v1.12.0
11972026-07-01T15:17:58.513Z Downloaded x509-cert v0.2.5
11982026-07-01T15:17:58.513Z Downloaded portable-atomic v1.13.1
11992026-07-01T15:17:58.520Z Downloaded rayon v1.11.0
12002026-07-01T15:17:58.524Z Downloaded lalrpop v0.19.12
12012026-07-01T15:17:58.528Z Downloaded unicode-normalization v0.1.25
12022026-07-01T15:17:58.532Z Downloaded salty v0.3.0
12032026-07-01T15:17:58.536Z Downloaded typed-path v0.9.3
12042026-07-01T15:17:58.539Z Downloaded tokio-util v0.7.18
12052026-07-01T15:17:58.543Z Downloaded curve25519-dalek v4.1.3
12062026-07-01T15:17:58.547Z Downloaded zip v4.6.1
12072026-07-01T15:17:58.551Z Downloaded tough v0.22.0
12082026-07-01T15:17:58.555Z Downloaded goblin v0.10.5
12092026-07-01T15:17:58.565Z Downloaded proptest v1.10.0
12102026-07-01T15:17:58.575Z Downloaded petname v2.0.2
12112026-07-01T15:17:58.585Z Downloaded tower-http v0.6.8
12122026-07-01T15:17:58.593Z Downloaded nix v0.27.1
12132026-07-01T15:17:58.597Z Downloaded zerovec v0.11.5
12142026-07-01T15:17:58.602Z Downloaded radix_trie v0.2.1
12152026-07-01T15:17:58.609Z Downloaded quinn-proto v0.11.13
12162026-07-01T15:17:58.616Z Downloaded serde_with v3.17.0
12172026-07-01T15:17:58.623Z Downloaded winnow v0.5.40
12182026-07-01T15:17:58.629Z Downloaded bstr v1.12.1
12192026-07-01T15:17:58.634Z Downloaded object v0.30.4
12202026-07-01T15:17:58.639Z Downloaded polar-core v0.27.3
12212026-07-01T15:17:58.646Z Downloaded winnow v0.6.26
12222026-07-01T15:17:58.655Z Downloaded openssl v0.10.79
12232026-07-01T15:17:58.663Z Downloaded nix v0.28.0
12242026-07-01T15:17:58.671Z Downloaded zlib-rs v0.6.2
12252026-07-01T15:17:58.677Z Downloaded time v0.3.47
12262026-07-01T15:17:58.684Z Downloaded regex-syntax v0.6.29
12272026-07-01T15:17:58.684Z Downloaded winnow v1.0.3
12282026-07-01T15:17:58.688Z Downloaded tabled v0.20.0
12292026-07-01T15:17:58.697Z Downloaded nix v0.31.2
12302026-07-01T15:17:58.712Z Downloaded object v0.37.3
12312026-07-01T15:17:58.720Z Downloaded smoltcp v0.11.0
12322026-07-01T15:17:58.725Z Downloaded openapiv3 v2.2.0
12332026-07-01T15:17:58.732Z Downloaded smoltcp v0.9.1
12342026-07-01T15:17:58.737Z Downloaded regress v0.11.1
12352026-07-01T15:17:58.742Z Downloaded hickory-proto v0.24.4
12362026-07-01T15:17:58.751Z Downloaded vcpkg v0.2.15
12372026-07-01T15:17:58.774Z Downloaded hickory-proto v0.25.2
12382026-07-01T15:17:58.783Z Downloaded diesel v2.3.7
12392026-07-01T15:17:58.795Z Downloaded zerocopy v0.8.40
12402026-07-01T15:17:58.811Z Downloaded regress v0.10.5
12412026-07-01T15:17:58.819Z Downloaded rustls v0.23.41
12422026-07-01T15:17:58.828Z Downloaded typify-impl v0.6.2
12432026-07-01T15:17:58.833Z Downloaded rustix v0.38.44
12442026-07-01T15:17:58.846Z Downloaded regex-syntax v0.8.10
12452026-07-01T15:17:58.851Z Downloaded ratatui v0.29.0
12462026-07-01T15:17:58.862Z Downloaded bzip2-sys v0.1.13+1.0.8
12472026-07-01T15:17:58.872Z Downloaded regex-automata v0.4.14
12482026-07-01T15:17:58.879Z Downloaded chrono-tz v0.10.4
12492026-07-01T15:17:58.902Z Downloaded sqlparser v0.61.0
12502026-07-01T15:17:58.926Z Downloaded tokio v1.52.1
12512026-07-01T15:17:58.954Z Downloaded sled v0.34.7
12522026-07-01T15:17:58.959Z Downloaded tracing v0.1.44
12532026-07-01T15:17:59.014Z Downloaded zerocopy-derive v0.6.6
12542026-07-01T15:17:59.020Z Downloaded ring v0.17.14
12552026-07-01T15:17:59.054Z Downloaded petgraph v0.6.5
12562026-07-01T15:17:59.061Z Downloaded jiff v0.2.21
12572026-07-01T15:17:59.143Z Downloaded petgraph v0.8.3
12582026-07-01T15:17:59.162Z Downloaded csv v1.4.0
12592026-07-01T15:17:59.162Z Downloaded libz-sys v1.1.24
12602026-07-01T15:17:59.162Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12612026-07-01T15:17:59.168Z Downloaded sha3 v0.10.8
12622026-07-01T15:17:59.193Z Downloaded encoding_rs v0.8.35
12632026-07-01T15:17:59.222Z Downloaded libgit2-sys v0.18.3+1.9.2
12642026-07-01T15:17:59.619Z Downloaded aws-lc-sys v0.40.0
12652026-07-01T15:17:59.869Z Compiling libc v0.2.185
12662026-07-01T15:17:59.869Z Compiling serde_core v1.0.228
12672026-07-01T15:17:59.872Z Compiling serde v1.0.228
12682026-07-01T15:17:59.872Z Compiling log v0.4.29
12692026-07-01T15:17:59.872Z Compiling smallvec v1.15.1
12702026-07-01T15:17:59.873Z Compiling find-msvc-tools v0.1.9
12712026-07-01T15:18:00.015Z Compiling syn v2.0.117
12722026-07-01T15:18:00.020Z Compiling shlex v1.3.0
12732026-07-01T15:18:00.206Z Compiling typenum v1.19.0
12742026-07-01T15:18:00.219Z Compiling generic-array v0.14.7
12752026-07-01T15:18:00.232Z Compiling subtle v2.6.1
12762026-07-01T15:18:00.286Z Compiling scopeguard v1.2.0
12772026-07-01T15:18:00.345Z Compiling stable_deref_trait v1.2.1
12782026-07-01T15:18:00.388Z Compiling lock_api v0.4.14
12792026-07-01T15:18:00.403Z Compiling const-oid v0.9.6
12802026-07-01T15:18:00.416Z Compiling serde_json v1.0.150
12812026-07-01T15:18:00.483Z Compiling portable-atomic v1.13.1
12822026-07-01T15:18:00.620Z Compiling zerocopy v0.8.40
12832026-07-01T15:18:00.656Z Compiling pin-project-lite v0.2.17
12842026-07-01T15:18:00.752Z Compiling parking_lot_core v0.9.12
12852026-07-01T15:18:00.894Z Compiling jobserver v0.1.34
12862026-07-01T15:18:00.962Z Compiling getrandom v0.2.17
12872026-07-01T15:18:00.996Z Compiling errno v0.3.14
12882026-07-01T15:18:01.105Z Compiling cc v1.2.56
12892026-07-01T15:18:01.125Z Compiling rand_core v0.6.4
12902026-07-01T15:18:01.198Z Compiling critical-section v1.2.0
12912026-07-01T15:18:01.500Z Compiling pkg-config v0.3.32
12922026-07-01T15:18:01.500Z Compiling signal-hook-registry v1.4.8
12932026-07-01T15:18:01.500Z Compiling libm v0.2.16
12942026-07-01T15:18:01.561Z Compiling once_cell v1.21.3
12952026-07-01T15:18:01.575Z Compiling futures-core v0.3.32
12962026-07-01T15:18:01.630Z Compiling parking_lot v0.12.5
12972026-07-01T15:18:01.721Z Compiling mio v1.2.0
12982026-07-01T15:18:01.727Z Compiling num-traits v0.2.19
12992026-07-01T15:18:01.803Z Compiling writeable v0.6.2
13002026-07-01T15:18:02.070Z Compiling litemap v0.8.1
13012026-07-01T15:18:02.108Z Compiling percent-encoding v2.3.2
13022026-07-01T15:18:02.148Z Compiling socket2 v0.6.3
13032026-07-01T15:18:02.296Z Compiling bitflags v2.11.0
13042026-07-01T15:18:02.310Z Compiling semver v1.0.28
13052026-07-01T15:18:02.325Z Compiling icu_properties_data v2.1.2
13062026-07-01T15:18:02.528Z Compiling icu_normalizer_data v2.1.1
13072026-07-01T15:18:02.562Z Compiling futures-sink v0.3.32
13082026-07-01T15:18:02.577Z Compiling getrandom v0.4.1
13092026-07-01T15:18:02.645Z Compiling futures-channel v0.3.32
13102026-07-01T15:18:02.836Z Compiling futures-task v0.3.32
13112026-07-01T15:18:02.883Z Compiling rand_core v0.10.0
13122026-07-01T15:18:02.942Z Compiling synstructure v0.13.2
13132026-07-01T15:18:02.978Z Compiling slab v0.4.12
13142026-07-01T15:18:03.005Z Compiling cpufeatures v0.2.17
13152026-07-01T15:18:03.053Z Compiling futures-io v0.3.32
13162026-07-01T15:18:03.083Z Compiling indexmap v2.14.0
13172026-07-01T15:18:03.162Z Compiling getrandom v0.3.4
13182026-07-01T15:18:03.211Z Compiling rustversion v1.0.22
13192026-07-01T15:18:03.288Z Compiling utf8_iter v1.0.4
13202026-07-01T15:18:03.317Z Compiling form_urlencoded v1.2.2
13212026-07-01T15:18:03.442Z Compiling cmake v0.1.57
13222026-07-01T15:18:03.490Z Compiling dunce v1.0.5
13232026-07-01T15:18:03.503Z Compiling base64ct v1.8.3
13242026-07-01T15:18:03.558Z Compiling ident_case v1.0.1
13252026-07-01T15:18:03.600Z Compiling fs_extra v1.3.0
13262026-07-01T15:18:03.681Z Compiling rustix v1.1.3
13272026-07-01T15:18:03.776Z Compiling pem-rfc7468 v0.7.0
13282026-07-01T15:18:03.802Z Compiling flagset v0.4.7
13292026-07-01T15:18:03.857Z Compiling regex-syntax v0.8.10
13302026-07-01T15:18:03.860Z Compiling aws-lc-sys v0.40.0
13312026-07-01T15:18:03.938Z Compiling iana-time-zone v0.1.65
13322026-07-01T15:18:04.094Z Compiling rand_core v0.9.5
13332026-07-01T15:18:04.141Z Compiling vcpkg v0.2.15
13342026-07-01T15:18:04.156Z Compiling uuid v1.23.4
13352026-07-01T15:18:04.240Z Compiling rustc_version v0.4.1
13362026-07-01T15:18:04.372Z Compiling tracing-core v0.1.36
13372026-07-01T15:18:04.577Z Compiling aws-lc-rs v1.16.3
13382026-07-01T15:18:04.660Z Compiling serde_derive v1.0.228
13392026-07-01T15:18:04.890Z Compiling zeroize_derive v1.4.3
13402026-07-01T15:18:04.906Z Compiling zerofrom-derive v0.1.6
13412026-07-01T15:18:04.919Z Compiling yoke-derive v0.8.1
13422026-07-01T15:18:04.952Z Compiling zerovec-derive v0.11.2
13432026-07-01T15:18:05.472Z Compiling zerocopy-derive v0.8.40
13442026-07-01T15:18:05.570Z Compiling zeroize v1.8.2
13452026-07-01T15:18:06.129Z Compiling displaydoc v0.2.5
13462026-07-01T15:18:06.144Z Compiling tokio-macros v2.7.0
13472026-07-01T15:18:06.286Z Compiling futures-macro v0.3.32
13482026-07-01T15:18:06.349Z Compiling crypto-common v0.1.7
13492026-07-01T15:18:06.380Z Compiling zerofrom v0.1.6
13502026-07-01T15:18:06.498Z Compiling yoke v0.8.1
13512026-07-01T15:18:06.516Z Compiling block-buffer v0.10.4
13522026-07-01T15:18:06.684Z Compiling zerovec v0.11.5
13532026-07-01T15:18:06.684Z Compiling digest v0.10.7
13542026-07-01T15:18:06.878Z Compiling block-padding v0.3.3
13552026-07-01T15:18:06.892Z Compiling zerotrie v0.2.3
13562026-07-01T15:18:06.943Z Compiling hmac v0.12.1
13572026-07-01T15:18:07.097Z Compiling inout v0.1.4
13582026-07-01T15:18:07.111Z Compiling sha2 v0.10.9
13592026-07-01T15:18:07.148Z Compiling futures-util v0.3.32
13602026-07-01T15:18:07.224Z Compiling tinystr v0.8.2
13612026-07-01T15:18:07.254Z Compiling potential_utf v0.1.4
13622026-07-01T15:18:07.265Z Compiling cipher v0.4.4
13632026-07-01T15:18:07.415Z Compiling icu_locale_core v2.1.1
13642026-07-01T15:18:07.428Z Compiling icu_collections v2.1.1
13652026-07-01T15:18:07.533Z Compiling der_derive v0.7.3
13662026-07-01T15:18:07.912Z Compiling salsa20 v0.10.2
13672026-07-01T15:18:08.057Z Compiling icu_provider v2.1.1
13682026-07-01T15:18:08.290Z Compiling bytes v1.11.1
13692026-07-01T15:18:08.306Z Compiling icu_normalizer v2.1.1
13702026-07-01T15:18:08.357Z Compiling icu_properties v2.1.2
13712026-07-01T15:18:08.515Z Compiling der v0.7.10
13722026-07-01T15:18:08.529Z Compiling chrono v0.4.44
13732026-07-01T15:18:08.847Z Compiling tokio v1.52.1
13742026-07-01T15:18:08.905Z Compiling http v1.4.2
13752026-07-01T15:18:09.448Z Compiling idna_adapter v1.2.1
13762026-07-01T15:18:09.491Z Compiling spki v0.7.3
13772026-07-01T15:18:09.591Z Compiling idna v1.1.0
13782026-07-01T15:18:09.703Z Compiling pbkdf2 v0.12.2
13792026-07-01T15:18:09.718Z Compiling openssl-sys v0.9.115
13802026-07-01T15:18:09.821Z Compiling tracing-attributes v0.1.31
13812026-07-01T15:18:09.835Z Compiling thiserror-impl v2.0.18
13822026-07-01T15:18:09.918Z Compiling ppv-lite86 v0.2.21
13832026-07-01T15:18:09.961Z Compiling url v2.5.8
13842026-07-01T15:18:10.245Z Compiling base64 v0.22.1
13852026-07-01T15:18:10.257Z Compiling rand_chacha v0.9.0
13862026-07-01T15:18:10.339Z Compiling scrypt v0.11.0
13872026-07-01T15:18:10.562Z Compiling http-body v1.0.1
13882026-07-01T15:18:10.590Z Compiling cbc v0.1.2
13892026-07-01T15:18:10.713Z Compiling aes v0.8.4
13902026-07-01T15:18:10.737Z Compiling rustls-pki-types v1.14.0
13912026-07-01T15:18:10.761Z Compiling tinyvec_macros v0.1.1
13922026-07-01T15:18:10.830Z Compiling openssl-probe v0.2.1
13932026-07-01T15:18:10.937Z Compiling httparse v1.10.1
13942026-07-01T15:18:11.001Z Compiling tinyvec v1.10.0
13952026-07-01T15:18:11.132Z Compiling tracing v0.1.44
13962026-07-01T15:18:11.163Z Compiling thiserror v2.0.18
13972026-07-01T15:18:11.176Z Compiling pkcs5 v0.7.1
13982026-07-01T15:18:11.265Z Compiling pest_generator v2.8.6
13992026-07-01T15:18:11.327Z Compiling rand v0.9.2
14002026-07-01T15:18:11.344Z Compiling serde_derive_internals v0.29.1
14012026-07-01T15:18:11.387Z Compiling aho-corasick v1.1.4
14022026-07-01T15:18:11.643Z Compiling atomic-waker v1.1.2
14032026-07-01T15:18:11.738Z Compiling try-lock v0.2.5
14042026-07-01T15:18:11.768Z Compiling dyn-clone v1.0.20
14052026-07-01T15:18:11.846Z Compiling tower-service v0.3.3
14062026-07-01T15:18:11.906Z Compiling schemars v0.8.22
14072026-07-01T15:18:11.938Z Compiling untrusted v0.7.1
14082026-07-01T15:18:11.941Z Compiling tower-layer v0.3.3
14092026-07-01T15:18:12.087Z Compiling pest_derive v2.8.6
14102026-07-01T15:18:12.128Z Compiling want v0.3.1
14112026-07-01T15:18:12.164Z Compiling tempfile v3.25.0
14122026-07-01T15:18:12.179Z Compiling pkcs8 v0.10.2
14132026-07-01T15:18:12.256Z Compiling schemars_derive v0.8.22
14142026-07-01T15:18:12.290Z Compiling regex-automata v0.4.14
14152026-07-01T15:18:12.528Z Compiling ipnet v2.11.0
14162026-07-01T15:18:12.543Z Compiling scroll_derive v0.13.1
14172026-07-01T15:18:12.782Z Compiling tokio-util v0.7.18
14182026-07-01T15:18:13.032Z Compiling darling_core v0.20.11
14192026-07-01T15:18:13.106Z Compiling untrusted v0.9.0
14202026-07-01T15:18:13.228Z Compiling httpdate v1.0.3
14212026-07-01T15:18:13.354Z Compiling foreign-types-shared v0.1.1
14222026-07-01T15:18:13.444Z Compiling rustls v0.23.41
14232026-07-01T15:18:13.458Z Compiling openssl v0.10.79
14242026-07-01T15:18:13.519Z Compiling h2 v0.4.15
14252026-07-01T15:18:13.711Z Compiling foreign-types v0.3.2
14262026-07-01T15:18:13.782Z Compiling scroll v0.13.0
14272026-07-01T15:18:13.827Z Compiling unicode-normalization v0.1.25
14282026-07-01T15:18:14.290Z Compiling openssl-macros v0.1.1
14292026-07-01T15:18:14.445Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-07-01T15:18:14.573Z Compiling spin v0.9.8
14312026-07-01T15:18:14.687Z Compiling powerfmt v0.2.0
14322026-07-01T15:18:14.779Z Compiling time-core v0.1.8
14332026-07-01T15:18:14.847Z Compiling num-conv v0.2.0
14342026-07-01T15:18:14.890Z Compiling native-tls v0.2.18
14352026-07-01T15:18:14.908Z Compiling crc32fast v1.5.0
14362026-07-01T15:18:14.974Z Compiling time-macros v0.2.27
14372026-07-01T15:18:15.119Z Compiling deranged v0.5.8
14382026-07-01T15:18:15.289Z Compiling darling_macro v0.20.11
14392026-07-01T15:18:15.768Z Compiling darling v0.20.11
14402026-07-01T15:18:15.850Z Compiling goblin v0.10.5
14412026-07-01T15:18:16.038Z Compiling sync_wrapper v1.0.2
14422026-07-01T15:18:16.079Z Compiling wait-timeout v0.2.1
14432026-07-01T15:18:16.146Z Compiling bit-vec v0.8.0
14442026-07-01T15:18:16.316Z Compiling quick-error v1.2.3
14452026-07-01T15:18:16.339Z Compiling syn v1.0.109
14462026-07-01T15:18:16.372Z Compiling siphasher v1.0.2
14472026-07-01T15:18:16.419Z Compiling crossbeam-utils v0.8.21
14482026-07-01T15:18:16.559Z Compiling usdt-impl v0.6.0
14492026-07-01T15:18:16.652Z Compiling hyper v1.10.1
14502026-07-01T15:18:16.721Z Compiling num_threads v0.1.7
14512026-07-01T15:18:16.776Z Compiling simd-adler32 v0.3.8
14522026-07-01T15:18:16.817Z Compiling time v0.3.47
14532026-07-01T15:18:17.134Z Compiling rusty-fork v0.3.1
14542026-07-01T15:18:17.451Z Compiling bit-set v0.8.0
14552026-07-01T15:18:17.703Z Compiling tower v0.5.3
14562026-07-01T15:18:17.942Z Compiling hyper-util v0.1.20
14572026-07-01T15:18:18.181Z Compiling derive_builder_core v0.20.2
14582026-07-01T15:18:18.280Z Compiling dtrace-parser v0.3.0
14592026-07-01T15:18:18.418Z Compiling http-body-util v0.1.3
14602026-07-01T15:18:18.477Z Compiling signature v2.2.0
14612026-07-01T15:18:18.655Z Compiling dof v0.4.0
14622026-07-01T15:18:18.669Z Compiling scroll_derive v0.12.1
14632026-07-01T15:18:19.029Z Compiling thiserror-impl v1.0.69
14642026-07-01T15:18:19.053Z Compiling heapless v0.7.17
14652026-07-01T15:18:19.305Z Compiling rand_xorshift v0.4.0
14662026-07-01T15:18:19.346Z Compiling slog v2.8.2
14672026-07-01T15:18:19.467Z Compiling darling_core v0.21.3
14682026-07-01T15:18:19.546Z Compiling bzip2-sys v0.1.13+1.0.8
14692026-07-01T15:18:19.688Z Compiling thread-id v5.1.0
14702026-07-01T15:18:19.771Z Compiling cookie v0.18.1
14712026-07-01T15:18:19.809Z Compiling paste v1.0.15
14722026-07-01T15:18:19.836Z Compiling zstd-safe v7.2.4
14732026-07-01T15:18:19.967Z Compiling iri-string v0.7.10
14742026-07-01T15:18:20.045Z Compiling allocator-api2 v0.2.21
14752026-07-01T15:18:20.088Z Compiling adler2 v2.0.1
14762026-07-01T15:18:20.120Z Compiling unicode-properties v0.1.4
14772026-07-01T15:18:20.218Z Compiling signal-hook v0.3.18
14782026-07-01T15:18:20.287Z Compiling unarray v0.1.4
14792026-07-01T15:18:20.324Z Compiling unicode-bidi v0.3.18
14802026-07-01T15:18:20.363Z Compiling ryu v1.0.23
14812026-07-01T15:18:20.389Z Compiling anyhow v1.0.102
14822026-07-01T15:18:20.421Z Compiling proptest v1.10.0
14832026-07-01T15:18:20.534Z Compiling serde_urlencoded v0.7.1
14842026-07-01T15:18:20.779Z Compiling stringprep v0.1.5
14852026-07-01T15:18:20.896Z Compiling thiserror v1.0.69
14862026-07-01T15:18:20.909Z Compiling miniz_oxide v0.8.9
14872026-07-01T15:18:21.204Z Compiling tower-http v0.6.8
14882026-07-01T15:18:21.508Z Compiling scroll v0.12.0
14892026-07-01T15:18:21.662Z Compiling derive_builder_macro v0.20.2
14902026-07-01T15:18:21.744Z Compiling tokio-native-tls v0.3.1
14912026-07-01T15:18:21.769Z Compiling camino v1.2.2
14922026-07-01T15:18:21.963Z Compiling darling_macro v0.21.3
14932026-07-01T15:18:22.075Z Compiling bstr v1.12.1
14942026-07-01T15:18:22.146Z Compiling ipnetwork v0.21.1
14952026-07-01T15:18:22.169Z Compiling rustls-native-certs v0.8.3
14962026-07-01T15:18:22.423Z Compiling rand_chacha v0.3.1
14972026-07-01T15:18:22.456Z Compiling serde_spanned v0.6.9
14982026-07-01T15:18:22.502Z Compiling toml_datetime v0.6.11
14992026-07-01T15:18:22.533Z Compiling serde_tokenstream v0.2.3
15002026-07-01T15:18:22.598Z Compiling erased-serde v0.3.31
15012026-07-01T15:18:22.728Z Compiling md-5 v0.10.6
15022026-07-01T15:18:22.764Z Compiling async-trait v0.1.89
15032026-07-01T15:18:22.846Z Compiling zerocopy-derive v0.7.35
15042026-07-01T15:18:22.894Z Compiling pin-project-internal v1.1.11
15052026-07-01T15:18:23.093Z Compiling curve25519-dalek v4.1.3
15062026-07-01T15:18:23.237Z Compiling vergen-lib v9.1.0
15072026-07-01T15:18:23.433Z Compiling num-integer v0.1.46
15082026-07-01T15:18:23.437Z Compiling hash32 v0.2.1
15092026-07-01T15:18:23.623Z Compiling ff v0.13.1
15102026-07-01T15:18:23.724Z Compiling memoffset v0.9.1
15112026-07-01T15:18:23.758Z Compiling encoding_rs v0.8.35
15122026-07-01T15:18:23.773Z Compiling zlib-rs v0.6.2
15132026-07-01T15:18:23.789Z Compiling ref-cast v1.0.25
15142026-07-01T15:18:23.925Z Compiling mime v0.3.17
15152026-07-01T15:18:24.011Z Compiling fallible-iterator v0.2.0
15162026-07-01T15:18:24.107Z Compiling litrs v1.0.0
15172026-07-01T15:18:24.181Z Compiling psl-types v2.0.11
15182026-07-01T15:18:24.304Z Compiling cfg_aliases v0.2.1
15192026-07-01T15:18:24.323Z Compiling rustix v0.38.44
15202026-07-01T15:18:24.379Z Compiling num-bigint-dig v0.8.6
15212026-07-01T15:18:24.581Z Compiling smoltcp v0.9.1
15222026-07-01T15:18:24.601Z Compiling base16ct v0.2.0
15232026-07-01T15:18:24.762Z Compiling sec1 v0.7.3
15242026-07-01T15:18:24.778Z Compiling document-features v0.2.12
15252026-07-01T15:18:24.966Z Compiling nix v0.31.2
15262026-07-01T15:18:25.036Z Compiling postgres-protocol v0.6.10
15272026-07-01T15:18:25.245Z Compiling publicsuffix v2.3.0
15282026-07-01T15:18:25.375Z Compiling pin-project v1.1.11
15292026-07-01T15:18:25.412Z Compiling group v0.13.0
15302026-07-01T15:18:25.474Z Compiling zerocopy v0.7.35
15312026-07-01T15:18:25.492Z Compiling num-iter v0.1.45
15322026-07-01T15:18:25.649Z Compiling hubpack_derive v0.1.1
15332026-07-01T15:18:25.669Z Compiling newtype-uuid v1.3.2
15342026-07-01T15:18:25.996Z Compiling rand v0.8.6
15352026-07-01T15:18:26.011Z Compiling darling v0.21.3
15362026-07-01T15:18:26.011Z Compiling oxnet v0.1.6
15372026-07-01T15:18:26.044Z Compiling derive_builder v0.20.2
15382026-07-01T15:18:26.090Z Compiling hyper-tls v0.6.0
15392026-07-01T15:18:26.196Z Compiling goblin v0.8.2
15402026-07-01T15:18:26.794Z Compiling flate2 v1.1.9
15412026-07-01T15:18:26.849Z Compiling phf_shared v0.13.1
15422026-07-01T15:18:26.888Z Compiling lazy_static v1.5.0
15432026-07-01T15:18:27.015Z Compiling regex v1.12.3
15442026-07-01T15:18:27.055Z Compiling anstyle-parse v0.2.7
15452026-07-01T15:18:27.131Z Compiling futures-executor v0.3.32
15462026-07-01T15:18:27.190Z Compiling hex v0.4.3
15472026-07-01T15:18:27.201Z Compiling hkdf v0.12.4
15482026-07-01T15:18:27.220Z Compiling crypto-bigint v0.5.5
15492026-07-01T15:18:27.364Z Compiling terminal_size v0.4.3
15502026-07-01T15:18:27.390Z Compiling curve25519-dalek-derive v0.1.1
15512026-07-01T15:18:27.447Z Compiling snafu-derive v0.8.9
15522026-07-01T15:18:27.450Z Compiling ref-cast-impl v1.0.25
15532026-07-01T15:18:27.499Z Compiling daft-derive v0.1.7
15542026-07-01T15:18:28.021Z Compiling strum_macros v0.27.2
15552026-07-01T15:18:28.051Z Compiling vergen v9.1.0
15562026-07-01T15:18:28.249Z Compiling cargo-platform v0.3.2
15572026-07-01T15:18:28.252Z Compiling fs-err v3.3.0
15582026-07-01T15:18:28.465Z Compiling ahash v0.8.12
15592026-07-01T15:18:28.524Z Compiling libbz2-rs-sys v0.2.2
15602026-07-01T15:18:28.693Z Compiling unicode-segmentation v1.12.0
15612026-07-01T15:18:29.106Z Compiling bumpalo v3.20.2
15622026-07-01T15:18:29.229Z Compiling bitflags v1.3.2
15632026-07-01T15:18:29.306Z Compiling foldhash v0.1.5
15642026-07-01T15:18:29.341Z Compiling foldhash v0.2.0
15652026-07-01T15:18:29.365Z Compiling managed v0.8.0
15662026-07-01T15:18:29.379Z Compiling winnow v0.5.40
15672026-07-01T15:18:29.468Z Compiling object v0.37.3
15682026-07-01T15:18:29.561Z Compiling same-file v1.0.6
15692026-07-01T15:18:29.584Z Compiling clap_builder v4.6.0
15702026-07-01T15:18:29.725Z Compiling walkdir v2.5.0
15712026-07-01T15:18:29.798Z Compiling hashbrown v0.16.1
15722026-07-01T15:18:30.015Z Compiling strum v0.27.2
15732026-07-01T15:18:30.033Z Compiling hashbrown v0.15.5
15742026-07-01T15:18:30.146Z Compiling snafu v0.8.9
15752026-07-01T15:18:30.406Z Compiling zopfli v0.8.3
15762026-07-01T15:18:30.498Z Compiling bzip2 v0.6.1
15772026-07-01T15:18:30.582Z Compiling dof v0.3.0
15782026-07-01T15:18:30.689Z Compiling toml_edit v0.19.15
15792026-07-01T15:18:30.702Z Compiling cargo_metadata v0.23.1
15802026-07-01T15:18:30.823Z Compiling daft v0.1.7
15812026-07-01T15:18:31.059Z Compiling elliptic-curve v0.13.8
15822026-07-01T15:18:31.449Z Compiling futures v0.3.32
15832026-07-01T15:18:31.467Z Compiling anstream v0.6.21
15842026-07-01T15:18:31.478Z Compiling signal-hook-mio v0.2.5
15852026-07-01T15:18:31.487Z Compiling phf v0.13.1
15862026-07-01T15:18:31.737Z Compiling cookie_store v0.22.1
15872026-07-01T15:18:32.005Z Compiling zstd v0.13.3
15882026-07-01T15:18:32.113Z Compiling reqwest v0.12.28
15892026-07-01T15:18:32.273Z Compiling bzip2 v0.4.4
15902026-07-01T15:18:32.419Z Compiling hubpack v0.1.2
15912026-07-01T15:18:32.488Z Compiling serde_with_macros v3.17.0
15922026-07-01T15:18:32.648Z Compiling postgres-types v0.2.12
15932026-07-01T15:18:33.218Z Compiling usdt-macro v0.6.0
15942026-07-01T15:18:33.372Z Compiling usdt-attr-macro v0.6.0
15952026-07-01T15:18:33.652Z Compiling globset v0.4.18
15962026-07-01T15:18:33.782Z Compiling dtrace-parser v0.2.0
15972026-07-01T15:18:33.975Z Compiling ed25519 v2.2.3
15982026-07-01T15:18:34.146Z Compiling phf_shared v0.11.3
15992026-07-01T15:18:34.170Z Compiling olpc-cjson v0.1.4
16002026-07-01T15:18:34.329Z Compiling pkcs1 v0.7.5
16012026-07-01T15:18:34.329Z Compiling pem v3.0.6
16022026-07-01T15:18:34.333Z Compiling serde-big-array v0.5.1
16032026-07-01T15:18:34.498Z Compiling serde_plain v1.0.2
16042026-07-01T15:18:34.521Z Compiling rfc6979 v0.4.0
16052026-07-01T15:18:34.646Z Compiling clap_derive v4.6.1
16062026-07-01T15:18:34.660Z Compiling strum_macros v0.26.4
16072026-07-01T15:18:34.690Z Compiling async-recursion v1.1.1
16082026-07-01T15:18:34.742Z Compiling enum-as-inner v0.6.1
16092026-07-01T15:18:34.862Z Compiling serde_repr v0.1.20
16102026-07-01T15:18:35.257Z Compiling float-cmp v0.10.0
16112026-07-01T15:18:35.352Z Compiling memmap2 v0.9.10
16122026-07-01T15:18:35.400Z Compiling thread-id v4.2.2
16132026-07-01T15:18:35.415Z Compiling env_filter v1.0.0
16142026-07-01T15:18:35.487Z Compiling typed-path v0.9.3
16152026-07-01T15:18:35.569Z Compiling predicates-core v1.0.10
16162026-07-01T15:18:35.713Z Compiling normalize-line-endings v0.3.0
16172026-07-01T15:18:35.748Z Compiling data-encoding v2.10.0
16182026-07-01T15:18:35.811Z Compiling jiff v0.2.21
16192026-07-01T15:18:35.855Z Compiling whoami v2.1.0
16202026-07-01T15:18:36.242Z Compiling new_debug_unreachable v1.0.6
16212026-07-01T15:18:36.317Z Compiling fixedbitset v0.4.2
16222026-07-01T15:18:36.501Z Compiling difflib v0.4.0
16232026-07-01T15:18:36.506Z Compiling fixedbitset v0.5.7
16242026-07-01T15:18:36.506Z Compiling keccak v0.1.6
16252026-07-01T15:18:36.535Z Compiling winnow v1.0.3
16262026-07-01T15:18:36.717Z Compiling either v1.15.0
16272026-07-01T15:18:36.732Z Compiling static_assertions v1.1.0
16282026-07-01T15:18:36.809Z Compiling precomputed-hash v0.1.1
16292026-07-01T15:18:36.887Z Compiling string_cache v0.8.9
16302026-07-01T15:18:36.901Z Compiling itertools v0.13.0
16312026-07-01T15:18:36.925Z Compiling toml_parser v1.1.2+spec-1.1.0
16322026-07-01T15:18:37.036Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16332026-07-01T15:18:37.155Z Compiling toml_edit v0.22.27
16342026-07-01T15:18:37.223Z Compiling predicates v3.1.4
16352026-07-01T15:18:37.302Z Compiling petgraph v0.8.3
16362026-07-01T15:18:37.624Z Compiling sha3 v0.10.8
16372026-07-01T15:18:37.899Z Compiling petgraph v0.6.5
16382026-07-01T15:18:38.084Z Compiling clap v4.6.1
16392026-07-01T15:18:38.181Z Compiling strum v0.26.3
16402026-07-01T15:18:38.194Z Compiling tokio-postgres v0.7.16
16412026-07-01T15:18:38.303Z Compiling hickory-proto v0.25.2
16422026-07-01T15:18:39.261Z Compiling zip v4.6.1
16432026-07-01T15:18:39.386Z Compiling env_logger v0.11.9
16442026-07-01T15:18:39.752Z Compiling usdt v0.6.0
16452026-07-01T15:18:39.907Z Compiling usdt-impl v0.5.0
16462026-07-01T15:18:39.948Z Compiling ecdsa v0.16.9
16472026-07-01T15:18:40.011Z Compiling rsa v0.9.10
16482026-07-01T15:18:40.019Z Compiling ed25519-dalek v2.2.0
16492026-07-01T15:18:40.235Z Compiling serde_with v3.17.0
16502026-07-01T15:18:40.311Z Compiling crossterm v0.28.1
16512026-07-01T15:18:40.472Z Compiling zip v0.6.6
16522026-07-01T15:18:40.676Z Compiling toml v0.7.8
16532026-07-01T15:18:41.264Z Compiling iddqd v0.4.2
16542026-07-01T15:18:41.888Z Compiling similar v2.7.0
16552026-07-01T15:18:41.894Z Compiling heck v0.4.1
16562026-07-01T15:18:41.969Z Compiling crossbeam-epoch v0.9.18
16572026-07-01T15:18:42.156Z Compiling tokio-stream v0.1.18
16582026-07-01T15:18:42.321Z Compiling buf-list v1.1.2
16592026-07-01T15:18:42.608Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16602026-07-01T15:18:42.648Z Compiling x509-cert v0.2.5
16612026-07-01T15:18:42.652Z Compiling openapiv3 v2.2.0
16622026-07-01T15:18:42.788Z Compiling sha1 v0.10.6
16632026-07-01T15:18:42.956Z Compiling lalrpop-util v0.19.12
16642026-07-01T15:18:43.011Z Compiling peg-runtime v0.8.5
16652026-07-01T15:18:43.025Z Compiling thread_local v1.1.9
16662026-07-01T15:18:43.100Z Compiling slog-async v2.8.0
16672026-07-01T15:18:43.275Z Compiling crossbeam-channel v0.5.15
16682026-07-01T15:18:43.289Z Compiling is-terminal v0.4.17
16692026-07-01T15:18:43.369Z Compiling filetime v0.2.27
16702026-07-01T15:18:43.396Z Compiling xattr v1.6.1
16712026-07-01T15:18:43.428Z Compiling take_mut v0.2.2
16722026-07-01T15:18:43.537Z Compiling term v1.2.1
16732026-07-01T15:18:43.551Z Compiling tar v0.4.45
16742026-07-01T15:18:43.564Z Compiling camino-tempfile v1.4.1
16752026-07-01T15:18:44.106Z Compiling slog-term v2.9.2
16762026-07-01T15:18:53.877Z Compiling rustls-webpki v0.103.9
16772026-07-01T15:18:56.611Z Compiling tokio-rustls v0.26.4
16782026-07-01T15:18:56.611Z Compiling rustls-platform-verifier v0.6.2
16792026-07-01T15:18:56.611Z Compiling tough v0.22.0
16802026-07-01T15:18:56.808Z Compiling hyper-rustls v0.27.7
16812026-07-01T15:18:57.032Z Compiling reqwest v0.13.2
16822026-07-01T15:18:59.227Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-07-01T15:18:59.453Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-07-01T15:19:02.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
16852026-07-01T15:19:02.417Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16862026-07-01T15:19:02.469ZJul 01 15:19:00.962 INFO Starting download, target: Console
16872026-07-01T15:19:02.469ZJul 01 15:19:00.963 INFO Starting download, target: Cockroach
16882026-07-01T15:19:02.469ZJul 01 15:19:00.963 INFO Starting download, target: DendriteStub
16892026-07-01T15:19:02.469ZJul 01 15:19:00.963 INFO Starting download, target: Clickhouse
16902026-07-01T15:19:02.469ZJul 01 15:19:00.963 INFO Starting download, target: MaghemiteMgd
16912026-07-01T15:19:02.469ZJul 01 15:19:00.963 INFO Starting download, target: MaghemiteDdmd
16922026-07-01T15:19:02.473ZJul 01 15:19:00.963 INFO Starting download, target: TransceiverControl
16932026-07-01T15:19:02.474ZJul 01 15:19:00.963 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16942026-07-01T15:19:02.474ZJul 01 15:19:00.963 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16952026-07-01T15:19:02.474ZJul 01 15:19:00.963 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
16962026-07-01T15:19:02.474ZJul 01 15:19:00.963 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16972026-07-01T15:19:02.474ZJul 01 15:19:00.963 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16982026-07-01T15:19:02.475ZJul 01 15:19:00.963 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
16992026-07-01T15:19:02.475ZJul 01 15:19:00.963 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17002026-07-01T15:19:02.885ZJul 01 15:19:01.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17012026-07-01T15:19:03.074ZJul 01 15:19:01.566 INFO Download complete, target: TransceiverControl
17022026-07-01T15:19:04.073ZJul 01 15:19:02.564 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17032026-07-01T15:19:04.220ZJul 01 15:19:02.708 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17042026-07-01T15:19:04.484ZJul 01 15:19:02.964 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17052026-07-01T15:19:04.680ZJul 01 15:19:03.171 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17062026-07-01T15:19:04.727ZJul 01 15:19:03.209 INFO Download complete, target: Console
17072026-07-01T15:19:04.969ZJul 01 15:19:03.457 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17082026-07-01T15:19:05.246ZJul 01 15:19:03.739 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17092026-07-01T15:19:05.246ZJul 01 15:19:03.739 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17102026-07-01T15:19:06.030ZJul 01 15:19:04.524 INFO Download complete, target: MaghemiteDdmd
17112026-07-01T15:19:06.642ZJul 01 15:19:05.124 INFO Download complete, target: DendriteStub
17122026-07-01T15:19:07.154ZJul 01 15:19:05.648 INFO Download complete, target: MaghemiteMgd
17132026-07-01T15:19:09.873ZJul 01 15:19:08.366 INFO Checking that binary works, target: Cockroach
17142026-07-01T15:19:09.988ZJul 01 15:19:08.481 INFO Download complete, target: Cockroach
17152026-07-01T15:19:11.641ZJul 01 15:19:10.134 INFO Checking that binary works, target: Clickhouse
17162026-07-01T15:19:11.737ZJul 01 15:19:10.231 INFO Download complete, target: Clickhouse
17172026-07-01T15:19:11.752ZAll builder prerequisites installed successfully, and PATH looks valid
17182026-07-01T15:19:11.755Z
17192026-07-01T15:19:11.755Zreal 2:01.615379503
17202026-07-01T15:19:11.755Zuser 6:38.209101078
17212026-07-01T15:19:11.755Zsys 1:21.424719832
17222026-07-01T15:19:11.755Ztrap 0.237574782
17232026-07-01T15:19:11.755Ztflt 0.479224388
17242026-07-01T15:19:11.755Zdflt 0.789352549
17252026-07-01T15:19:11.755Zkflt 0.026017016
17262026-07-01T15:19:11.756Zlock 22:08.504126106
17272026-07-01T15:19:11.756Zslp 20:24.966314539
17282026-07-01T15:19:11.756Zlat 42.280974548
17292026-07-01T15:19:11.756Zstop 1:53.719645947
17302026-07-01T15:19:11.756Z+ banner hack-check
17312026-07-01T15:19:11.756Z
17322026-07-01T15:19:11.756Z # # ## #### # # #### # # ###### #### # #
17332026-07-01T15:19:11.756Z # # # # # # # # # # # # # # # # #
17342026-07-01T15:19:11.756Z ###### # # # #### ##### # ###### ##### # ####
17352026-07-01T15:19:11.756Z # # ###### # # # # # # # # # #
17362026-07-01T15:19:11.756Z # # # # # # # # # # # # # # # # #
17372026-07-01T15:19:11.756Z # # # # #### # # #### # # ###### #### # #
17382026-07-01T15:19:11.757Z
17392026-07-01T15:19:11.757Z+ export CARGO_INCREMENTAL=0
17402026-07-01T15:19:11.757Z+ CARGO_INCREMENTAL=0
17412026-07-01T15:19:11.757Z+ ptime -m timeout 2h cargo xtask check-features --ci
17422026-07-01T15:19:12.197Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17432026-07-01T15:19:12.406Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17442026-07-01T15:19:14.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
17452026-07-01T15:19:14.267Z Running `target/debug/xtask check-features --ci`
17462026-07-01T15:19:14.295Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17472026-07-01T15:19:14.299Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17482026-07-01T15:19:14.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17492026-07-01T15:19:14.722Z Running `target/debug/xtask download cargo-hack`
17502026-07-01T15:19:15.439Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-07-01T15:19:15.758Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-07-01T15:19:18.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17532026-07-01T15:19:18.426Z Running `target/debug/xtask-downloader cargo-hack`
17542026-07-01T15:19:18.470ZJul 01 15:19:16.961 INFO Starting download, target: CargoHack
17552026-07-01T15:19:18.473ZJul 01 15:19:16.961 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17562026-07-01T15:19:18.860ZJul 01 15:19:17.352 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17572026-07-01T15:19:18.907ZJul 01 15:19:17.401 INFO Download complete, target: CargoHack
17582026-07-01T15:19:18.910Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17592026-07-01T15:19:18.923Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17602026-07-01T15:19:19.079Zinfo: running `cargo check --bins` on api_identity (1/299)
17612026-07-01T15:19:19.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622026-07-01T15:19:19.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632026-07-01T15:19:19.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642026-07-01T15:19:19.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17652026-07-01T15:19:19.591Z
17662026-07-01T15:19:19.591Zinfo: running `cargo check --bins` on bootstore (2/299)
17672026-07-01T15:19:20.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682026-07-01T15:19:20.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692026-07-01T15:19:20.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702026-07-01T15:19:20.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17712026-07-01T15:19:20.102Z
17722026-07-01T15:19:20.102Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
17732026-07-01T15:19:20.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742026-07-01T15:19:20.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752026-07-01T15:19:20.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762026-07-01T15:19:20.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17772026-07-01T15:19:20.612Z
17782026-07-01T15:19:20.612Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
17792026-07-01T15:19:21.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802026-07-01T15:19:21.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812026-07-01T15:19:21.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822026-07-01T15:19:21.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17832026-07-01T15:19:21.117Z
17842026-07-01T15:19:21.117Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
17852026-07-01T15:19:21.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862026-07-01T15:19:21.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872026-07-01T15:19:21.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882026-07-01T15:19:21.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17892026-07-01T15:19:21.635Z
17902026-07-01T15:19:21.635Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
17912026-07-01T15:19:22.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922026-07-01T15:19:22.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932026-07-01T15:19:22.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942026-07-01T15:19:22.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17952026-07-01T15:19:22.161Z
17962026-07-01T15:19:22.161Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
17972026-07-01T15:19:22.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-07-01T15:19:22.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-07-01T15:19:22.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-07-01T15:19:22.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18012026-07-01T15:19:22.675Z
18022026-07-01T15:19:22.675Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18032026-07-01T15:19:23.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-07-01T15:19:23.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-07-01T15:19:23.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-07-01T15:19:23.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18072026-07-01T15:19:23.192Z
18082026-07-01T15:19:23.194Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18092026-07-01T15:19:23.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-07-01T15:19:23.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-07-01T15:19:23.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-07-01T15:19:23.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18132026-07-01T15:19:23.583Z
18142026-07-01T15:19:23.583Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18152026-07-01T15:19:23.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-07-01T15:19:23.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-07-01T15:19:23.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-07-01T15:19:23.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18192026-07-01T15:19:23.970Z
18202026-07-01T15:19:23.970Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18212026-07-01T15:19:24.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-07-01T15:19:24.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-07-01T15:19:24.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-07-01T15:19:24.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18252026-07-01T15:19:24.360Z
18262026-07-01T15:19:24.361Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18272026-07-01T15:19:24.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-07-01T15:19:24.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-07-01T15:19:24.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-07-01T15:19:24.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18312026-07-01T15:19:24.751Z
18322026-07-01T15:19:24.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18332026-07-01T15:19:25.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-07-01T15:19:25.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-07-01T15:19:25.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-07-01T15:19:25.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18372026-07-01T15:19:25.138Z
18382026-07-01T15:19:25.138Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18392026-07-01T15:19:25.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-07-01T15:19:25.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-07-01T15:19:25.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-07-01T15:19:25.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18432026-07-01T15:19:25.524Z
18442026-07-01T15:19:25.524Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18452026-07-01T15:19:25.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-07-01T15:19:25.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-07-01T15:19:25.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-07-01T15:19:25.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18492026-07-01T15:19:25.914Z
18502026-07-01T15:19:25.914Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18512026-07-01T15:19:26.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-07-01T15:19:26.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-07-01T15:19:26.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-07-01T15:19:26.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18552026-07-01T15:19:26.302Z
18562026-07-01T15:19:26.302Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
18572026-07-01T15:19:26.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-07-01T15:19:26.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-07-01T15:19:26.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-07-01T15:19:26.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18612026-07-01T15:19:26.690Z
18622026-07-01T15:19:26.691Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
18632026-07-01T15:19:27.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-07-01T15:19:27.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-07-01T15:19:27.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-07-01T15:19:27.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18672026-07-01T15:19:27.069Z
18682026-07-01T15:19:27.069Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
18692026-07-01T15:19:27.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-07-01T15:19:27.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-07-01T15:19:27.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-07-01T15:19:27.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18732026-07-01T15:19:27.455Z
18742026-07-01T15:19:27.455Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
18752026-07-01T15:19:27.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-07-01T15:19:27.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-07-01T15:19:27.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-07-01T15:19:27.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18792026-07-01T15:19:27.846Z
18802026-07-01T15:19:27.846Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
18812026-07-01T15:19:28.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-07-01T15:19:28.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-07-01T15:19:28.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-07-01T15:19:28.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18852026-07-01T15:19:28.237Z
18862026-07-01T15:19:28.238Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
18872026-07-01T15:19:28.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-07-01T15:19:28.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-07-01T15:19:28.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-07-01T15:19:28.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18912026-07-01T15:19:28.631Z
18922026-07-01T15:19:28.631Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
18932026-07-01T15:19:28.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-07-01T15:19:28.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-07-01T15:19:28.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-07-01T15:19:28.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18972026-07-01T15:19:29.024Z
18982026-07-01T15:19:29.024Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
18992026-07-01T15:19:29.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-07-01T15:19:29.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-07-01T15:19:29.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-07-01T15:19:29.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19032026-07-01T15:19:29.417Z
19042026-07-01T15:19:29.417Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19052026-07-01T15:19:29.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-07-01T15:19:29.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-07-01T15:19:29.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-07-01T15:19:29.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19092026-07-01T15:19:29.809Z
19102026-07-01T15:19:29.809Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19112026-07-01T15:19:30.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-07-01T15:19:30.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-07-01T15:19:30.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-07-01T15:19:30.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19152026-07-01T15:19:30.201Z
19162026-07-01T15:19:30.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19172026-07-01T15:19:30.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-07-01T15:19:30.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-07-01T15:19:30.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-07-01T15:19:30.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19212026-07-01T15:19:30.592Z
19222026-07-01T15:19:30.592Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19232026-07-01T15:19:30.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-07-01T15:19:30.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-07-01T15:19:30.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-07-01T15:19:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19272026-07-01T15:19:30.982Z
19282026-07-01T15:19:30.982Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19292026-07-01T15:19:31.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-07-01T15:19:31.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-07-01T15:19:31.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-07-01T15:19:31.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19332026-07-01T15:19:31.373Z
19342026-07-01T15:19:31.374Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19352026-07-01T15:19:31.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-07-01T15:19:31.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-07-01T15:19:31.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-07-01T15:19:31.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19392026-07-01T15:19:31.760Z
19402026-07-01T15:19:31.760Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19412026-07-01T15:19:32.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-07-01T15:19:32.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-07-01T15:19:32.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-07-01T15:19:32.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19452026-07-01T15:19:32.149Z
19462026-07-01T15:19:32.150Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19472026-07-01T15:19:32.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-07-01T15:19:32.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-07-01T15:19:32.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-07-01T15:19:32.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19512026-07-01T15:19:32.533Z
19522026-07-01T15:19:32.533Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19532026-07-01T15:19:32.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-07-01T15:19:32.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-07-01T15:19:32.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-07-01T15:19:32.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19572026-07-01T15:19:32.921Z
19582026-07-01T15:19:32.921Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
19592026-07-01T15:19:33.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-07-01T15:19:33.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-07-01T15:19:33.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-07-01T15:19:33.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19632026-07-01T15:19:33.312Z
19642026-07-01T15:19:33.312Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
19652026-07-01T15:19:33.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-07-01T15:19:33.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-07-01T15:19:33.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-07-01T15:19:33.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19692026-07-01T15:19:33.704Z
19702026-07-01T15:19:33.704Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
19712026-07-01T15:19:34.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-07-01T15:19:34.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-07-01T15:19:34.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-07-01T15:19:34.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19752026-07-01T15:19:34.094Z
19762026-07-01T15:19:34.094Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
19772026-07-01T15:19:34.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-07-01T15:19:34.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-07-01T15:19:34.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-07-01T15:19:34.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19812026-07-01T15:19:34.486Z
19822026-07-01T15:19:34.486Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
19832026-07-01T15:19:34.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-07-01T15:19:34.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-07-01T15:19:34.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-07-01T15:19:34.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19872026-07-01T15:19:34.879Z
19882026-07-01T15:19:34.880Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
19892026-07-01T15:19:35.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-07-01T15:19:35.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-07-01T15:19:35.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-07-01T15:19:35.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19932026-07-01T15:19:35.269Z
19942026-07-01T15:19:35.269Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
19952026-07-01T15:19:35.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-07-01T15:19:35.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-07-01T15:19:35.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-07-01T15:19:35.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19992026-07-01T15:19:35.662Z
20002026-07-01T15:19:35.662Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20012026-07-01T15:19:36.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-07-01T15:19:36.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-07-01T15:19:36.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-07-01T15:19:36.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20052026-07-01T15:19:36.054Z
20062026-07-01T15:19:36.054Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20072026-07-01T15:19:36.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-07-01T15:19:36.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-07-01T15:19:36.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-07-01T15:19:36.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20112026-07-01T15:19:36.446Z
20122026-07-01T15:19:36.446Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20132026-07-01T15:19:36.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-07-01T15:19:36.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-07-01T15:19:36.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-07-01T15:19:36.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20172026-07-01T15:19:36.843Z
20182026-07-01T15:19:36.843Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20192026-07-01T15:19:37.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-07-01T15:19:37.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-07-01T15:19:37.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-07-01T15:19:37.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20232026-07-01T15:19:37.240Z
20242026-07-01T15:19:37.240Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20252026-07-01T15:19:37.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-07-01T15:19:37.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-07-01T15:19:37.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-07-01T15:19:37.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20292026-07-01T15:19:37.637Z
20302026-07-01T15:19:37.637Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20312026-07-01T15:19:37.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-07-01T15:19:37.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-07-01T15:19:37.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-07-01T15:19:37.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20352026-07-01T15:19:38.030Z
20362026-07-01T15:19:38.030Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20372026-07-01T15:19:38.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-07-01T15:19:38.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-07-01T15:19:38.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-07-01T15:19:38.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20412026-07-01T15:19:38.426Z
20422026-07-01T15:19:38.426Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20432026-07-01T15:19:38.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-07-01T15:19:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-07-01T15:19:38.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-07-01T15:19:38.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20472026-07-01T15:19:38.824Z
20482026-07-01T15:19:38.824Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20492026-07-01T15:19:39.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-07-01T15:19:39.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-07-01T15:19:39.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-07-01T15:19:39.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20532026-07-01T15:19:39.390Z
20542026-07-01T15:19:39.391Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
20552026-07-01T15:19:39.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-07-01T15:19:39.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-07-01T15:19:39.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-07-01T15:19:39.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20592026-07-01T15:19:39.958Z
20602026-07-01T15:19:39.958Zinfo: running `cargo check --bins` on nexus-config (51/299)
20612026-07-01T15:19:40.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-07-01T15:19:40.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-07-01T15:19:40.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-07-01T15:19:40.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20652026-07-01T15:19:40.523Z
20662026-07-01T15:19:40.523Zinfo: running `cargo check --bins` on nexus-types (52/299)
20672026-07-01T15:19:40.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-07-01T15:19:40.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-07-01T15:19:40.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-07-01T15:19:41.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20712026-07-01T15:19:41.090Z
20722026-07-01T15:19:41.090Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
20732026-07-01T15:19:41.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-07-01T15:19:41.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-07-01T15:19:41.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-07-01T15:19:41.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20772026-07-01T15:19:41.658Z
20782026-07-01T15:19:41.658Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
20792026-07-01T15:19:42.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-07-01T15:19:42.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-07-01T15:19:42.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-07-01T15:19:42.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20832026-07-01T15:19:42.131Z
20842026-07-01T15:19:42.131Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
20852026-07-01T15:19:42.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-07-01T15:19:42.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-07-01T15:19:42.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-07-01T15:19:42.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20892026-07-01T15:19:42.664Z
20902026-07-01T15:19:42.664Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
20912026-07-01T15:19:43.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-07-01T15:19:43.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-07-01T15:19:43.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-07-01T15:19:43.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20952026-07-01T15:19:43.195Z
20962026-07-01T15:19:43.195Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
20972026-07-01T15:19:43.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-07-01T15:19:43.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-07-01T15:19:43.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-07-01T15:19:43.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21012026-07-01T15:19:43.734Z
21022026-07-01T15:19:43.734Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21032026-07-01T15:19:44.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-07-01T15:19:44.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-07-01T15:19:44.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-07-01T15:19:44.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21072026-07-01T15:19:44.281Z
21082026-07-01T15:19:44.282Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21092026-07-01T15:19:44.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-07-01T15:19:44.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-07-01T15:19:44.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-07-01T15:19:44.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21132026-07-01T15:19:44.790Z
21142026-07-01T15:19:44.790Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21152026-07-01T15:19:45.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-07-01T15:19:45.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-07-01T15:19:45.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-07-01T15:19:45.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21192026-07-01T15:19:45.303Z
21202026-07-01T15:19:45.303Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21212026-07-01T15:19:45.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-07-01T15:19:45.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-07-01T15:19:45.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-07-01T15:19:45.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21252026-07-01T15:19:45.815Z
21262026-07-01T15:19:45.815Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21272026-07-01T15:19:46.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-07-01T15:19:46.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-07-01T15:19:46.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-07-01T15:19:46.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21312026-07-01T15:19:46.327Z
21322026-07-01T15:19:46.327Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21332026-07-01T15:19:46.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-07-01T15:19:46.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-07-01T15:19:46.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-07-01T15:19:46.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21372026-07-01T15:19:46.858Z
21382026-07-01T15:19:46.858Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21392026-07-01T15:19:47.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-07-01T15:19:47.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-07-01T15:19:47.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-07-01T15:19:47.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21432026-07-01T15:19:47.386Z
21442026-07-01T15:19:47.386Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21452026-07-01T15:19:47.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-07-01T15:19:47.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-07-01T15:19:47.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-07-01T15:19:47.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21492026-07-01T15:19:47.900Z
21502026-07-01T15:19:47.900Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21512026-07-01T15:19:48.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-07-01T15:19:48.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-07-01T15:19:48.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-07-01T15:19:48.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21552026-07-01T15:19:48.415Z
21562026-07-01T15:19:48.415Zinfo: running `cargo check --bins` on ereport-types (67/299)
21572026-07-01T15:19:48.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-07-01T15:19:48.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-07-01T15:19:48.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-07-01T15:19:48.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21612026-07-01T15:19:48.938Z
21622026-07-01T15:19:48.938Zinfo: running `cargo check --bins` on gateway-client (68/299)
21632026-07-01T15:19:49.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-07-01T15:19:49.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-07-01T15:19:49.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-07-01T15:19:49.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21672026-07-01T15:19:49.459Z
21682026-07-01T15:19:49.459Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
21692026-07-01T15:19:49.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-07-01T15:19:49.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-07-01T15:19:49.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-07-01T15:19:49.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21732026-07-01T15:19:49.982Z
21742026-07-01T15:19:49.982Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
21752026-07-01T15:19:50.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-07-01T15:19:50.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-07-01T15:19:50.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-07-01T15:19:50.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21792026-07-01T15:19:50.499Z
21802026-07-01T15:19:50.499Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
21812026-07-01T15:19:50.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-07-01T15:19:50.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-07-01T15:19:50.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-07-01T15:19:50.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21852026-07-01T15:19:51.019Z
21862026-07-01T15:19:51.019Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
21872026-07-01T15:19:51.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-07-01T15:19:51.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-07-01T15:19:51.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-07-01T15:19:51.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21912026-07-01T15:19:51.545Z
21922026-07-01T15:19:51.545Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
21932026-07-01T15:19:52.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-07-01T15:19:52.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-07-01T15:19:52.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-07-01T15:19:52.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21972026-07-01T15:19:52.091Z
21982026-07-01T15:19:52.091Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
21992026-07-01T15:19:52.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-07-01T15:19:52.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-07-01T15:19:52.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-07-01T15:19:52.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22032026-07-01T15:19:52.633Z
22042026-07-01T15:19:52.634Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22052026-07-01T15:19:53.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-07-01T15:19:53.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-07-01T15:19:53.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-07-01T15:19:53.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22092026-07-01T15:19:53.146Z
22102026-07-01T15:19:53.146Zinfo: running `cargo check --bins` on oxlog (76/299)
22112026-07-01T15:19:53.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-07-01T15:19:53.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-07-01T15:19:53.699Z Checking cfg-if v1.0.4
22142026-07-01T15:19:53.702Z Checking libc v0.2.185
22152026-07-01T15:19:53.702Z Checking serde_core v1.0.228
22162026-07-01T15:19:53.810Z Checking zeroize v1.8.2
22172026-07-01T15:19:53.816Z Checking memchr v2.8.0
22182026-07-01T15:19:53.823Z Checking log v0.4.29
22192026-07-01T15:19:53.832Z Checking smallvec v1.15.1
22202026-07-01T15:19:53.846Z Checking typenum v1.19.0
22212026-07-01T15:19:53.846Z Checking subtle v2.6.1
22222026-07-01T15:19:53.949Z Checking itoa v1.0.17
22232026-07-01T15:19:53.978Z Checking scopeguard v1.2.0
22242026-07-01T15:19:53.994Z Checking stable_deref_trait v1.2.1
22252026-07-01T15:19:54.005Z Checking const-oid v0.9.6
22262026-07-01T15:19:54.064Z Checking zerofrom v0.1.6
22272026-07-01T15:19:54.076Z Checking lock_api v0.4.14
22282026-07-01T15:19:54.089Z Checking pin-project-lite v0.2.17
22292026-07-01T15:19:54.173Z Checking yoke v0.8.1
22302026-07-01T15:19:54.185Z Checking portable-atomic v1.13.1
22312026-07-01T15:19:54.189Z Checking critical-section v1.2.0
22322026-07-01T15:19:54.204Z Checking getrandom v0.2.17
22332026-07-01T15:19:54.266Z Checking errno v0.3.14
22342026-07-01T15:19:54.279Z Checking parking_lot_core v0.9.12
22352026-07-01T15:19:54.330Z Checking zerovec v0.11.5
22362026-07-01T15:19:54.342Z Checking rand_core v0.6.4
22372026-07-01T15:19:54.376Z Checking signal-hook-registry v1.4.8
22382026-07-01T15:19:54.461Z Checking futures-core v0.3.32
22392026-07-01T15:19:54.509Z Checking parking_lot v0.12.5
22402026-07-01T15:19:54.521Z Checking generic-array v0.14.7
22412026-07-01T15:19:54.534Z Checking mio v1.2.0
22422026-07-01T15:19:54.576Z Checking zerocopy v0.8.40
22432026-07-01T15:19:54.590Z Checking once_cell v1.21.3
22442026-07-01T15:19:54.679Z Checking zmij v1.0.21
22452026-07-01T15:19:54.696Z Checking socket2 v0.6.3
22462026-07-01T15:19:54.758Z Checking libm v0.2.16
22472026-07-01T15:19:54.769Z Checking tinystr v0.8.2
22482026-07-01T15:19:54.800Z Checking equivalent v1.0.2
22492026-07-01T15:19:54.880Z Checking writeable v0.6.2
22502026-07-01T15:19:54.890Z Checking percent-encoding v2.3.2
22512026-07-01T15:19:54.930Z Checking litemap v0.8.1
22522026-07-01T15:19:54.946Z Checking potential_utf v0.1.4
22532026-07-01T15:19:54.969Z Checking crypto-common v0.1.7
22542026-07-01T15:19:55.025Z Checking block-buffer v0.10.4
22552026-07-01T15:19:55.039Z Checking zerotrie v0.2.3
22562026-07-01T15:19:55.075Z Checking futures-sink v0.3.32
22572026-07-01T15:19:55.094Z Checking icu_collections v2.1.1
22582026-07-01T15:19:55.099Z Checking icu_locale_core v2.1.1
22592026-07-01T15:19:55.158Z Checking digest v0.10.7
22602026-07-01T15:19:55.171Z Checking futures-channel v0.3.32
22612026-07-01T15:19:55.271Z Checking cpufeatures v0.2.17
22622026-07-01T15:19:55.286Z Checking serde v1.0.228
22632026-07-01T15:19:55.335Z Checking bitflags v2.11.0
22642026-07-01T15:19:55.346Z Checking serde_json v1.0.150
22652026-07-01T15:19:55.358Z Checking slab v0.4.12
22662026-07-01T15:19:55.419Z Checking futures-io v0.3.32
22672026-07-01T15:19:55.459Z Checking num-traits v0.2.19
22682026-07-01T15:19:55.494Z Checking futures-task v0.3.32
22692026-07-01T15:19:55.508Z Checking hmac v0.12.1
22702026-07-01T15:19:55.528Z Checking icu_properties_data v2.1.2
22712026-07-01T15:19:55.627Z Checking futures-util v0.3.32
22722026-07-01T15:19:55.639Z Checking icu_normalizer_data v2.1.1
22732026-07-01T15:19:55.650Z Checking hashbrown v0.17.0
22742026-07-01T15:19:55.671Z Checking icu_provider v2.1.1
22752026-07-01T15:19:55.684Z Checking bytes v1.11.1
22762026-07-01T15:19:55.703Z Checking rand_core v0.10.0
22772026-07-01T15:19:55.838Z Checking getrandom v0.4.1
22782026-07-01T15:19:55.894Z Checking icu_properties v2.1.2
22792026-07-01T15:19:55.972Z Checking icu_normalizer v2.1.1
22802026-07-01T15:19:55.985Z Checking block-padding v0.3.3
22812026-07-01T15:19:56.005Z Checking utf8_iter v1.0.4
22822026-07-01T15:19:56.109Z Checking inout v0.1.4
22832026-07-01T15:19:56.113Z Checking indexmap v2.14.0
22842026-07-01T15:19:56.133Z Checking tokio v1.52.1
22852026-07-01T15:19:56.144Z Checking sha2 v0.10.9
22862026-07-01T15:19:56.242Z Checking cipher v0.4.4
22872026-07-01T15:19:56.274Z Checking form_urlencoded v1.2.2
22882026-07-01T15:19:56.403Z Checking getrandom v0.3.4
22892026-07-01T15:19:56.423Z Checking fnv v1.0.7
22902026-07-01T15:19:56.456Z Checking byteorder v1.5.0
22912026-07-01T15:19:56.522Z Checking base64ct v1.8.3
22922026-07-01T15:19:56.550Z Checking flagset v0.4.7
22932026-07-01T15:19:56.660Z Checking rand_core v0.9.5
22942026-07-01T15:19:56.673Z Checking http v1.4.2
22952026-07-01T15:19:56.704Z Checking regex-syntax v0.8.10
22962026-07-01T15:19:56.734Z Checking idna_adapter v1.2.1
22972026-07-01T15:19:56.756Z Checking pem-rfc7468 v0.7.0
22982026-07-01T15:19:56.829Z Checking salsa20 v0.10.2
22992026-07-01T15:19:56.847Z Checking idna v1.1.0
23002026-07-01T15:19:56.956Z Checking der v0.7.10
23012026-07-01T15:19:56.960Z Checking uuid v1.23.4
23022026-07-01T15:19:57.088Z Checking url v2.5.8
23032026-07-01T15:19:57.230Z Checking pbkdf2 v0.12.2
23042026-07-01T15:19:57.274Z Checking rustix v1.1.3
23052026-07-01T15:19:57.338Z Checking tracing-core v0.1.36
23062026-07-01T15:19:57.375Z Checking ppv-lite86 v0.2.21
23072026-07-01T15:19:57.521Z Checking iana-time-zone v0.1.65
23082026-07-01T15:19:57.576Z Checking base64 v0.22.1
23092026-07-01T15:19:57.621Z Checking chrono v0.4.44
23102026-07-01T15:19:57.635Z Checking tracing v0.1.44
23112026-07-01T15:19:57.647Z Checking spki v0.7.3
23122026-07-01T15:19:57.667Z Checking rand_chacha v0.9.0
23132026-07-01T15:19:57.805Z Checking scrypt v0.11.0
23142026-07-01T15:19:57.808Z Checking http-body v1.0.1
23152026-07-01T15:19:57.831Z Checking aes v0.8.4
23162026-07-01T15:19:57.860Z Checking cbc v0.1.2
23172026-07-01T15:19:57.937Z Checking rustls-pki-types v1.14.0
23182026-07-01T15:19:57.951Z Checking openssl-probe v0.2.1
23192026-07-01T15:19:57.982Z Checking tinyvec_macros v0.1.1
23202026-07-01T15:19:58.019Z Checking rand v0.9.2
23212026-07-01T15:19:58.044Z Checking tinyvec v1.10.0
23222026-07-01T15:19:58.056Z Checking aws-lc-sys v0.40.0
23232026-07-01T15:19:58.122Z Checking tower-layer v0.3.3
23242026-07-01T15:19:58.218Z Checking try-lock v0.2.5
23252026-07-01T15:19:58.230Z Checking pkcs5 v0.7.1
23262026-07-01T15:19:58.270Z Checking tower-service v0.3.3
23272026-07-01T15:19:58.311Z Checking atomic-waker v1.1.2
23282026-07-01T15:19:58.354Z Checking untrusted v0.7.1
23292026-07-01T15:19:58.354Z Checking want v0.3.1
23302026-07-01T15:19:58.407Z Checking ipnet v2.11.0
23312026-07-01T15:19:58.469Z Checking httparse v1.10.1
23322026-07-01T15:19:58.469Z Checking aho-corasick v1.1.4
23332026-07-01T15:19:58.492Z Checking pkcs8 v0.10.2
23342026-07-01T15:19:58.495Z Checking dyn-clone v1.0.20
23352026-07-01T15:19:58.495Z Checking plain v0.2.3
23362026-07-01T15:19:58.550Z Checking aws-lc-rs v1.16.3
23372026-07-01T15:19:58.595Z Checking fastrand v2.3.0
23382026-07-01T15:19:58.606Z Checking foreign-types-shared v0.1.1
23392026-07-01T15:19:58.658Z Checking httpdate v1.0.3
23402026-07-01T15:19:58.672Z Checking untrusted v0.9.0
23412026-07-01T15:19:58.688Z Checking utf8parse v0.2.2
23422026-07-01T15:19:58.697Z Checking foreign-types v0.3.2
23432026-07-01T15:19:58.762Z Checking unicode-normalization v0.1.25
23442026-07-01T15:19:58.776Z Checking tempfile v3.25.0
23452026-07-01T15:19:58.785Z Checking semver v1.0.28
23462026-07-01T15:19:58.785Z Checking openssl-sys v0.9.115
23472026-07-01T15:19:58.808Z Checking spin v0.9.8
23482026-07-01T15:19:58.963Z Checking anstyle v1.0.14
23492026-07-01T15:19:58.983Z Checking unicode-ident v1.0.24
23502026-07-01T15:19:58.996Z Checking ucd-trie v0.1.7
23512026-07-01T15:19:59.096Z Checking proc-macro2 v1.0.106
23522026-07-01T15:19:59.125Z Checking pest v2.8.6
23532026-07-01T15:19:59.139Z Checking schemars v0.8.22
23542026-07-01T15:19:59.155Z Checking regex-automata v0.4.14
23552026-07-01T15:19:59.168Z Checking openssl v0.10.79
23562026-07-01T15:19:59.183Z Checking thiserror v2.0.18
23572026-07-01T15:19:59.280Z Checking sync_wrapper v1.0.2
23582026-07-01T15:19:59.381Z Checking wait-timeout v0.2.1
23592026-07-01T15:19:59.398Z Checking rustls-webpki v0.103.9
23602026-07-01T15:19:59.411Z Checking quick-error v1.2.3
23612026-07-01T15:19:59.433Z Checking tokio-util v0.7.18
23622026-07-01T15:19:59.498Z Checking bit-vec v0.8.0
23632026-07-01T15:19:59.511Z Checking simd-adler32 v0.3.8
23642026-07-01T15:19:59.676Z Checking siphasher v1.0.2
23652026-07-01T15:19:59.690Z Checking is_terminal_polyfill v1.70.2
23662026-07-01T15:19:59.775Z Checking powerfmt v0.2.0
23672026-07-01T15:19:59.787Z Checking pretty-hex v0.4.1
23682026-07-01T15:19:59.804Z Checking rustls v0.23.41
23692026-07-01T15:19:59.827Z Checking anstyle-query v1.1.5
23702026-07-01T15:19:59.895Z Checking colorchoice v1.0.4
23712026-07-01T15:19:59.915Z Checking bit-set v0.8.0
23722026-07-01T15:19:59.925Z Checking deranged v0.5.8
23732026-07-01T15:19:59.989Z Checking rusty-fork v0.3.1
23742026-07-01T15:20:00.041Z Checking h2 v0.4.15
23752026-07-01T15:20:00.056Z Checking tower v0.5.3
23762026-07-01T15:20:00.158Z Checking quote v1.0.45
23772026-07-01T15:20:00.204Z Compiling newtype-uuid v1.3.2
23782026-07-01T15:20:00.324Z Checking http-body-util v0.1.3
23792026-07-01T15:20:00.379Z Checking crossbeam-utils v0.8.21
23802026-07-01T15:20:00.439Z Checking rand_xorshift v0.4.0
23812026-07-01T15:20:00.537Z Checking crc32fast v1.5.0
23822026-07-01T15:20:00.554Z Checking scroll v0.13.0
23832026-07-01T15:20:00.675Z Checking signature v2.2.0
23842026-07-01T15:20:00.715Z Checking num-conv v0.2.0
23852026-07-01T15:20:00.780Z Checking unicode-bidi v0.3.18
23862026-07-01T15:20:00.800Z Checking unarray v0.1.4
23872026-07-01T15:20:00.829Z Checking adler2 v2.0.1
23882026-07-01T15:20:00.852Z Checking iri-string v0.7.10
23892026-07-01T15:20:00.899Z Checking time-core v0.1.8
23902026-07-01T15:20:00.933Z Checking unicode-properties v0.1.4
23912026-07-01T15:20:01.009Z Checking ryu v1.0.23
23922026-07-01T15:20:01.035Z Checking num_threads v0.1.7
23932026-07-01T15:20:01.071Z Checking allocator-api2 v0.2.21
23942026-07-01T15:20:01.116Z Checking stringprep v0.1.5
23952026-07-01T15:20:01.129Z Checking time v0.3.47
23962026-07-01T15:20:01.145Z Checking serde_urlencoded v0.7.1
23972026-07-01T15:20:01.187Z Checking native-tls v0.2.18
23982026-07-01T15:20:01.264Z Checking bstr v1.12.1
23992026-07-01T15:20:01.344Z Checking miniz_oxide v0.8.9
24002026-07-01T15:20:01.356Z Checking proptest v1.10.0
24012026-07-01T15:20:01.368Z Checking tokio-native-tls v0.3.1
24022026-07-01T15:20:01.541Z Checking goblin v0.10.5
24032026-07-01T15:20:01.680Z Checking crossbeam-epoch v0.9.18
24042026-07-01T15:20:01.718Z Compiling daft v0.1.7
24052026-07-01T15:20:01.895Z Checking tower-http v0.6.8
24062026-07-01T15:20:01.909Z Checking syn v2.0.117
24072026-07-01T15:20:02.006Z Checking ipnetwork v0.21.1
24082026-07-01T15:20:02.099Z Checking anstyle-parse v1.0.0
24092026-07-01T15:20:02.171Z Checking rustls-native-certs v0.8.3
24102026-07-01T15:20:02.222Z Checking rand_chacha v0.3.1
24112026-07-01T15:20:02.249Z Checking thiserror v1.0.69
24122026-07-01T15:20:02.296Z Checking scroll v0.12.0
24132026-07-01T15:20:02.342Z Checking zstd-sys v2.0.16+zstd.1.5.7
24142026-07-01T15:20:02.342Z Checking hash32 v0.2.1
24152026-07-01T15:20:02.413Z Checking num-integer v0.1.46
24162026-07-01T15:20:02.426Z Checking toml_datetime v0.6.11
24172026-07-01T15:20:02.494Z Checking serde_spanned v0.6.9
24182026-07-01T15:20:02.520Z Checking md-5 v0.10.6
24192026-07-01T15:20:02.603Z Checking ff v0.13.1
24202026-07-01T15:20:02.617Z Checking encoding_rs v0.8.35
24212026-07-01T15:20:02.634Z Checking fallible-iterator v0.2.0
24222026-07-01T15:20:02.651Z Checking psl-types v2.0.11
24232026-07-01T15:20:02.726Z Checking mime v0.3.17
24242026-07-01T15:20:02.765Z Checking base16ct v0.2.0
24252026-07-01T15:20:02.886Z Checking zlib-rs v0.6.2
24262026-07-01T15:20:02.899Z Checking sec1 v0.7.3
24272026-07-01T15:20:02.911Z Checking postgres-protocol v0.6.10
24282026-07-01T15:20:02.922Z Checking hyper v1.10.1
24292026-07-01T15:20:03.106Z Checking publicsuffix v2.3.0
24302026-07-01T15:20:03.227Z Checking group v0.13.0
24312026-07-01T15:20:03.259Z Checking num-iter v0.1.45
24322026-07-01T15:20:03.357Z Checking goblin v0.8.2
24332026-07-01T15:20:03.370Z Checking heapless v0.7.17
24342026-07-01T15:20:03.373Z Checking rand v0.8.6
24352026-07-01T15:20:03.558Z Checking zstd-safe v7.2.4
24362026-07-01T15:20:03.721Z Checking cookie v0.18.1
24372026-07-01T15:20:03.756Z Checking flate2 v1.1.9
24382026-07-01T15:20:03.783Z Checking anstream v1.0.0
24392026-07-01T15:20:03.871Z Checking hyper-util v0.1.20
24402026-07-01T15:20:03.888Z Checking dof v0.4.0
24412026-07-01T15:20:03.901Z Checking oxnet v0.1.6
24422026-07-01T15:20:03.953Z Compiling iddqd v0.4.2
24432026-07-01T15:20:03.979Z Checking tokio-rustls v0.26.4
24442026-07-01T15:20:04.051Z Checking dtrace-parser v0.3.0
24452026-07-01T15:20:04.151Z Checking phf_shared v0.13.1
24462026-07-01T15:20:04.205Z Checking lazy_static v1.5.0
24472026-07-01T15:20:04.219Z Checking anstyle-parse v0.2.7
24482026-07-01T15:20:04.284Z Checking zerocopy v0.7.35
24492026-07-01T15:20:04.298Z Checking pin-project v1.1.11
24502026-07-01T15:20:04.343Z Checking terminal_size v0.4.3
24512026-07-01T15:20:04.365Z Checking bzip2-sys v0.1.13+1.0.8
24522026-07-01T15:20:04.383Z Checking signal-hook v0.3.18
24532026-07-01T15:20:04.447Z Checking futures-executor v0.3.32
24542026-07-01T15:20:04.460Z Checking hex v0.4.3
24552026-07-01T15:20:04.519Z Checking hkdf v0.12.4
24562026-07-01T15:20:04.571Z Checking crypto-bigint v0.5.5
24572026-07-01T15:20:04.591Z Checking thread-id v5.1.0
24582026-07-01T15:20:04.648Z Compiling rayon-core v1.13.0
24592026-07-01T15:20:04.663Z Checking bumpalo v3.20.2
24602026-07-01T15:20:04.676Z Checking foldhash v0.2.0
24612026-07-01T15:20:04.770Z Checking clap_lex v1.0.0
24622026-07-01T15:20:04.826Z Checking either v1.15.0
24632026-07-01T15:20:04.838Z Checking strsim v0.11.1
24642026-07-01T15:20:04.859Z Checking libbz2-rs-sys v0.2.2
24652026-07-01T15:20:04.918Z Checking managed v0.8.0
24662026-07-01T15:20:04.996Z Checking bitflags v1.3.2
24672026-07-01T15:20:05.009Z Checking same-file v1.0.6
24682026-07-01T15:20:05.068Z Checking foldhash v0.1.5
24692026-07-01T15:20:05.104Z Checking winnow v0.5.40
24702026-07-01T15:20:05.125Z Checking walkdir v2.5.0
24712026-07-01T15:20:05.138Z Checking hyper-tls v0.6.0
24722026-07-01T15:20:05.197Z Checking hashbrown v0.15.5
24732026-07-01T15:20:05.219Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24742026-07-01T15:20:05.250Z Checking bzip2 v0.6.1
24752026-07-01T15:20:05.266Z Checking dof v0.3.0
24762026-07-01T15:20:05.282Z Checking hyper-rustls v0.27.7
24772026-07-01T15:20:05.301Z Checking reqwest v0.12.28
24782026-07-01T15:20:05.404Z Checking smoltcp v0.9.1
24792026-07-01T15:20:05.419Z Checking clap_builder v4.6.0
24802026-07-01T15:20:05.462Z Checking elliptic-curve v0.13.8
24812026-07-01T15:20:05.483Z Checking zopfli v0.8.3
24822026-07-01T15:20:05.557Z Checking hashbrown v0.16.1
24832026-07-01T15:20:05.676Z Checking usdt-impl v0.6.0
24842026-07-01T15:20:05.769Z Checking futures v0.3.32
24852026-07-01T15:20:05.807Z Checking signal-hook-mio v0.2.5
24862026-07-01T15:20:05.845Z Checking bzip2 v0.4.4
24872026-07-01T15:20:05.910Z Checking snafu v0.8.9
24882026-07-01T15:20:05.949Z Checking anstream v0.6.21
24892026-07-01T15:20:05.995Z Checking phf v0.13.1
24902026-07-01T15:20:06.007Z Checking num-bigint-dig v0.8.6
24912026-07-01T15:20:06.056Z Checking cookie_store v0.22.1
24922026-07-01T15:20:06.137Z Checking zstd v0.13.3
24932026-07-01T15:20:06.141Z Checking postgres-types v0.2.12
24942026-07-01T15:20:06.141Z Checking dtrace-parser v0.2.0
24952026-07-01T15:20:06.251Z Checking toml_edit v0.19.15
24962026-07-01T15:20:06.289Z Checking rustls-platform-verifier v0.6.2
24972026-07-01T15:20:06.318Z Checking crossbeam-deque v0.8.6
24982026-07-01T15:20:06.385Z Checking globset v0.4.18
24992026-07-01T15:20:06.397Z Checking regex v1.12.3
25002026-07-01T15:20:06.421Z Checking ed25519 v2.2.3
25012026-07-01T15:20:06.454Z Checking phf_shared v0.11.3
25022026-07-01T15:20:06.513Z Checking olpc-cjson v0.1.4
25032026-07-01T15:20:06.594Z Checking curve25519-dalek v4.1.3
25042026-07-01T15:20:06.615Z Checking ref-cast v1.0.25
25052026-07-01T15:20:06.647Z Checking strum v0.27.2
25062026-07-01T15:20:06.659Z Checking hubpack v0.1.2
25072026-07-01T15:20:06.671Z Checking memoffset v0.9.1
25082026-07-01T15:20:06.684Z Checking rustix v0.38.44
25092026-07-01T15:20:06.710Z Checking pkcs1 v0.7.5
25102026-07-01T15:20:06.745Z Checking pem v3.0.6
25112026-07-01T15:20:06.763Z Checking float-cmp v0.10.0
25122026-07-01T15:20:06.825Z Checking serde_plain v1.0.2
25132026-07-01T15:20:06.828Z Checking erased-serde v0.3.31
25142026-07-01T15:20:06.881Z Checking serde-big-array v0.5.1
25152026-07-01T15:20:06.903Z Checking rfc6979 v0.4.0
25162026-07-01T15:20:06.917Z Checking thread-id v4.2.2
25172026-07-01T15:20:06.969Z Checking memmap2 v0.9.10
25182026-07-01T15:20:06.992Z Checking env_filter v1.0.0
25192026-07-01T15:20:07.011Z Checking toml_write v0.1.2
25202026-07-01T15:20:07.090Z Checking keccak v0.1.6
25212026-07-01T15:20:07.127Z Checking new_debug_unreachable v1.0.6
25222026-07-01T15:20:07.140Z Checking precomputed-hash v0.1.1
25232026-07-01T15:20:07.171Z Checking whoami v2.1.0
25242026-07-01T15:20:07.183Z Checking normalize-line-endings v0.3.0
25252026-07-01T15:20:07.193Z Checking typed-path v0.9.3
25262026-07-01T15:20:07.214Z Checking static_assertions v1.1.0
25272026-07-01T15:20:07.217Z Checking winnow v0.7.14
25282026-07-01T15:20:07.265Z Checking difflib v0.4.0
25292026-07-01T15:20:07.282Z Checking fixedbitset v0.5.7
25302026-07-01T15:20:07.334Z Checking data-encoding v2.10.0
25312026-07-01T15:20:07.359Z Checking predicates-core v1.0.10
25322026-07-01T15:20:07.374Z Checking jiff v0.2.21
25332026-07-01T15:20:07.437Z Checking unicode-segmentation v1.12.0
25342026-07-01T15:20:07.467Z Checking winnow v1.0.3
25352026-07-01T15:20:07.479Z Checking fixedbitset v0.4.2
25362026-07-01T15:20:07.498Z Checking crossterm v0.28.1
25372026-07-01T15:20:07.605Z Checking hickory-proto v0.25.2
25382026-07-01T15:20:07.622Z Checking petgraph v0.6.5
25392026-07-01T15:20:07.746Z Checking similar v2.7.0
25402026-07-01T15:20:07.749Z Checking toml_parser v1.1.2+spec-1.1.0
25412026-07-01T15:20:07.963Z Checking tough v0.22.0
25422026-07-01T15:20:08.085Z Checking predicates v3.1.4
25432026-07-01T15:20:08.130Z Checking petgraph v0.8.3
25442026-07-01T15:20:08.214Z Checking ed25519-dalek v2.2.0
25452026-07-01T15:20:08.388Z Checking tokio-postgres v0.7.16
25462026-07-01T15:20:08.409Z Checking toml_edit v0.22.27
25472026-07-01T15:20:08.449Z Checking toml v0.7.8
25482026-07-01T15:20:08.764Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25492026-07-01T15:20:08.880Z Checking slog v2.8.2
25502026-07-01T15:20:09.149Z Checking string_cache v0.8.9
25512026-07-01T15:20:09.321Z Checking sha3 v0.10.8
25522026-07-01T15:20:09.513Z Checking env_logger v0.11.9
25532026-07-01T15:20:09.525Z Checking usdt v0.6.0
25542026-07-01T15:20:09.589Z Checking zip v4.6.1
25552026-07-01T15:20:09.633Z Checking ecdsa v0.16.9
25562026-07-01T15:20:09.681Z Checking usdt-impl v0.5.0
25572026-07-01T15:20:09.694Z Checking rsa v0.9.10
25582026-07-01T15:20:09.707Z Checking nix v0.31.2
25592026-07-01T15:20:09.973Z Checking clap v4.6.1
25602026-07-01T15:20:10.045Z Checking reqwest v0.13.2
25612026-07-01T15:20:10.162Z Checking zip v0.6.6
25622026-07-01T15:20:10.192Z Checking itertools v0.13.0
25632026-07-01T15:20:10.315Z Checking serde_with v3.17.0
25642026-07-01T15:20:10.439Z Checking strum v0.26.3
25652026-07-01T15:20:10.490Z Checking fs-err v3.3.0
25662026-07-01T15:20:10.549Z Checking ahash v0.8.12
25672026-07-01T15:20:10.743Z Checking tokio-stream v0.1.18
25682026-07-01T15:20:10.743Z Checking object v0.37.3
25692026-07-01T15:20:10.792Z Checking buf-list v1.1.2
25702026-07-01T15:20:10.858Z Checking anyhow v1.0.102
25712026-07-01T15:20:10.910Z Checking camino v1.2.2
25722026-07-01T15:20:10.972Z Checking x509-cert v0.2.5
25732026-07-01T15:20:11.055Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25742026-07-01T15:20:11.070Z Checking openapiv3 v2.2.0
25752026-07-01T15:20:11.140Z Checking sha1 v0.10.6
25762026-07-01T15:20:11.160Z Checking lalrpop-util v0.19.12
25772026-07-01T15:20:11.232Z Checking peg-runtime v0.8.5
25782026-07-01T15:20:11.296Z Checking rayon v1.11.0
25792026-07-01T15:20:11.316Z Checking sigpipe v0.1.3
25802026-07-01T15:20:11.319Z Checking glob v0.3.3
25812026-07-01T15:20:12.967Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25822026-07-01T15:20:13.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.08s
25832026-07-01T15:20:13.383Z
25842026-07-01T15:20:13.384Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
25852026-07-01T15:20:13.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862026-07-01T15:20:13.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872026-07-01T15:20:13.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882026-07-01T15:20:13.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
25892026-07-01T15:20:13.911Z
25902026-07-01T15:20:13.911Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
25912026-07-01T15:20:14.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922026-07-01T15:20:14.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932026-07-01T15:20:14.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942026-07-01T15:20:14.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
25952026-07-01T15:20:14.438Z
25962026-07-01T15:20:14.438Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
25972026-07-01T15:20:14.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982026-07-01T15:20:14.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992026-07-01T15:20:14.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002026-07-01T15:20:14.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26012026-07-01T15:20:14.979Z
26022026-07-01T15:20:14.979Zinfo: running `cargo check --bins` on oxql-types (80/299)
26032026-07-01T15:20:15.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042026-07-01T15:20:15.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052026-07-01T15:20:15.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062026-07-01T15:20:15.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26072026-07-01T15:20:15.500Z
26082026-07-01T15:20:15.500Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26092026-07-01T15:20:15.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102026-07-01T15:20:15.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112026-07-01T15:20:15.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122026-07-01T15:20:15.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26132026-07-01T15:20:16.024Z
26142026-07-01T15:20:16.024Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26152026-07-01T15:20:16.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162026-07-01T15:20:16.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172026-07-01T15:20:16.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182026-07-01T15:20:16.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26192026-07-01T15:20:16.553Z
26202026-07-01T15:20:16.553Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26212026-07-01T15:20:16.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-07-01T15:20:16.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-07-01T15:20:16.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-07-01T15:20:16.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26252026-07-01T15:20:17.059Z
26262026-07-01T15:20:17.059Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26272026-07-01T15:20:17.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-07-01T15:20:17.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-07-01T15:20:17.685Z Compiling structmeta-derive v0.3.0
26302026-07-01T15:20:17.801Z Compiling multer v3.1.0
26312026-07-01T15:20:17.812Z Compiling async-stream-impl v0.3.6
26322026-07-01T15:20:17.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26332026-07-01T15:20:17.830Z Compiling dropshot v0.17.1
26342026-07-01T15:20:17.845Z Compiling newtype-uuid-macros v0.1.0
26352026-07-01T15:20:17.848Z Compiling dropshot_endpoint v0.17.1
26362026-07-01T15:20:17.869Z Checking newtype-uuid v1.3.2
26372026-07-01T15:20:18.041Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26382026-07-01T15:20:18.059Z Checking daft v0.1.7
26392026-07-01T15:20:18.074Z Checking hybrid-array v0.4.10
26402026-07-01T15:20:18.289Z Checking thread_local v1.1.9
26412026-07-01T15:20:18.401Z Checking const-oid v0.10.2
26422026-07-01T15:20:18.446Z Checking compression-core v0.4.31
26432026-07-01T15:20:18.459Z Checking match_cfg v0.1.0
26442026-07-01T15:20:18.513Z Checking block-buffer v0.12.1
26452026-07-01T15:20:18.527Z Checking crypto-common v0.2.2
26462026-07-01T15:20:18.554Z Checking hostname v0.3.1
26472026-07-01T15:20:18.569Z Checking compression-codecs v0.4.37
26482026-07-01T15:20:18.611Z Checking iddqd v0.4.2
26492026-07-01T15:20:18.655Z Checking crossbeam-channel v0.5.15
26502026-07-01T15:20:18.663Z Checking atomicwrites v0.4.4
26512026-07-01T15:20:18.714Z Checking slog-json v2.6.1
26522026-07-01T15:20:18.733Z Checking serde_spanned v1.1.1
26532026-07-01T15:20:18.785Z Checking is-terminal v0.4.17
26542026-07-01T15:20:18.847Z Compiling structmeta v0.3.0
26552026-07-01T15:20:18.860Z Checking toml_datetime v1.1.1+spec-1.1.0
26562026-07-01T15:20:18.872Z Checking debug-ignore v1.0.5
26572026-07-01T15:20:18.876Z Checking cpufeatures v0.3.0
26582026-07-01T15:20:18.955Z Checking take_mut v0.2.2
26592026-07-01T15:20:18.968Z Checking toml_writer v1.1.1+spec-1.1.0
26602026-07-01T15:20:18.986Z Checking term v1.2.1
26612026-07-01T15:20:19.053Z Checking slog-async v2.8.0
26622026-07-01T15:20:19.053Z Compiling derive-ex v0.1.8
26632026-07-01T15:20:19.078Z Compiling parse-display-derive v0.10.0
26642026-07-01T15:20:19.090Z Checking digest v0.11.3
26652026-07-01T15:20:19.144Z Checking toml v1.1.2+spec-1.1.0
26662026-07-01T15:20:19.200Z Checking slog-term v2.9.2
26672026-07-01T15:20:19.221Z Checking slog-bunyan v2.5.0
26682026-07-01T15:20:19.236Z Checking sha1 v0.11.0
26692026-07-01T15:20:19.332Z Checking async-compression v0.4.41
26702026-07-01T15:20:19.530Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26712026-07-01T15:20:19.572Z Checking async-stream v0.3.6
26722026-07-01T15:20:19.603Z Checking progenitor-client v0.14.0
26732026-07-01T15:20:19.633Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26742026-07-01T15:20:19.646Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26752026-07-01T15:20:19.732Z Checking waitgroup v0.1.2
26762026-07-01T15:20:19.743Z Checking rustls-pemfile v2.2.0
26772026-07-01T15:20:19.782Z Checking backon v1.6.0
26782026-07-01T15:20:19.825Z Checking serde_path_to_error v0.1.20
26792026-07-01T15:20:19.838Z Checking hostname v0.4.2
26802026-07-01T15:20:19.879Z Checking instant v0.1.13
26812026-07-01T15:20:19.958Z Checking backoff v0.4.0
26822026-07-01T15:20:20.129Z Checking progenitor-extras v0.2.0
26832026-07-01T15:20:20.154Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26842026-07-01T15:20:20.305Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26852026-07-01T15:20:20.318Z Checking itertools v0.14.0
26862026-07-01T15:20:20.355Z Checking regress v0.10.5
26872026-07-01T15:20:20.578Z Checking macaddr v1.0.1
26882026-07-01T15:20:20.776Z Compiling test-strategy v0.4.5
26892026-07-01T15:20:20.779Z Checking parse-display v0.10.0
26902026-07-01T15:20:20.918Z Checking humantime v2.3.0
26912026-07-01T15:20:21.889Z Compiling prettyplease v0.2.37
26922026-07-01T15:20:22.164Z Checking num-rational v0.4.2
26932026-07-01T15:20:22.302Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26942026-07-01T15:20:22.467Z Checking num-complex v0.4.6
26952026-07-01T15:20:22.675Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26962026-07-01T15:20:23.026Z Checking num v0.4.3
26972026-07-01T15:20:23.026Z Compiling usdt-attr-macro v0.5.0
26982026-07-01T15:20:23.123Z Compiling usdt-macro v0.5.0
26992026-07-01T15:20:23.156Z Checking memmap v0.7.0
27002026-07-01T15:20:23.184Z Compiling float-ord v0.3.2
27012026-07-01T15:20:23.305Z Compiling convert_case v0.4.0
27022026-07-01T15:20:23.390Z Checking unicode-width v0.2.0
27032026-07-01T15:20:23.641Z Checking console v0.15.11
27042026-07-01T15:20:23.687Z Compiling derive_more v0.99.20
27052026-07-01T15:20:23.834Z Checking newline-converter v0.3.0
27062026-07-01T15:20:23.849Z Checking usdt v0.5.0
27072026-07-01T15:20:23.927Z Compiling toml v0.8.23
27082026-07-01T15:20:23.941Z Checking linked-hash-map v0.5.6
27092026-07-01T15:20:24.014Z Compiling minimal-lexical v0.2.1
27102026-07-01T15:20:24.107Z Checking lru-cache v0.1.2
27112026-07-01T15:20:24.230Z Compiling nom v7.1.3
27122026-07-01T15:20:24.266Z Checking expectorate v1.2.0
27132026-07-01T15:20:24.668Z Checking camino-tempfile v1.4.1
27142026-07-01T15:20:24.834Z Checking hickory-proto v0.24.4
27152026-07-01T15:20:24.858Z Checking phf_shared v0.12.1
27162026-07-01T15:20:24.908Z Compiling slog-dtrace v0.3.0
27172026-07-01T15:20:24.998Z Checking resolv-conf v0.7.6
27182026-07-01T15:20:25.185Z Compiling unicode-xid v0.2.6
27192026-07-01T15:20:25.308Z Checking heck v0.5.0
27202026-07-01T15:20:25.439Z Compiling chrono-tz v0.10.4
27212026-07-01T15:20:25.562Z Compiling const_format_proc_macros v0.2.34
27222026-07-01T15:20:25.588Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27232026-07-01T15:20:25.705Z Checking phf v0.12.1
27242026-07-01T15:20:25.838Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27252026-07-01T15:20:25.852Z Checking tokio-dtrace v0.1.1
27262026-07-01T15:20:26.034Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27272026-07-01T15:20:26.083Z Compiling derive-where v1.6.0
27282026-07-01T15:20:26.274Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27292026-07-01T15:20:26.612Z Checking highway v1.3.0
27302026-07-01T15:20:26.742Z Checking hickory-resolver v0.24.4
27312026-07-01T15:20:26.853Z Checking const_format v0.2.35
27322026-07-01T15:20:27.089Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27332026-07-01T15:20:27.402Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27342026-07-01T15:20:27.491Z Checking oxide-tokio-rt v0.1.4
27352026-07-01T15:20:27.503Z Checking qorb v0.4.1
27362026-07-01T15:20:27.650Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27372026-07-01T15:20:27.663Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27382026-07-01T15:20:27.749Z Checking gethostname v0.5.0
27392026-07-01T15:20:27.837Z Checking bcs v0.1.6
27402026-07-01T15:20:27.862Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27412026-07-01T15:20:27.896Z Checking termtree v0.5.1
27422026-07-01T15:20:31.185Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27432026-07-01T15:20:33.627Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27442026-07-01T15:20:35.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s
27452026-07-01T15:20:35.881Z
27462026-07-01T15:20:35.881Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27472026-07-01T15:20:36.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482026-07-01T15:20:36.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492026-07-01T15:20:36.511Z Compiling ar_archive_writer v0.5.1
27502026-07-01T15:20:36.618Z Compiling stacker v0.1.23
27512026-07-01T15:20:36.621Z Compiling cfg_aliases v0.1.1
27522026-07-01T15:20:36.633Z Compiling convert_case v0.10.0
27532026-07-01T15:20:36.639Z Checking unicode-width v0.1.14
27542026-07-01T15:20:36.648Z Compiling proc-macro-error v1.0.4
27552026-07-01T15:20:36.659Z Checking fd-lock v4.0.4
27562026-07-01T15:20:36.659Z Checking nibble_vec v0.1.0
27572026-07-01T15:20:36.681Z Compiling nix v0.28.0
27582026-07-01T15:20:36.774Z Checking vte v0.14.1
27592026-07-01T15:20:36.786Z Compiling recursive-proc-macro-impl v0.1.1
27602026-07-01T15:20:36.883Z Checking bytecount v0.6.9
27612026-07-01T15:20:36.899Z Checking endian-type v0.1.2
27622026-07-01T15:20:36.919Z Compiling derive_more-impl v2.1.1
27632026-07-01T15:20:36.933Z Checking strip-ansi-escapes v0.2.1
27642026-07-01T15:20:36.956Z Compiling tabled_derive v0.7.0
27652026-07-01T15:20:36.995Z Checking papergrid v0.11.0
27662026-07-01T15:20:37.017Z Checking radix_trie v0.2.1
27672026-07-01T15:20:37.041Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-07-01T15:20:37.203Z Compiling peg-macros v0.8.5
27692026-07-01T15:20:37.222Z Checking winnow v0.6.26
27702026-07-01T15:20:37.455Z Compiling psm v0.1.30
27712026-07-01T15:20:37.543Z Compiling sqlparser_derive v0.5.0
27722026-07-01T15:20:37.614Z Checking unicode_categories v0.1.1
27732026-07-01T15:20:37.746Z Checking derive_more v2.1.1
27742026-07-01T15:20:37.765Z Checking nu-ansi-term v0.50.3
27752026-07-01T15:20:37.822Z Checking home v0.5.12
27762026-07-01T15:20:37.929Z Checking crossterm v0.29.0
27772026-07-01T15:20:37.963Z Checking tabled v0.15.0
27782026-07-01T15:20:37.976Z Checking reedline v0.40.0
27792026-07-01T15:20:37.999Z Checking rustyline v14.0.0
27802026-07-01T15:20:38.242Z Checking recursive v0.1.1
27812026-07-01T15:20:38.333Z Checking sqlparser v0.61.0
27822026-07-01T15:20:38.350Z Checking display-error-chain v0.2.2
27832026-07-01T15:20:38.381Z Checking sqlformat v0.3.5
27842026-07-01T15:20:38.597Z Checking peg v0.8.5
27852026-07-01T15:20:49.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
27862026-07-01T15:20:49.834Z
27872026-07-01T15:20:49.834Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
27882026-07-01T15:20:50.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-07-01T15:20:50.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-07-01T15:20:50.454Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27912026-07-01T15:20:53.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
27922026-07-01T15:20:54.080Z
27932026-07-01T15:20:54.080Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
27942026-07-01T15:20:54.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-07-01T15:20:54.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-07-01T15:20:54.693Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27972026-07-01T15:20:57.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
27982026-07-01T15:20:57.334Z
27992026-07-01T15:20:57.334Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28002026-07-01T15:20:57.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-07-01T15:20:57.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-07-01T15:20:57.946Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28032026-07-01T15:21:01.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28042026-07-01T15:21:01.363Z
28052026-07-01T15:21:01.363Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28062026-07-01T15:21:01.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-07-01T15:21:01.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-07-01T15:21:01.982Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092026-07-01T15:21:05.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28102026-07-01T15:21:05.438Z
28112026-07-01T15:21:05.438Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28122026-07-01T15:21:05.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-07-01T15:21:05.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-07-01T15:21:06.053Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28152026-07-01T15:21:08.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28162026-07-01T15:21:08.815Z
28172026-07-01T15:21:08.815Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28182026-07-01T15:21:09.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-07-01T15:21:09.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-07-01T15:21:09.428Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28212026-07-01T15:21:12.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28222026-07-01T15:21:12.219Z
28232026-07-01T15:21:12.219Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28242026-07-01T15:21:12.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-07-01T15:21:12.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-07-01T15:21:12.843Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28272026-07-01T15:21:16.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28282026-07-01T15:21:16.474Z
28292026-07-01T15:21:16.474Zinfo: running `cargo check --bins` on oximeter (93/299)
28302026-07-01T15:21:16.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-07-01T15:21:16.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-07-01T15:21:16.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-07-01T15:21:16.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28342026-07-01T15:21:16.999Z
28352026-07-01T15:21:17.000Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28362026-07-01T15:21:17.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-07-01T15:21:17.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-07-01T15:21:17.576Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28392026-07-01T15:21:17.732Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28402026-07-01T15:21:17.735Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28412026-07-01T15:21:18.082Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28422026-07-01T15:21:20.611Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28432026-07-01T15:21:21.851Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28442026-07-01T15:21:22.018Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28452026-07-01T15:21:22.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
28462026-07-01T15:21:22.833Z
28472026-07-01T15:21:22.833Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28482026-07-01T15:21:23.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-07-01T15:21:23.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-07-01T15:21:23.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-07-01T15:21:23.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28522026-07-01T15:21:23.360Z
28532026-07-01T15:21:23.360Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28542026-07-01T15:21:23.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-07-01T15:21:23.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-07-01T15:21:23.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-07-01T15:21:23.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28582026-07-01T15:21:23.932Z
28592026-07-01T15:21:23.932Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
28602026-07-01T15:21:24.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-07-01T15:21:24.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-07-01T15:21:24.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-07-01T15:21:24.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28642026-07-01T15:21:24.467Z
28652026-07-01T15:21:24.467Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
28662026-07-01T15:21:24.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-07-01T15:21:24.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-07-01T15:21:24.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-07-01T15:21:24.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28702026-07-01T15:21:25.003Z
28712026-07-01T15:21:25.003Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
28722026-07-01T15:21:25.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-07-01T15:21:25.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-07-01T15:21:25.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-07-01T15:21:25.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28762026-07-01T15:21:25.536Z
28772026-07-01T15:21:25.536Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
28782026-07-01T15:21:25.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-07-01T15:21:25.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-07-01T15:21:25.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-07-01T15:21:25.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28822026-07-01T15:21:26.070Z
28832026-07-01T15:21:26.070Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
28842026-07-01T15:21:26.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-07-01T15:21:26.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-07-01T15:21:26.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-07-01T15:21:26.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28882026-07-01T15:21:26.590Z
28892026-07-01T15:21:26.590Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
28902026-07-01T15:21:27.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-07-01T15:21:27.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-07-01T15:21:27.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-07-01T15:21:27.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28942026-07-01T15:21:27.123Z
28952026-07-01T15:21:27.123Zinfo: running `cargo check --bins` on update-engine (103/299)
28962026-07-01T15:21:27.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-07-01T15:21:27.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-07-01T15:21:27.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-07-01T15:21:27.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29002026-07-01T15:21:27.641Z
29012026-07-01T15:21:27.641Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29022026-07-01T15:21:28.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-07-01T15:21:28.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-07-01T15:21:28.308Z Compiling crucible-workspace-hack v0.1.0
29052026-07-01T15:21:28.423Z Checking secrecy v0.10.3
29062026-07-01T15:21:28.430Z Compiling heapless v0.8.0
29072026-07-01T15:21:28.433Z Compiling toml_datetime v0.7.5+spec-1.1.0
29082026-07-01T15:21:28.441Z Compiling ingot-macros v0.1.1
29092026-07-01T15:21:28.447Z Checking hash32 v0.3.1
29102026-07-01T15:21:28.458Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29112026-07-01T15:21:28.462Z Compiling smoltcp v0.11.0
29122026-07-01T15:21:28.520Z Checking cobs v0.3.0
29132026-07-01T15:21:28.563Z Compiling thiserror-impl-no-std v2.0.2
29142026-07-01T15:21:28.655Z Compiling toml_edit v0.23.10+spec-1.0.0
29152026-07-01T15:21:28.668Z Checking universal-hash v0.5.1
29162026-07-01T15:21:28.668Z Checking half v2.7.1
29172026-07-01T15:21:28.717Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29182026-07-01T15:21:28.798Z Checking ciborium-io v0.2.2
29192026-07-01T15:21:28.865Z Checking opaque-debug v0.3.1
29202026-07-01T15:21:28.899Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29212026-07-01T15:21:28.931Z Checking postcard v1.1.3
29222026-07-01T15:21:28.944Z Checking poly1305 v0.8.0
29232026-07-01T15:21:28.948Z Checking ciborium-ll v0.2.2
29242026-07-01T15:21:29.125Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29252026-07-01T15:21:29.197Z Compiling proc-macro-crate v3.4.0
29262026-07-01T15:21:29.212Z Checking password-hash v0.5.0
29272026-07-01T15:21:29.303Z Checking chacha20 v0.9.1
29282026-07-01T15:21:29.387Z Compiling proc-macro-crate v1.3.1
29292026-07-01T15:21:29.439Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29302026-07-01T15:21:29.497Z Checking blake2 v0.10.6
29312026-07-01T15:21:29.678Z Checking aead v0.5.2
29322026-07-01T15:21:29.723Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29332026-07-01T15:21:29.737Z Compiling foreign-types-macros v0.2.3
29342026-07-01T15:21:29.748Z Compiling num_enum_derive v0.7.6
29352026-07-01T15:21:29.760Z Checking thiserror-no-std v2.0.2
29362026-07-01T15:21:29.806Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29372026-07-01T15:21:29.820Z Checking foreign-types-shared v0.3.1
29382026-07-01T15:21:29.839Z Checking vsss-rs v3.3.4
29392026-07-01T15:21:29.905Z Checking chacha20poly1305 v0.10.1
29402026-07-01T15:21:29.923Z Compiling num_enum_derive v0.5.11
29412026-07-01T15:21:30.028Z Checking argon2 v0.5.3
29422026-07-01T15:21:30.061Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29432026-07-01T15:21:30.335Z Checking foreign-types v0.5.0
29442026-07-01T15:21:30.371Z Checking ciborium v0.2.2
29452026-07-01T15:21:30.516Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29462026-07-01T15:21:30.555Z Checking tabwriter v1.4.1
29472026-07-01T15:21:30.703Z Checking chacha20 v0.10.0
29482026-07-01T15:21:30.792Z Checking byte-wrapper v0.1.0
29492026-07-01T15:21:30.806Z Checking num_enum v0.7.6
29502026-07-01T15:21:30.819Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29512026-07-01T15:21:30.914Z Checking cstr-argument v0.1.2
29522026-07-01T15:21:30.928Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29532026-07-01T15:21:30.957Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29542026-07-01T15:21:30.971Z Checking num_enum v0.5.11
29552026-07-01T15:21:30.997Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29562026-07-01T15:21:31.034Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-07-01T15:21:31.076Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29582026-07-01T15:21:31.174Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-07-01T15:21:31.202Z Checking rand v0.10.0
29602026-07-01T15:21:31.272Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29612026-07-01T15:21:31.299Z Checking ingot-types v0.1.2
29622026-07-01T15:21:31.331Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29632026-07-01T15:21:31.365Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29642026-07-01T15:21:31.382Z Checking indent_write v2.2.0
29652026-07-01T15:21:31.537Z Checking colored v3.1.1
29662026-07-01T15:21:31.569Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29672026-07-01T15:21:31.591Z Compiling zone_cfg_derive v0.3.1
29682026-07-01T15:21:31.662Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29692026-07-01T15:21:31.678Z Checking ingot v0.1.1
29702026-07-01T15:21:31.691Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29712026-07-01T15:21:31.704Z Checking itertools v0.12.1
29722026-07-01T15:21:31.735Z Compiling num-derive v0.4.2
29732026-07-01T15:21:31.835Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29742026-07-01T15:21:31.858Z Checking swrite v0.1.0
29752026-07-01T15:21:31.949Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29762026-07-01T15:21:32.052Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29772026-07-01T15:21:32.212Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29782026-07-01T15:21:32.256Z Checking dropshot-api-manager-types v0.7.2
29792026-07-01T15:21:32.269Z Checking smf v0.2.3
29802026-07-01T15:21:32.284Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29812026-07-01T15:21:32.320Z Checking nanorand v0.7.0
29822026-07-01T15:21:32.425Z Checking whoami v1.6.1
29832026-07-01T15:21:32.503Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29842026-07-01T15:21:32.518Z Checking flume v0.11.1
29852026-07-01T15:21:32.686Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29862026-07-01T15:21:32.750Z Checking zone v0.3.1
29872026-07-01T15:21:33.253Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-01T15:21:34.198Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29892026-07-01T15:21:35.072Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29902026-07-01T15:21:38.627Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29912026-07-01T15:21:40.681Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29922026-07-01T15:21:41.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
29932026-07-01T15:21:41.932Z
29942026-07-01T15:21:41.932Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
29952026-07-01T15:21:42.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-07-01T15:21:42.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-07-01T15:21:42.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-07-01T15:21:42.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29992026-07-01T15:21:42.462Z
30002026-07-01T15:21:42.462Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30012026-07-01T15:21:42.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-07-01T15:21:42.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-07-01T15:21:42.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-07-01T15:21:42.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30052026-07-01T15:21:42.993Z
30062026-07-01T15:21:42.993Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30072026-07-01T15:21:43.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-07-01T15:21:43.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-07-01T15:21:43.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-07-01T15:21:43.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30112026-07-01T15:21:43.532Z
30122026-07-01T15:21:43.532Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30132026-07-01T15:21:43.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-07-01T15:21:43.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-07-01T15:21:43.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-07-01T15:21:43.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30172026-07-01T15:21:44.071Z
30182026-07-01T15:21:44.071Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30192026-07-01T15:21:44.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-07-01T15:21:44.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-07-01T15:21:44.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-07-01T15:21:44.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30232026-07-01T15:21:44.609Z
30242026-07-01T15:21:44.609Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30252026-07-01T15:21:45.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-07-01T15:21:45.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-07-01T15:21:45.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-07-01T15:21:45.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30292026-07-01T15:21:45.141Z
30302026-07-01T15:21:45.142Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30312026-07-01T15:21:45.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-07-01T15:21:45.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-07-01T15:21:45.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-07-01T15:21:45.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30352026-07-01T15:21:45.677Z
30362026-07-01T15:21:45.677Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30372026-07-01T15:21:46.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-07-01T15:21:46.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-07-01T15:21:46.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-07-01T15:21:46.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30412026-07-01T15:21:46.195Z
30422026-07-01T15:21:46.195Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30432026-07-01T15:21:46.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-07-01T15:21:46.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-07-01T15:21:46.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-07-01T15:21:46.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30472026-07-01T15:21:46.733Z
30482026-07-01T15:21:46.733Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30492026-07-01T15:21:47.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-07-01T15:21:47.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-07-01T15:21:47.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-07-01T15:21:47.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30532026-07-01T15:21:47.256Z
30542026-07-01T15:21:47.256Zinfo: running `cargo check --bins` on installinator-client (115/299)
30552026-07-01T15:21:47.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-07-01T15:21:47.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-07-01T15:21:47.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-07-01T15:21:47.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30592026-07-01T15:21:47.787Z
30602026-07-01T15:21:47.787Zinfo: running `cargo check --bins` on nexus-client (116/299)
30612026-07-01T15:21:48.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-07-01T15:21:48.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-07-01T15:21:48.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-07-01T15:21:48.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30652026-07-01T15:21:48.353Z
30662026-07-01T15:21:48.353Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
30672026-07-01T15:21:48.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-07-01T15:21:48.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-07-01T15:21:48.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-07-01T15:21:48.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30712026-07-01T15:21:48.920Z
30722026-07-01T15:21:48.920Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
30732026-07-01T15:21:49.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-07-01T15:21:49.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-07-01T15:21:49.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-07-01T15:21:49.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30772026-07-01T15:21:49.434Z
30782026-07-01T15:21:49.434Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
30792026-07-01T15:21:49.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-07-01T15:21:49.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-07-01T15:21:49.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-07-01T15:21:49.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30832026-07-01T15:21:49.951Z
30842026-07-01T15:21:49.951Zinfo: running `cargo check --bins` on oxide-client (120/299)
30852026-07-01T15:21:50.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-07-01T15:21:50.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-07-01T15:21:50.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-07-01T15:21:50.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30892026-07-01T15:21:50.469Z
30902026-07-01T15:21:50.469Zinfo: running `cargo check --bins` on oximeter-client (121/299)
30912026-07-01T15:21:50.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-07-01T15:21:50.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-07-01T15:21:50.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-07-01T15:21:50.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30952026-07-01T15:21:51.038Z
30962026-07-01T15:21:51.038Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
30972026-07-01T15:21:51.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-07-01T15:21:51.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-07-01T15:21:51.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-07-01T15:21:51.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31012026-07-01T15:21:51.511Z
31022026-07-01T15:21:51.511Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31032026-07-01T15:21:51.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-07-01T15:21:51.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-07-01T15:21:51.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-07-01T15:21:51.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31072026-07-01T15:21:52.045Z
31082026-07-01T15:21:52.045Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31092026-07-01T15:21:52.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-07-01T15:21:52.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-07-01T15:21:52.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-07-01T15:21:52.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31132026-07-01T15:21:52.603Z
31142026-07-01T15:21:52.603Zinfo: running `cargo check --bins` on installinator-common (125/299)
31152026-07-01T15:21:53.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-07-01T15:21:53.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-07-01T15:21:53.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-07-01T15:21:53.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31192026-07-01T15:21:53.147Z
31202026-07-01T15:21:53.147Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31212026-07-01T15:21:53.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-07-01T15:21:53.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-07-01T15:21:53.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-07-01T15:21:53.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31252026-07-01T15:21:53.661Z
31262026-07-01T15:21:53.662Zinfo: running `cargo check --bins` on wicket-common (127/299)
31272026-07-01T15:21:54.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-07-01T15:21:54.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-07-01T15:21:54.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-07-01T15:21:54.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31312026-07-01T15:21:54.209Z
31322026-07-01T15:21:54.209Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31332026-07-01T15:21:54.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-07-01T15:21:54.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-07-01T15:21:54.840Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31362026-07-01T15:21:54.952Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31372026-07-01T15:21:54.959Z Checking csv-core v0.1.13
31382026-07-01T15:21:54.966Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31392026-07-01T15:21:54.972Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31402026-07-01T15:21:54.980Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31412026-07-01T15:21:54.991Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31422026-07-01T15:21:55.003Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31432026-07-01T15:21:55.111Z Checking csv v1.4.0
31442026-07-01T15:21:55.139Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31452026-07-01T15:21:55.142Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-07-01T15:21:55.179Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31472026-07-01T15:21:55.207Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-07-01T15:21:55.451Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31492026-07-01T15:21:55.814Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31502026-07-01T15:21:55.817Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512026-07-01T15:21:56.144Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31522026-07-01T15:22:02.218Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31532026-07-01T15:22:02.755Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31542026-07-01T15:22:05.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s
31552026-07-01T15:22:05.298Z
31562026-07-01T15:22:05.298Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31572026-07-01T15:22:05.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-07-01T15:22:05.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-07-01T15:22:05.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-07-01T15:22:05.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31612026-07-01T15:22:05.829Z
31622026-07-01T15:22:05.829Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
31632026-07-01T15:22:06.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-07-01T15:22:06.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-07-01T15:22:06.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-07-01T15:22:06.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31672026-07-01T15:22:06.443Z
31682026-07-01T15:22:06.443Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
31692026-07-01T15:22:06.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-07-01T15:22:06.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-07-01T15:22:06.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-07-01T15:22:06.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31732026-07-01T15:22:07.053Z
31742026-07-01T15:22:07.053Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
31752026-07-01T15:22:07.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-07-01T15:22:07.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-07-01T15:22:07.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-07-01T15:22:07.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31792026-07-01T15:22:07.631Z
31802026-07-01T15:22:07.631Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
31812026-07-01T15:22:08.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-07-01T15:22:08.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-07-01T15:22:08.338Z Compiling regress v0.11.1
31842026-07-01T15:22:08.477Z Compiling unsafe-libyaml v0.2.11
31852026-07-01T15:22:08.487Z Compiling radium v0.7.0
31862026-07-01T15:22:08.495Z Compiling semver v0.1.20
31872026-07-01T15:22:08.507Z Checking nom v8.0.0
31882026-07-01T15:22:08.511Z Compiling maybe-uninit v2.0.0
31892026-07-01T15:22:08.512Z Checking tap v1.0.1
31902026-07-01T15:22:08.633Z Checking wyz v0.5.1
31912026-07-01T15:22:08.763Z Compiling rustc_version v0.1.7
31922026-07-01T15:22:08.815Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31932026-07-01T15:22:08.847Z Compiling zerocopy-derive v0.6.6
31942026-07-01T15:22:08.944Z Compiling packed_struct v0.10.1
31952026-07-01T15:22:08.977Z Compiling newtype_derive v0.1.6
31962026-07-01T15:22:09.178Z Compiling serde_yaml v0.9.34+deprecated
31972026-07-01T15:22:09.203Z Checking crc-catalog v2.4.0
31982026-07-01T15:22:09.217Z Compiling owo-colors v4.3.0
31992026-07-01T15:22:09.294Z Checking funty v2.0.0
32002026-07-01T15:22:09.550Z Compiling cancel-safe-futures v0.1.5
32012026-07-01T15:22:09.614Z Checking bitvec v1.0.1
32022026-07-01T15:22:09.698Z Checking zerocopy v0.6.6
32032026-07-01T15:22:09.878Z Checking crc v3.4.0
32042026-07-01T15:22:09.943Z Checking typify-impl v0.6.2
32052026-07-01T15:22:10.194Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32062026-07-01T15:22:10.305Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32072026-07-01T15:22:10.458Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32082026-07-01T15:22:10.633Z Compiling packed_struct_codegen v0.10.1
32092026-07-01T15:22:10.662Z Checking libsw-core v0.3.2
32102026-07-01T15:22:10.725Z Compiling bitfield-macros v0.19.4
32112026-07-01T15:22:10.808Z Compiling indexmap v1.9.3
32122026-07-01T15:22:10.921Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32132026-07-01T15:22:10.996Z Checking nodrop v0.1.14
32142026-07-01T15:22:11.043Z Checking libsw v3.5.0
32152026-07-01T15:22:11.091Z Checking array-init v0.0.4
32162026-07-01T15:22:11.129Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32172026-07-01T15:22:11.195Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32182026-07-01T15:22:11.372Z Checking smallvec v0.6.14
32192026-07-01T15:22:11.397Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32202026-07-01T15:22:11.453Z Checking bitfield v0.19.4
32212026-07-01T15:22:11.671Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32222026-07-01T15:22:11.730Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32232026-07-01T15:22:11.797Z Checking unicode-linebreak v0.1.5
32242026-07-01T15:22:11.846Z Checking hashbrown v0.12.3
32252026-07-01T15:22:11.860Z Checking linear-map v1.2.0
32262026-07-01T15:22:12.014Z Checking smawk v0.3.2
32272026-07-01T15:22:12.034Z Checking tagptr v0.2.0
32282026-07-01T15:22:12.147Z Checking base64 v0.21.7
32292026-07-01T15:22:12.165Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32302026-07-01T15:22:12.179Z Checking moka v0.12.13
32312026-07-01T15:22:12.216Z Checking textwrap v0.16.2
32322026-07-01T15:22:12.387Z Checking ron v0.8.1
32332026-07-01T15:22:12.425Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32342026-07-01T15:22:12.597Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32352026-07-01T15:22:12.614Z Checking steno v0.4.1
32362026-07-01T15:22:12.820Z Checking serde-hex v0.1.0
32372026-07-01T15:22:12.834Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32382026-07-01T15:22:12.924Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32392026-07-01T15:22:13.084Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32402026-07-01T15:22:13.404Z Checking hashbrown v0.13.2
32412026-07-01T15:22:13.434Z Checking crc-any v2.5.0
32422026-07-01T15:22:13.620Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32432026-07-01T15:22:13.634Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32442026-07-01T15:22:13.690Z Checking hickory-resolver v0.25.2
32452026-07-01T15:22:13.795Z Checking void v1.0.2
32462026-07-01T15:22:13.837Z Checking object v0.30.4
32472026-07-01T15:22:13.854Z Checking half v1.8.3
32482026-07-01T15:22:13.897Z Checking path-slash v0.1.5
32492026-07-01T15:22:14.002Z Checking utf-8 v0.7.6
32502026-07-01T15:22:14.049Z Checking serde_cbor v0.11.2
32512026-07-01T15:22:14.139Z Checking tungstenite v0.23.0
32522026-07-01T15:22:14.338Z Checking lzss v0.8.2
32532026-07-01T15:22:14.375Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32542026-07-01T15:22:14.525Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32552026-07-01T15:22:14.569Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32562026-07-01T15:22:14.572Z Compiling typify-macro v0.6.2
32572026-07-01T15:22:14.573Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32582026-07-01T15:22:14.610Z Checking nix v0.27.1
32592026-07-01T15:22:14.677Z Checking kstat-rs v0.2.4
32602026-07-01T15:22:14.694Z Checking fxhash v0.2.1
32612026-07-01T15:22:14.788Z Checking serde_bytes v0.11.19
32622026-07-01T15:22:14.806Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32632026-07-01T15:22:14.820Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32642026-07-01T15:22:14.864Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32652026-07-01T15:22:14.961Z Checking tokio-tungstenite v0.23.1
32662026-07-01T15:22:15.043Z Checking signal-hook-tokio v0.3.1
32672026-07-01T15:22:15.857Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32682026-07-01T15:22:15.949Z Compiling typify v0.6.2
32692026-07-01T15:22:16.029Z Compiling progenitor-impl v0.14.0
32702026-07-01T15:22:16.771Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32712026-07-01T15:22:17.074Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32722026-07-01T15:22:17.497Z Compiling progenitor-macro v0.14.0
32732026-07-01T15:22:19.795Z Checking progenitor v0.14.0
32742026-07-01T15:22:19.905Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32752026-07-01T15:22:19.908Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32762026-07-01T15:22:22.589Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32772026-07-01T15:22:30.881Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32782026-07-01T15:22:37.487Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32792026-07-01T15:22:38.863Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32802026-07-01T15:22:39.356Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32812026-07-01T15:22:41.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.83s
32822026-07-01T15:22:41.658Z
32832026-07-01T15:22:41.659Zinfo: running `cargo check --bins` on gateway-api (134/299)
32842026-07-01T15:22:42.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-07-01T15:22:42.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-07-01T15:22:42.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-07-01T15:22:42.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32882026-07-01T15:22:42.184Z
32892026-07-01T15:22:42.184Zinfo: running `cargo check --bins` on ipcc (135/299)
32902026-07-01T15:22:42.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-07-01T15:22:42.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-07-01T15:22:42.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932026-07-01T15:22:42.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32942026-07-01T15:22:42.718Z
32952026-07-01T15:22:42.718Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
32962026-07-01T15:22:43.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-07-01T15:22:43.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-07-01T15:22:43.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-07-01T15:22:43.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33002026-07-01T15:22:43.226Z
33012026-07-01T15:22:43.226Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33022026-07-01T15:22:43.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-07-01T15:22:43.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-07-01T15:22:43.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-07-01T15:22:43.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33062026-07-01T15:22:43.777Z
33072026-07-01T15:22:43.777Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33082026-07-01T15:22:44.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-07-01T15:22:44.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-07-01T15:22:44.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-07-01T15:22:44.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33122026-07-01T15:22:44.312Z
33132026-07-01T15:22:44.312Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33142026-07-01T15:22:44.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-07-01T15:22:44.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-07-01T15:22:44.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-07-01T15:22:44.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33182026-07-01T15:22:44.843Z
33192026-07-01T15:22:44.843Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33202026-07-01T15:22:45.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-07-01T15:22:45.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-07-01T15:22:45.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-07-01T15:22:45.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33242026-07-01T15:22:45.370Z
33252026-07-01T15:22:45.370Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33262026-07-01T15:22:45.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-07-01T15:22:45.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-07-01T15:22:45.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-07-01T15:22:45.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33302026-07-01T15:22:45.919Z
33312026-07-01T15:22:45.919Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33322026-07-01T15:22:46.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-07-01T15:22:46.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-07-01T15:22:46.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-07-01T15:22:46.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33362026-07-01T15:22:46.454Z
33372026-07-01T15:22:46.455Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33382026-07-01T15:22:46.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-07-01T15:22:46.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-07-01T15:22:46.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-07-01T15:22:46.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33422026-07-01T15:22:46.977Z
33432026-07-01T15:22:46.977Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33442026-07-01T15:22:47.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-01T15:22:47.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-01T15:22:47.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-01T15:22:47.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33482026-07-01T15:22:47.498Z
33492026-07-01T15:22:47.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33502026-07-01T15:22:47.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-01T15:22:47.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-01T15:22:47.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-01T15:22:47.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33542026-07-01T15:22:48.026Z
33552026-07-01T15:22:48.026Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33562026-07-01T15:22:48.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-01T15:22:48.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-01T15:22:48.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-01T15:22:48.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33602026-07-01T15:22:48.558Z
33612026-07-01T15:22:48.558Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
33622026-07-01T15:22:49.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-01T15:22:49.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-01T15:22:49.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-01T15:22:49.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33662026-07-01T15:22:49.091Z
33672026-07-01T15:22:49.091Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
33682026-07-01T15:22:49.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-01T15:22:49.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-01T15:22:49.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-01T15:22:49.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33722026-07-01T15:22:49.638Z
33732026-07-01T15:22:49.638Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
33742026-07-01T15:22:50.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-01T15:22:50.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-01T15:22:50.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-01T15:22:50.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33782026-07-01T15:22:50.185Z
33792026-07-01T15:22:50.186Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
33802026-07-01T15:22:50.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-01T15:22:50.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-01T15:22:50.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-01T15:22:50.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33842026-07-01T15:22:50.737Z
33852026-07-01T15:22:50.737Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
33862026-07-01T15:22:51.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-01T15:22:51.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-01T15:22:51.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-01T15:22:51.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33902026-07-01T15:22:51.279Z
33912026-07-01T15:22:51.279Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
33922026-07-01T15:22:51.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-01T15:22:51.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-01T15:22:51.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-01T15:22:51.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33962026-07-01T15:22:51.830Z
33972026-07-01T15:22:51.831Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
33982026-07-01T15:22:52.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-01T15:22:52.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-01T15:22:52.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-01T15:22:52.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-01T15:22:52.376Z
34032026-07-01T15:22:52.376Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34042026-07-01T15:22:52.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-01T15:22:52.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-01T15:22:52.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-01T15:22:52.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34082026-07-01T15:22:52.917Z
34092026-07-01T15:22:52.917Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34102026-07-01T15:22:53.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-01T15:22:53.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-01T15:22:53.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-01T15:22:53.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34142026-07-01T15:22:53.465Z
34152026-07-01T15:22:53.465Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34162026-07-01T15:22:53.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-01T15:22:53.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-01T15:22:53.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-01T15:22:53.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34202026-07-01T15:22:54.011Z
34212026-07-01T15:22:54.011Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34222026-07-01T15:22:54.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-01T15:22:54.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-01T15:22:54.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-01T15:22:54.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34262026-07-01T15:22:54.558Z
34272026-07-01T15:22:54.558Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34282026-07-01T15:22:55.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-01T15:22:55.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-01T15:22:55.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-01T15:22:55.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34322026-07-01T15:22:55.086Z
34332026-07-01T15:22:55.086Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34342026-07-01T15:22:55.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-01T15:22:55.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-01T15:22:55.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-01T15:22:55.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34382026-07-01T15:22:55.616Z
34392026-07-01T15:22:55.616Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34402026-07-01T15:22:56.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-01T15:22:56.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-01T15:22:56.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-01T15:22:56.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34442026-07-01T15:22:56.143Z
34452026-07-01T15:22:56.143Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34462026-07-01T15:22:56.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-01T15:22:56.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-01T15:22:56.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-01T15:22:56.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34502026-07-01T15:22:56.676Z
34512026-07-01T15:22:56.676Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34522026-07-01T15:22:57.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-01T15:22:57.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-01T15:22:57.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-01T15:22:57.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34562026-07-01T15:22:57.204Z
34572026-07-01T15:22:57.205Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
34582026-07-01T15:22:57.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-01T15:22:57.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-01T15:22:57.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-01T15:22:57.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34622026-07-01T15:22:57.742Z
34632026-07-01T15:22:57.742Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
34642026-07-01T15:22:58.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-01T15:22:58.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-01T15:22:58.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-01T15:22:58.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34682026-07-01T15:22:58.267Z
34692026-07-01T15:22:58.267Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
34702026-07-01T15:22:58.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-01T15:22:58.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-01T15:22:58.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-01T15:22:58.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34742026-07-01T15:22:58.800Z
34752026-07-01T15:22:58.800Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
34762026-07-01T15:22:59.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-01T15:22:59.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-01T15:22:59.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-01T15:22:59.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34802026-07-01T15:22:59.349Z
34812026-07-01T15:22:59.349Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
34822026-07-01T15:22:59.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-01T15:22:59.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-01T15:22:59.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-01T15:22:59.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34862026-07-01T15:22:59.891Z
34872026-07-01T15:22:59.891Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
34882026-07-01T15:23:00.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-01T15:23:00.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-01T15:23:00.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-01T15:23:00.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34922026-07-01T15:23:00.434Z
34932026-07-01T15:23:00.436Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
34942026-07-01T15:23:00.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-01T15:23:00.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-01T15:23:00.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-01T15:23:00.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34982026-07-01T15:23:00.981Z
34992026-07-01T15:23:00.981Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35002026-07-01T15:23:01.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-01T15:23:01.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-01T15:23:01.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-01T15:23:01.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35042026-07-01T15:23:01.533Z
35052026-07-01T15:23:01.533Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35062026-07-01T15:23:01.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-01T15:23:01.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-01T15:23:01.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-01T15:23:02.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35102026-07-01T15:23:02.083Z
35112026-07-01T15:23:02.083Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35122026-07-01T15:23:02.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-01T15:23:02.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-01T15:23:02.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-01T15:23:02.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35162026-07-01T15:23:02.634Z
35172026-07-01T15:23:02.635Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35182026-07-01T15:23:03.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-01T15:23:03.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-01T15:23:03.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-01T15:23:03.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35222026-07-01T15:23:03.201Z
35232026-07-01T15:23:03.201Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35242026-07-01T15:23:03.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-01T15:23:03.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-01T15:23:03.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-01T15:23:03.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35282026-07-01T15:23:03.738Z
35292026-07-01T15:23:03.738Zinfo: running `cargo check --bins` on dns-server (175/299)
35302026-07-01T15:23:04.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-01T15:23:04.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-01T15:23:04.333Z Compiling parking_lot_core v0.8.6
35332026-07-01T15:23:04.339Z Compiling git-stub v1.0.0
35342026-07-01T15:23:04.339Z Checking prefix-trie v0.7.0
35352026-07-01T15:23:04.339Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35362026-07-01T15:23:04.563Z Compiling git-stub-vcs v0.1.0
35372026-07-01T15:23:04.724Z Checking hickory-server v0.25.2
35382026-07-01T15:23:04.841Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35392026-07-01T15:23:04.852Z Checking parking_lot v0.11.2
35402026-07-01T15:23:04.903Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35412026-07-01T15:23:04.906Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35422026-07-01T15:23:05.021Z Checking sled v0.34.7
35432026-07-01T15:23:06.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
35442026-07-01T15:23:07.092Z
35452026-07-01T15:23:07.092Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35462026-07-01T15:23:07.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-01T15:23:07.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-01T15:23:07.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-01T15:23:07.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35502026-07-01T15:23:07.612Z
35512026-07-01T15:23:07.612Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35522026-07-01T15:23:08.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-01T15:23:08.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-01T15:23:08.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-01T15:23:08.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35562026-07-01T15:23:08.139Z
35572026-07-01T15:23:08.139Zinfo: running `cargo check --bins` on sp-sim (178/299)
35582026-07-01T15:23:08.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-01T15:23:08.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-01T15:23:08.809Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35612026-07-01T15:23:10.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
35622026-07-01T15:23:10.745Z
35632026-07-01T15:23:10.746Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
35642026-07-01T15:23:11.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-01T15:23:11.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-01T15:23:11.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-07-01T15:23:11.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35682026-07-01T15:23:11.320Z
35692026-07-01T15:23:11.321Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
35702026-07-01T15:23:11.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-07-01T15:23:11.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-07-01T15:23:11.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-07-01T15:23:11.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-07-01T15:23:11.903Z
35752026-07-01T15:23:11.903Zinfo: running `cargo check --bins` on db-macros (181/299)
35762026-07-01T15:23:12.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-07-01T15:23:12.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-07-01T15:23:12.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-07-01T15:23:12.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35802026-07-01T15:23:12.413Z
35812026-07-01T15:23:12.413Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
35822026-07-01T15:23:12.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-07-01T15:23:12.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-07-01T15:23:12.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-07-01T15:23:12.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35862026-07-01T15:23:12.924Z
35872026-07-01T15:23:12.924Zinfo: running `cargo check --bins` on nexus-auth (183/299)
35882026-07-01T15:23:13.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-07-01T15:23:13.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-07-01T15:23:13.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-07-01T15:23:13.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35922026-07-01T15:23:13.504Z
35932026-07-01T15:23:13.504Zinfo: running `cargo check --bins` on authz-macros (184/299)
35942026-07-01T15:23:13.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-07-01T15:23:13.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-07-01T15:23:13.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-07-01T15:23:13.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35982026-07-01T15:23:14.019Z
35992026-07-01T15:23:14.019Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36002026-07-01T15:23:14.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-07-01T15:23:14.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-07-01T15:23:14.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-07-01T15:23:14.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36042026-07-01T15:23:14.593Z
36052026-07-01T15:23:14.593Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36062026-07-01T15:23:15.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-01T15:23:15.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-01T15:23:15.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-01T15:23:15.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36102026-07-01T15:23:15.167Z
36112026-07-01T15:23:15.167Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36122026-07-01T15:23:15.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-01T15:23:15.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-01T15:23:15.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-01T15:23:15.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36162026-07-01T15:23:15.687Z
36172026-07-01T15:23:15.687Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36182026-07-01T15:23:16.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-01T15:23:16.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-01T15:23:16.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-07-01T15:23:16.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36222026-07-01T15:23:16.200Z
36232026-07-01T15:23:16.200Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36242026-07-01T15:23:16.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-01T15:23:16.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-01T15:23:16.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-01T15:23:16.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36282026-07-01T15:23:16.732Z
36292026-07-01T15:23:16.732Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36302026-07-01T15:23:17.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-01T15:23:17.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-01T15:23:17.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-01T15:23:17.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36342026-07-01T15:23:17.246Z
36352026-07-01T15:23:17.246Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36362026-07-01T15:23:17.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-01T15:23:17.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-01T15:23:17.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-01T15:23:17.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36402026-07-01T15:23:17.762Z
36412026-07-01T15:23:17.762Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36422026-07-01T15:23:18.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-01T15:23:18.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-01T15:23:18.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-01T15:23:18.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36462026-07-01T15:23:18.285Z
36472026-07-01T15:23:18.285Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36482026-07-01T15:23:18.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-01T15:23:18.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-01T15:23:18.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-01T15:23:18.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36522026-07-01T15:23:18.867Z
36532026-07-01T15:23:18.867Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36542026-07-01T15:23:19.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-01T15:23:19.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-01T15:23:19.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-01T15:23:19.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36582026-07-01T15:23:19.451Z
36592026-07-01T15:23:19.451Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
36602026-07-01T15:23:19.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-01T15:23:19.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-01T15:23:19.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-01T15:23:19.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36642026-07-01T15:23:20.025Z
36652026-07-01T15:23:20.025Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
36662026-07-01T15:23:20.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-01T15:23:20.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-01T15:23:20.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-01T15:23:20.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36702026-07-01T15:23:20.575Z
36712026-07-01T15:23:20.575Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
36722026-07-01T15:23:21.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-01T15:23:21.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-01T15:23:21.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-01T15:23:21.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36762026-07-01T15:23:21.116Z
36772026-07-01T15:23:21.117Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
36782026-07-01T15:23:21.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-01T15:23:21.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-01T15:23:21.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-01T15:23:21.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36822026-07-01T15:23:21.662Z
36832026-07-01T15:23:21.662Zinfo: running `cargo check --bins` on key-manager (199/299)
36842026-07-01T15:23:22.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-01T15:23:22.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-01T15:23:22.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-01T15:23:22.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36882026-07-01T15:23:22.187Z
36892026-07-01T15:23:22.187Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
36902026-07-01T15:23:22.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-01T15:23:22.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-01T15:23:22.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-01T15:23:22.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36942026-07-01T15:23:22.738Z
36952026-07-01T15:23:22.738Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
36962026-07-01T15:23:23.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-01T15:23:23.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-01T15:23:23.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-01T15:23:23.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37002026-07-01T15:23:23.290Z
37012026-07-01T15:23:23.290Zinfo: running `cargo check --bins` on typed-rng (202/299)
37022026-07-01T15:23:23.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-01T15:23:23.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-01T15:23:23.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-01T15:23:23.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37062026-07-01T15:23:23.812Z
37072026-07-01T15:23:23.812Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37082026-07-01T15:23:24.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-01T15:23:24.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-01T15:23:24.588Z Compiling libefi-sys v0.1.0
37112026-07-01T15:23:24.591Z Compiling bitfield-struct v0.6.2
37122026-07-01T15:23:24.727Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37132026-07-01T15:23:24.735Z Compiling xshell-macros v0.2.7
37142026-07-01T15:23:24.743Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37152026-07-01T15:23:24.759Z Compiling salty v0.3.0
37162026-07-01T15:23:24.770Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37172026-07-01T15:23:24.785Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37182026-07-01T15:23:24.798Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37192026-07-01T15:23:24.908Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37202026-07-01T15:23:25.060Z Checking primeorder v0.13.6
37212026-07-01T15:23:25.075Z Compiling proc-macro-error-attr2 v2.0.0
37222026-07-01T15:23:25.094Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37232026-07-01T15:23:25.113Z Checking xshell v0.2.7
37242026-07-01T15:23:25.240Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37252026-07-01T15:23:25.255Z Checking tungstenite v0.21.0
37262026-07-01T15:23:25.293Z Checking p384 v0.13.1
37272026-07-01T15:23:25.308Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37282026-07-01T15:23:25.339Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37292026-07-01T15:23:25.430Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37302026-07-01T15:23:25.466Z Compiling num-derive v0.3.3
37312026-07-01T15:23:25.480Z Compiling proc-macro-error2 v2.0.1
37322026-07-01T15:23:25.572Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37332026-07-01T15:23:25.677Z Checking tokio-tungstenite v0.21.0
37342026-07-01T15:23:25.708Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-07-01T15:23:25.723Z Checking papergrid v0.17.0
37362026-07-01T15:23:25.786Z Compiling tabled_derive v0.11.0
37372026-07-01T15:23:25.801Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37382026-07-01T15:23:25.814Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37392026-07-01T15:23:25.948Z Compiling progenitor-impl v0.13.0
37402026-07-01T15:23:25.963Z Checking testing_table v0.3.0
37412026-07-01T15:23:26.055Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37422026-07-01T15:23:26.075Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37432026-07-01T15:23:26.090Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37442026-07-01T15:23:26.279Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37452026-07-01T15:23:26.298Z Compiling unicase v2.9.0
37462026-07-01T15:23:26.369Z Checking libscf-sys v1.1.0
37472026-07-01T15:23:26.489Z Checking corncobs v0.1.4
37482026-07-01T15:23:26.514Z Compiling illumos-nvpair-sys v0.2.0
37492026-07-01T15:23:26.514Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37502026-07-01T15:23:26.544Z Compiling mime_guess v2.0.5
37512026-07-01T15:23:26.618Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37522026-07-01T15:23:26.740Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37532026-07-01T15:23:26.788Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37542026-07-01T15:23:26.806Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37552026-07-01T15:23:26.865Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37562026-07-01T15:23:26.945Z Checking tabled v0.20.0
37572026-07-01T15:23:27.101Z Checking progenitor-client v0.13.0
37582026-07-01T15:23:27.124Z Checking secrecy v0.8.0
37592026-07-01T15:23:27.246Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37602026-07-01T15:23:27.383Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37612026-07-01T15:23:27.442Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37622026-07-01T15:23:27.630Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37632026-07-01T15:23:27.733Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37642026-07-01T15:23:27.749Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37652026-07-01T15:23:27.779Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37662026-07-01T15:23:27.902Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37672026-07-01T15:23:27.918Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37682026-07-01T15:23:28.015Z Checking filetime v0.2.27
37692026-07-01T15:23:28.082Z Checking crc8 v0.1.1
37702026-07-01T15:23:28.154Z Checking http-range v0.1.5
37712026-07-01T15:23:28.181Z Checking xattr v1.6.1
37722026-07-01T15:23:28.278Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-07-01T15:23:28.311Z Checking tar v0.4.45
37742026-07-01T15:23:28.483Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37752026-07-01T15:23:28.591Z Compiling progenitor-macro v0.13.0
37762026-07-01T15:23:28.614Z Checking illumos-nvpair v0.3.0
37772026-07-01T15:23:28.629Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37782026-07-01T15:23:28.719Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37792026-07-01T15:23:28.770Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37802026-07-01T15:23:28.831Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37812026-07-01T15:23:29.011Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37822026-07-01T15:23:29.102Z Checking atty v0.2.14
37832026-07-01T15:23:29.133Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37842026-07-01T15:23:29.199Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37852026-07-01T15:23:29.356Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37862026-07-01T15:23:29.375Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37872026-07-01T15:23:29.415Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37882026-07-01T15:23:29.448Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37892026-07-01T15:23:29.463Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37902026-07-01T15:23:29.616Z Checking hyper-staticfile v0.10.1
37912026-07-01T15:23:29.686Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37922026-07-01T15:23:29.784Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37932026-07-01T15:23:29.902Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37942026-07-01T15:23:29.905Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37952026-07-01T15:23:30.040Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37962026-07-01T15:23:30.182Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37972026-07-01T15:23:30.327Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37982026-07-01T15:23:30.460Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
37992026-07-01T15:23:30.853Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38002026-07-01T15:23:31.537Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38012026-07-01T15:23:32.020Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38022026-07-01T15:23:32.433Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38032026-07-01T15:23:32.667Z Checking progenitor v0.13.0
38042026-07-01T15:23:32.802Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38052026-07-01T15:23:34.841Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38062026-07-01T15:23:38.194Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38072026-07-01T15:23:49.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.41s
38082026-07-01T15:23:49.437Z
38092026-07-01T15:23:49.438Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38102026-07-01T15:23:49.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-07-01T15:23:49.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-07-01T15:23:50.169Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-07-01T15:24:00.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38142026-07-01T15:24:01.148Z
38152026-07-01T15:24:01.148Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38162026-07-01T15:24:01.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-07-01T15:24:01.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-07-01T15:24:01.877Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-07-01T15:24:12.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38202026-07-01T15:24:12.822Z
38212026-07-01T15:24:12.822Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38222026-07-01T15:24:13.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-07-01T15:24:13.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-07-01T15:24:13.554Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38252026-07-01T15:24:24.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38262026-07-01T15:24:24.548Z
38272026-07-01T15:24:24.548Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38282026-07-01T15:24:25.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-07-01T15:24:25.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-07-01T15:24:25.267Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38312026-07-01T15:24:36.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38322026-07-01T15:24:36.212Z
38332026-07-01T15:24:36.212Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38342026-07-01T15:24:36.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-07-01T15:24:36.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-07-01T15:24:36.935Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38372026-07-01T15:24:47.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38382026-07-01T15:24:47.925Z
38392026-07-01T15:24:47.925Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38402026-07-01T15:24:48.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-07-01T15:24:48.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-07-01T15:24:48.648Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38432026-07-01T15:24:59.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38442026-07-01T15:24:59.648Z
38452026-07-01T15:24:59.648Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38462026-07-01T15:25:00.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-07-01T15:25:00.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-07-01T15:25:00.372Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38492026-07-01T15:25:11.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38502026-07-01T15:25:11.325Z
38512026-07-01T15:25:11.325Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38522026-07-01T15:25:11.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-07-01T15:25:11.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-07-01T15:25:11.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-07-01T15:25:11.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38562026-07-01T15:25:11.864Z
38572026-07-01T15:25:11.864Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
38582026-07-01T15:25:12.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-07-01T15:25:12.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-07-01T15:25:12.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-07-01T15:25:12.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38622026-07-01T15:25:12.399Z
38632026-07-01T15:25:12.401Zinfo: running `cargo check --bins` on range-requests (213/299)
38642026-07-01T15:25:12.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-07-01T15:25:12.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-07-01T15:25:12.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-07-01T15:25:12.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
38682026-07-01T15:25:12.921Z
38692026-07-01T15:25:12.921Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
38702026-07-01T15:25:13.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-07-01T15:25:13.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-07-01T15:25:13.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-07-01T15:25:13.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38742026-07-01T15:25:13.447Z
38752026-07-01T15:25:13.447Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
38762026-07-01T15:25:13.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-07-01T15:25:13.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-07-01T15:25:13.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-07-01T15:25:13.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38802026-07-01T15:25:14.001Z
38812026-07-01T15:25:14.001Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
38822026-07-01T15:25:14.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-07-01T15:25:14.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-07-01T15:25:14.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-07-01T15:25:14.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38862026-07-01T15:25:14.546Z
38872026-07-01T15:25:14.546Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
38882026-07-01T15:25:15.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-07-01T15:25:15.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-07-01T15:25:15.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-07-01T15:25:15.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38922026-07-01T15:25:15.094Z
38932026-07-01T15:25:15.094Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
38942026-07-01T15:25:15.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-07-01T15:25:15.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-07-01T15:25:15.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-07-01T15:25:15.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38982026-07-01T15:25:15.651Z
38992026-07-01T15:25:15.651Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39002026-07-01T15:25:16.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-07-01T15:25:16.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-07-01T15:25:16.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-07-01T15:25:16.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39042026-07-01T15:25:16.205Z
39052026-07-01T15:25:16.205Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39062026-07-01T15:25:16.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-07-01T15:25:16.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-07-01T15:25:16.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-07-01T15:25:16.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39102026-07-01T15:25:16.758Z
39112026-07-01T15:25:16.758Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39122026-07-01T15:25:17.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-07-01T15:25:17.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-07-01T15:25:17.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-07-01T15:25:17.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39162026-07-01T15:25:17.307Z
39172026-07-01T15:25:17.307Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39182026-07-01T15:25:17.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-07-01T15:25:17.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-07-01T15:25:17.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-07-01T15:25:17.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39222026-07-01T15:25:17.865Z
39232026-07-01T15:25:17.865Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39242026-07-01T15:25:18.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-07-01T15:25:18.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-07-01T15:25:18.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-07-01T15:25:18.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39282026-07-01T15:25:18.418Z
39292026-07-01T15:25:18.418Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39302026-07-01T15:25:18.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-07-01T15:25:18.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-07-01T15:25:18.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-07-01T15:25:18.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39342026-07-01T15:25:18.976Z
39352026-07-01T15:25:18.976Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39362026-07-01T15:25:19.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-07-01T15:25:19.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-07-01T15:25:19.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-07-01T15:25:19.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39402026-07-01T15:25:19.557Z
39412026-07-01T15:25:19.557Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39422026-07-01T15:25:20.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-07-01T15:25:20.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-07-01T15:25:20.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-07-01T15:25:20.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39462026-07-01T15:25:20.117Z
39472026-07-01T15:25:20.117Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39482026-07-01T15:25:20.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-07-01T15:25:20.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-07-01T15:25:20.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-07-01T15:25:20.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39522026-07-01T15:25:20.685Z
39532026-07-01T15:25:20.685Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39542026-07-01T15:25:21.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-07-01T15:25:21.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-07-01T15:25:21.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-07-01T15:25:21.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39582026-07-01T15:25:21.268Z
39592026-07-01T15:25:21.268Zinfo: running `cargo check --bins` on update-common (229/299)
39602026-07-01T15:25:21.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-07-01T15:25:21.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-07-01T15:25:21.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-07-01T15:25:21.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39642026-07-01T15:25:21.807Z
39652026-07-01T15:25:21.807Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
39662026-07-01T15:25:22.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-07-01T15:25:22.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-07-01T15:25:22.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-07-01T15:25:22.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39702026-07-01T15:25:22.391Z
39712026-07-01T15:25:22.391Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
39722026-07-01T15:25:22.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-07-01T15:25:22.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-07-01T15:25:22.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-07-01T15:25:22.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39762026-07-01T15:25:22.907Z
39772026-07-01T15:25:22.907Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
39782026-07-01T15:25:23.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-07-01T15:25:23.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-07-01T15:25:23.626Z Compiling fs-err v2.11.0
39812026-07-01T15:25:23.629Z Checking ignore v0.4.25
39822026-07-01T15:25:23.629Z Checking arc-swap v1.8.2
39832026-07-01T15:25:23.756Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39842026-07-01T15:25:23.759Z Checking predicates-tree v1.0.13
39852026-07-01T15:25:23.762Z Checking parse-size v1.1.0
39862026-07-01T15:25:23.783Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39872026-07-01T15:25:23.795Z Checking rand_seeder v0.4.0
39882026-07-01T15:25:23.858Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39892026-07-01T15:25:23.879Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39902026-07-01T15:25:23.941Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39912026-07-01T15:25:23.954Z Checking slog-scope v4.4.1
39922026-07-01T15:25:23.996Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39932026-07-01T15:25:24.076Z Compiling petname v2.0.2
39942026-07-01T15:25:24.090Z Checking slog-stdlog v4.1.1
39952026-07-01T15:25:24.104Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39962026-07-01T15:25:24.124Z Checking globwalk v0.9.1
39972026-07-01T15:25:24.190Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39982026-07-01T15:25:24.205Z Checking slog-envlogger v2.2.0
39992026-07-01T15:25:24.299Z Checking camino-tempfile-ext v0.3.3
40002026-07-01T15:25:24.354Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40012026-07-01T15:25:24.389Z Checking sapling-renderdag v0.1.0
40022026-07-01T15:25:24.488Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40032026-07-01T15:25:24.557Z Checking subprocess v0.2.15
40042026-07-01T15:25:24.628Z Checking sync-ptr v0.1.4
40052026-07-01T15:25:24.705Z Checking colored v2.2.0
40062026-07-01T15:25:24.742Z Checking assert_matches v1.5.0
40072026-07-01T15:25:24.832Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40082026-07-01T15:25:24.999Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40092026-07-01T15:25:25.004Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40102026-07-01T15:25:25.635Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40112026-07-01T15:25:26.963Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40122026-07-01T15:25:29.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
40132026-07-01T15:25:29.320Z
40142026-07-01T15:25:29.320Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40152026-07-01T15:25:29.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-01T15:25:29.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-01T15:25:29.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-01T15:25:29.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40192026-07-01T15:25:29.835Z
40202026-07-01T15:25:29.835Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40212026-07-01T15:25:30.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-01T15:25:30.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-01T15:25:30.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-01T15:25:30.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40252026-07-01T15:25:30.376Z
40262026-07-01T15:25:30.376Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40272026-07-01T15:25:30.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-01T15:25:30.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-01T15:25:30.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-01T15:25:30.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40312026-07-01T15:25:30.971Z
40322026-07-01T15:25:30.972Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40332026-07-01T15:25:31.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-01T15:25:31.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-01T15:25:31.639Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40362026-07-01T15:25:31.639Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40372026-07-01T15:25:32.258Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40382026-07-01T15:25:33.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
40392026-07-01T15:25:33.984Z
40402026-07-01T15:25:33.984Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40412026-07-01T15:25:34.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-07-01T15:25:34.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-07-01T15:25:34.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-07-01T15:25:34.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40452026-07-01T15:25:34.521Z
40462026-07-01T15:25:34.521Zinfo: running `cargo check --bins` on cert-dev (238/299)
40472026-07-01T15:25:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-07-01T15:25:34.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-07-01T15:25:35.075Z Checking yasna v0.5.2
40502026-07-01T15:25:35.472Z Checking rcgen v0.12.1
40512026-07-01T15:25:35.720Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40522026-07-01T15:25:35.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40532026-07-01T15:25:36.053Z
40542026-07-01T15:25:36.054Zinfo: running `cargo check --bins` on clickana (239/299)
40552026-07-01T15:25:36.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-07-01T15:25:36.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-07-01T15:25:36.648Z Compiling darling_core v0.23.0
40582026-07-01T15:25:36.750Z Compiling instability v0.3.11
40592026-07-01T15:25:36.757Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40602026-07-01T15:25:36.757Z Checking castaway v0.2.4
40612026-07-01T15:25:36.760Z Compiling indoc v2.0.7
40622026-07-01T15:25:36.773Z Checking unicode-truncate v1.1.0
40632026-07-01T15:25:36.776Z Checking lru v0.12.5
40642026-07-01T15:25:36.776Z Checking cassowary v0.3.0
40652026-07-01T15:25:36.850Z Checking compact_str v0.8.1
40662026-07-01T15:25:38.048Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40672026-07-01T15:25:38.196Z Compiling darling_macro v0.23.0
40682026-07-01T15:25:38.216Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40692026-07-01T15:25:38.626Z Compiling darling v0.23.0
40702026-07-01T15:25:39.255Z Checking ratatui v0.29.0
40712026-07-01T15:25:40.327Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40722026-07-01T15:25:40.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
40732026-07-01T15:25:41.146Z
40742026-07-01T15:25:41.146Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
40752026-07-01T15:25:41.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-07-01T15:25:41.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-07-01T15:25:41.829Z Checking headers-core v0.3.0
40782026-07-01T15:25:41.832Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40792026-07-01T15:25:42.019Z Checking headers v0.4.1
40802026-07-01T15:25:42.384Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40812026-07-01T15:25:43.237Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40822026-07-01T15:25:43.712Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40832026-07-01T15:25:44.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
40842026-07-01T15:25:44.290Z
40852026-07-01T15:25:44.290Zinfo: running `cargo check --bins` on ch-dev (241/299)
40862026-07-01T15:25:44.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-01T15:25:44.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-01T15:25:44.956Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40892026-07-01T15:25:45.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
40902026-07-01T15:25:45.874Z
40912026-07-01T15:25:45.874Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
40922026-07-01T15:25:46.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-07-01T15:25:46.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-07-01T15:25:46.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-07-01T15:25:46.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
40962026-07-01T15:25:46.269Z
40972026-07-01T15:25:46.269Zinfo: running `cargo check --bins` on crdb-seed (243/299)
40982026-07-01T15:25:46.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-01T15:25:46.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-01T15:25:46.924Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41012026-07-01T15:25:47.910Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41022026-07-01T15:25:48.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41032026-07-01T15:25:48.419Z
41042026-07-01T15:25:48.419Zinfo: running `cargo check --bins` on db-dev (244/299)
41052026-07-01T15:25:48.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-07-01T15:25:48.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-07-01T15:25:49.085Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41082026-07-01T15:25:49.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41092026-07-01T15:25:50.015Z
41102026-07-01T15:25:50.015Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41112026-07-01T15:25:50.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-07-01T15:25:50.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-07-01T15:25:50.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-07-01T15:25:50.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41152026-07-01T15:25:50.595Z
41162026-07-01T15:25:50.595Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41172026-07-01T15:25:51.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-07-01T15:25:51.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-07-01T15:25:51.148Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41202026-07-01T15:25:51.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41212026-07-01T15:25:51.995Z
41222026-07-01T15:25:51.995Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41232026-07-01T15:25:52.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-07-01T15:25:52.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-07-01T15:25:52.692Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41262026-07-01T15:25:52.692Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41272026-07-01T15:25:52.695Z Checking git-stub v1.0.0
41282026-07-01T15:25:52.695Z Compiling trait-variant v0.1.2
41292026-07-01T15:25:52.814Z Checking maplit v1.0.2
41302026-07-01T15:25:52.820Z Checking is_ci v1.2.0
41312026-07-01T15:25:52.825Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41322026-07-01T15:25:52.834Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41332026-07-01T15:25:52.896Z Checking drift v0.2.0
41342026-07-01T15:25:52.926Z Checking supports-color v3.0.2
41352026-07-01T15:25:52.944Z Checking git-stub-vcs v0.1.0
41362026-07-01T15:25:53.037Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41372026-07-01T15:25:53.050Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41382026-07-01T15:25:53.066Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41392026-07-01T15:25:53.137Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41402026-07-01T15:25:53.237Z Checking dropshot-api-manager v0.7.2
41412026-07-01T15:25:53.272Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41422026-07-01T15:25:53.315Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41432026-07-01T15:25:53.355Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41442026-07-01T15:25:53.557Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41452026-07-01T15:25:54.081Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41462026-07-01T15:25:55.011Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41472026-07-01T15:25:56.225Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41482026-07-01T15:25:56.824Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41492026-07-01T15:25:57.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
41502026-07-01T15:25:57.434Z
41512026-07-01T15:25:57.435Zinfo: running `cargo check --bins` on installinator-api (248/299)
41522026-07-01T15:25:57.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-01T15:25:57.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-01T15:25:57.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41552026-07-01T15:25:57.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41562026-07-01T15:25:57.966Z
41572026-07-01T15:25:57.966Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
41582026-07-01T15:25:58.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-01T15:25:58.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-01T15:25:58.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-07-01T15:25:58.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41622026-07-01T15:25:58.533Z
41632026-07-01T15:25:58.533Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
41642026-07-01T15:25:59.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-01T15:25:59.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-01T15:25:59.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-07-01T15:25:59.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41682026-07-01T15:25:59.107Z
41692026-07-01T15:25:59.107Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
41702026-07-01T15:25:59.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-01T15:25:59.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-01T15:25:59.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41732026-07-01T15:25:59.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41742026-07-01T15:25:59.675Z
41752026-07-01T15:25:59.676Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
41762026-07-01T15:26:00.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-01T15:26:00.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-01T15:26:00.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-07-01T15:26:00.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41802026-07-01T15:26:00.208Z
41812026-07-01T15:26:00.209Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
41822026-07-01T15:26:00.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-01T15:26:00.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-01T15:26:00.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-07-01T15:26:00.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41862026-07-01T15:26:00.728Z
41872026-07-01T15:26:00.729Zinfo: running `cargo check --bins` on wicketd-api (254/299)
41882026-07-01T15:26:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-01T15:26:01.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-01T15:26:01.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-07-01T15:26:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41922026-07-01T15:26:01.274Z
41932026-07-01T15:26:01.274Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
41942026-07-01T15:26:01.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-07-01T15:26:01.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-07-01T15:26:01.827Z Checking cargo-platform v0.3.2
41972026-07-01T15:26:01.830Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41982026-07-01T15:26:02.059Z Checking cargo_metadata v0.23.1
41992026-07-01T15:26:02.656Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42002026-07-01T15:26:03.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42012026-07-01T15:26:03.539Z
42022026-07-01T15:26:03.539Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42032026-07-01T15:26:04.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-07-01T15:26:04.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-07-01T15:26:04.215Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42062026-07-01T15:26:04.809Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42072026-07-01T15:26:05.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42082026-07-01T15:26:05.486Z
42092026-07-01T15:26:05.486Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42102026-07-01T15:26:06.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-07-01T15:26:06.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-07-01T15:26:06.396Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42132026-07-01T15:26:06.402Z Compiling vergen-lib v0.1.6
42142026-07-01T15:26:06.402Z Compiling diesel_derives v2.3.7
42152026-07-01T15:26:06.402Z Compiling dsl_auto_type v0.2.0
42162026-07-01T15:26:06.402Z Checking scheduled-thread-pool v0.2.7
42172026-07-01T15:26:06.402Z Compiling vergen-gitcl v1.0.8
42182026-07-01T15:26:06.402Z Compiling diesel_table_macro_syntax v0.3.0
42192026-07-01T15:26:06.402Z Compiling dirs-sys-next v0.1.2
42202026-07-01T15:26:06.662Z Compiling crunchy v0.2.4
42212026-07-01T15:26:06.746Z Compiling glob v0.3.3
42222026-07-01T15:26:06.798Z Compiling dirs-next v2.0.0
42232026-07-01T15:26:06.811Z Checking r2d2 v0.8.10
42242026-07-01T15:26:06.845Z Checking downcast-rs v2.0.2
42252026-07-01T15:26:06.896Z Compiling tiny-keccak v2.0.2
42262026-07-01T15:26:06.924Z Compiling term v0.7.0
42272026-07-01T15:26:06.979Z Compiling bit-vec v0.6.3
42282026-07-01T15:26:07.140Z Compiling clang-sys v1.8.1
42292026-07-01T15:26:07.196Z Compiling ascii-canvas v3.0.0
42302026-07-01T15:26:07.213Z Compiling bit-set v0.5.3
42312026-07-01T15:26:07.386Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42322026-07-01T15:26:07.442Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42332026-07-01T15:26:07.475Z Compiling itertools v0.10.5
42342026-07-01T15:26:07.526Z Compiling ena v0.14.4
42352026-07-01T15:26:07.541Z Compiling libloading v0.8.9
42362026-07-01T15:26:07.592Z Compiling diff v0.1.13
42372026-07-01T15:26:07.596Z Compiling regex-syntax v0.6.29
42382026-07-01T15:26:07.623Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42392026-07-01T15:26:07.738Z Compiling bindgen v0.71.1
42402026-07-01T15:26:07.875Z Compiling cexpr v0.6.0
42412026-07-01T15:26:08.216Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42422026-07-01T15:26:08.243Z Compiling rustc-hash v2.1.1
42432026-07-01T15:26:08.438Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42442026-07-01T15:26:08.534Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42452026-07-01T15:26:08.557Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42462026-07-01T15:26:08.560Z Compiling libxml v0.3.3
42472026-07-01T15:26:08.813Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42482026-07-01T15:26:08.847Z Compiling strum_macros v0.24.3
42492026-07-01T15:26:08.875Z Compiling indoc v1.0.9
42502026-07-01T15:26:09.019Z Compiling lalrpop v0.19.12
42512026-07-01T15:26:09.744Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42522026-07-01T15:26:09.958Z Checking derive_builder v0.20.2
42532026-07-01T15:26:10.072Z Compiling oso-derive v0.27.3
42542026-07-01T15:26:10.219Z Checking quick-xml v0.37.5
42552026-07-01T15:26:10.301Z Compiling impl-trait-for-tuples v0.2.3
42562026-07-01T15:26:10.592Z Checking openssl-probe v0.1.6
42572026-07-01T15:26:10.738Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42582026-07-01T15:26:11.093Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42592026-07-01T15:26:11.303Z Checking bb8 v0.8.6
42602026-07-01T15:26:11.447Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42612026-07-01T15:26:11.484Z Checking nonempty v0.12.0
42622026-07-01T15:26:11.665Z Compiling libz-sys v1.1.24
42632026-07-01T15:26:11.695Z Compiling strsim v0.10.0
42642026-07-01T15:26:11.711Z Compiling libgit2-sys v0.18.3+1.9.2
42652026-07-01T15:26:11.887Z Compiling darling_core v0.13.4
42662026-07-01T15:26:12.007Z Compiling vergen-git2 v9.1.0
42672026-07-01T15:26:12.245Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42682026-07-01T15:26:12.259Z Compiling base64 v0.21.7
42692026-07-01T15:26:12.480Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
42702026-07-01T15:26:12.540Z Checking diesel v2.3.7
42712026-07-01T15:26:12.597Z Compiling ron v0.8.1
42722026-07-01T15:26:13.480Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42732026-07-01T15:26:13.562Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
42742026-07-01T15:26:13.706Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42752026-07-01T15:26:13.799Z Compiling darling_macro v0.13.4
42762026-07-01T15:26:13.910Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
42772026-07-01T15:26:14.116Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42782026-07-01T15:26:14.295Z Compiling darling v0.13.4
42792026-07-01T15:26:14.322Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42802026-07-01T15:26:14.387Z Compiling serde_with_macros v1.5.2
42812026-07-01T15:26:14.540Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42822026-07-01T15:26:14.746Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
42832026-07-01T15:26:14.891Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42842026-07-01T15:26:14.951Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42852026-07-01T15:26:15.244Z Compiling serde_with v1.14.0
42862026-07-01T15:26:16.379Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
42872026-07-01T15:26:16.595Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42882026-07-01T15:26:16.740Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42892026-07-01T15:26:17.402Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42902026-07-01T15:26:17.612Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42912026-07-01T15:26:17.902Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42922026-07-01T15:26:18.051Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42932026-07-01T15:26:18.202Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42942026-07-01T15:26:18.828Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
42952026-07-01T15:26:18.964Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
42962026-07-01T15:26:18.995Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42972026-07-01T15:26:19.279Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42982026-07-01T15:26:19.406Z Checking twox-hash v2.1.2
42992026-07-01T15:26:19.483Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43002026-07-01T15:26:19.606Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43012026-07-01T15:26:19.642Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43022026-07-01T15:26:20.078Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43032026-07-01T15:26:20.234Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43042026-07-01T15:26:21.324Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43052026-07-01T15:26:21.549Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43062026-07-01T15:26:21.703Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43072026-07-01T15:26:22.216Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43082026-07-01T15:26:22.389Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43092026-07-01T15:26:22.609Z Checking console v0.16.2
43102026-07-01T15:26:22.909Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43112026-07-01T15:26:23.056Z Checking fatfs v0.3.6
43122026-07-01T15:26:23.216Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43132026-07-01T15:26:23.528Z Checking unit-prefix v0.5.2
43142026-07-01T15:26:23.655Z Compiling seq-macro v0.3.6
43152026-07-01T15:26:24.173Z Checking indicatif v0.18.4
43162026-07-01T15:26:24.580Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43172026-07-01T15:26:24.585Z Checking support-bundle-viewer v0.1.2
43182026-07-01T15:26:24.585Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43192026-07-01T15:26:24.780Z Checking multimap v0.10.1
43202026-07-01T15:26:30.419Z Checking diesel-dtrace v0.5.0
43212026-07-01T15:26:30.665Z Checking async-bb8-diesel v0.2.1
43222026-07-01T15:26:33.595Z Compiling samael v0.0.19
43232026-07-01T15:26:44.050Z Compiling git2 v0.20.4
43242026-07-01T15:26:44.127Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43252026-07-01T15:26:44.127Z Compiling polar-core v0.27.3
43262026-07-01T15:26:44.189Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43272026-07-01T15:26:45.705Z Checking oso v0.27.3
43282026-07-01T15:27:15.668Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43292026-07-01T15:28:29.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
43302026-07-01T15:28:29.808Z
43312026-07-01T15:28:29.808Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43322026-07-01T15:28:30.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-07-01T15:28:30.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-07-01T15:28:30.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-07-01T15:28:30.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43362026-07-01T15:28:30.438Z
43372026-07-01T15:28:30.439Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43382026-07-01T15:28:30.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-07-01T15:28:30.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-07-01T15:28:30.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-07-01T15:28:30.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43422026-07-01T15:28:31.031Z
43432026-07-01T15:28:31.031Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43442026-07-01T15:28:31.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-07-01T15:28:31.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-07-01T15:28:31.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-07-01T15:28:31.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43482026-07-01T15:28:31.617Z
43492026-07-01T15:28:31.617Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43502026-07-01T15:28:32.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-07-01T15:28:32.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-07-01T15:28:32.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-07-01T15:28:32.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43542026-07-01T15:28:32.129Z
43552026-07-01T15:28:32.129Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
43562026-07-01T15:28:32.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-07-01T15:28:32.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-07-01T15:28:32.916Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43592026-07-01T15:28:33.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
43602026-07-01T15:28:33.849Z
43612026-07-01T15:28:33.849Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
43622026-07-01T15:28:34.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-07-01T15:28:34.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-07-01T15:28:34.627Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43652026-07-01T15:29:12.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.48s
43662026-07-01T15:29:12.551Z
43672026-07-01T15:29:12.551Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
43682026-07-01T15:29:12.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-07-01T15:29:13.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-07-01T15:29:13.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43712026-07-01T15:29:13.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43722026-07-01T15:29:13.076Z
43732026-07-01T15:29:13.076Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
43742026-07-01T15:29:13.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-07-01T15:29:13.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-07-01T15:29:13.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-07-01T15:29:13.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43782026-07-01T15:29:13.608Z
43792026-07-01T15:29:13.608Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
43802026-07-01T15:29:14.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-07-01T15:29:14.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-07-01T15:29:14.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-07-01T15:29:14.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43842026-07-01T15:29:14.181Z
43852026-07-01T15:29:14.181Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
43862026-07-01T15:29:14.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-07-01T15:29:14.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-07-01T15:29:14.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-07-01T15:29:14.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43902026-07-01T15:29:14.779Z
43912026-07-01T15:29:14.779Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
43922026-07-01T15:29:15.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-07-01T15:29:15.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-07-01T15:29:15.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-07-01T15:29:15.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43962026-07-01T15:29:15.370Z
43972026-07-01T15:29:15.370Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
43982026-07-01T15:29:15.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-01T15:29:15.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-01T15:29:15.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-01T15:29:15.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44022026-07-01T15:29:15.967Z
44032026-07-01T15:29:15.967Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44042026-07-01T15:29:16.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-01T15:29:16.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-01T15:29:16.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-07-01T15:29:16.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44082026-07-01T15:29:16.614Z
44092026-07-01T15:29:16.635Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44102026-07-01T15:29:17.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-01T15:29:17.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-01T15:29:17.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-07-01T15:29:17.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44142026-07-01T15:29:17.143Z
44152026-07-01T15:29:17.143Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44162026-07-01T15:29:17.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-01T15:29:17.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-01T15:29:17.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-01T15:29:17.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44202026-07-01T15:29:17.714Z
44212026-07-01T15:29:17.714Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44222026-07-01T15:29:18.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-01T15:29:18.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-01T15:29:18.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-07-01T15:29:18.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44262026-07-01T15:29:18.312Z
44272026-07-01T15:29:18.312Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44282026-07-01T15:29:18.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-01T15:29:18.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-01T15:29:18.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-07-01T15:29:18.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44322026-07-01T15:29:18.902Z
44332026-07-01T15:29:18.902Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44342026-07-01T15:29:19.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-01T15:29:19.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-01T15:29:19.758Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44372026-07-01T15:29:19.765Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44382026-07-01T15:29:19.913Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44392026-07-01T15:29:19.926Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44402026-07-01T15:29:19.957Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44412026-07-01T15:29:19.966Z Checking yansi v1.0.1
44422026-07-01T15:29:19.967Z Checking diff v0.1.13
44432026-07-01T15:29:19.967Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44442026-07-01T15:29:20.088Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44452026-07-01T15:29:20.275Z Checking pretty_assertions v1.4.1
44462026-07-01T15:29:20.916Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44472026-07-01T15:29:21.028Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44482026-07-01T15:29:45.590Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44492026-07-01T15:29:45.590Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44502026-07-01T15:29:45.594Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44512026-07-01T15:29:45.595Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44522026-07-01T15:29:45.595Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44532026-07-01T15:29:45.595Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44542026-07-01T15:29:45.595Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44552026-07-01T15:29:46.465Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44562026-07-01T15:29:46.465Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44572026-07-01T15:29:47.679Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44582026-07-01T15:30:25.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44592026-07-01T15:30:25.393Z
44602026-07-01T15:30:25.395Zinfo: running `cargo check --bins` on omicron-pins (276/299)
44612026-07-01T15:30:25.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-07-01T15:30:25.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-07-01T15:30:25.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-07-01T15:30:25.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44652026-07-01T15:30:25.920Z
44662026-07-01T15:30:25.921Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
44672026-07-01T15:30:26.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-07-01T15:30:26.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-07-01T15:30:26.643Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44702026-07-01T15:30:26.762Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44712026-07-01T15:30:26.765Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44722026-07-01T15:30:53.791Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44732026-07-01T15:30:54.167Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44742026-07-01T15:30:55.884Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44752026-07-01T15:30:56.329Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44762026-07-01T15:30:59.330Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44772026-07-01T15:31:23.039Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44782026-07-01T15:31:23.735Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44792026-07-01T15:31:25.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.42s
44802026-07-01T15:31:25.545Z
44812026-07-01T15:31:25.545Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
44822026-07-01T15:31:26.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-01T15:31:26.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-01T15:31:26.222Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44852026-07-01T15:31:26.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
44862026-07-01T15:31:27.076Z
44872026-07-01T15:31:27.076Zinfo: running `cargo check --bins` on omicron-releng (279/299)
44882026-07-01T15:31:27.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-01T15:31:27.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-01T15:31:27.679Z Compiling blake3 v1.8.5
44912026-07-01T15:31:27.784Z Checking arrayvec v0.7.6
44922026-07-01T15:31:27.788Z Checking arrayref v0.3.9
44932026-07-01T15:31:27.788Z Checking constant_time_eq v0.4.2
44942026-07-01T15:31:27.801Z Checking topological-sort v0.2.2
44952026-07-01T15:31:27.804Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44962026-07-01T15:31:27.804Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44972026-07-01T15:31:27.804Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44982026-07-01T15:31:27.842Z Checking shell-words v1.1.1
44992026-07-01T15:31:28.690Z Checking omicron-zone-package v0.12.3
45002026-07-01T15:31:29.401Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45012026-07-01T15:31:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
45022026-07-01T15:31:30.436Z
45032026-07-01T15:31:30.436Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45042026-07-01T15:31:30.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-07-01T15:31:30.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-07-01T15:31:31.039Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45072026-07-01T15:31:31.356Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45082026-07-01T15:31:31.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45092026-07-01T15:31:31.913Z
45102026-07-01T15:31:31.914Zinfo: running `cargo check --bins` on schema (281/299)
45112026-07-01T15:31:32.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-07-01T15:31:32.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-07-01T15:31:32.582Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45142026-07-01T15:31:33.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45152026-07-01T15:31:33.446Z
45162026-07-01T15:31:33.446Zinfo: running `cargo check --bins` on xtask (282/299)
45172026-07-01T15:31:33.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-07-01T15:31:33.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-07-01T15:31:33.821Z Checking serde_core v1.0.228
45202026-07-01T15:31:33.821Z Checking libc v0.2.185
45212026-07-01T15:31:33.823Z Checking bitflags v2.11.0
45222026-07-01T15:31:33.902Z Checking scroll v0.12.0
45232026-07-01T15:31:33.905Z Checking thiserror v1.0.69
45242026-07-01T15:31:33.908Z Checking log v0.4.29
45252026-07-01T15:31:33.919Z Checking indexmap v2.14.0
45262026-07-01T15:31:33.927Z Checking zerocopy v0.7.35
45272026-07-01T15:31:33.990Z Checking syn v2.0.117
45282026-07-01T15:31:34.036Z Checking dtrace-parser v0.2.0
45292026-07-01T15:31:34.047Z Checking once_cell v1.21.3
45302026-07-01T15:31:34.112Z Checking goblin v0.8.2
45312026-07-01T15:31:34.176Z Checking errno v0.3.14
45322026-07-01T15:31:34.216Z Checking getrandom v0.4.1
45332026-07-01T15:31:34.261Z Checking thread-id v4.2.2
45342026-07-01T15:31:34.290Z Checking rustix v1.1.3
45352026-07-01T15:31:34.337Z Checking memmap v0.7.0
45362026-07-01T15:31:34.348Z Checking thiserror v2.0.18
45372026-07-01T15:31:34.409Z Checking fs-err v3.3.0
45382026-07-01T15:31:34.444Z Checking tabled v0.15.0
45392026-07-01T15:31:34.459Z Checking anyhow v1.0.102
45402026-07-01T15:31:34.469Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45412026-07-01T15:31:35.069Z Checking terminal_size v0.4.3
45422026-07-01T15:31:35.069Z Checking tempfile v3.25.0
45432026-07-01T15:31:35.177Z Checking clap_builder v4.6.0
45442026-07-01T15:31:35.177Z Checking textwrap v0.16.2
45452026-07-01T15:31:35.346Z Checking serde v1.0.228
45462026-07-01T15:31:35.349Z Checking serde_json v1.0.150
45472026-07-01T15:31:35.349Z Checking camino v1.2.2
45482026-07-01T15:31:35.390Z Checking cargo-platform v0.3.2
45492026-07-01T15:31:35.545Z Checking semver v1.0.28
45502026-07-01T15:31:35.615Z Checking camino-tempfile v1.4.1
45512026-07-01T15:31:35.750Z Checking toml_datetime v0.6.11
45522026-07-01T15:31:35.750Z Checking serde_spanned v0.6.9
45532026-07-01T15:31:35.754Z Checking macaddr v1.0.1
45542026-07-01T15:31:35.922Z Checking toml_edit v0.22.27
45552026-07-01T15:31:35.950Z Checking cargo_metadata v0.23.1
45562026-07-01T15:31:35.975Z Checking dof v0.3.0
45572026-07-01T15:31:36.241Z Checking usdt-impl v0.5.0
45582026-07-01T15:31:36.387Z Checking clap v4.6.1
45592026-07-01T15:31:36.518Z Checking usdt v0.5.0
45602026-07-01T15:31:36.901Z Checking toml v0.8.23
45612026-07-01T15:31:37.161Z Checking cargo_toml v0.21.0
45622026-07-01T15:31:37.817Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45632026-07-01T15:31:38.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
45642026-07-01T15:31:38.315Z
45652026-07-01T15:31:38.315Zinfo: running `cargo check --bins` on dnsadm (283/299)
45662026-07-01T15:31:38.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-07-01T15:31:38.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-07-01T15:31:38.894Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45692026-07-01T15:31:39.355Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45702026-07-01T15:31:39.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45712026-07-01T15:31:39.908Z
45722026-07-01T15:31:39.908Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
45732026-07-01T15:31:40.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-07-01T15:31:40.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-07-01T15:31:40.642Z Checking polyval v0.6.2
45762026-07-01T15:31:40.764Z Checking ctr v0.9.2
45772026-07-01T15:31:40.773Z Checking ssh-encoding v0.2.0
45782026-07-01T15:31:40.773Z Checking blowfish v0.9.1
45792026-07-01T15:31:40.791Z Checking password-hash v0.4.2
45802026-07-01T15:31:40.804Z Checking p521 v0.13.3
45812026-07-01T15:31:40.804Z Checking p256 v0.13.2
45822026-07-01T15:31:40.829Z Checking russh-cryptovec v0.7.3
45832026-07-01T15:31:40.903Z Checking ghash v0.5.1
45842026-07-01T15:31:40.917Z Checking bcrypt-pbkdf v0.10.0
45852026-07-01T15:31:40.918Z Checking md5 v0.7.0
45862026-07-01T15:31:40.951Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45872026-07-01T15:31:40.968Z Checking num-bigint v0.4.6
45882026-07-01T15:31:41.014Z Checking pbkdf2 v0.11.0
45892026-07-01T15:31:41.017Z Checking aes-gcm v0.10.3
45902026-07-01T15:31:41.061Z Checking des v0.8.1
45912026-07-01T15:31:41.079Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45922026-07-01T15:31:41.082Z Checking hex-literal v0.4.1
45932026-07-01T15:31:41.162Z Checking ssh-cipher v0.2.0
45942026-07-01T15:31:41.194Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45952026-07-01T15:31:41.199Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45962026-07-01T15:31:41.222Z Checking socket2 v0.5.10
45972026-07-01T15:31:41.225Z Checking internet-checksum v0.2.1
45982026-07-01T15:31:41.327Z Checking ssh-key v0.6.7
45992026-07-01T15:31:41.492Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46002026-07-01T15:31:41.958Z Checking russh-keys v0.45.0
46012026-07-01T15:31:42.523Z Checking russh v0.45.0
46022026-07-01T15:31:59.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.23s
46032026-07-01T15:31:59.360Z
46042026-07-01T15:31:59.360Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46052026-07-01T15:31:59.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-07-01T15:31:59.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-07-01T15:31:59.925Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46082026-07-01T15:32:00.031Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46092026-07-01T15:32:00.038Z Checking termios v0.3.3
46102026-07-01T15:32:01.255Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46112026-07-01T15:32:01.401Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46122026-07-01T15:32:03.094Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46132026-07-01T15:32:03.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
46142026-07-01T15:32:03.828Z
46152026-07-01T15:32:03.828Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
46162026-07-01T15:32:04.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-07-01T15:32:04.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-07-01T15:32:04.470Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46192026-07-01T15:32:04.473Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46202026-07-01T15:32:04.589Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46212026-07-01T15:32:04.589Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46222026-07-01T15:32:04.601Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46232026-07-01T15:32:04.604Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46242026-07-01T15:32:05.341Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46252026-07-01T15:32:05.679Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46262026-07-01T15:32:05.682Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46272026-07-01T15:32:06.320Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46282026-07-01T15:32:07.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
46292026-07-01T15:32:08.119Z
46302026-07-01T15:32:08.119Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
46312026-07-01T15:32:08.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-07-01T15:32:08.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-07-01T15:32:08.704Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46342026-07-01T15:32:09.141Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46352026-07-01T15:32:09.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46362026-07-01T15:32:09.625Z
46372026-07-01T15:32:09.626Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
46382026-07-01T15:32:10.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-07-01T15:32:10.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-07-01T15:32:10.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-07-01T15:32:10.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46422026-07-01T15:32:10.144Z
46432026-07-01T15:32:10.144Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
46442026-07-01T15:32:10.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-07-01T15:32:10.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-07-01T15:32:10.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46472026-07-01T15:32:10.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46482026-07-01T15:32:10.652Z
46492026-07-01T15:32:10.652Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
46502026-07-01T15:32:11.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46512026-07-01T15:32:11.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46522026-07-01T15:32:11.348Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46532026-07-01T15:32:11.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
46542026-07-01T15:32:12.125Z
46552026-07-01T15:32:12.125Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
46562026-07-01T15:32:12.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-07-01T15:32:12.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-07-01T15:32:12.714Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46592026-07-01T15:32:12.718Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46602026-07-01T15:32:12.985Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46612026-07-01T15:32:12.989Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46622026-07-01T15:32:13.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46632026-07-01T15:32:13.958Z
46642026-07-01T15:32:13.959Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
46652026-07-01T15:32:14.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-07-01T15:32:14.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-07-01T15:32:14.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46682026-07-01T15:32:14.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46692026-07-01T15:32:14.483Z
46702026-07-01T15:32:14.483Zinfo: running `cargo check --bins` on omicron-package (293/299)
46712026-07-01T15:32:14.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-07-01T15:32:14.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-07-01T15:32:15.110Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46742026-07-01T15:32:16.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46752026-07-01T15:32:16.369Z
46762026-07-01T15:32:16.369Zinfo: running `cargo check --bins` on tqdb (294/299)
46772026-07-01T15:32:16.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-07-01T15:32:16.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-07-01T15:32:17.097Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46802026-07-01T15:32:17.447Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46812026-07-01T15:32:17.954Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46822026-07-01T15:32:17.954Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46832026-07-01T15:32:24.084Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46842026-07-01T15:32:24.085Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46852026-07-01T15:32:24.654Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46862026-07-01T15:32:24.655Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46872026-07-01T15:32:24.658Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46882026-07-01T15:32:24.658Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46892026-07-01T15:32:25.442Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46902026-07-01T15:32:26.428Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46912026-07-01T15:32:27.234Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46922026-07-01T15:32:27.849Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46932026-07-01T15:32:32.713Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46942026-07-01T15:32:39.373Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46952026-07-01T15:32:39.376Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46962026-07-01T15:32:39.376Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46972026-07-01T15:32:39.376Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46982026-07-01T15:32:40.847Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46992026-07-01T15:32:42.169Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47002026-07-01T15:32:42.830Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47012026-07-01T15:32:44.045Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47022026-07-01T15:32:44.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.20s
47032026-07-01T15:32:44.776Z
47042026-07-01T15:32:44.776Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47052026-07-01T15:32:45.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-01T15:32:45.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-01T15:32:45.428Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47082026-07-01T15:32:45.428Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47092026-07-01T15:32:45.431Z Checking rtoolbox v0.0.3
47102026-07-01T15:32:45.555Z Checking tui-tree-widget v0.23.1
47112026-07-01T15:32:45.649Z Checking rpassword v7.4.0
47122026-07-01T15:32:46.709Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47132026-07-01T15:32:49.823Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47142026-07-01T15:32:51.686Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47152026-07-01T15:32:52.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
47162026-07-01T15:32:52.754Z
47172026-07-01T15:32:52.755Zinfo: running `cargo check --bins` on wicket (296/299)
47182026-07-01T15:32:53.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-07-01T15:32:53.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-07-01T15:32:53.386Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47212026-07-01T15:32:53.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
47222026-07-01T15:32:53.910Z
47232026-07-01T15:32:53.910Zinfo: running `cargo check --bins` on wicketd (297/299)
47242026-07-01T15:32:54.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-07-01T15:32:54.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-07-01T15:32:54.567Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47272026-07-01T15:32:54.567Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47282026-07-01T15:32:54.570Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47292026-07-01T15:32:54.570Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47302026-07-01T15:32:55.547Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47312026-07-01T15:32:56.113Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47322026-07-01T15:32:59.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
47332026-07-01T15:32:59.326Z
47342026-07-01T15:32:59.326Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
47352026-07-01T15:32:59.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-07-01T15:32:59.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-07-01T15:32:59.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-07-01T15:32:59.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47392026-07-01T15:32:59.840Z
47402026-07-01T15:32:59.840Zinfo: running `cargo check --bins` on zone-setup (299/299)
47412026-07-01T15:33:00.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-07-01T15:33:00.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-07-01T15:33:00.451Z Checking uzers v0.12.2
47442026-07-01T15:33:00.719Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47452026-07-01T15:33:01.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
47462026-07-01T15:33:01.648Z
47472026-07-01T15:33:01.648Zreal 13:49.886904431
47482026-07-01T15:33:01.648Zuser 20:47.851933250
47492026-07-01T15:33:01.649Zsys 4:07.620884929
47502026-07-01T15:33:01.649Ztrap 0.322169819
47512026-07-01T15:33:01.649Ztflt 0.739119186
47522026-07-01T15:33:01.649Zdflt 1.091792506
47532026-07-01T15:33:01.649Zkflt 0.005106403
47542026-07-01T15:33:01.649Zlock 1:16:12.287422706
47552026-07-01T15:33:01.649Zslp 1:40:04.176183047
47562026-07-01T15:33:01.649Zlat 55.484398726
47572026-07-01T15:33:01.649Zstop 3:25.207127262
47582026-07-01T15:33:01.652Zprocess exited: duration 951555 ms, exit code 0
 
47592026-07-01T15:33:01.658Zfound 0 output files