01KTNBZ9GDHP29A5TKQF5536Z6: 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: 01KTNBZQNZMA6J3N1GANSQPDNM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T05:00:08.646Zjob assigned to worker 01KTNBZVTDCRYYNN2WJ2EN9Q5V [factory aws, i-0375a20f9673c3a7c] (queued for 46 s)
 
22026-06-09T05:00:15.388Zstarting task 0: "setup"
32026-06-09T05:00:15.397Z++ uname -s
42026-06-09T05:00:15.398Z+ kern=SunOS
52026-06-09T05:00:15.398Z+ build_user=build
62026-06-09T05:00:15.398Z+ build_uid=12345
72026-06-09T05:00:15.398Z+ work_dir=/work
82026-06-09T05:00:15.398Z+ input_dir=/input
92026-06-09T05:00:15.398Z+ [[ 0 == 12345 ]]
102026-06-09T05:00:15.398Z+ case "$kern" in
112026-06-09T05:00:15.398Z+ groupadd -g 12345 build
122026-06-09T05:00:15.398Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T05:00:17.401Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T05:00:17.484Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T05:00:17.510Z+ home_fs=zfs
162026-06-09T05:00:17.511Z+ [[ zfs == autofs ]]
172026-06-09T05:00:17.511Z+ mkdir -p /home/build
182026-06-09T05:00:17.511Z+ chown build:build /home/build /work
192026-06-09T05:00:19.489Z+ chmod 0700 /home/build /work
202026-06-09T05:00:19.492Zprocess exited: duration 4104 ms, exit code 0
 
212026-06-09T05:00:19.499Zstarting task 1: "rust-toolchain"
222026-06-09T05:00:19.502Z * rust toolchain channel = "1.94.0"
232026-06-09T05:00:19.502Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-06-09T05:00:19.503Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-09T05:00:19.503Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-09T05:00:19.503Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T05:00:19.503Z * rust toolchain profile = "default"
282026-06-09T05:00:19.507Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T05:00:19.507Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T05:00:19.614Zinfo: downloading installer
312026-06-09T05:00:20.992Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T05:00:20.992Zwarn: /home/build/.rustup/settings.toml
332026-06-09T05:00:20.992Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T05:00:20.992Zwarn: instead of the one inferred from the default host triple.
352026-06-09T05:00:20.996Zinfo: profile set to default
362026-06-09T05:00:20.996Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T05:00:20.996Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T05:00:21.164Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T05:00:21.178Zinfo: downloading 6 components
402026-06-09T05:00:35.975Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T05:00:35.975Z
422026-06-09T05:00:36.006Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T05:00:36.006Z
442026-06-09T05:00:36.006Z
452026-06-09T05:00:36.006ZRust is installed now. Great!
462026-06-09T05:00:36.006Z
472026-06-09T05:00:36.007ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T05:00:36.007Zenvironment variable. This has not been done automatically.
492026-06-09T05:00:36.007Z
502026-06-09T05:00:36.007ZTo configure your current shell, you need to source
512026-06-09T05:00:36.010Zthe corresponding env file under $HOME/.cargo.
522026-06-09T05:00:36.010Z
532026-06-09T05:00:36.010ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T05:00:36.010Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T05:00:36.010Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T05:00:36.010Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T05:00:36.010Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T05:00:36.010Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T05:00:36.010Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T05:00:36.010Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T05:00:36.011Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T05:00:36.091Z+ rustup --version
632026-06-09T05:00:36.100Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T05:00:36.103Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T05:00:36.121Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T05:00:36.124Z+ cargo --version
672026-06-09T05:00:36.136Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T05:00:36.139Z+ rustc --version
692026-06-09T05:00:36.158Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T05:00:36.163Zprocess exited: duration 16661 ms, exit code 0
 
712026-06-09T05:00:36.169Zstarting task 2: "authentication"
722026-06-09T05:00:36.189Zprocess exited: duration 18 ms, exit code 0
 
732026-06-09T05:00:36.197Zstarting task 3: "clone repository"
742026-06-09T05:00:36.201Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T05:00:36.205Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T05:00:36.243ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T05:00:48.231Z+ cd /work/oxidecomputer/omicron
782026-06-09T05:00:48.232Z+ git fetch origin c8571fb1ae891bb7fcf3b864d244e6b722e60595
792026-06-09T05:00:48.529ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T05:00:48.529Z * branch c8571fb1ae891bb7fcf3b864d244e6b722e60595 -> FETCH_HEAD
812026-06-09T05:00:48.539Z+ [[ -n zl/ddm-internal-dns ]]
822026-06-09T05:00:48.542Z++ git branch --show-current
832026-06-09T05:00:48.542Z+ current=main
842026-06-09T05:00:48.542Z+ [[ main != zl/ddm-internal-dns ]]
852026-06-09T05:00:48.542Z+ git branch -f zl/ddm-internal-dns c8571fb1ae891bb7fcf3b864d244e6b722e60595
862026-06-09T05:00:48.546Z+ git checkout -f zl/ddm-internal-dns
872026-06-09T05:00:48.781ZSwitched to branch 'zl/ddm-internal-dns'
882026-06-09T05:00:48.784Z+ git reset --hard c8571fb1ae891bb7fcf3b864d244e6b722e60595
892026-06-09T05:00:48.798ZHEAD is now at c8571fb1a [merge] merge main
902026-06-09T05:00:48.801Zprocess exited: duration 12603 ms, exit code 0
 
912026-06-09T05:00:48.807Zstarting task 4: "build"
922026-06-09T05:00:48.810Z+ source .github/buildomat/ci-env.sh
932026-06-09T05:00:48.813Z++ export CARGO_TERM_COLOR=always
942026-06-09T05:00:48.813Z++ CARGO_TERM_COLOR=always
952026-06-09T05:00:48.813Z+ cargo --version
962026-06-09T05:00:48.820Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-09T05:00:48.824Z+ rustc --version
982026-06-09T05:00:48.842Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-09T05:00:48.845Z+ source ./env.sh
1002026-06-09T05:00:48.845Z++ OLD_SHELL_OPTS=ehxB
1012026-06-09T05:00:48.845Z++ set -o xtrace
1022026-06-09T05:00:48.849Z++++ dirname ./env.sh
1032026-06-09T05:00:48.849Z+++ readlink -f .
1042026-06-09T05:00:48.852Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ 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-06-09T05:00:48.852Z++ case $OLD_SHELL_OPTS in
1162026-06-09T05:00:48.852Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-09T05:00:48.852Z+ 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-06-09T05:00:48.852Z+ 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-06-09T05:00:48.852Z+ banner prerequisites
1202026-06-09T05:00:48.855Z
1212026-06-09T05:00:48.855Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-09T05:00:48.855Z # # # # # # # # # # # # # # #
1232026-06-09T05:00:48.855Z # # # # ##### # # ##### # # # # # #### #
1242026-06-09T05:00:48.855Z ##### ##### # ##### # # # # # # # # #
1252026-06-09T05:00:48.855Z # # # # # # # # # # # # # # #
1262026-06-09T05:00:48.855Z # # # ###### # # ###### ### # #### # #### #
1272026-06-09T05:00:48.855Z
1282026-06-09T05:00:48.855Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-09T05:00:50.389Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-09T05:00:50.488Z Startup: Caching catalogs ... Done
1312026-06-09T05:00:50.813ZPlanning: Solver setup ... Done (0.284s)
1322026-06-09T05:00:50.832ZPlanning: Running solver ... Done (0.021s)
1332026-06-09T05:00:50.841ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-09T05:00:50.853ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-09T05:00:50.866ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-09T05:00:50.880ZPlanning: Package planning ... Done (0.013s)
1372026-06-09T05:00:50.883ZPlanning: Merging actions ... Done (0.002s)
1382026-06-09T05:00:51.074ZPlanning: Checking for conflicting actions ... Done (0.193s)
1392026-06-09T05:00:51.077ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-09T05:00:51.857ZPlanning: Evaluating mediators ... Done (0.782s)
1412026-06-09T05:00:51.860ZPlanning: Planning completed in 1.35 seconds
1422026-06-09T05:00:51.866Z Packages to install: 2
1432026-06-09T05:00:51.866Z Estimated space available: 156.07 GB
1442026-06-09T05:00:51.866ZEstimated space to be consumed: 25.34 MB
1452026-06-09T05:00:51.866Z Create boot environment: No
1462026-06-09T05:00:51.869ZCreate backup boot environment: No
1472026-06-09T05:00:51.870Z Rebuild boot archive: No
1482026-06-09T05:00:51.870Z
1492026-06-09T05:00:51.870ZChanged packages:
1502026-06-09T05:00:51.870Zhelios
1512026-06-09T05:00:51.870Z developer/build-essential
1522026-06-09T05:00:51.870Z None -> 11-3.0
1532026-06-09T05:00:51.870Z library/libxmlsec1
1542026-06-09T05:00:51.870Z None -> 1.2.35-3.0
1552026-06-09T05:00:51.891Z
1562026-06-09T05:00:51.891ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-09T05:00:52.440ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1582026-06-09T05:00:52.504Z Actions: 1/268 actions (Installing new actions)
1592026-06-09T05:00:52.543Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-09T05:00:52.551ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-09T05:00:52.551ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-09T05:00:52.573ZFinalize: Updating image state ... Done (0.022s)
1632026-06-09T05:00:54.969ZFinalize: Creating fast lookup database ... Done (2.375s)
1642026-06-09T05:00:55.036ZFinalize: Reading search index ... Done (0.012s)
1652026-06-09T05:00:55.039ZFinalize: Updating search index ... Done (0.000s)
1662026-06-09T05:00:55.124ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-09T05:00:55.426ZPlanning: Evaluating mediator changes ... Done
1682026-06-09T05:00:55.531ZPlanning: Checking for conflicting actions ... Done
1692026-06-09T05:00:55.534ZPlanning: Consolidating action changes ... Done
1702026-06-09T05:00:55.692ZPlanning: Evaluating mediators ... Done
1712026-06-09T05:00:55.695ZPlanning: Planning completed in 0.27 seconds
1722026-06-09T05:00:55.715Z Mediators to change: 2
1732026-06-09T05:00:55.715Z Create boot environment: No
1742026-06-09T05:00:55.718ZCreate backup boot environment: No
1752026-06-09T05:00:55.780ZFinalize: Updating package state database ... Done
1762026-06-09T05:00:55.780ZFinalize: Updating package cache ... Done
1772026-06-09T05:00:55.793ZFinalize: Updating image state ... Done
1782026-06-09T05:00:57.856ZFinalize: Creating fast lookup database ... Done
1792026-06-09T05:00:57.880ZFinalize: Reading search index ... Done
1802026-06-09T05:00:57.880ZFinalize: Updating search index ... Done
1812026-06-09T05:00:57.908ZFinalize: Updating package cache ... Done
1822026-06-09T05:00:58.193ZPlanning: Evaluating mediator changes ... Done
1832026-06-09T05:00:58.299ZPlanning: Checking for conflicting actions ... Done
1842026-06-09T05:00:58.303ZPlanning: Consolidating action changes ... Done
1852026-06-09T05:00:58.460ZPlanning: Evaluating mediators ... Done
1862026-06-09T05:00:58.463ZPlanning: Planning completed in 0.27 seconds
1872026-06-09T05:00:58.483Z Mediators to change: 1
1882026-06-09T05:00:58.483Z Create boot environment: No
1892026-06-09T05:00:58.483ZCreate backup boot environment: No
1902026-06-09T05:00:58.534ZFinalize: Updating package state database ... Done
1912026-06-09T05:00:58.534ZFinalize: Updating package cache ... Done
1922026-06-09T05:00:58.547ZFinalize: Updating image state ... Done
1932026-06-09T05:01:00.470ZFinalize: Creating fast lookup database ... Done
1942026-06-09T05:01:00.538ZFinalize: Reading search index ... Done
1952026-06-09T05:01:00.541ZFinalize: Updating search index ... Done
1962026-06-09T05:01:00.613ZFinalize: Updating package cache ... Done
1972026-06-09T05:01:00.924ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-09T05:01:00.924Zapache system 2.4 system
1992026-06-09T05:01:00.924Zclang system 15 system
2002026-06-09T05:01:00.924Zcsh system system illumos
2012026-06-09T05:01:00.924Zctags system system illumos
2022026-06-09T05:01:00.924Zfile vendor vendor darwinsys
2032026-06-09T05:01:00.924Zfile system system illumos
2042026-06-09T05:01:00.924Zgcc vendor 14 vendor
2052026-06-09T05:01:00.924Zgcc system 13 system
2062026-06-09T05:01:00.924Zgcc system 10 system
2072026-06-09T05:01:00.924Zgo system 1.25 system
2082026-06-09T05:01:00.924Zllvm system 15 system
2092026-06-09T05:01:00.924Zmariadb system 11.4 system
2102026-06-09T05:01:00.924Zmta vendor vendor dma
2112026-06-09T05:01:00.924Zopenjdk system 17 system
2122026-06-09T05:01:00.925Zopenjdk system 11 system
2132026-06-09T05:01:00.925Zopenssl vendor 3 vendor
2142026-06-09T05:01:00.925Zperl system 5.40 system
2152026-06-09T05:01:00.925Zpostgresql system 18 system
2162026-06-09T05:01:00.925Zpostgresql system 17 system
2172026-06-09T05:01:00.925Zpython vendor 3 vendor
2182026-06-09T05:01:00.925Zpython system 2 system
2192026-06-09T05:01:00.925Zpython3 vendor 3.13 vendor
2202026-06-09T05:01:00.925Zruby system 3.4 system
2212026-06-09T05:01:00.925Zruby system 3.0 system
2222026-06-09T05:01:00.925Zwords vendor vendor american-english
2232026-06-09T05:01:00.925Zwords system system australian-english
2242026-06-09T05:01:00.925Zwords system system british-english
2252026-06-09T05:01:00.925Zwords system system canadian-english
2262026-06-09T05:01:00.925Zwords system system french
2272026-06-09T05:01:00.925Zwords system system italian
2282026-06-09T05:01:00.925Zwords system system ngerman
2292026-06-09T05:01:00.925Zwords system system ogerman
2302026-06-09T05:01:00.925Zwords system system spanish
2312026-06-09T05:01:01.197ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-09T05:01:01.197Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-09T05:01:01.468ZFMRI IFO
2342026-06-09T05:01:01.468Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-09T05:01:01.468Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-09T05:01:01.468Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-09T05:01:01.468Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-09T05:01:01.468Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-09T05:01:01.468Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-09T05:01:01.468Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-09T05:01:01.468Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-09T05:01:01.468Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-09T05:01:01.712Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-09T05:01:01.991Z Updating crates.io index
2452026-06-09T05:01:02.023Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-09T05:01:02.299Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-09T05:01:03.094Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-09T05:01:03.741Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-09T05:01:04.605Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-09T05:01:05.077Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-09T05:01:06.675Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-09T05:01:07.666Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-09T05:01:07.952Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-09T05:01:09.063Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-09T05:01:09.544Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-09T05:01:10.046Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-09T05:01:10.411Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-09T05:01:11.371Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-09T05:01:11.844Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-09T05:01:12.088Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-09T05:01:12.362Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-09T05:01:12.733Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-09T05:01:13.011Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-09T05:01:13.486Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-09T05:01:13.738Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-09T05:01:13.991Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-09T05:01:14.457Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-09T05:01:14.912Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-09T05:01:15.178Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-09T05:01:15.601Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-09T05:01:15.951Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-09T05:01:16.515Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-09T05:01:17.651Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-09T05:01:18.331Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-09T05:01:18.834Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-09T05:01:19.179Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-09T05:01:19.717Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-09T05:01:20.024Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-09T05:01:20.305Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-09T05:01:20.607Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-09T05:01:21.076Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-09T05:01:21.327Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-09T05:01:21.587Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-09T05:01:21.876Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-09T05:01:22.270Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-06-09T05:01:34.013Z Downloading crates ...
2872026-06-09T05:01:34.068Z Downloaded bitflags v2.11.0
2882026-06-09T05:01:34.073Z Downloaded idna_adapter v1.2.1
2892026-06-09T05:01:34.075Z Downloaded erased-serde v0.4.9
2902026-06-09T05:01:34.076Z Downloaded generic-array v0.14.7
2912026-06-09T05:01:34.084Z Downloaded heck v0.5.0
2922026-06-09T05:01:34.089Z Downloaded unicode-linebreak v0.1.5
2932026-06-09T05:01:34.092Z Downloaded toml_datetime v0.6.11
2942026-06-09T05:01:34.092Z Downloaded scroll_derive v0.12.1
2952026-06-09T05:01:34.095Z Downloaded unicode-xid v0.2.6
2962026-06-09T05:01:34.095Z Downloaded typeid v1.0.3
2972026-06-09T05:01:34.099Z Downloaded zerotrie v0.2.3
2982026-06-09T05:01:34.103Z Downloaded pest_generator v2.8.6
2992026-06-09T05:01:34.106Z Downloaded utf8_iter v1.0.4
3002026-06-09T05:01:34.108Z Downloaded toml_write v0.1.2
3012026-06-09T05:01:34.111Z Downloaded goblin v0.8.2
3022026-06-09T05:01:34.114Z Downloaded zmij v1.0.21
3032026-06-09T05:01:34.117Z Downloaded zerofrom v0.1.6
3042026-06-09T05:01:34.117Z Downloaded yoke-derive v0.8.1
3052026-06-09T05:01:34.117Z Downloaded version_check v0.9.5
3062026-06-09T05:01:34.117Z Downloaded serde-untagged v0.1.9
3072026-06-09T05:01:34.121Z Downloaded utf8parse v0.2.2
3082026-06-09T05:01:34.121Z Downloaded synstructure v0.13.2
3092026-06-09T05:01:34.121Z Downloaded rustix v1.1.3
3102026-06-09T05:01:34.133Z Downloaded zerofrom-derive v0.1.6
3112026-06-09T05:01:34.137Z Downloaded typenum v1.19.0
3122026-06-09T05:01:34.137Z Downloaded toml_edit v0.22.27
3132026-06-09T05:01:34.140Z Downloaded thiserror v1.0.69
3142026-06-09T05:01:34.143Z Downloaded crypto-common v0.1.7
3152026-06-09T05:01:34.143Z Downloaded camino v1.2.2
3162026-06-09T05:01:34.143Z Downloaded bytecount v0.6.9
3172026-06-09T05:01:34.146Z Downloaded yoke v0.8.1
3182026-06-09T05:01:34.146Z Downloaded usdt-macro v0.5.0
3192026-06-09T05:01:34.146Z Downloaded usdt-impl v0.5.0
3202026-06-09T05:01:34.149Z Downloaded usdt v0.5.0
3212026-06-09T05:01:34.149Z Downloaded thiserror v2.0.18
3222026-06-09T05:01:34.152Z Downloaded toml v0.8.23
3232026-06-09T05:01:34.152Z Downloaded thiserror-impl v1.0.69
3242026-06-09T05:01:34.155Z Downloaded tinystr v0.8.2
3252026-06-09T05:01:34.155Z Downloaded thiserror-impl v2.0.18
3262026-06-09T05:01:34.155Z Downloaded ordered-float v2.10.1
3272026-06-09T05:01:34.155Z Downloaded byteorder v1.5.0
3282026-06-09T05:01:34.158Z Downloaded zerovec-derive v0.11.2
3292026-06-09T05:01:34.158Z Downloaded serde-value v0.7.0
3302026-06-09T05:01:34.161Z Downloaded cargo-platform v0.2.0
3312026-06-09T05:01:34.161Z Downloaded zerocopy-derive v0.7.35
3322026-06-09T05:01:34.164Z Downloaded ucd-trie v0.1.7
3332026-06-09T05:01:34.164Z Downloaded writeable v0.6.2
3342026-06-09T05:01:34.164Z Downloaded textwrap v0.16.2
3352026-06-09T05:01:34.168Z Downloaded papergrid v0.11.0
3362026-06-09T05:01:34.170Z Downloaded url v2.5.8
3372026-06-09T05:01:34.170Z Downloaded stable_deref_trait v1.2.1
3382026-06-09T05:01:34.173Z Downloaded smawk v0.3.2
3392026-06-09T05:01:34.174Z Downloaded unicode-ident v1.0.24
3402026-06-09T05:01:34.174Z Downloaded proc-macro-error v1.0.4
3412026-06-09T05:01:34.177Z Downloaded colorchoice v1.0.4
3422026-06-09T05:01:34.177Z Downloaded litemap v0.8.1
3432026-06-09T05:01:34.180Z Downloaded potential_utf v0.1.4
3442026-06-09T05:01:34.180Z Downloaded block-buffer v0.10.4
3452026-06-09T05:01:34.180Z Downloaded anstyle-query v1.1.5
3462026-06-09T05:01:34.180Z Downloaded clap_derive v4.6.1
3472026-06-09T05:01:34.183Z Downloaded cargo_metadata v0.21.0
3482026-06-09T05:01:34.183Z Downloaded anstream v1.0.0
3492026-06-09T05:01:34.186Z Downloaded tabled_derive v0.7.0
3502026-06-09T05:01:34.186Z Downloaded zerovec v0.11.5
3512026-06-09T05:01:34.189Z Downloaded zerocopy v0.7.35
3522026-06-09T05:01:34.317Z Downloaded terminal_size v0.4.3
3532026-06-09T05:01:34.350Z Downloaded winnow v0.7.14
3542026-06-09T05:01:34.350Z Downloaded percent-encoding v2.3.2
3552026-06-09T05:01:34.350Z Downloaded is_terminal_polyfill v1.70.2
3562026-06-09T05:01:34.350Z Downloaded errno v0.3.14
3572026-06-09T05:01:34.351Z Downloaded cfg-if v1.0.4
3582026-06-09T05:01:34.351Z Downloaded pretty-hex v0.4.1
3592026-06-09T05:01:34.351Z Downloaded unicode-width v0.2.0
3602026-06-09T05:01:34.351Z Downloaded unicode-width v0.1.14
3612026-06-09T05:01:34.351Z Downloaded heck v0.4.1
3622026-06-09T05:01:34.351Z Downloaded plain v0.2.3
3632026-06-09T05:01:34.351Z Downloaded anstyle v1.0.14
3642026-06-09T05:01:34.351Z Downloaded form_urlencoded v1.2.2
3652026-06-09T05:01:34.351Z Downloaded serde_tokenstream v0.2.3
3662026-06-09T05:01:34.351Z Downloaded fnv v1.0.7
3672026-06-09T05:01:34.351Z Downloaded equivalent v1.0.2
3682026-06-09T05:01:34.351Z Downloaded dtrace-parser v0.2.0
3692026-06-09T05:01:34.351Z Downloaded icu_locale_core v2.1.1
3702026-06-09T05:01:34.351Z Downloaded proc-macro-error-attr v1.0.4
3712026-06-09T05:01:34.351Z Downloaded cpufeatures v0.2.17
3722026-06-09T05:01:34.351Z Downloaded strsim v0.11.1
3732026-06-09T05:01:34.351Z Downloaded clap_lex v1.0.0
3742026-06-09T05:01:34.351Z Downloaded smallvec v1.15.1
3752026-06-09T05:01:34.351Z Downloaded macaddr v1.0.1
3762026-06-09T05:01:34.351Z Downloaded cargo_toml v0.21.0
3772026-06-09T05:01:34.351Z Downloaded usdt-attr-macro v0.5.0
3782026-06-09T05:01:34.351Z Downloaded thread-id v4.2.2
3792026-06-09T05:01:34.351Z Downloaded tempfile v3.25.0
3802026-06-09T05:01:34.351Z Downloaded dof v0.3.0
3812026-06-09T05:01:34.351Z Downloaded swrite v0.1.0
3822026-06-09T05:01:34.352Z Downloaded sha2 v0.10.9
3832026-06-09T05:01:34.352Z Downloaded log v0.4.29
3842026-06-09T05:01:34.352Z Downloaded quote v1.0.45
3852026-06-09T05:01:34.352Z Downloaded memmap v0.7.0
3862026-06-09T05:01:34.352Z Downloaded itoa v1.0.17
3872026-06-09T05:01:34.352Z Downloaded fastrand v2.3.0
3882026-06-09T05:01:34.352Z Downloaded displaydoc v0.2.5
3892026-06-09T05:01:34.352Z Downloaded anstyle-parse v1.0.0
3902026-06-09T05:01:34.352Z Downloaded fs-err v3.3.0
3912026-06-09T05:01:34.352Z Downloaded serde_spanned v0.6.9
3922026-06-09T05:01:34.352Z Downloaded digest v0.10.7
3932026-06-09T05:01:34.352Z Downloaded autocfg v1.5.0
3942026-06-09T05:01:34.352Z Downloaded scroll v0.12.0
3952026-06-09T05:01:34.352Z Downloaded camino-tempfile v1.4.1
3962026-06-09T05:01:34.352Z Downloaded pest_derive v2.8.6
3972026-06-09T05:01:34.352Z Downloaded cargo-util-schemas v0.8.2
3982026-06-09T05:01:34.352Z Downloaded semver v1.0.28
3992026-06-09T05:01:34.352Z Downloaded indexmap v2.14.0
4002026-06-09T05:01:34.352Z Downloaded icu_provider v2.1.1
4012026-06-09T05:01:34.352Z Downloaded pest_meta v2.8.6
4022026-06-09T05:01:34.352Z Downloaded once_cell v1.21.3
4032026-06-09T05:01:34.352Z Downloaded anyhow v1.0.102
4042026-06-09T05:01:34.352Z Downloaded serde_derive v1.0.228
4052026-06-09T05:01:34.352Z Downloaded getrandom v0.4.1
4062026-06-09T05:01:34.352Z Downloaded icu_collections v2.1.1
4072026-06-09T05:01:34.352Z Downloaded serde_core v1.0.228
4082026-06-09T05:01:34.353Z Downloaded clap v4.6.1
4092026-06-09T05:01:34.353Z Downloaded num-traits v0.2.19
4102026-06-09T05:01:34.353Z Downloaded memchr v2.8.0
4112026-06-09T05:01:34.353Z Downloaded proc-macro2 v1.0.106
4122026-06-09T05:01:34.353Z Downloaded icu_properties v2.1.2
4132026-06-09T05:01:34.362Z Downloaded icu_normalizer_data v2.1.1
4142026-06-09T05:01:34.362Z Downloaded serde v1.0.228
4152026-06-09T05:01:34.362Z Downloaded icu_normalizer v2.1.1
4162026-06-09T05:01:34.363Z Downloaded idna v1.1.0
4172026-06-09T05:01:34.366Z Downloaded serde_json v1.0.149
4182026-06-09T05:01:34.366Z Downloaded pest v2.8.6
4192026-06-09T05:01:34.372Z Downloaded hashbrown v0.17.0
4202026-06-09T05:01:34.380Z Downloaded icu_properties_data v2.1.2
4212026-06-09T05:01:34.385Z Downloaded clap_builder v4.6.0
4222026-06-09T05:01:34.400Z Downloaded tabled v0.15.0
4232026-06-09T05:01:34.408Z Downloaded syn v1.0.109
4242026-06-09T05:01:34.414Z Downloaded syn v2.0.117
4252026-06-09T05:01:34.441Z Downloaded libc v0.2.185
4262026-06-09T05:01:34.508Z Compiling proc-macro2 v1.0.106
4272026-06-09T05:01:34.508Z Compiling quote v1.0.45
4282026-06-09T05:01:34.511Z Compiling unicode-ident v1.0.24
4292026-06-09T05:01:34.511Z Compiling serde_core v1.0.228
4302026-06-09T05:01:34.511Z Compiling libc v0.2.185
4312026-06-09T05:01:34.511Z Compiling version_check v0.9.5
4322026-06-09T05:01:34.511Z Compiling stable_deref_trait v1.2.1
4332026-06-09T05:01:34.511Z Compiling memchr v2.8.0
4342026-06-09T05:01:34.780Z Compiling serde v1.0.228
4352026-06-09T05:01:34.857Z Compiling zmij v1.0.21
4362026-06-09T05:01:35.067Z Compiling itoa v1.0.17
4372026-06-09T05:01:35.084Z Compiling autocfg v1.5.0
4382026-06-09T05:01:35.144Z Compiling ucd-trie v0.1.7
4392026-06-09T05:01:35.241Z Compiling thiserror v1.0.69
4402026-06-09T05:01:35.470Z Compiling pest v2.8.6
4412026-06-09T05:01:35.471Z Compiling litemap v0.8.1
4422026-06-09T05:01:35.503Z Compiling writeable v0.6.2
4432026-06-09T05:01:35.521Z Compiling byteorder v1.5.0
4442026-06-09T05:01:35.730Z Compiling icu_normalizer_data v2.1.1
4452026-06-09T05:01:35.733Z Compiling rustix v1.1.3
4462026-06-09T05:01:35.932Z Compiling icu_properties_data v2.1.2
4472026-06-09T05:01:35.985Z Compiling syn v2.0.117
4482026-06-09T05:01:36.086Z Compiling errno v0.3.14
4492026-06-09T05:01:36.101Z Compiling bitflags v2.11.0
4502026-06-09T05:01:36.154Z Compiling serde_json v1.0.149
4512026-06-09T05:01:36.381Z Compiling num-traits v0.2.19
4522026-06-09T05:01:36.417Z Compiling typeid v1.0.3
4532026-06-09T05:01:36.574Z Compiling pest_meta v2.8.6
4542026-06-09T05:01:36.595Z Compiling smallvec v1.15.1
4552026-06-09T05:01:36.686Z Compiling hashbrown v0.17.0
4562026-06-09T05:01:36.718Z Compiling equivalent v1.0.2
4572026-06-09T05:01:36.862Z Compiling thread-id v4.2.2
4582026-06-09T05:01:36.945Z Compiling usdt-impl v0.5.0
4592026-06-09T05:01:37.001Z Compiling proc-macro-error-attr v1.0.4
4602026-06-09T05:01:37.014Z Compiling erased-serde v0.4.9
4612026-06-09T05:01:37.157Z Compiling toml_write v0.1.2
4622026-06-09T05:01:37.186Z Compiling winnow v0.7.14
4632026-06-09T05:01:37.252Z Compiling indexmap v2.14.0
4642026-06-09T05:01:37.277Z Compiling syn v1.0.109
4652026-06-09T05:01:37.743Z Compiling proc-macro-error v1.0.4
4662026-06-09T05:01:37.867Z Compiling utf8parse v0.2.2
4672026-06-09T05:01:37.928Z Compiling getrandom v0.4.1
4682026-06-09T05:01:37.983Z Compiling plain v0.2.3
4692026-06-09T05:01:38.074Z Compiling thiserror v2.0.18
4702026-06-09T05:01:38.100Z Compiling percent-encoding v2.3.2
4712026-06-09T05:01:38.202Z Compiling utf8_iter v1.0.4
4722026-06-09T05:01:38.272Z Compiling camino v1.2.2
4732026-06-09T05:01:38.294Z Compiling log v0.4.29
4742026-06-09T05:01:38.376Z Compiling form_urlencoded v1.2.2
4752026-06-09T05:01:38.475Z Compiling ordered-float v2.10.1
4762026-06-09T05:01:38.564Z Compiling synstructure v0.13.2
4772026-06-09T05:01:38.580Z Compiling pest_generator v2.8.6
4782026-06-09T05:01:38.620Z Compiling anstyle-parse v1.0.0
4792026-06-09T05:01:38.773Z Compiling terminal_size v0.4.3
4802026-06-09T05:01:38.893Z Compiling anstyle v1.0.14
4812026-06-09T05:01:39.020Z Compiling is_terminal_polyfill v1.70.2
4822026-06-09T05:01:39.114Z Compiling pretty-hex v0.4.1
4832026-06-09T05:01:39.118Z Compiling anstyle-query v1.1.5
4842026-06-09T05:01:39.118Z Compiling cfg-if v1.0.4
4852026-06-09T05:01:39.163Z Compiling colorchoice v1.0.4
4862026-06-09T05:01:39.166Z Compiling serde-untagged v0.1.9
4872026-06-09T05:01:39.250Z Compiling anstream v1.0.0
4882026-06-09T05:01:39.300Z Compiling semver v1.0.28
4892026-06-09T05:01:39.385Z Compiling fs-err v3.3.0
4902026-06-09T05:01:39.415Z Compiling unicode-width v0.1.14
4912026-06-09T05:01:39.555Z Compiling anyhow v1.0.102
4922026-06-09T05:01:39.571Z Compiling fastrand v2.3.0
4932026-06-09T05:01:39.608Z Compiling unicode-xid v0.2.6
4942026-06-09T05:01:39.655Z Compiling heck v0.5.0
4952026-06-09T05:01:39.688Z Compiling bytecount v0.6.9
4962026-06-09T05:01:39.731Z Compiling once_cell v1.21.3
4972026-06-09T05:01:39.877Z Compiling heck v0.4.1
4982026-06-09T05:01:39.888Z Compiling fnv v1.0.7
4992026-06-09T05:01:39.892Z Compiling clap_lex v1.0.0
5002026-06-09T05:01:39.944Z Compiling strsim v0.11.1
5012026-06-09T05:01:39.962Z Compiling papergrid v0.11.0
5022026-06-09T05:01:40.061Z Compiling tempfile v3.25.0
5032026-06-09T05:01:40.273Z Compiling serde_derive v1.0.228
5042026-06-09T05:01:40.405Z Compiling zerofrom-derive v0.1.6
5052026-06-09T05:01:40.406Z Compiling yoke-derive v0.8.1
5062026-06-09T05:01:40.528Z Compiling zerovec-derive v0.11.2
5072026-06-09T05:01:40.668Z Compiling displaydoc v0.2.5
5082026-06-09T05:01:40.802Z Compiling thiserror-impl v1.0.69
5092026-06-09T05:01:41.219Z Compiling zerocopy-derive v0.7.35
5102026-06-09T05:01:41.430Z Compiling pest_derive v2.8.6
5112026-06-09T05:01:41.473Z Compiling scroll_derive v0.12.1
5122026-06-09T05:01:41.489Z Compiling thiserror-impl v2.0.18
5132026-06-09T05:01:41.652Z Compiling zerofrom v0.1.6
5142026-06-09T05:01:41.785Z Compiling yoke v0.8.1
5152026-06-09T05:01:41.872Z Compiling tabled_derive v0.7.0
5162026-06-09T05:01:41.963Z Compiling zerovec v0.11.5
5172026-06-09T05:01:42.079Z Compiling zerotrie v0.2.3
5182026-06-09T05:01:42.174Z Compiling zerocopy v0.7.35
5192026-06-09T05:01:42.178Z Compiling dtrace-parser v0.2.0
5202026-06-09T05:01:42.383Z Compiling scroll v0.12.0
5212026-06-09T05:01:42.472Z Compiling tinystr v0.8.2
5222026-06-09T05:01:42.635Z Compiling icu_locale_core v2.1.1
5232026-06-09T05:01:42.653Z Compiling potential_utf v0.1.4
5242026-06-09T05:01:42.679Z Compiling goblin v0.8.2
5252026-06-09T05:01:42.786Z Compiling clap_derive v4.6.1
5262026-06-09T05:01:42.822Z Compiling icu_collections v2.1.1
5272026-06-09T05:01:42.890Z Compiling clap_builder v4.6.0
5282026-06-09T05:01:42.945Z Compiling memmap v0.7.0
5292026-06-09T05:01:43.146Z Compiling smawk v0.3.2
5302026-06-09T05:01:43.320Z Compiling icu_provider v2.1.1
5312026-06-09T05:01:43.331Z Compiling unicode-width v0.2.0
5322026-06-09T05:01:43.539Z Compiling icu_properties v2.1.2
5332026-06-09T05:01:43.594Z Compiling icu_normalizer v2.1.1
5342026-06-09T05:01:43.629Z Compiling unicode-linebreak v0.1.5
5352026-06-09T05:01:43.723Z Compiling serde_spanned v0.6.9
5362026-06-09T05:01:43.811Z Compiling toml_datetime v0.6.11
5372026-06-09T05:01:43.828Z Compiling dof v0.3.0
5382026-06-09T05:01:43.875Z Compiling serde_tokenstream v0.2.3
5392026-06-09T05:01:44.070Z Compiling toml_edit v0.22.27
5402026-06-09T05:01:44.186Z Compiling serde-value v0.7.0
5412026-06-09T05:01:44.209Z Compiling cargo-platform v0.2.0
5422026-06-09T05:01:44.485Z Compiling idna_adapter v1.2.1
5432026-06-09T05:01:44.539Z Compiling clap v4.6.1
5442026-06-09T05:01:44.553Z Compiling textwrap v0.16.2
5452026-06-09T05:01:44.607Z Compiling idna v1.1.0
5462026-06-09T05:01:44.625Z Compiling macaddr v1.0.1
5472026-06-09T05:01:44.641Z Compiling tabled v0.15.0
5482026-06-09T05:01:44.719Z Compiling usdt-attr-macro v0.5.0
5492026-06-09T05:01:45.015Z Compiling url v2.5.8
5502026-06-09T05:01:45.382Z Compiling usdt-macro v0.5.0
5512026-06-09T05:01:45.539Z Compiling toml v0.8.23
5522026-06-09T05:01:45.863Z Compiling camino-tempfile v1.4.1
5532026-06-09T05:01:46.037Z Compiling cargo-util-schemas v0.8.2
5542026-06-09T05:01:46.097Z Compiling usdt v0.5.0
5552026-06-09T05:01:46.167Z Compiling cargo_toml v0.21.0
5562026-06-09T05:01:46.184Z Compiling swrite v0.1.0
5572026-06-09T05:01:46.188Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5582026-06-09T05:01:46.921Z Compiling cargo_metadata v0.21.0
5592026-06-09T05:01:47.844Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-09T05:01:49.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.32s
5612026-06-09T05:01:50.116Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-09T05:01:50.689Z Downloading crates ...
5632026-06-09T05:01:50.802Z Downloaded ahash v0.8.12
5642026-06-09T05:01:50.805Z Downloaded bb8 v0.8.6
5652026-06-09T05:01:50.805Z Downloaded adler2 v2.0.1
5662026-06-09T05:01:50.809Z Downloaded console v0.15.11
5672026-06-09T05:01:50.813Z Downloaded crc-any v2.5.0
5682026-06-09T05:01:50.815Z Downloaded erased-serde v0.3.31
5692026-06-09T05:01:50.815Z Downloaded aho-corasick v1.1.4
5702026-06-09T05:01:50.819Z Downloaded dyn-clone v1.0.20
5712026-06-09T05:01:50.819Z Downloaded arrayvec v0.7.6
5722026-06-09T05:01:50.822Z Downloaded ctr v0.9.2
5732026-06-09T05:01:50.825Z Downloaded embedded-io v0.6.1
5742026-06-09T05:01:50.825Z Downloaded dropshot_endpoint v0.17.0
5752026-06-09T05:01:50.829Z Downloaded dropshot-api-manager-types v0.7.2
5762026-06-09T05:01:50.829Z Downloaded const_format_proc_macros v0.2.34
5772026-06-09T05:01:50.829Z Downloaded derive-ex v0.1.8
5782026-06-09T05:01:50.832Z Downloaded elliptic-curve v0.13.8
5792026-06-09T05:01:50.835Z Downloaded darling_macro v0.21.3
5802026-06-09T05:01:50.835Z Downloaded bzip2 v0.6.1
5812026-06-09T05:01:50.835Z Downloaded bytes v1.11.1
5822026-06-09T05:01:50.838Z Downloaded deranged v0.5.8
5832026-06-09T05:01:50.843Z Downloaded cfg_aliases v0.1.1
5842026-06-09T05:01:50.843Z Downloaded crucible-workspace-hack v0.1.0
5852026-06-09T05:01:50.843Z Downloaded clang-sys v1.8.1
5862026-06-09T05:01:50.843Z Downloaded assert_matches v1.5.0
5872026-06-09T05:01:50.847Z Downloaded crossbeam-epoch v0.9.18
5882026-06-09T05:01:50.847Z Downloaded bitfield v0.19.4
5892026-06-09T05:01:50.850Z Downloaded foreign-types-shared v0.1.1
5902026-06-09T05:01:50.850Z Downloaded dunce v1.0.5
5912026-06-09T05:01:50.854Z Downloaded cexpr v0.6.0
5922026-06-09T05:01:50.854Z Downloaded enum-as-inner v0.6.1
5932026-06-09T05:01:50.854Z Downloaded debug-ignore v1.0.5
5942026-06-09T05:01:50.858Z Downloaded cbc v0.1.2
5952026-06-09T05:01:50.858Z Downloaded crossbeam-utils v0.8.21
5962026-06-09T05:01:50.858Z Downloaded daft-derive v0.1.7
5972026-06-09T05:01:50.861Z Downloaded cobs v0.3.0
5982026-06-09T05:01:50.864Z Downloaded allocator-api2 v0.2.21
5992026-06-09T05:01:50.864Z Downloaded dropshot-api-manager v0.7.2
6002026-06-09T05:01:50.867Z Downloaded bit-vec v0.8.0
6012026-06-09T05:01:50.871Z Downloaded const_format v0.2.35
6022026-06-09T05:01:50.871Z Downloaded dtrace-parser v0.3.0
6032026-06-09T05:01:50.874Z Downloaded diesel-dtrace v0.5.0
6042026-06-09T05:01:50.874Z Downloaded derive_builder_macro v0.20.2
6052026-06-09T05:01:50.874Z Downloaded cstr-argument v0.1.2
6062026-06-09T05:01:50.874Z Downloaded diesel_table_macro_syntax v0.3.0
6072026-06-09T05:01:50.877Z Downloaded castaway v0.2.4
6082026-06-09T05:01:50.877Z Downloaded float-ord v0.3.2
6092026-06-09T05:01:50.877Z Downloaded fd-lock v4.0.4
6102026-06-09T05:01:50.881Z Downloaded atomicwrites v0.4.4
6112026-06-09T05:01:50.881Z Downloaded compression-codecs v0.4.37
6122026-06-09T05:01:50.881Z Downloaded find-msvc-tools v0.1.9
6132026-06-09T05:01:50.885Z Downloaded cc v1.2.56
6142026-06-09T05:01:50.885Z Downloaded atty v0.2.14
6152026-06-09T05:01:50.885Z Downloaded difflib v0.4.0
6162026-06-09T05:01:50.889Z Downloaded bit-set v0.5.3
6172026-06-09T05:01:50.889Z Downloaded cfg_aliases v0.2.1
6182026-06-09T05:01:50.889Z Downloaded document-features v0.2.12
6192026-06-09T05:01:50.892Z Downloaded argon2 v0.5.3
6202026-06-09T05:01:50.895Z Downloaded darling_macro v0.13.4
6212026-06-09T05:01:50.895Z Downloaded crc-catalog v2.4.0
6222026-06-09T05:01:50.898Z Downloaded arc-swap v1.8.2
6232026-06-09T05:01:50.898Z Downloaded flagset v0.4.7
6242026-06-09T05:01:50.900Z Downloaded bcrypt-pbkdf v0.10.0
6252026-06-09T05:01:50.900Z Downloaded cpufeatures v0.3.0
6262026-06-09T05:01:50.903Z Downloaded ciborium-ll v0.2.2
6272026-06-09T05:01:50.903Z Downloaded async-recursion v1.1.1
6282026-06-09T05:01:50.906Z Downloaded foreign-types v0.5.0
6292026-06-09T05:01:50.906Z Downloaded either v1.15.0
6302026-06-09T05:01:50.909Z Downloaded cargo_metadata v0.23.1
6312026-06-09T05:01:50.909Z Downloaded constant_time_eq v0.4.2
6322026-06-09T05:01:50.912Z Downloaded camino-tempfile-ext v0.3.3
6332026-06-09T05:01:50.912Z Downloaded backoff v0.4.0
6342026-06-09T05:01:50.915Z Downloaded dof v0.4.0
6352026-06-09T05:01:50.915Z Downloaded compression-core v0.4.31
6362026-06-09T05:01:50.921Z Downloaded ciborium-io v0.2.2
6372026-06-09T05:01:50.921Z Downloaded crunchy v0.2.4
6382026-06-09T05:01:50.921Z Downloaded bitfield-macros v0.19.4
6392026-06-09T05:01:50.921Z Downloaded ascii-canvas v3.0.0
6402026-06-09T05:01:50.921Z Downloaded dirs-next v2.0.0
6412026-06-09T05:01:50.921Z Downloaded foreign-types-macros v0.2.3
6422026-06-09T05:01:50.921Z Downloaded futures-io v0.3.32
6432026-06-09T05:01:50.921Z Downloaded cargo-platform v0.3.2
6442026-06-09T05:01:50.924Z Downloaded block-padding v0.3.3
6452026-06-09T05:01:50.924Z Downloaded arrayref v0.3.9
6462026-06-09T05:01:50.924Z Downloaded dsl_auto_type v0.2.0
6472026-06-09T05:01:50.928Z Downloaded display-error-chain v0.2.2
6482026-06-09T05:01:50.928Z Downloaded const-oid v0.9.6
6492026-06-09T05:01:50.928Z Downloaded float-cmp v0.10.0
6502026-06-09T05:01:50.931Z Downloaded convert_case v0.10.0
6512026-06-09T05:01:50.931Z Downloaded base64ct v1.8.3
6522026-06-09T05:01:50.931Z Downloaded crc v3.4.0
6532026-06-09T05:01:50.935Z Downloaded darling_macro v0.23.0
6542026-06-09T05:01:50.935Z Downloaded fixedbitset v0.4.2
6552026-06-09T05:01:50.935Z Downloaded defmt v1.0.1
6562026-06-09T05:01:50.938Z Downloaded atomic-waker v1.1.2
6572026-06-09T05:01:50.938Z Downloaded env_logger v0.11.9
6582026-06-09T05:01:50.941Z Downloaded embedded-io v0.4.0
6592026-06-09T05:01:50.941Z Downloaded fixedbitset v0.5.7
6602026-06-09T05:01:50.941Z Downloaded filetime v0.2.27
6612026-06-09T05:01:50.944Z Downloaded des v0.8.1
6622026-06-09T05:01:50.944Z Downloaded foreign-types-shared v0.3.1
6632026-06-09T05:01:50.944Z Downloaded darling_core v0.20.11
6642026-06-09T05:01:50.947Z Downloaded dirs-sys-next v0.1.2
6652026-06-09T05:01:50.952Z Downloaded bitfield-struct v0.6.2
6662026-06-09T05:01:50.952Z Downloaded cmake v0.1.57
6672026-06-09T05:01:50.952Z Downloaded cassowary v0.3.0
6682026-06-09T05:01:50.955Z Downloaded base16ct v0.2.0
6692026-06-09T05:01:50.955Z Downloaded crc32fast v1.5.0
6702026-06-09T05:01:50.955Z Downloaded globwalk v0.9.1
6712026-06-09T05:01:50.955Z Downloaded endian-type v0.1.2
6722026-06-09T05:01:50.958Z Downloaded foreign-types v0.3.2
6732026-06-09T05:01:50.958Z Downloaded bit-set v0.8.0
6742026-06-09T05:01:50.958Z Downloaded curve25519-dalek-derive v0.1.1
6752026-06-09T05:01:50.958Z Downloaded fs-err v2.11.0
6762026-06-09T05:01:50.961Z Downloaded ghash v0.5.1
6772026-06-09T05:01:50.961Z Downloaded futures-macro v0.3.32
6782026-06-09T05:01:50.964Z Downloaded darling v0.13.4
6792026-06-09T05:01:50.964Z Downloaded async-stream v0.3.6
6802026-06-09T05:01:50.967Z Downloaded downcast-rs v2.0.2
6812026-06-09T05:01:50.967Z Downloaded byte-wrapper v0.1.0
6822026-06-09T05:01:50.971Z Downloaded futures-task v0.3.32
6832026-06-09T05:01:50.971Z Downloaded ed25519 v2.2.3
6842026-06-09T05:01:50.971Z Downloaded crossbeam-deque v0.8.6
6852026-06-09T05:01:50.974Z Downloaded cancel-safe-futures v0.1.5
6862026-06-09T05:01:50.975Z Downloaded fallible-iterator v0.2.0
6872026-06-09T05:01:50.975Z Downloaded convert_case v0.4.0
6882026-06-09T05:01:50.975Z Downloaded aead v0.5.2
6892026-06-09T05:01:50.978Z Downloaded env_filter v1.0.0
6902026-06-09T05:01:50.978Z Downloaded gethostname v0.5.0
6912026-06-09T05:01:50.978Z Downloaded ecdsa v0.16.9
6922026-06-09T05:01:50.981Z Downloaded hex-literal v0.4.1
6932026-06-09T05:01:50.981Z Downloaded darling v0.20.11
6942026-06-09T05:01:50.984Z Downloaded http-body v1.0.1
6952026-06-09T05:01:50.984Z Downloaded hash32 v0.3.1
6962026-06-09T05:01:50.987Z Downloaded derive_builder_core v0.20.2
6972026-06-09T05:01:50.987Z Downloaded diff v0.1.13
6982026-06-09T05:01:50.990Z Downloaded anstyle-parse v0.2.7
6992026-06-09T05:01:50.990Z Downloaded buf-list v1.1.2
7002026-06-09T05:01:50.994Z Downloaded hash32 v0.2.1
7012026-06-09T05:01:50.994Z Downloaded critical-section v1.2.0
7022026-06-09T05:01:50.994Z Downloaded blowfish v0.9.1
7032026-06-09T05:01:50.997Z Downloaded funty v2.0.0
7042026-06-09T05:01:50.997Z Downloaded colored v2.2.0
7052026-06-09T05:01:50.997Z Downloaded defmt v0.3.100
7062026-06-09T05:01:51.001Z Downloaded bzip2 v0.4.4
7072026-06-09T05:01:51.001Z Downloaded blake2 v0.10.6
7082026-06-09T05:01:51.001Z Downloaded async-stream-impl v0.3.6
7092026-06-09T05:01:51.004Z Downloaded futures-sink v0.3.32
7102026-06-09T05:01:51.004Z Downloaded futures-executor v0.3.32
7112026-06-09T05:01:51.004Z Downloaded csv-core v0.1.13
7122026-06-09T05:01:51.004Z Downloaded daft v0.1.7
7132026-06-09T05:01:51.007Z Downloaded foldhash v0.2.0
7142026-06-09T05:01:51.007Z Downloaded async-trait v0.1.89
7152026-06-09T05:01:51.010Z Downloaded group v0.13.0
7162026-06-09T05:01:51.010Z Downloaded bitflags v1.3.2
7172026-06-09T05:01:51.012Z Downloaded hostname v0.3.1
7182026-06-09T05:01:51.012Z Downloaded ff v0.13.1
7192026-06-09T05:01:51.015Z Downloaded ena v0.14.4
7202026-06-09T05:01:51.015Z Downloaded headers-core v0.3.0
7212026-06-09T05:01:51.015Z Downloaded git-stub v1.0.0
7222026-06-09T05:01:51.018Z Downloaded fxhash v0.2.1
7232026-06-09T05:01:51.018Z Downloaded anstream v0.6.21
7242026-06-09T05:01:51.018Z Downloaded indoc v1.0.9
7252026-06-09T05:01:51.021Z Downloaded instant v0.1.13
7262026-06-09T05:01:51.021Z Downloaded ident_case v1.0.1
7272026-06-09T05:01:51.021Z Downloaded futures-channel v0.3.32
7282026-06-09T05:01:51.024Z Downloaded indent_write v2.2.0
7292026-06-09T05:01:51.024Z Downloaded futures-core v0.3.32
7302026-06-09T05:01:51.024Z Downloaded darling v0.21.3
7312026-06-09T05:01:51.027Z Downloaded home v0.5.12
7322026-06-09T05:01:51.029Z Downloaded data-encoding v2.10.0
7332026-06-09T05:01:51.029Z Downloaded is-terminal v0.4.17
7342026-06-09T05:01:51.032Z Downloaded illumos-nvpair v0.3.0
7352026-06-09T05:01:51.032Z Downloaded httpdate v1.0.3
7362026-06-09T05:01:51.032Z Downloaded hubpack_derive v0.1.1
7372026-06-09T05:01:51.032Z Downloaded hostname v0.4.2
7382026-06-09T05:01:51.035Z Downloaded bit-vec v0.6.3
7392026-06-09T05:01:51.035Z Downloaded colored v3.1.1
7402026-06-09T05:01:51.038Z Downloaded chacha20 v0.10.0
7412026-06-09T05:01:51.038Z Downloaded foldhash v0.1.5
7422026-06-09T05:01:51.042Z Downloaded darling_core v0.13.4
7432026-06-09T05:01:51.042Z Downloaded internet-checksum v0.2.1
7442026-06-09T05:01:51.045Z Downloaded half v1.8.3
7452026-06-09T05:01:51.045Z Downloaded bcs v0.1.6
7462026-06-09T05:01:51.045Z Downloaded lalrpop-util v0.19.12
7472026-06-09T05:01:51.046Z Downloaded der_derive v0.7.3
7482026-06-09T05:01:51.048Z Downloaded hyper-tls v0.6.0
7492026-06-09T05:01:51.048Z Downloaded defmt-parser v1.0.0
7502026-06-09T05:01:51.048Z Downloaded crc8 v0.1.1
7512026-06-09T05:01:51.051Z Downloaded ciborium v0.2.2
7522026-06-09T05:01:51.051Z Downloaded array-init v0.0.4
7532026-06-09T05:01:51.051Z Downloaded keccak v0.1.6
7542026-06-09T05:01:51.136Z Downloaded git-stub-vcs v0.1.0
7552026-06-09T05:01:51.136Z Downloaded corncobs v0.1.4
7562026-06-09T05:01:51.149Z Downloaded cipher v0.4.4
7572026-06-09T05:01:51.149Z Downloaded backon v1.6.0
7582026-06-09T05:01:51.149Z Downloaded instability v0.3.11
7592026-06-09T05:01:51.149Z Downloaded globset v0.4.18
7602026-06-09T05:01:51.149Z Downloaded derive_more v2.1.1
7612026-06-09T05:01:51.149Z Downloaded libscf-sys v1.1.0
7622026-06-09T05:01:51.149Z Downloaded hex v0.4.3
7632026-06-09T05:01:51.149Z Downloaded derive_builder v0.20.2
7642026-06-09T05:01:51.149Z Downloaded lazy_static v1.5.0
7652026-06-09T05:01:51.150Z Downloaded defmt-macros v1.0.1
7662026-06-09T05:01:51.150Z Downloaded async-bb8-diesel v0.2.1
7672026-06-09T05:01:51.150Z Downloaded memoffset v0.9.1
7682026-06-09T05:01:51.150Z Downloaded inout v0.1.4
7692026-06-09T05:01:51.150Z Downloaded maplit v1.0.2
7702026-06-09T05:01:51.150Z Downloaded lru v0.12.5
7712026-06-09T05:01:51.150Z Downloaded ingot v0.1.1
7722026-06-09T05:01:51.150Z Downloaded futures v0.3.32
7732026-06-09T05:01:51.150Z Downloaded md5 v0.7.0
7742026-06-09T05:01:51.150Z Downloaded getrandom v0.2.17
7752026-06-09T05:01:51.150Z Downloaded console v0.16.2
7762026-06-09T05:01:51.150Z Downloaded ingot-types v0.1.2
7772026-06-09T05:01:51.150Z Downloaded hubpack v0.1.2
7782026-06-09T05:01:51.150Z Downloaded multimap v0.10.1
7792026-06-09T05:01:51.150Z Downloaded cookie_store v0.22.1
7802026-06-09T05:01:51.150Z Downloaded derive_more v0.99.20
7812026-06-09T05:01:51.150Z Downloaded match_cfg v0.1.0
7822026-06-09T05:01:51.150Z Downloaded jobserver v0.1.34
7832026-06-09T05:01:51.150Z Downloaded fatfs v0.3.6
7842026-06-09T05:01:51.150Z Downloaded lzss v0.8.2
7852026-06-09T05:01:51.150Z Downloaded nibble_vec v0.1.0
7862026-06-09T05:01:51.150Z Downloaded maybe-uninit v2.0.0
7872026-06-09T05:01:51.150Z Downloaded new_debug_unreachable v1.0.6
7882026-06-09T05:01:51.150Z Downloaded lru-slab v0.1.2
7892026-06-09T05:01:51.150Z Downloaded kstat-rs v0.2.4
7902026-06-09T05:01:51.150Z Downloaded is_ci v1.2.0
7912026-06-09T05:01:51.150Z Downloaded ipnet v2.11.0
7922026-06-09T05:01:51.150Z Downloaded indoc v2.0.7
7932026-06-09T05:01:51.150Z Downloaded libsw v3.5.0
7942026-06-09T05:01:51.150Z Downloaded illumos-nvpair-sys v0.2.0
7952026-06-09T05:01:51.150Z Downloaded http-range v0.1.5
7962026-06-09T05:01:51.151Z Downloaded fs_extra v1.3.0
7972026-06-09T05:01:51.151Z Downloaded ed25519-dalek v2.2.0
7982026-06-09T05:01:51.151Z Downloaded ipnetwork v0.21.1
7992026-06-09T05:01:51.151Z Downloaded num-derive v0.4.2
8002026-06-09T05:01:51.151Z Downloaded normalize-line-endings v0.3.0
8012026-06-09T05:01:51.151Z Downloaded num-iter v0.1.45
8022026-06-09T05:01:51.151Z Downloaded num-conv v0.2.0
8032026-06-09T05:01:51.151Z Downloaded num-derive v0.3.3
8042026-06-09T05:01:51.151Z Downloaded managed v0.8.0
8052026-06-09T05:01:51.151Z Downloaded http-body-util v0.1.3
8062026-06-09T05:01:51.151Z Downloaded highway v1.3.0
8072026-06-09T05:01:51.151Z Downloaded nonempty v0.12.0
8082026-06-09T05:01:51.151Z Downloaded hmac v0.12.1
8092026-06-09T05:01:51.151Z Downloaded der v0.7.10
8102026-06-09T05:01:51.151Z Downloaded lock_api v0.4.14
8112026-06-09T05:01:51.151Z Downloaded nodrop v0.1.14
8122026-06-09T05:01:51.151Z Downloaded newtype_derive v0.1.6
8132026-06-09T05:01:51.151Z Downloaded newline-converter v0.3.0
8142026-06-09T05:01:51.151Z Downloaded lru-cache v0.1.2
8152026-06-09T05:01:51.151Z Downloaded num v0.4.3
8162026-06-09T05:01:51.151Z Downloaded newtype-uuid-macros v0.1.0
8172026-06-09T05:01:51.151Z Downloaded mime v0.3.17
8182026-06-09T05:01:51.151Z Downloaded libsw-core v0.3.2
8192026-06-09T05:01:51.157Z Downloaded openssl-probe v0.1.6
8202026-06-09T05:01:51.157Z Downloaded openssl-macros v0.1.1
8212026-06-09T05:01:51.157Z Downloaded iana-time-zone v0.1.65
8222026-06-09T05:01:51.157Z Downloaded libefi-sys v0.1.0
8232026-06-09T05:01:51.157Z Downloaded oso-derive v0.27.3
8242026-06-09T05:01:51.157Z Downloaded impl-trait-for-tuples v0.2.3
8252026-06-09T05:01:51.157Z Downloaded opaque-debug v0.3.1
8262026-06-09T05:01:51.157Z Downloaded olpc-cjson v0.1.4
8272026-06-09T05:01:51.157Z Downloaded derive-where v1.6.0
8282026-06-09T05:01:51.157Z Downloaded num_threads v0.1.7
8292026-06-09T05:01:51.157Z Downloaded httparse v1.10.1
8302026-06-09T05:01:51.157Z Downloaded nanorand v0.7.0
8312026-06-09T05:01:51.157Z Downloaded multer v3.1.0
8322026-06-09T05:01:51.160Z Downloaded mime_guess v2.0.5
8332026-06-09T05:01:51.160Z Downloaded md-5 v0.10.6
8342026-06-09T05:01:51.160Z Downloaded flume v0.11.1
8352026-06-09T05:01:51.164Z Downloaded glob v0.3.3
8362026-06-09T05:01:51.164Z Downloaded crossbeam-channel v0.5.15
8372026-06-09T05:01:51.168Z Downloaded getrandom v0.3.4
8382026-06-09T05:01:51.168Z Downloaded packed_struct_codegen v0.10.1
8392026-06-09T05:01:51.168Z Downloaded hyper-staticfile v0.10.1
8402026-06-09T05:01:51.171Z Downloaded humantime v2.3.0
8412026-06-09T05:01:51.171Z Downloaded openssl-probe v0.2.1
8422026-06-09T05:01:51.171Z Downloaded darling_core v0.21.3
8432026-06-09T05:01:51.175Z Downloaded darling_core v0.23.0
8442026-06-09T05:01:51.178Z Downloaded native-tls v0.2.18
8452026-06-09T05:01:51.178Z Downloaded drift v0.2.0
8462026-06-09T05:01:51.185Z Downloaded peg-runtime v0.8.5
8472026-06-09T05:01:51.201Z Downloaded phf_shared v0.12.1
8482026-06-09T05:01:51.205Z Downloaded pbkdf2 v0.12.2
8492026-06-09T05:01:51.205Z Downloaded pbkdf2 v0.11.0
8502026-06-09T05:01:51.205Z Downloaded parse-size v1.1.0
8512026-06-09T05:01:51.208Z Downloaded parse-display v0.10.0
8522026-06-09T05:01:51.208Z Downloaded ignore v0.4.25
8532026-06-09T05:01:51.211Z Downloaded num_enum v0.7.6
8542026-06-09T05:01:51.213Z Downloaded pin-utils v0.1.0
8552026-06-09T05:01:51.214Z Downloaded num_enum v0.5.11
8562026-06-09T05:01:51.218Z Downloaded heapless v0.8.0
8572026-06-09T05:01:51.221Z Downloaded ingot-macros v0.1.1
8582026-06-09T05:01:51.222Z Downloaded memmap2 v0.9.10
8592026-06-09T05:01:51.222Z Downloaded crypto-bigint v0.5.5
8602026-06-09T05:01:51.225Z Downloaded precomputed-hash v0.1.1
8612026-06-09T05:01:51.225Z Downloaded num_enum_derive v0.7.6
8622026-06-09T05:01:51.228Z Downloaded base64 v0.21.7
8632026-06-09T05:01:51.228Z Downloaded predicates-core v1.0.10
8642026-06-09T05:01:51.231Z Downloaded phf_shared v0.11.3
8652026-06-09T05:01:51.231Z Downloaded litrs v1.0.0
8662026-06-09T05:01:51.237Z Downloaded headers v0.4.1
8672026-06-09T05:01:51.240Z Downloaded oxnet v0.1.5
8682026-06-09T05:01:51.240Z Downloaded hyper-rustls v0.27.7
8692026-06-09T05:01:51.240Z Downloaded ar_archive_writer v0.5.1
8702026-06-09T05:01:51.243Z Downloaded oxide-tokio-rt v0.1.4
8712026-06-09T05:01:51.243Z Downloaded proc-macro-crate v3.4.0
8722026-06-09T05:01:51.246Z Downloaded powerfmt v0.2.0
8732026-06-09T05:01:51.246Z Downloaded newtype-uuid v1.3.2
8742026-06-09T05:01:51.246Z Downloaded predicates-tree v1.0.13
8752026-06-09T05:01:51.249Z Downloaded password-hash v0.5.0
8762026-06-09T05:01:51.249Z Downloaded password-hash v0.4.2
8772026-06-09T05:01:51.252Z Downloaded pem-rfc7468 v0.7.0
8782026-06-09T05:01:51.252Z Downloaded phf v0.12.1
8792026-06-09T05:01:51.252Z Downloaded num-integer v0.1.46
8802026-06-09T05:01:51.256Z Downloaded pem v3.0.6
8812026-06-09T05:01:51.256Z Downloaded peg v0.8.5
8822026-06-09T05:01:51.260Z Downloaded radium v0.7.0
8832026-06-09T05:01:51.260Z Downloaded psl-types v2.0.11
8842026-06-09T05:01:51.260Z Downloaded parse-display-derive v0.10.0
8852026-06-09T05:01:51.260Z Downloaded progenitor-client v0.10.0
8862026-06-09T05:01:51.263Z Downloaded peg-macros v0.8.5
8872026-06-09T05:01:51.263Z Downloaded parking_lot_core v0.8.6
8882026-06-09T05:01:51.263Z Downloaded progenitor-client v0.11.2
8892026-06-09T05:01:51.263Z Downloaded proc-macro-error-attr2 v2.0.0
8902026-06-09T05:01:51.263Z Downloaded phf_shared v0.13.1
8912026-06-09T05:01:51.266Z Downloaded half v2.7.1
8922026-06-09T05:01:51.266Z Downloaded flate2 v1.1.9
8932026-06-09T05:01:51.270Z Downloaded quick-error v1.2.3
8942026-06-09T05:01:51.273Z Downloaded indicatif v0.18.4
8952026-06-09T05:01:51.273Z Downloaded aes v0.8.4
8962026-06-09T05:01:51.276Z Downloaded paste v1.0.15
8972026-06-09T05:01:51.279Z Downloaded libbz2-rs-sys v0.2.2
8982026-06-09T05:01:51.279Z Downloaded path-slash v0.1.5
8992026-06-09T05:01:51.279Z Downloaded postgres-protocol v0.6.10
9002026-06-09T05:01:51.282Z Downloaded num_enum_derive v0.5.11
9012026-06-09T05:01:51.282Z Downloaded num-rational v0.4.2
9022026-06-09T05:01:51.285Z Downloaded num-complex v0.4.6
9032026-06-09T05:01:51.285Z Downloaded ref-cast v1.0.25
9042026-06-09T05:01:51.288Z Downloaded nu-ansi-term v0.50.3
9052026-06-09T05:01:51.288Z Downloaded packed_struct v0.10.1
9062026-06-09T05:01:51.288Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-06-09T05:01:51.292Z Downloaded recursive v0.1.1
9082026-06-09T05:01:51.292Z Downloaded progenitor v0.14.0
9092026-06-09T05:01:51.292Z Downloaded predicates v3.1.4
9102026-06-09T05:01:51.295Z Downloaded async-compression v0.4.41
9112026-06-09T05:01:51.298Z Downloaded rand_xorshift v0.4.0
9122026-06-09T05:01:51.298Z Downloaded progenitor-macro v0.13.0
9132026-06-09T05:01:51.298Z Downloaded proc-macro-crate v1.3.1
9142026-06-09T05:01:51.301Z Downloaded parking_lot v0.12.5
9152026-06-09T05:01:51.301Z Downloaded indexmap v1.9.3
9162026-06-09T05:01:51.304Z Downloaded pkg-config v0.3.32
9172026-06-09T05:01:51.304Z Downloaded pkcs8 v0.10.2
9182026-06-09T05:01:51.307Z Downloaded pin-project-internal v1.1.11
9192026-06-09T05:01:51.307Z Downloaded progenitor-client v0.13.0
9202026-06-09T05:01:51.307Z Downloaded ref-cast-impl v1.0.25
9212026-06-09T05:01:51.310Z Downloaded progenitor v0.13.0
9222026-06-09T05:01:51.310Z Downloaded progenitor v0.11.2
9232026-06-09T05:01:51.310Z Downloaded primeorder v0.13.6
9242026-06-09T05:01:51.314Z Downloaded ppv-lite86 v0.2.21
9252026-06-09T05:01:51.314Z Downloaded progenitor-macro v0.14.0
9262026-06-09T05:01:51.314Z Downloaded parking_lot v0.11.2
9272026-06-09T05:01:51.318Z Downloaded base64 v0.22.1
9282026-06-09T05:01:51.318Z Downloaded linked-hash-map v0.5.6
9292026-06-09T05:01:51.318Z Downloaded linear-map v1.2.0
9302026-06-09T05:01:51.321Z Downloaded libloading v0.8.9
9312026-06-09T05:01:51.321Z Downloaded darling v0.23.0
9322026-06-09T05:01:51.324Z Downloaded psm v0.1.30
9332026-06-09T05:01:51.327Z Downloaded progenitor-client v0.14.0
9342026-06-09T05:01:51.327Z Downloaded omicron-zone-package v0.12.2
9352026-06-09T05:01:51.328Z Downloaded rand_chacha v0.3.1
9362026-06-09T05:01:51.331Z Downloaded r2d2 v0.8.10
9372026-06-09T05:01:51.331Z Downloaded rfc6979 v0.4.0
9382026-06-09T05:01:51.331Z Downloaded pkcs5 v0.7.1
9392026-06-09T05:01:51.335Z Downloaded russh-cryptovec v0.7.3
9402026-06-09T05:01:51.336Z Downloaded bumpalo v3.20.2
9412026-06-09T05:01:51.338Z Downloaded progenitor-macro v0.11.2
9422026-06-09T05:01:51.338Z Downloaded postcard v1.1.3
9432026-06-09T05:01:51.338Z Downloaded p256 v0.13.2
9442026-06-09T05:01:51.341Z Downloaded poly1305 v0.8.0
9452026-06-09T05:01:51.347Z Downloaded rand_seeder v0.4.0
9462026-06-09T05:01:51.347Z Downloaded compact_str v0.8.1
9472026-06-09T05:01:51.350Z Downloaded rustc_version v0.4.1
9482026-06-09T05:01:51.350Z Downloaded hickory-resolver v0.25.2
9492026-06-09T05:01:51.350Z Downloaded rand_chacha v0.9.0
9502026-06-09T05:01:51.353Z Downloaded progenitor-extras v0.2.0
9512026-06-09T05:01:51.353Z Downloaded proc-macro-error2 v2.0.1
9522026-06-09T05:01:51.354Z Downloaded pkcs1 v0.7.5
9532026-06-09T05:01:51.357Z Downloaded parking_lot_core v0.9.12
9542026-06-09T05:01:51.357Z Downloaded miniz_oxide v0.8.9
9552026-06-09T05:01:51.360Z Downloaded papergrid v0.17.0
9562026-06-09T05:01:51.364Z Downloaded salsa20 v0.10.2
9572026-06-09T05:01:51.364Z Downloaded rustc_version v0.1.7
9582026-06-09T05:01:51.364Z Downloaded rtoolbox v0.0.3
9592026-06-09T05:01:51.368Z Downloaded postgres-types v0.2.12
9602026-06-09T05:01:51.368Z Downloaded crossterm v0.29.0
9612026-06-09T05:01:51.371Z Downloaded scheduled-thread-pool v0.2.7
9622026-06-09T05:01:51.371Z Downloaded phf v0.13.1
9632026-06-09T05:01:51.374Z Downloaded derive_more-impl v2.1.1
9642026-06-09T05:01:51.377Z Downloaded jiff-static v0.2.21
9652026-06-09T05:01:51.377Z Downloaded rand_core v0.6.4
9662026-06-09T05:01:51.383Z Downloaded scopeguard v1.2.0
9672026-06-09T05:01:51.383Z Downloaded polyval v0.6.2
9682026-06-09T05:01:51.383Z Downloaded heapless v0.7.17
9692026-06-09T05:01:51.383Z Downloaded scroll_derive v0.13.1
9702026-06-09T05:01:51.386Z Downloaded owo-colors v4.3.0
9712026-06-09T05:01:51.386Z Downloaded resolv-conf v0.7.6
9722026-06-09T05:01:51.386Z Downloaded rand_core v0.9.5
9732026-06-09T05:01:51.390Z Downloaded oso v0.27.3
9742026-06-09T05:01:51.392Z Downloaded hickory-server v0.25.2
9752026-06-09T05:01:51.392Z Downloaded quinn-udp v0.5.14
9762026-06-09T05:01:51.397Z Downloaded scrypt v0.11.0
9772026-06-09T05:01:51.397Z Downloaded same-file v1.0.6
9782026-06-09T05:01:51.397Z Downloaded secrecy v0.10.3
9792026-06-09T05:01:51.401Z Downloaded rand_core v0.10.0
9802026-06-09T05:01:51.401Z Downloaded serde-big-array v0.5.1
9812026-06-09T05:01:51.401Z Downloaded sapling-renderdag v0.1.0
9822026-06-09T05:01:51.401Z Downloaded expectorate v1.2.0
9832026-06-09T05:01:51.404Z Downloaded diesel_derives v2.3.7
9842026-06-09T05:01:51.408Z Downloaded openssl-sys v0.9.115
9852026-06-09T05:01:51.413Z Downloaded cookie v0.18.1
9862026-06-09T05:01:51.413Z Downloaded chacha20poly1305 v0.10.1
9872026-06-09T05:01:51.413Z Downloaded seq-macro v0.3.6
9882026-06-09T05:01:51.417Z Downloaded semver v0.1.20
9892026-06-09T05:01:51.417Z Downloaded rustls-pemfile v1.0.4
9902026-06-09T05:01:51.417Z Downloaded chacha20 v0.9.1
9912026-06-09T05:01:51.417Z Downloaded pin-project-lite v0.2.17
9922026-06-09T05:01:51.420Z Downloaded shell-words v1.1.1
9932026-06-09T05:01:51.420Z Downloaded sha1 v0.10.6
9942026-06-09T05:01:51.423Z Downloaded darling_macro v0.20.11
9952026-06-09T05:01:51.423Z Downloaded minimal-lexical v0.2.1
9962026-06-09T05:01:51.428Z Downloaded hickory-resolver v0.24.4
9972026-06-09T05:01:51.428Z Downloaded prefix-trie v0.7.0
9982026-06-09T05:01:51.431Z Downloaded serde_repr v0.1.20
9992026-06-09T05:01:51.431Z Downloaded secrecy v0.8.0
10002026-06-09T05:01:51.438Z Downloaded rustls-native-certs v0.8.3
10012026-06-09T05:01:51.441Z Downloaded rusty-fork v0.3.1
10022026-06-09T05:01:51.441Z Downloaded signal-hook-tokio v0.3.1
10032026-06-09T05:01:51.441Z Downloaded rustversion v1.0.22
10042026-06-09T05:01:51.444Z Downloaded signal-hook-mio v0.2.5
10052026-06-09T05:01:51.444Z Downloaded serde_spanned v1.0.4
10062026-06-09T05:01:51.444Z Downloaded serde_plain v1.0.2
10072026-06-09T05:01:51.447Z Downloaded signature v2.2.0
10082026-06-09T05:01:51.447Z Downloaded serde_urlencoded v0.7.1
10092026-06-09T05:01:51.451Z Downloaded sigpipe v0.1.3
10102026-06-09T05:01:51.456Z Downloaded slog-bunyan v2.5.0
10112026-06-09T05:01:51.461Z Downloaded pin-project v1.1.11
10122026-06-09T05:01:51.465Z Downloaded slog-envlogger v2.2.0
10132026-06-09T05:01:51.465Z Downloaded rustls-pemfile v2.2.0
10142026-06-09T05:01:51.465Z Downloaded rustc-hash v2.1.1
10152026-06-09T05:01:51.465Z Downloaded scroll v0.13.0
10162026-06-09T05:01:51.469Z Downloaded siphasher v1.0.2
10172026-06-09T05:01:51.471Z Downloaded hashbrown v0.12.3
10182026-06-09T05:01:51.479Z Downloaded progenitor-impl v0.13.0
10192026-06-09T05:01:51.482Z Downloaded hashbrown v0.13.2
10202026-06-09T05:01:51.482Z Downloaded russh-keys v0.45.0
10212026-06-09T05:01:51.482Z Downloaded sct v0.7.1
10222026-06-09T05:01:51.488Z Downloaded crossterm v0.28.1
10232026-06-09T05:01:51.488Z Downloaded serde-hex v0.1.0
10242026-06-09T05:01:51.488Z Downloaded serde_path_to_error v0.1.20
10252026-06-09T05:01:51.492Z Downloaded serde_derive_internals v0.29.1
10262026-06-09T05:01:51.492Z Downloaded sec1 v0.7.3
10272026-06-09T05:01:51.492Z Downloaded ssh-encoding v0.2.0
10282026-06-09T05:01:51.496Z Downloaded strsim v0.10.0
10292026-06-09T05:01:51.496Z Downloaded hyper-util v0.1.20
10302026-06-09T05:01:51.499Z Downloaded schemars_derive v0.8.22
10312026-06-09T05:01:51.499Z Downloaded progenitor-impl v0.14.0
10322026-06-09T05:01:51.503Z Downloaded structmeta v0.3.0
10332026-06-09T05:01:51.503Z Downloaded prettyplease v0.2.37
10342026-06-09T05:01:51.503Z Downloaded serde_with_macros v1.5.2
10352026-06-09T05:01:51.506Z Downloaded rcgen v0.12.1
10362026-06-09T05:01:51.509Z Downloaded signal-hook-registry v1.4.8
10372026-06-09T05:01:51.509Z Downloaded serde_bytes v0.11.19
10382026-06-09T05:01:51.512Z Downloaded strum v0.27.2
10392026-06-09T05:01:51.512Z Downloaded structmeta-derive v0.3.0
10402026-06-09T05:01:51.512Z Downloaded strip-ansi-escapes v0.2.1
10412026-06-09T05:01:51.516Z Downloaded sqlparser_derive v0.5.0
10422026-06-09T05:01:51.516Z Downloaded simd-adler32 v0.3.8
10432026-06-09T05:01:51.516Z Downloaded ssh-cipher v0.2.0
10442026-06-09T05:01:51.516Z Downloaded strum v0.26.3
10452026-06-09T05:01:51.519Z Downloaded shlex v1.3.0
10462026-06-09T05:01:51.519Z Downloaded rustls-pki-types v1.14.0
10472026-06-09T05:01:51.543Z Downloaded itertools v0.10.5
10482026-06-09T05:01:51.543Z Downloaded tabled_derive v0.11.0
10492026-06-09T05:01:51.543Z Downloaded take_mut v0.2.2
10502026-06-09T05:01:51.543Z Downloaded subtle v2.6.1
10512026-06-09T05:01:51.543Z Downloaded slog-stdlog v4.1.1
10522026-06-09T05:01:51.543Z Downloaded http v1.4.0
10532026-06-09T05:01:51.543Z Downloaded sync_wrapper v1.0.2
10542026-06-09T05:01:51.543Z Downloaded ron v0.8.1
10552026-06-09T05:01:51.550Z Downloaded slog-scope v4.4.1
10562026-06-09T05:01:51.550Z Downloaded slog-json v2.6.1
10572026-06-09T05:01:51.550Z Downloaded snafu-derive v0.8.9
10582026-06-09T05:01:51.550Z Downloaded num-bigint v0.4.6
10592026-06-09T05:01:51.554Z Downloaded aes-gcm v0.10.3
10602026-06-09T05:01:51.554Z Downloaded sqlformat v0.3.5
10612026-06-09T05:01:51.554Z Downloaded smf v0.2.3
10622026-06-09T05:01:51.554Z Downloaded slog-dtrace v0.3.0
10632026-06-09T05:01:51.554Z Downloaded serde_cbor v0.11.2
10642026-06-09T05:01:51.557Z Downloaded tap v1.0.1
10652026-06-09T05:01:51.557Z Downloaded spki v0.7.3
10662026-06-09T05:01:51.557Z Downloaded smallvec v0.6.14
10672026-06-09T05:01:51.560Z Downloaded termtree v0.5.1
10682026-06-09T05:01:51.560Z Downloaded tabwriter v1.4.1
10692026-06-09T05:01:51.560Z Downloaded chrono v0.4.44
10702026-06-09T05:01:51.564Z Downloaded testing_table v0.3.0
10712026-06-09T05:01:51.567Z Downloaded static_assertions v1.1.0
10722026-06-09T05:01:51.567Z Downloaded pretty_assertions v1.4.1
10732026-06-09T05:01:51.567Z Downloaded slog-term v2.9.2
10742026-06-09T05:01:51.571Z Downloaded slog-async v2.8.0
10752026-06-09T05:01:51.571Z Downloaded ryu v1.0.23
10762026-06-09T05:01:51.575Z Downloaded rustls-platform-verifier v0.6.2
10772026-06-09T05:01:51.578Z Downloaded progenitor-impl v0.11.2
10782026-06-09T05:01:51.578Z Downloaded nom v7.1.3
10792026-06-09T05:01:51.584Z Downloaded thread-id v5.1.0
10802026-06-09T05:01:51.584Z Downloaded time-core v0.1.8
10812026-06-09T05:01:51.584Z Downloaded string_cache v0.8.9
10822026-06-09T05:01:51.588Z Downloaded strum_macros v0.27.2
10832026-06-09T05:01:51.588Z Downloaded tokio-macros v2.7.0
10842026-06-09T05:01:51.588Z Downloaded sync-ptr v0.1.4
10852026-06-09T05:01:51.588Z Downloaded supports-color v3.0.2
10862026-06-09T05:01:51.588Z Downloaded strum_macros v0.26.4
10872026-06-09T05:01:51.592Z Downloaded stacker v0.1.23
10882026-06-09T05:01:51.592Z Downloaded mio v1.2.0
10892026-06-09T05:01:51.595Z Downloaded rayon-core v1.13.0
10902026-06-09T05:01:51.599Z Downloaded libxml v0.3.3
10912026-06-09T05:01:51.602Z Downloaded hashbrown v0.16.1
10922026-06-09T05:01:51.607Z Downloaded tagptr v0.2.0
10932026-06-09T05:01:51.607Z Downloaded tinyvec_macros v0.1.1
10942026-06-09T05:01:51.620Z Downloaded serde_yaml v0.9.34+deprecated
10952026-06-09T05:01:51.623Z Downloaded slab v0.4.12
10962026-06-09T05:01:51.623Z Downloaded thiserror-no-std v2.0.2
10972026-06-09T05:01:51.626Z Downloaded tower-layer v0.3.3
10982026-06-09T05:01:51.626Z Downloaded topological-sort v0.2.2
10992026-06-09T05:01:51.629Z Downloaded thread_local v1.1.9
11002026-06-09T05:01:51.632Z Downloaded hashbrown v0.15.5
11012026-06-09T05:01:51.635Z Downloaded tower-service v0.3.3
11022026-06-09T05:01:51.635Z Downloaded spin v0.9.8
11032026-06-09T05:01:51.638Z Downloaded itertools v0.13.0
11042026-06-09T05:01:51.641Z Downloaded tiny-keccak v2.0.2
11052026-06-09T05:01:51.644Z Downloaded trait-variant v0.1.2
11062026-06-09T05:01:51.644Z Downloaded stringprep v0.1.5
11072026-06-09T05:01:51.647Z Downloaded time-macros v0.2.27
11082026-06-09T05:01:51.647Z Downloaded similar v2.7.0
11092026-06-09T05:01:51.650Z Downloaded slog v2.8.2
11102026-06-09T05:01:51.653Z Downloaded signal-hook v0.3.18
11112026-06-09T05:01:51.656Z Downloaded tls_codec v0.4.2
11122026-06-09T05:01:51.656Z Downloaded typify-macro v0.4.3
11132026-06-09T05:01:51.659Z Downloaded try-lock v0.2.5
11142026-06-09T05:01:51.659Z Downloaded rand v0.8.6
11152026-06-09T05:01:51.662Z Downloaded quinn v0.11.9
11162026-06-09T05:01:51.662Z Downloaded tokio-native-tls v0.3.1
11172026-06-09T05:01:51.665Z Downloaded tokio-rustls v0.25.0
11182026-06-09T05:01:51.665Z Downloaded termios v0.3.3
11192026-06-09T05:01:51.668Z Downloaded hyper v1.8.1
11202026-06-09T05:01:51.671Z Downloaded tokio-dtrace v0.1.1
11212026-06-09T05:01:51.671Z Downloaded tls_codec_derive v0.4.2
11222026-06-09T05:01:51.674Z Downloaded schemars v0.9.0
11232026-06-09T05:01:51.678Z Downloaded usdt-macro v0.6.0
11242026-06-09T05:01:51.681Z Downloaded usdt-attr-macro v0.6.0
11252026-06-09T05:01:51.681Z Downloaded usdt v0.6.0
11262026-06-09T05:01:51.681Z Downloaded rsa v0.9.10
11272026-06-09T05:01:51.685Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-06-09T05:01:51.685Z Downloaded untrusted v0.7.1
11292026-06-09T05:01:51.688Z Downloaded unicode-truncate v1.1.0
11302026-06-09T05:01:51.688Z Downloaded unarray v0.1.4
11312026-06-09T05:01:51.689Z Downloaded tokio-tungstenite v0.21.0
11322026-06-09T05:01:51.689Z Downloaded term v1.2.1
11332026-06-09T05:01:51.692Z Downloaded untrusted v0.9.0
11342026-06-09T05:01:51.692Z Downloaded universal-hash v0.5.1
11352026-06-09T05:01:51.695Z Downloaded unit-prefix v0.5.2
11362026-06-09T05:01:51.695Z Downloaded term v0.7.0
11372026-06-09T05:01:51.695Z Downloaded typify-macro v0.6.2
11382026-06-09T05:01:51.698Z Downloaded itertools v0.12.1
11392026-06-09T05:01:51.701Z Downloaded thiserror-impl-no-std v2.0.2
11402026-06-09T05:01:51.701Z Downloaded h2 v0.4.13
11412026-06-09T05:01:51.704Z Downloaded tui-tree-widget v0.23.1
11422026-06-09T05:01:51.707Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-06-09T05:01:51.707Z Downloaded wait-timeout v0.2.1
11442026-06-09T05:01:51.707Z Downloaded rustls-webpki v0.103.9
11452026-06-09T05:01:51.710Z Downloaded serde_with_macros v3.17.0
11462026-06-09T05:01:51.710Z Downloaded schemars v0.8.22
11472026-06-09T05:01:51.717Z Downloaded subprocess v0.2.15
11482026-06-09T05:01:51.723Z Downloaded libm v0.2.16
11492026-06-09T05:01:51.726Z Downloaded waitgroup v0.1.2
11502026-06-09T05:01:51.726Z Downloaded void v1.0.2
11512026-06-09T05:01:51.726Z Downloaded support-bundle-viewer v0.1.2
11522026-06-09T05:01:51.729Z Downloaded tokio-tungstenite v0.23.1
11532026-06-09T05:01:51.729Z Downloaded socket2 v0.5.10
11542026-06-09T05:01:51.729Z Downloaded qorb v0.4.1
11552026-06-09T05:01:51.732Z Downloaded want v0.3.1
11562026-06-09T05:01:51.736Z Downloaded unicase v2.9.0
11572026-06-09T05:01:51.736Z Downloaded iri-string v0.7.10
11582026-06-09T05:01:51.739Z Downloaded tokio-stream v0.1.18
11592026-06-09T05:01:51.741Z Downloaded utf-8 v0.7.6
11602026-06-09T05:01:51.741Z Downloaded num-bigint-dig v0.8.6
11612026-06-09T05:01:51.744Z Downloaded tokio-rustls v0.26.4
11622026-06-09T05:01:51.747Z Downloaded samael v0.0.19
11632026-06-09T05:01:51.750Z Downloaded toml_parser v1.0.9+spec-1.1.0
11642026-06-09T05:01:51.754Z Downloaded usdt-impl v0.6.0
11652026-06-09T05:01:51.754Z Downloaded rand v0.9.2
11662026-06-09T05:01:51.758Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11672026-06-09T05:01:51.758Z Downloaded publicsuffix v2.3.0
11682026-06-09T05:01:51.758Z Downloaded blake3 v1.8.3
11692026-06-09T05:01:51.762Z Downloaded strum_macros v0.24.3
11702026-06-09T05:01:51.766Z Downloaded vsss-rs v3.3.4
11712026-06-09T05:01:51.766Z Downloaded xshell-macros v0.2.7
11722026-06-09T05:01:51.766Z Downloaded vergen-lib v9.1.0
11732026-06-09T05:01:51.769Z Downloaded socket2 v0.6.3
11742026-06-09T05:01:51.769Z Downloaded zeroize_derive v1.4.3
11752026-06-09T05:01:51.769Z Downloaded xattr v1.6.1
11762026-06-09T05:01:51.769Z Downloaded walkdir v2.5.0
11772026-06-09T05:01:51.772Z Downloaded futures-util v0.3.32
11782026-06-09T05:01:51.777Z Downloaded twox-hash v2.1.2
11792026-06-09T05:01:51.781Z Downloaded vergen-gitcl v1.0.8
11802026-06-09T05:01:51.784Z Downloaded whoami v2.1.0
11812026-06-09T05:01:51.784Z Downloaded whoami v1.6.1
11822026-06-09T05:01:51.787Z Downloaded zone v0.3.1
11832026-06-09T05:01:51.787Z Downloaded uzers v0.12.2
11842026-06-09T05:01:51.790Z Downloaded tracing-attributes v0.1.31
11852026-06-09T05:01:51.790Z Downloaded wyz v0.5.1
11862026-06-09T05:01:51.790Z Downloaded tokio-rustls v0.24.1
11872026-06-09T05:01:51.794Z Downloaded rand v0.10.0
11882026-06-09T05:01:51.797Z Downloaded vergen-git2 v9.1.0
11892026-06-09T05:01:51.797Z Downloaded toml v1.0.6+spec-1.1.0
11902026-06-09T05:01:51.800Z Downloaded snafu v0.8.9
11912026-06-09T05:01:51.803Z Downloaded aws-lc-rs v1.16.3
11922026-06-09T05:01:51.806Z Downloaded zone_cfg_derive v0.3.1
11932026-06-09T05:01:51.810Z Downloaded russh v0.45.0
11942026-06-09T05:01:51.813Z Downloaded nom v8.0.0
11952026-06-09T05:01:51.818Z Downloaded tinyvec v1.10.0
11962026-06-09T05:01:51.821Z Downloaded schemars v1.2.1
11972026-06-09T05:01:51.830Z Downloaded test-strategy v0.4.5
11982026-06-09T05:01:51.835Z Downloaded zeroize v1.8.2
11992026-06-09T05:01:51.835Z Downloaded xshell v0.2.7
12002026-06-09T05:01:51.839Z Downloaded p521 v0.13.3
12012026-06-09T05:01:51.842Z Downloaded unicode-properties v0.1.4
12022026-06-09T05:01:51.845Z Downloaded tar v0.4.45
12032026-06-09T05:01:51.845Z Downloaded serde_with v1.14.0
12042026-06-09T05:01:51.848Z Downloaded vergen-lib v0.1.6
12052026-06-09T05:01:51.851Z Downloaded vergen v9.1.0
12062026-06-09T05:01:51.851Z Downloaded itertools v0.14.0
12072026-06-09T05:01:51.854Z Downloaded bitvec v1.0.1
12082026-06-09T05:01:51.862Z Downloaded unicode-bidi v0.3.18
12092026-06-09T05:01:51.865Z Downloaded bindgen v0.71.1
12102026-06-09T05:01:51.868Z Downloaded tracing-core v0.1.36
12112026-06-09T05:01:51.871Z Downloaded iddqd v0.4.2
12122026-06-09T05:01:51.874Z Downloaded zstd-safe v7.2.4
12132026-06-09T05:01:51.877Z Downloaded typify v0.6.2
12142026-06-09T05:01:51.880Z Downloaded rustyline v14.0.0
12152026-06-09T05:01:51.883Z Downloaded zerocopy v0.6.6
12162026-06-09T05:01:51.883Z Downloaded reedline v0.40.0
12172026-06-09T05:01:51.886Z Downloaded unsafe-libyaml v0.2.11
12182026-06-09T05:01:51.892Z Downloaded toml v0.7.8
12192026-06-09T05:01:51.896Z Downloaded tungstenite v0.23.0
12202026-06-09T05:01:51.896Z Downloaded hkdf v0.12.4
12212026-06-09T05:01:51.896Z Downloaded typify v0.4.3
12222026-06-09T05:01:51.896Z Downloaded tokio-postgres v0.7.16
12232026-06-09T05:01:51.899Z Downloaded yasna v0.5.2
12242026-06-09T05:01:51.902Z Downloaded vte v0.14.1
12252026-06-09T05:01:51.902Z Downloaded uuid v1.23.0
12262026-06-09T05:01:51.905Z Downloaded toml_edit v0.23.10+spec-1.0.0
12272026-06-09T05:01:51.907Z Downloaded tungstenite v0.21.0
12282026-06-09T05:01:51.908Z Downloaded steno v0.4.1
12292026-06-09T05:01:51.913Z Downloaded zstd v0.13.3
12302026-06-09T05:01:51.922Z Downloaded ssh-key v0.6.7
12312026-06-09T05:01:51.939Z Downloaded p384 v0.13.1
12322026-06-09T05:01:51.945Z Downloaded zopfli v0.8.3
12332026-06-09T05:01:51.950Z Downloaded reqwest v0.13.2
12342026-06-09T05:01:51.959Z Downloaded portable-atomic v1.13.1
12352026-06-09T05:01:51.963Z Downloaded regex v1.12.3
12362026-06-09T05:01:51.968Z Downloaded unicode_categories v0.1.1
12372026-06-09T05:01:51.972Z Downloaded rpassword v7.4.0
12382026-06-09T05:01:51.975Z Downloaded zip v0.6.6
12392026-06-09T05:01:51.979Z Downloaded yansi v1.0.1
12402026-06-09T05:01:51.988Z Downloaded git2 v0.20.4
12412026-06-09T05:01:51.992Z Downloaded quick-xml v0.37.5
12422026-06-09T05:01:51.995Z Downloaded lalrpop v0.19.12
12432026-06-09T05:01:52.004Z Downloaded tower v0.5.3
12442026-06-09T05:01:52.023Z Downloaded rustls-webpki v0.101.7
12452026-06-09T05:01:52.031Z Downloaded reqwest v0.12.28
12462026-06-09T05:01:52.036Z Downloaded moka v0.12.13
12472026-06-09T05:01:52.041Z Downloaded unicode-segmentation v1.12.0
12482026-06-09T05:01:52.044Z Downloaded rayon v1.11.0
12492026-06-09T05:01:52.048Z Downloaded typed-path v0.9.3
12502026-06-09T05:01:52.051Z Downloaded zerocopy-derive v0.8.40
12512026-06-09T05:01:52.056Z Downloaded unicode-normalization v0.1.25
12522026-06-09T05:01:52.061Z Downloaded petname v2.0.2
12532026-06-09T05:01:52.067Z Downloaded salty v0.3.0
12542026-06-09T05:01:52.071Z Downloaded tokio-util v0.7.18
12552026-06-09T05:01:52.075Z Downloaded x509-cert v0.2.5
12562026-06-09T05:01:52.079Z Downloaded goblin v0.10.5
12572026-06-09T05:01:52.083Z Downloaded proptest v1.10.0
12582026-06-09T05:01:52.088Z Downloaded rustls-webpki v0.102.8
12592026-06-09T05:01:52.098Z Downloaded tower-http v0.6.8
12602026-06-09T05:01:52.103Z Downloaded serde_with v3.17.0
12612026-06-09T05:01:52.110Z Downloaded object v0.30.4
12622026-06-09T05:01:52.115Z Downloaded tough v0.22.0
12632026-06-09T05:01:52.120Z Downloaded zip v4.6.1
12642026-06-09T05:01:52.122Z Downloaded toml_edit v0.19.15
12652026-06-09T05:01:52.132Z Downloaded nix v0.27.1
12662026-06-09T05:01:52.138Z Downloaded winnow v0.5.40
12672026-06-09T05:01:52.143Z Downloaded curve25519-dalek v4.1.3
12682026-06-09T05:01:52.148Z Downloaded quinn-proto v0.11.13
12692026-06-09T05:01:52.152Z Downloaded winnow v0.6.26
12702026-06-09T05:01:52.240Z Downloaded bstr v1.12.1
12712026-06-09T05:01:52.248Z Downloaded radix_trie v0.2.1
12722026-06-09T05:01:52.248Z Downloaded openssl v0.10.79
12732026-06-09T05:01:52.248Z Downloaded polar-core v0.27.3
12742026-06-09T05:01:52.248Z Downloaded nix v0.28.0
12752026-06-09T05:01:52.248Z Downloaded nix v0.31.2
12762026-06-09T05:01:52.248Z Downloaded rustls v0.21.12
12772026-06-09T05:01:52.248Z Downloaded tabled v0.20.0
12782026-06-09T05:01:52.248Z Downloaded time v0.3.47
12792026-06-09T05:01:52.248Z Downloaded regex-syntax v0.6.29
12802026-06-09T05:01:52.248Z Downloaded dropshot v0.17.0
12812026-06-09T05:01:52.248Z Downloaded smoltcp v0.9.1
12822026-06-09T05:01:52.248Z Downloaded vcpkg v0.2.15
12832026-06-09T05:01:52.264Z Downloaded zlib-rs v0.6.2
12842026-06-09T05:01:52.267Z Downloaded diesel v2.3.7
12852026-06-09T05:01:52.278Z Downloaded webpki-roots v1.0.6
12862026-06-09T05:01:52.281Z Downloaded openapiv3 v2.2.0
12872026-06-09T05:01:52.287Z Downloaded zerocopy v0.8.40
12882026-06-09T05:01:52.294Z Downloaded smoltcp v0.11.0
12892026-06-09T05:01:52.299Z Downloaded rustls v0.23.37
12902026-06-09T05:01:52.306Z Downloaded hickory-proto v0.25.2
12912026-06-09T05:01:52.314Z Downloaded regress v0.10.5
12922026-06-09T05:01:52.319Z Downloaded regex-syntax v0.8.10
12932026-06-09T05:01:52.323Z Downloaded rustix v0.38.44
12942026-06-09T05:01:52.336Z Downloaded regress v0.11.1
12952026-06-09T05:01:52.341Z Downloaded hickory-proto v0.24.4
12962026-06-09T05:01:52.349Z Downloaded rustls v0.22.4
12972026-06-09T05:01:52.357Z Downloaded object v0.37.3
12982026-06-09T05:01:52.366Z Downloaded sqlparser v0.61.0
12992026-06-09T05:01:52.401Z Downloaded sled v0.34.7
13002026-06-09T05:01:52.406Z Downloaded typify-impl v0.6.2
13012026-06-09T05:01:52.415Z Downloaded ratatui v0.29.0
13022026-06-09T05:01:52.425Z Downloaded typify-impl v0.4.3
13032026-06-09T05:01:52.434Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-06-09T05:01:52.442Z Downloaded tracing v0.1.44
13052026-06-09T05:01:52.453Z Downloaded csv v1.4.0
13062026-06-09T05:01:52.465Z Downloaded zerocopy-derive v0.6.6
13072026-06-09T05:01:52.471Z Downloaded regex-automata v0.4.14
13082026-06-09T05:01:52.479Z Downloaded chrono-tz v0.10.4
13092026-06-09T05:01:52.499Z Downloaded petgraph v0.6.5
13102026-06-09T05:01:52.510Z Downloaded jiff v0.2.21
13112026-06-09T05:01:52.521Z Downloaded petgraph v0.8.3
13122026-06-09T05:01:52.548Z Downloaded libz-sys v1.1.24
13132026-06-09T05:01:52.561Z Downloaded sha3 v0.10.8
13142026-06-09T05:01:52.564Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-06-09T05:01:52.575Z Downloaded tokio v1.52.1
13162026-06-09T05:01:52.639Z Downloaded encoding_rs v0.8.35
13172026-06-09T05:01:52.654Z Downloaded ring v0.17.14
13182026-06-09T05:01:52.714Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-06-09T05:01:53.220Z Downloaded aws-lc-sys v0.40.0
13202026-06-09T05:01:53.469Z Compiling libc v0.2.185
13212026-06-09T05:01:53.469Z Compiling serde v1.0.228
13222026-06-09T05:01:53.472Z Compiling log v0.4.29
13232026-06-09T05:01:53.472Z Compiling shlex v1.3.0
13242026-06-09T05:01:53.605Z Compiling find-msvc-tools v0.1.9
13252026-06-09T05:01:53.613Z Compiling smallvec v1.15.1
13262026-06-09T05:01:53.622Z Compiling syn v2.0.117
13272026-06-09T05:01:53.642Z Compiling typenum v1.19.0
13282026-06-09T05:01:53.793Z Compiling generic-array v0.14.7
13292026-06-09T05:01:53.830Z Compiling subtle v2.6.1
13302026-06-09T05:01:53.842Z Compiling scopeguard v1.2.0
13312026-06-09T05:01:53.868Z Compiling const-oid v0.9.6
13322026-06-09T05:01:53.912Z Compiling serde_json v1.0.149
13332026-06-09T05:01:53.941Z Compiling lock_api v0.4.14
13342026-06-09T05:01:54.000Z Compiling zerocopy v0.8.40
13352026-06-09T05:01:54.024Z Compiling parking_lot_core v0.9.12
13362026-06-09T05:01:54.167Z Compiling pin-project-lite v0.2.17
13372026-06-09T05:01:54.253Z Compiling portable-atomic v1.13.1
13382026-06-09T05:01:54.285Z Compiling pkg-config v0.3.32
13392026-06-09T05:01:54.447Z Compiling getrandom v0.2.17
13402026-06-09T05:01:54.478Z Compiling jobserver v0.1.34
13412026-06-09T05:01:54.594Z Compiling rand_core v0.6.4
13422026-06-09T05:01:54.597Z Compiling errno v0.3.14
13432026-06-09T05:01:54.699Z Compiling cc v1.2.56
13442026-06-09T05:01:54.816Z Compiling signal-hook-registry v1.4.8
13452026-06-09T05:01:54.840Z Compiling bitflags v2.11.0
13462026-06-09T05:01:54.857Z Compiling critical-section v1.2.0
13472026-06-09T05:01:54.934Z Compiling libm v0.2.16
13482026-06-09T05:01:54.960Z Compiling futures-core v0.3.32
13492026-06-09T05:01:55.059Z Compiling parking_lot v0.12.5
13502026-06-09T05:01:55.076Z Compiling mio v1.2.0
13512026-06-09T05:01:55.106Z Compiling num-traits v0.2.19
13522026-06-09T05:01:55.201Z Compiling once_cell v1.21.3
13532026-06-09T05:01:55.272Z Compiling percent-encoding v2.3.2
13542026-06-09T05:01:55.407Z Compiling socket2 v0.6.3
13552026-06-09T05:01:55.422Z Compiling futures-sink v0.3.32
13562026-06-09T05:01:55.443Z Compiling cpufeatures v0.2.17
13572026-06-09T05:01:55.532Z Compiling futures-task v0.3.32
13582026-06-09T05:01:55.537Z Compiling futures-channel v0.3.32
13592026-06-09T05:01:55.537Z Compiling slab v0.4.12
13602026-06-09T05:01:55.544Z Compiling getrandom v0.4.1
13612026-06-09T05:01:55.737Z Compiling futures-io v0.3.32
13622026-06-09T05:01:55.751Z Compiling rand_core v0.10.0
13632026-06-09T05:01:55.880Z Compiling indexmap v2.14.0
13642026-06-09T05:01:55.894Z Compiling getrandom v0.3.4
13652026-06-09T05:01:55.906Z Compiling rustversion v1.0.22
13662026-06-09T05:01:55.918Z Compiling form_urlencoded v1.2.2
13672026-06-09T05:01:56.218Z Compiling cmake v0.1.57
13682026-06-09T05:01:56.295Z Compiling fs_extra v1.3.0
13692026-06-09T05:01:56.365Z Compiling dunce v1.0.5
13702026-06-09T05:01:56.476Z Compiling base64ct v1.8.3
13712026-06-09T05:01:56.632Z Compiling synstructure v0.13.2
13722026-06-09T05:01:56.640Z Compiling ident_case v1.0.1
13732026-06-09T05:01:56.640Z Compiling aws-lc-sys v0.40.0
13742026-06-09T05:01:56.721Z Compiling pem-rfc7468 v0.7.0
13752026-06-09T05:01:56.736Z Compiling rustix v1.1.3
13762026-06-09T05:01:56.779Z Compiling flagset v0.4.7
13772026-06-09T05:01:56.885Z Compiling iana-time-zone v0.1.65
13782026-06-09T05:01:56.910Z Compiling regex-syntax v0.8.10
13792026-06-09T05:01:57.028Z Compiling rand_core v0.9.5
13802026-06-09T05:01:57.072Z Compiling ring v0.17.14
13812026-06-09T05:01:57.100Z Compiling aws-lc-rs v1.16.3
13822026-06-09T05:01:57.195Z Compiling vcpkg v0.2.15
13832026-06-09T05:01:57.303Z Compiling uuid v1.23.0
13842026-06-09T05:01:57.387Z Compiling rustc_version v0.4.1
13852026-06-09T05:01:57.741Z Compiling tracing-core v0.1.36
13862026-06-09T05:01:57.956Z Compiling openssl-sys v0.9.115
13872026-06-09T05:01:58.014Z Compiling base64 v0.22.1
13882026-06-09T05:01:58.293Z Compiling serde_derive v1.0.228
13892026-06-09T05:01:58.293Z Compiling zeroize_derive v1.4.3
13902026-06-09T05:01:58.336Z Compiling zerofrom-derive v0.1.6
13912026-06-09T05:01:58.470Z Compiling yoke-derive v0.8.1
13922026-06-09T05:01:58.519Z Compiling zerocopy-derive v0.8.40
13932026-06-09T05:01:58.948Z Compiling zeroize v1.8.2
13942026-06-09T05:01:59.311Z Compiling zerovec-derive v0.11.2
13952026-06-09T05:01:59.666Z Compiling crypto-common v0.1.7
13962026-06-09T05:01:59.720Z Compiling block-buffer v0.10.4
13972026-06-09T05:01:59.759Z Compiling zerofrom v0.1.6
13982026-06-09T05:01:59.807Z Compiling displaydoc v0.2.5
13992026-06-09T05:01:59.983Z Compiling yoke v0.8.1
14002026-06-09T05:01:59.992Z Compiling digest v0.10.7
14012026-06-09T05:02:00.060Z Compiling tokio-macros v2.7.0
14022026-06-09T05:02:00.131Z Compiling futures-macro v0.3.32
14032026-06-09T05:02:00.436Z Compiling zerovec v0.11.5
14042026-06-09T05:02:00.530Z Compiling zerotrie v0.2.3
14052026-06-09T05:02:00.792Z Compiling hmac v0.12.1
14062026-06-09T05:02:00.877Z Compiling block-padding v0.3.3
14072026-06-09T05:02:00.947Z Compiling tinystr v0.8.2
14082026-06-09T05:02:00.962Z Compiling potential_utf v0.1.4
14092026-06-09T05:02:00.964Z Compiling futures-util v0.3.32
14102026-06-09T05:02:01.138Z Compiling inout v0.1.4
14112026-06-09T05:02:01.143Z Compiling icu_locale_core v2.1.1
14122026-06-09T05:02:01.143Z Compiling icu_collections v2.1.1
14132026-06-09T05:02:01.186Z Compiling cipher v0.4.4
14142026-06-09T05:02:01.446Z Compiling sha2 v0.10.9
14152026-06-09T05:02:01.609Z Compiling der_derive v0.7.3
14162026-06-09T05:02:01.775Z Compiling bytes v1.11.1
14172026-06-09T05:02:01.796Z Compiling icu_provider v2.1.1
14182026-06-09T05:02:01.993Z Compiling chrono v0.4.44
14192026-06-09T05:02:02.095Z Compiling icu_properties v2.1.2
14202026-06-09T05:02:02.389Z Compiling tokio v1.52.1
14212026-06-09T05:02:02.564Z Compiling icu_normalizer v2.1.1
14222026-06-09T05:02:02.820Z Compiling ppv-lite86 v0.2.21
14232026-06-09T05:02:02.992Z Compiling idna_adapter v1.2.1
14242026-06-09T05:02:03.088Z Compiling der v0.7.10
14252026-06-09T05:02:03.127Z Compiling idna v1.1.0
14262026-06-09T05:02:03.140Z Compiling http v1.4.0
14272026-06-09T05:02:03.159Z Compiling salsa20 v0.10.2
14282026-06-09T05:02:03.200Z Compiling pbkdf2 v0.12.2
14292026-06-09T05:02:03.339Z Compiling rustls-pki-types v1.14.0
14302026-06-09T05:02:03.344Z Compiling thiserror-impl v2.0.18
14312026-06-09T05:02:03.367Z Compiling tracing-attributes v0.1.31
14322026-06-09T05:02:03.731Z Compiling url v2.5.8
14332026-06-09T05:02:03.758Z Compiling http-body v1.0.1
14342026-06-09T05:02:03.907Z Compiling spki v0.7.3
14352026-06-09T05:02:04.004Z Compiling scrypt v0.11.0
14362026-06-09T05:02:04.105Z Compiling rand_chacha v0.9.0
14372026-06-09T05:02:04.241Z Compiling cbc v0.1.2
14382026-06-09T05:02:04.256Z Compiling aes v0.8.4
14392026-06-09T05:02:04.453Z Compiling httparse v1.10.1
14402026-06-09T05:02:04.510Z Compiling untrusted v0.9.0
14412026-06-09T05:02:04.610Z Compiling thiserror v2.0.18
14422026-06-09T05:02:04.632Z Compiling untrusted v0.7.1
14432026-06-09T05:02:04.662Z Compiling tracing v0.1.44
14442026-06-09T05:02:04.711Z Compiling tinyvec_macros v0.1.1
14452026-06-09T05:02:04.749Z Compiling openssl-probe v0.2.1
14462026-06-09T05:02:04.780Z Compiling tinyvec v1.10.0
14472026-06-09T05:02:04.791Z Compiling pkcs5 v0.7.1
14482026-06-09T05:02:04.910Z Compiling rand v0.9.2
14492026-06-09T05:02:04.914Z Compiling pest_generator v2.8.6
14502026-06-09T05:02:05.116Z Compiling serde_derive_internals v0.29.1
14512026-06-09T05:02:05.251Z Compiling aho-corasick v1.1.4
14522026-06-09T05:02:05.289Z Compiling schemars v0.8.22
14532026-06-09T05:02:05.536Z Compiling tower-service v0.3.3
14542026-06-09T05:02:05.616Z Compiling atomic-waker v1.1.2
14552026-06-09T05:02:05.632Z Compiling dyn-clone v1.0.20
14562026-06-09T05:02:05.731Z Compiling tower-layer v0.3.3
14572026-06-09T05:02:05.744Z Compiling rustls v0.23.37
14582026-06-09T05:02:05.766Z Compiling try-lock v0.2.5
14592026-06-09T05:02:05.873Z Compiling want v0.3.1
14602026-06-09T05:02:05.886Z Compiling pest_derive v2.8.6
14612026-06-09T05:02:05.928Z Compiling pkcs8 v0.10.2
14622026-06-09T05:02:06.020Z Compiling schemars_derive v0.8.22
14632026-06-09T05:02:06.229Z Compiling tokio-util v0.7.18
14642026-06-09T05:02:06.294Z Compiling regex-automata v0.4.14
14652026-06-09T05:02:06.324Z Compiling ipnet v2.11.0
14662026-06-09T05:02:06.639Z Compiling scroll_derive v0.13.1
14672026-06-09T05:02:06.821Z Compiling darling_core v0.20.11
14682026-06-09T05:02:06.977Z Compiling h2 v0.4.13
14692026-06-09T05:02:07.261Z Compiling foreign-types-shared v0.1.1
14702026-06-09T05:02:07.276Z Compiling openssl v0.10.79
14712026-06-09T05:02:07.346Z Compiling httpdate v1.0.3
14722026-06-09T05:02:07.431Z Compiling pin-utils v0.1.0
14732026-06-09T05:02:07.511Z Compiling scroll v0.13.0
14742026-06-09T05:02:07.527Z Compiling foreign-types v0.3.2
14752026-06-09T05:02:07.560Z Compiling tempfile v3.25.0
14762026-06-09T05:02:07.765Z Compiling unicode-normalization v0.1.25
14772026-06-09T05:02:08.002Z Compiling openssl-macros v0.1.1
14782026-06-09T05:02:08.210Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-06-09T05:02:08.332Z Compiling spin v0.9.8
14802026-06-09T05:02:08.382Z Compiling native-tls v0.2.18
14812026-06-09T05:02:08.531Z Compiling powerfmt v0.2.0
14822026-06-09T05:02:08.578Z Compiling crc32fast v1.5.0
14832026-06-09T05:02:08.592Z Compiling time-core v0.1.8
14842026-06-09T05:02:08.731Z Compiling num-conv v0.2.0
14852026-06-09T05:02:08.819Z Compiling deranged v0.5.8
14862026-06-09T05:02:08.856Z Compiling time-macros v0.2.27
14872026-06-09T05:02:09.053Z Compiling darling_macro v0.20.11
14882026-06-09T05:02:09.507Z Compiling darling v0.20.11
14892026-06-09T05:02:09.589Z Compiling goblin v0.10.5
14902026-06-09T05:02:09.679Z Compiling rustls-native-certs v0.8.3
14912026-06-09T05:02:09.923Z Compiling hyper v1.8.1
14922026-06-09T05:02:09.959Z Compiling sync_wrapper v1.0.2
14932026-06-09T05:02:10.067Z Compiling wait-timeout v0.2.1
14942026-06-09T05:02:10.316Z Compiling unicode-segmentation v1.12.0
14952026-06-09T05:02:10.329Z Compiling siphasher v1.0.2
14962026-06-09T05:02:10.513Z Compiling num_threads v0.1.7
14972026-06-09T05:02:10.631Z Compiling syn v1.0.109
14982026-06-09T05:02:10.720Z Compiling quick-error v1.2.3
14992026-06-09T05:02:10.824Z Compiling crossbeam-utils v0.8.21
15002026-06-09T05:02:10.904Z Compiling bit-vec v0.8.0
15012026-06-09T05:02:10.933Z Compiling usdt-impl v0.6.0
15022026-06-09T05:02:11.106Z Compiling hyper-util v0.1.20
15032026-06-09T05:02:11.153Z Compiling simd-adler32 v0.3.8
15042026-06-09T05:02:11.393Z Compiling bit-set v0.8.0
15052026-06-09T05:02:11.500Z Compiling rusty-fork v0.3.1
15062026-06-09T05:02:11.521Z Compiling time v0.3.47
15072026-06-09T05:02:11.553Z Compiling tower v0.5.3
15082026-06-09T05:02:11.813Z Compiling derive_builder_core v0.20.2
15092026-06-09T05:02:12.032Z Compiling dtrace-parser v0.3.0
15102026-06-09T05:02:12.190Z Compiling http-body-util v0.1.3
15112026-06-09T05:02:12.321Z Compiling dof v0.4.0
15122026-06-09T05:02:12.684Z Compiling webpki-roots v1.0.6
15132026-06-09T05:02:12.765Z Compiling signature v2.2.0
15142026-06-09T05:02:12.800Z Compiling thiserror-impl v1.0.69
15152026-06-09T05:02:12.825Z Compiling scroll_derive v0.12.1
15162026-06-09T05:02:12.939Z Compiling heapless v0.7.17
15172026-06-09T05:02:13.090Z Compiling rand_xorshift v0.4.0
15182026-06-09T05:02:13.172Z Compiling slog v2.8.2
15192026-06-09T05:02:13.311Z Compiling darling_core v0.21.3
15202026-06-09T05:02:13.351Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-06-09T05:02:13.462Z Compiling thread-id v5.1.0
15222026-06-09T05:02:13.466Z Compiling cookie v0.18.1
15232026-06-09T05:02:13.545Z Compiling paste v1.0.15
15242026-06-09T05:02:13.617Z Compiling allocator-api2 v0.2.21
15252026-06-09T05:02:13.648Z Compiling anyhow v1.0.102
15262026-06-09T05:02:13.790Z Compiling iri-string v0.7.10
15272026-06-09T05:02:13.803Z Compiling zstd-safe v7.2.4
15282026-06-09T05:02:13.936Z Compiling unicode-properties v0.1.4
15292026-06-09T05:02:13.949Z Compiling ryu v1.0.23
15302026-06-09T05:02:13.990Z Compiling unicode-bidi v0.3.18
15312026-06-09T05:02:14.016Z Compiling adler2 v2.0.1
15322026-06-09T05:02:14.118Z Compiling unarray v0.1.4
15332026-06-09T05:02:14.134Z Compiling signal-hook v0.3.18
15342026-06-09T05:02:14.148Z Compiling miniz_oxide v0.8.9
15352026-06-09T05:02:14.222Z Compiling proptest v1.10.0
15362026-06-09T05:02:14.316Z Compiling stringprep v0.1.5
15372026-06-09T05:02:14.507Z Compiling serde_urlencoded v0.7.1
15382026-06-09T05:02:14.747Z Compiling thiserror v1.0.69
15392026-06-09T05:02:14.975Z Compiling tower-http v0.6.8
15402026-06-09T05:02:15.257Z Compiling scroll v0.12.0
15412026-06-09T05:02:15.424Z Compiling derive_builder_macro v0.20.2
15422026-06-09T05:02:15.515Z Compiling tokio-native-tls v0.3.1
15432026-06-09T05:02:15.628Z Compiling heck v0.4.1
15442026-06-09T05:02:15.702Z Compiling darling_macro v0.21.3
15452026-06-09T05:02:15.714Z Compiling bstr v1.12.1
15462026-06-09T05:02:15.848Z Compiling ipnetwork v0.21.1
15472026-06-09T05:02:15.898Z Compiling rand_chacha v0.3.1
15482026-06-09T05:02:16.023Z Compiling serde_spanned v0.6.9
15492026-06-09T05:02:16.166Z Compiling erased-serde v0.3.31
15502026-06-09T05:02:16.166Z Compiling serde_tokenstream v0.2.3
15512026-06-09T05:02:16.234Z Compiling toml_datetime v0.6.11
15522026-06-09T05:02:16.358Z Compiling md-5 v0.10.6
15532026-06-09T05:02:16.487Z Compiling pin-project-internal v1.1.11
15542026-06-09T05:02:16.490Z Compiling zerocopy-derive v0.7.35
15552026-06-09T05:02:16.520Z Compiling async-trait v0.1.89
15562026-06-09T05:02:16.648Z Compiling curve25519-dalek v4.1.3
15572026-06-09T05:02:16.703Z Compiling vergen-lib v9.1.0
15582026-06-09T05:02:16.881Z Compiling num-integer v0.1.46
15592026-06-09T05:02:16.978Z Compiling hash32 v0.2.1
15602026-06-09T05:02:17.178Z Compiling ff v0.13.1
15612026-06-09T05:02:17.197Z Compiling memoffset v0.9.1
15622026-06-09T05:02:17.312Z Compiling encoding_rs v0.8.35
15632026-06-09T05:02:17.355Z Compiling zlib-rs v0.6.2
15642026-06-09T05:02:17.384Z Compiling num-bigint-dig v0.8.6
15652026-06-09T05:02:17.519Z Compiling smoltcp v0.9.1
15662026-06-09T05:02:17.570Z Compiling ref-cast v1.0.25
15672026-06-09T05:02:17.583Z Compiling rustix v0.38.44
15682026-06-09T05:02:17.843Z Compiling fallible-iterator v0.2.0
15692026-06-09T05:02:17.871Z Compiling mime v0.3.17
15702026-06-09T05:02:17.918Z Compiling cfg_aliases v0.2.1
15712026-06-09T05:02:17.991Z Compiling base16ct v0.2.0
15722026-06-09T05:02:18.123Z Compiling litrs v1.0.0
15732026-06-09T05:02:18.150Z Compiling psl-types v2.0.11
15742026-06-09T05:02:18.163Z Compiling sec1 v0.7.3
15752026-06-09T05:02:18.271Z Compiling publicsuffix v2.3.0
15762026-06-09T05:02:18.432Z Compiling postgres-protocol v0.6.10
15772026-06-09T05:02:18.446Z Compiling nix v0.31.2
15782026-06-09T05:02:18.611Z Compiling document-features v0.2.12
15792026-06-09T05:02:18.861Z Compiling pin-project v1.1.11
15802026-06-09T05:02:18.957Z Compiling zerocopy v0.7.35
15812026-06-09T05:02:18.957Z Compiling group v0.13.0
15822026-06-09T05:02:19.144Z Compiling num-iter v0.1.45
15832026-06-09T05:02:19.273Z Compiling hubpack_derive v0.1.1
15842026-06-09T05:02:19.285Z Compiling newtype-uuid v1.3.2
15852026-06-09T05:02:19.430Z Compiling darling v0.21.3
15862026-06-09T05:02:19.483Z Compiling rand v0.8.6
15872026-06-09T05:02:19.513Z Compiling oxnet v0.1.5
15882026-06-09T05:02:19.604Z Compiling derive_builder v0.20.2
15892026-06-09T05:02:19.632Z Compiling snafu-derive v0.8.9
15902026-06-09T05:02:19.701Z Compiling hyper-tls v0.6.0
15912026-06-09T05:02:19.897Z Compiling goblin v0.8.2
15922026-06-09T05:02:20.276Z Compiling flate2 v1.1.9
15932026-06-09T05:02:20.686Z Compiling phf_shared v0.13.1
15942026-06-09T05:02:20.720Z Compiling lazy_static v1.5.0
15952026-06-09T05:02:20.816Z Compiling regex v1.12.3
15962026-06-09T05:02:20.854Z Compiling anstyle-parse v0.2.7
15972026-06-09T05:02:20.860Z Compiling strum_macros v0.27.2
15982026-06-09T05:02:21.004Z Compiling futures-executor v0.3.32
15992026-06-09T05:02:21.047Z Compiling hex v0.4.3
16002026-06-09T05:02:21.186Z Compiling hkdf v0.12.4
16012026-06-09T05:02:21.243Z Compiling crypto-bigint v0.5.5
16022026-06-09T05:02:21.316Z Compiling ref-cast-impl v1.0.25
16032026-06-09T05:02:21.349Z Compiling curve25519-dalek-derive v0.1.1
16042026-06-09T05:02:21.536Z Compiling daft-derive v0.1.7
16052026-06-09T05:02:21.866Z Compiling terminal_size v0.4.3
16062026-06-09T05:02:21.995Z Compiling vergen v9.1.0
16072026-06-09T05:02:22.009Z Compiling fs-err v3.3.0
16082026-06-09T05:02:22.168Z Compiling cargo-platform v0.3.2
16092026-06-09T05:02:22.188Z Compiling ahash v0.8.12
16102026-06-09T05:02:22.267Z Compiling foldhash v0.1.5
16112026-06-09T05:02:22.384Z Compiling bitflags v1.3.2
16122026-06-09T05:02:22.434Z Compiling managed v0.8.0
16132026-06-09T05:02:22.448Z Compiling bumpalo v3.20.2
16142026-06-09T05:02:22.461Z Compiling same-file v1.0.6
16152026-06-09T05:02:22.618Z Compiling object v0.37.3
16162026-06-09T05:02:22.639Z Compiling foldhash v0.2.0
16172026-06-09T05:02:22.686Z Compiling libbz2-rs-sys v0.2.2
16182026-06-09T05:02:22.830Z Compiling winnow v0.5.40
16192026-06-09T05:02:22.862Z Compiling strum v0.27.2
16202026-06-09T05:02:22.927Z Compiling hashbrown v0.16.1
16212026-06-09T05:02:22.987Z Compiling zopfli v0.8.3
16222026-06-09T05:02:23.342Z Compiling bzip2 v0.6.1
16232026-06-09T05:02:23.375Z Compiling walkdir v2.5.0
16242026-06-09T05:02:23.511Z Compiling clap_builder v4.6.0
16252026-06-09T05:02:23.588Z Compiling hashbrown v0.15.5
16262026-06-09T05:02:23.636Z Compiling cargo_metadata v0.23.1
16272026-06-09T05:02:23.677Z Compiling daft v0.1.7
16282026-06-09T05:02:23.951Z Compiling elliptic-curve v0.13.8
16292026-06-09T05:02:24.126Z Compiling toml_edit v0.19.15
16302026-06-09T05:02:24.340Z Compiling dof v0.3.0
16312026-06-09T05:02:24.453Z Compiling snafu v0.8.9
16322026-06-09T05:02:24.804Z Compiling futures v0.3.32
16332026-06-09T05:02:24.887Z Compiling anstream v0.6.21
16342026-06-09T05:02:24.935Z Compiling phf v0.13.1
16352026-06-09T05:02:25.092Z Compiling signal-hook-mio v0.2.5
16362026-06-09T05:02:25.185Z Compiling cookie_store v0.22.1
16372026-06-09T05:02:25.213Z Compiling zstd v0.13.3
16382026-06-09T05:02:25.474Z Compiling bzip2 v0.4.4
16392026-06-09T05:02:25.549Z Compiling hubpack v0.1.2
16402026-06-09T05:02:25.705Z Compiling serde_with_macros v3.17.0
16412026-06-09T05:02:25.909Z Compiling postgres-types v0.2.12
16422026-06-09T05:02:26.466Z Compiling usdt-attr-macro v0.6.0
16432026-06-09T05:02:26.560Z Compiling usdt-macro v0.6.0
16442026-06-09T05:02:26.767Z Compiling globset v0.4.18
16452026-06-09T05:02:26.844Z Compiling dtrace-parser v0.2.0
16462026-06-09T05:02:26.954Z Compiling ed25519 v2.2.3
16472026-06-09T05:02:27.214Z Compiling phf_shared v0.11.3
16482026-06-09T05:02:27.234Z Compiling olpc-cjson v0.1.4
16492026-06-09T05:02:27.246Z Compiling pkcs1 v0.7.5
16502026-06-09T05:02:27.390Z Compiling clap_derive v4.6.1
16512026-06-09T05:02:27.393Z Compiling strum_macros v0.26.4
16522026-06-09T05:02:27.441Z Compiling enum-as-inner v0.6.1
16532026-06-09T05:02:27.643Z Compiling serde_plain v1.0.2
16542026-06-09T05:02:27.738Z Compiling serde-big-array v0.5.1
16552026-06-09T05:02:27.781Z Compiling rfc6979 v0.4.0
16562026-06-09T05:02:27.784Z Compiling async-recursion v1.1.1
16572026-06-09T05:02:27.858Z Compiling serde_repr v0.1.20
16582026-06-09T05:02:27.904Z Compiling pem v3.0.6
16592026-06-09T05:02:27.936Z Compiling float-cmp v0.10.0
16602026-06-09T05:02:28.082Z Compiling memmap2 v0.9.10
16612026-06-09T05:02:28.221Z Compiling thread-id v4.2.2
16622026-06-09T05:02:28.292Z Compiling env_filter v1.0.0
16632026-06-09T05:02:28.305Z Compiling normalize-line-endings v0.3.0
16642026-06-09T05:02:28.379Z Compiling jiff v0.2.21
16652026-06-09T05:02:28.398Z Compiling data-encoding v2.10.0
16662026-06-09T05:02:28.435Z Compiling typed-path v0.9.3
16672026-06-09T05:02:28.591Z Compiling new_debug_unreachable v1.0.6
16682026-06-09T05:02:28.661Z Compiling predicates-core v1.0.10
16692026-06-09T05:02:28.840Z Compiling difflib v0.4.0
16702026-06-09T05:02:29.078Z Compiling whoami v2.1.0
16712026-06-09T05:02:29.124Z Compiling either v1.15.0
16722026-06-09T05:02:29.145Z Compiling fixedbitset v0.5.7
16732026-06-09T05:02:29.329Z Compiling keccak v0.1.6
16742026-06-09T05:02:29.391Z Compiling precomputed-hash v0.1.1
16752026-06-09T05:02:29.440Z Compiling fixedbitset v0.4.2
16762026-06-09T05:02:29.445Z Compiling static_assertions v1.1.0
16772026-06-09T05:02:29.479Z Compiling string_cache v0.8.9
16782026-06-09T05:02:29.525Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-09T05:02:29.640Z Compiling petgraph v0.6.5
16802026-06-09T05:02:29.669Z Compiling sha3 v0.10.8
16812026-06-09T05:02:29.704Z Compiling toml_edit v0.22.27
16822026-06-09T05:02:30.118Z Compiling petgraph v0.8.3
16832026-06-09T05:02:30.134Z Compiling itertools v0.13.0
16842026-06-09T05:02:30.589Z Compiling tokio-postgres v0.7.16
16852026-06-09T05:02:31.124Z Compiling zip v4.6.1
16862026-06-09T05:02:31.426Z Compiling clap v4.6.1
16872026-06-09T05:02:31.513Z Compiling strum v0.26.3
16882026-06-09T05:02:31.646Z Compiling predicates v3.1.4
16892026-06-09T05:02:32.146Z Compiling hickory-proto v0.25.2
16902026-06-09T05:02:32.151Z Compiling env_logger v0.11.9
16912026-06-09T05:02:32.284Z Compiling usdt-impl v0.5.0
16922026-06-09T05:02:32.339Z Compiling usdt v0.6.0
16932026-06-09T05:02:32.398Z Compiling ecdsa v0.16.9
16942026-06-09T05:02:32.448Z Compiling rsa v0.9.10
16952026-06-09T05:02:32.549Z Compiling ed25519-dalek v2.2.0
16962026-06-09T05:02:32.583Z Compiling serde_with v3.17.0
16972026-06-09T05:02:32.787Z Compiling crossterm v0.28.1
16982026-06-09T05:02:32.863Z Compiling zip v0.6.6
16992026-06-09T05:02:33.243Z Compiling toml v0.7.8
17002026-06-09T05:02:33.799Z Compiling iddqd v0.4.2
17012026-06-09T05:02:34.256Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-06-09T05:02:34.371Z Compiling similar v2.7.0
17032026-06-09T05:02:34.419Z Compiling crossbeam-epoch v0.9.18
17042026-06-09T05:02:34.620Z Compiling tokio-stream v0.1.18
17052026-06-09T05:02:34.873Z Compiling buf-list v1.1.2
17062026-06-09T05:02:35.063Z Compiling x509-cert v0.2.5
17072026-06-09T05:02:35.086Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-06-09T05:02:35.137Z Compiling openapiv3 v2.2.0
17092026-06-09T05:02:35.150Z Compiling sha1 v0.10.6
17102026-06-09T05:02:35.370Z Compiling lalrpop-util v0.19.12
17112026-06-09T05:02:35.509Z Compiling peg-runtime v0.8.5
17122026-06-09T05:02:35.559Z Compiling thread_local v1.1.9
17132026-06-09T05:02:35.700Z Compiling slog-async v2.8.0
17142026-06-09T05:02:35.771Z Compiling crossbeam-channel v0.5.15
17152026-06-09T05:02:35.862Z Compiling filetime v0.2.27
17162026-06-09T05:02:36.017Z Compiling is-terminal v0.4.17
17172026-06-09T05:02:36.031Z Compiling xattr v1.6.1
17182026-06-09T05:02:36.116Z Compiling take_mut v0.2.2
17192026-06-09T05:02:36.199Z Compiling term v1.2.1
17202026-06-09T05:02:36.225Z Compiling tar v0.4.45
17212026-06-09T05:02:36.761Z Compiling slog-term v2.9.2
17222026-06-09T05:02:46.035Z Compiling rustls-webpki v0.103.9
17232026-06-09T05:02:48.811Z Compiling tokio-rustls v0.26.4
17242026-06-09T05:02:48.812Z Compiling rustls-platform-verifier v0.6.2
17252026-06-09T05:02:48.981Z Compiling hyper-rustls v0.27.7
17262026-06-09T05:02:49.192Z Compiling reqwest v0.12.28
17272026-06-09T05:02:49.192Z Compiling reqwest v0.13.2
17282026-06-09T05:02:50.423Z Compiling tough v0.22.0
17292026-06-09T05:02:52.943Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-06-09T05:02:53.154Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-06-09T05:02:55.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17322026-06-09T05:02:56.137Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-06-09T05:02:56.193ZJun 09 05:02:54.456 INFO Starting download, target: Clickhouse
17342026-06-09T05:02:56.193ZJun 09 05:02:54.457 INFO Starting download, target: Console
17352026-06-09T05:02:56.194ZJun 09 05:02:54.457 INFO Starting download, target: Cockroach
17362026-06-09T05:02:56.201ZJun 09 05:02:54.457 INFO Starting download, target: DendriteStub
17372026-06-09T05:02:56.201ZJun 09 05:02:54.457 INFO Starting download, target: MaghemiteMgd
17382026-06-09T05:02:56.201ZJun 09 05:02:54.457 INFO Starting download, target: MaghemiteDdmd
17392026-06-09T05:02:56.201ZJun 09 05:02:54.457 INFO Starting download, target: TransceiverControl
17402026-06-09T05:02:56.201ZJun 09 05:02:54.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-06-09T05:02:56.201ZJun 09 05:02:54.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-06-09T05:02:56.201ZJun 09 05:02:54.457 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-06-09T05:02:56.201ZJun 09 05:02:54.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-06-09T05:02:56.202ZJun 09 05:02:54.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-06-09T05:02:56.202ZJun 09 05:02:54.457 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17462026-06-09T05:02:56.202ZJun 09 05:02:54.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-06-09T05:02:56.810ZJun 09 05:02:55.068 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-06-09T05:02:57.055ZJun 09 05:02:55.278 INFO Download complete, target: TransceiverControl
17492026-06-09T05:02:57.224ZJun 09 05:02:55.444 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-06-09T05:02:57.416ZJun 09 05:02:55.679 INFO Download complete, target: Console
17512026-06-09T05:02:58.347ZJun 09 05:02:56.607 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-06-09T05:02:58.707ZJun 09 05:02:56.970 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-06-09T05:02:59.124ZJun 09 05:02:57.278 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-06-09T05:02:59.142ZJun 09 05:02:57.324 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-06-09T05:02:59.620ZJun 09 05:02:57.884 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-06-09T05:02:59.620ZJun 09 05:02:57.884 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-06-09T05:03:00.563ZJun 09 05:02:58.829 INFO Download complete, target: MaghemiteDdmd
17582026-06-09T05:03:01.501ZJun 09 05:02:59.767 INFO Download complete, target: MaghemiteMgd
17592026-06-09T05:03:01.555ZJun 09 05:02:59.822 INFO Download complete, target: DendriteStub
17602026-06-09T05:03:04.284ZJun 09 05:03:02.549 INFO Checking that binary works, target: Cockroach
17612026-06-09T05:03:04.401ZJun 09 05:03:02.667 INFO Download complete, target: Cockroach
17622026-06-09T05:03:05.177ZJun 09 05:03:03.420 INFO Checking that binary works, target: Clickhouse
17632026-06-09T05:03:05.289ZJun 09 05:03:03.522 INFO Download complete, target: Clickhouse
17642026-06-09T05:03:05.307ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-06-09T05:03:05.307Z
17662026-06-09T05:03:05.307Zreal 2:16.418932133
17672026-06-09T05:03:05.307Zuser 6:57.183781483
17682026-06-09T05:03:05.307Zsys 1:21.973831551
17692026-06-09T05:03:05.307Ztrap 0.242648077
17702026-06-09T05:03:05.307Ztflt 0.743681766
17712026-06-09T05:03:05.308Zdflt 0.577811107
17722026-06-09T05:03:05.308Zkflt 0.031458711
17732026-06-09T05:03:05.308Zlock 21:37.285032834
17742026-06-09T05:03:05.308Zslp 21:19.463206882
17752026-06-09T05:03:05.308Zlat 42.855898970
17762026-06-09T05:03:05.308Zstop 1:50.035126701
17772026-06-09T05:03:05.308Z+ banner hack-check
17782026-06-09T05:03:05.308Z
17792026-06-09T05:03:05.308Z # # ## #### # # #### # # ###### #### # #
17802026-06-09T05:03:05.308Z # # # # # # # # # # # # # # # # #
17812026-06-09T05:03:05.308Z ###### # # # #### ##### # ###### ##### # ####
17822026-06-09T05:03:05.308Z # # ###### # # # # # # # # # #
17832026-06-09T05:03:05.308Z # # # # # # # # # # # # # # # # #
17842026-06-09T05:03:05.309Z # # # # #### # # #### # # ###### #### # #
17852026-06-09T05:03:05.309Z
17862026-06-09T05:03:05.309Z+ export CARGO_INCREMENTAL=0
17872026-06-09T05:03:05.309Z+ CARGO_INCREMENTAL=0
17882026-06-09T05:03:05.309Z+ ptime -m timeout 2h cargo xtask check-features --ci
17892026-06-09T05:03:05.980Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-06-09T05:03:06.144Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-06-09T05:03:07.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17922026-06-09T05:03:07.968Z Running `target/debug/xtask check-features --ci`
17932026-06-09T05:03:07.995Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17942026-06-09T05:03:07.995Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17952026-06-09T05:03:08.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17962026-06-09T05:03:08.499Z Running `target/debug/xtask download cargo-hack`
17972026-06-09T05:03:09.299Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-06-09T05:03:09.594Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-06-09T05:03:12.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18002026-06-09T05:03:12.311Z Running `target/debug/xtask-downloader cargo-hack`
18012026-06-09T05:03:12.350ZJun 09 05:03:10.616 INFO Starting download, target: CargoHack
18022026-06-09T05:03:12.354ZJun 09 05:03:10.616 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18032026-06-09T05:03:12.597ZJun 09 05:03:10.806 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18042026-06-09T05:03:12.603ZJun 09 05:03:10.856 INFO Download complete, target: CargoHack
18052026-06-09T05:03:12.603Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18062026-06-09T05:03:12.605Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18072026-06-09T05:03:12.760Zinfo: running `cargo check --bins` on api_identity (1/295)
18082026-06-09T05:03:13.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-09T05:03:13.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-09T05:03:13.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-09T05:03:13.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-09T05:03:13.337Z
18132026-06-09T05:03:13.337Zinfo: running `cargo check --bins` on bootstore (2/295)
18142026-06-09T05:03:13.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-09T05:03:13.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-09T05:03:13.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-09T05:03:13.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-09T05:03:13.987Z
18192026-06-09T05:03:13.987Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18202026-06-09T05:03:14.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-09T05:03:14.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-09T05:03:14.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-09T05:03:14.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-09T05:03:14.493Z
18252026-06-09T05:03:14.493Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18262026-06-09T05:03:14.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-09T05:03:14.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-09T05:03:14.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-09T05:03:14.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-06-09T05:03:15.092Z
18312026-06-09T05:03:15.092Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18322026-06-09T05:03:15.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-09T05:03:15.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-09T05:03:15.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-09T05:03:15.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-06-09T05:03:15.653Z
18372026-06-09T05:03:15.653Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18382026-06-09T05:03:16.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-09T05:03:16.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-09T05:03:16.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-09T05:03:16.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-09T05:03:16.242Z
18432026-06-09T05:03:16.243Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18442026-06-09T05:03:16.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-09T05:03:16.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-09T05:03:16.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-09T05:03:16.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18482026-06-09T05:03:16.842Z
18492026-06-09T05:03:16.843Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18502026-06-09T05:03:17.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-09T05:03:17.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-09T05:03:17.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-09T05:03:17.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18542026-06-09T05:03:17.423Z
18552026-06-09T05:03:17.423Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18562026-06-09T05:03:17.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-09T05:03:17.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-09T05:03:17.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-09T05:03:17.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-09T05:03:17.918Z
18612026-06-09T05:03:17.918Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18622026-06-09T05:03:18.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-09T05:03:18.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-09T05:03:18.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-09T05:03:18.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-09T05:03:18.353Z
18672026-06-09T05:03:18.353Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18682026-06-09T05:03:18.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-09T05:03:18.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-09T05:03:18.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-09T05:03:18.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-09T05:03:18.823Z
18732026-06-09T05:03:18.823Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18742026-06-09T05:03:19.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-09T05:03:19.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-09T05:03:19.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-09T05:03:19.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-09T05:03:19.292Z
18792026-06-09T05:03:19.292Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18802026-06-09T05:03:19.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-09T05:03:19.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-09T05:03:19.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-09T05:03:19.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-09T05:03:19.759Z
18852026-06-09T05:03:19.759Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18862026-06-09T05:03:20.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-09T05:03:20.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-09T05:03:20.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-09T05:03:20.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-09T05:03:20.223Z
18912026-06-09T05:03:20.223Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18922026-06-09T05:03:20.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-09T05:03:20.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-09T05:03:20.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-09T05:03:20.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-09T05:03:20.719Z
18972026-06-09T05:03:20.719Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18982026-06-09T05:03:21.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-09T05:03:21.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-09T05:03:21.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-09T05:03:21.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-09T05:03:21.149Z
19032026-06-09T05:03:21.149Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
19042026-06-09T05:03:21.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-09T05:03:21.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-09T05:03:21.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-09T05:03:21.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-09T05:03:21.614Z
19092026-06-09T05:03:21.614Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19102026-06-09T05:03:22.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-09T05:03:22.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-09T05:03:22.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-09T05:03:22.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-09T05:03:22.068Z
19152026-06-09T05:03:22.068Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19162026-06-09T05:03:22.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-09T05:03:22.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-09T05:03:22.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-09T05:03:22.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-09T05:03:22.530Z
19212026-06-09T05:03:22.530Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19222026-06-09T05:03:22.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-09T05:03:22.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-09T05:03:22.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-09T05:03:22.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-09T05:03:22.998Z
19272026-06-09T05:03:22.999Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19282026-06-09T05:03:23.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-09T05:03:23.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-09T05:03:23.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-09T05:03:23.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-09T05:03:23.471Z
19332026-06-09T05:03:23.471Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19342026-06-09T05:03:23.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-09T05:03:23.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-09T05:03:23.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-09T05:03:23.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-06-09T05:03:24.028Z
19392026-06-09T05:03:24.028Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19402026-06-09T05:03:24.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-09T05:03:24.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-09T05:03:24.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-09T05:03:24.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-09T05:03:24.417Z
19452026-06-09T05:03:24.417Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19462026-06-09T05:03:24.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-09T05:03:24.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-09T05:03:24.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-09T05:03:24.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-09T05:03:24.884Z
19512026-06-09T05:03:24.884Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19522026-06-09T05:03:25.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-09T05:03:25.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-09T05:03:25.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-09T05:03:25.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-09T05:03:25.341Z
19572026-06-09T05:03:25.341Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19582026-06-09T05:03:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-09T05:03:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-09T05:03:25.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-09T05:03:25.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-09T05:03:25.801Z
19632026-06-09T05:03:25.801Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19642026-06-09T05:03:26.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-09T05:03:26.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-09T05:03:26.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-09T05:03:26.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-09T05:03:26.263Z
19692026-06-09T05:03:26.263Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19702026-06-09T05:03:26.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-09T05:03:26.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-09T05:03:26.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-09T05:03:26.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-09T05:03:26.726Z
19752026-06-09T05:03:26.726Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19762026-06-09T05:03:27.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-09T05:03:27.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-09T05:03:27.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-09T05:03:27.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-06-09T05:03:27.198Z
19812026-06-09T05:03:27.198Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19822026-06-09T05:03:27.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-09T05:03:27.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-09T05:03:27.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-09T05:03:27.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-09T05:03:27.662Z
19872026-06-09T05:03:27.662Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19882026-06-09T05:03:28.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-09T05:03:28.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-09T05:03:28.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-09T05:03:28.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-09T05:03:28.125Z
19932026-06-09T05:03:28.125Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19942026-06-09T05:03:28.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-09T05:03:28.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-09T05:03:28.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-09T05:03:28.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-09T05:03:28.589Z
19992026-06-09T05:03:28.589Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
20002026-06-09T05:03:28.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-09T05:03:28.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-09T05:03:28.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-09T05:03:28.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-09T05:03:29.050Z
20052026-06-09T05:03:29.050Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20062026-06-09T05:03:29.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-09T05:03:29.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-09T05:03:29.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-09T05:03:29.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-09T05:03:29.568Z
20112026-06-09T05:03:29.568Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20122026-06-09T05:03:29.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-09T05:03:29.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-09T05:03:29.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-09T05:03:29.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-09T05:03:29.981Z
20172026-06-09T05:03:29.981Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20182026-06-09T05:03:30.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-09T05:03:30.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-09T05:03:30.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-09T05:03:30.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-09T05:03:30.447Z
20232026-06-09T05:03:30.447Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20242026-06-09T05:03:30.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-09T05:03:30.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-09T05:03:30.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-09T05:03:30.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-09T05:03:30.915Z
20292026-06-09T05:03:30.915Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20302026-06-09T05:03:31.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-09T05:03:31.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-09T05:03:31.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-09T05:03:31.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-09T05:03:31.383Z
20352026-06-09T05:03:31.383Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20362026-06-09T05:03:31.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-09T05:03:31.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-09T05:03:31.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-09T05:03:31.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-09T05:03:31.845Z
20412026-06-09T05:03:31.845Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20422026-06-09T05:03:32.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-09T05:03:32.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-09T05:03:32.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-09T05:03:32.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-09T05:03:32.313Z
20472026-06-09T05:03:32.313Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20482026-06-09T05:03:32.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-09T05:03:32.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-09T05:03:32.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-09T05:03:32.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-09T05:03:32.779Z
20532026-06-09T05:03:32.779Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20542026-06-09T05:03:33.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-09T05:03:33.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-09T05:03:33.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-09T05:03:33.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-09T05:03:33.247Z
20592026-06-09T05:03:33.247Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20602026-06-09T05:03:33.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-09T05:03:33.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-09T05:03:33.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-09T05:03:33.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-09T05:03:33.717Z
20652026-06-09T05:03:33.717Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20662026-06-09T05:03:34.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-09T05:03:34.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-09T05:03:34.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-09T05:03:34.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-09T05:03:34.181Z
20712026-06-09T05:03:34.181Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20722026-06-09T05:03:34.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-09T05:03:34.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-09T05:03:34.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-09T05:03:34.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-09T05:03:34.644Z
20772026-06-09T05:03:34.645Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20782026-06-09T05:03:35.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-09T05:03:35.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-09T05:03:35.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-09T05:03:35.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-09T05:03:35.126Z
20832026-06-09T05:03:35.126Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20842026-06-09T05:03:35.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-09T05:03:35.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-09T05:03:35.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-09T05:03:35.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-06-09T05:03:35.571Z
20892026-06-09T05:03:35.571Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20902026-06-09T05:03:35.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-09T05:03:35.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-09T05:03:35.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-09T05:03:35.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20942026-06-09T05:03:36.038Z
20952026-06-09T05:03:36.038Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20962026-06-09T05:03:36.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-09T05:03:36.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-09T05:03:36.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-09T05:03:36.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-09T05:03:36.668Z
21012026-06-09T05:03:36.668Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
21022026-06-09T05:03:37.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-09T05:03:37.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-09T05:03:37.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-09T05:03:37.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-09T05:03:37.316Z
21072026-06-09T05:03:37.316Zinfo: running `cargo check --bins` on nexus-config (51/295)
21082026-06-09T05:03:37.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-09T05:03:37.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-09T05:03:37.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-09T05:03:37.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-06-09T05:03:37.937Z
21132026-06-09T05:03:37.937Zinfo: running `cargo check --bins` on nexus-types (52/295)
21142026-06-09T05:03:38.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-09T05:03:38.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-09T05:03:38.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-09T05:03:38.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21182026-06-09T05:03:38.565Z
21192026-06-09T05:03:38.565Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21202026-06-09T05:03:39.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-09T05:03:39.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-09T05:03:39.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-09T05:03:39.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-06-09T05:03:39.165Z
21252026-06-09T05:03:39.165Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21262026-06-09T05:03:39.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-09T05:03:39.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-09T05:03:39.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-09T05:03:39.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21302026-06-09T05:03:39.741Z
21312026-06-09T05:03:39.741Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21322026-06-09T05:03:40.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-09T05:03:40.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-09T05:03:40.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-09T05:03:40.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-09T05:03:40.343Z
21372026-06-09T05:03:40.343Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21382026-06-09T05:03:40.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-09T05:03:40.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-09T05:03:40.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-09T05:03:40.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-06-09T05:03:40.938Z
21432026-06-09T05:03:40.938Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21442026-06-09T05:03:41.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-09T05:03:41.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-09T05:03:41.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-09T05:03:41.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-06-09T05:03:41.532Z
21492026-06-09T05:03:41.533Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21502026-06-09T05:03:42.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-09T05:03:42.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-09T05:03:42.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-09T05:03:42.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-06-09T05:03:42.133Z
21552026-06-09T05:03:42.133Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21562026-06-09T05:03:42.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-09T05:03:42.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-09T05:03:42.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-09T05:03:42.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-09T05:03:42.719Z
21612026-06-09T05:03:42.719Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21622026-06-09T05:03:43.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-09T05:03:43.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-09T05:03:43.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-09T05:03:43.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-06-09T05:03:43.306Z
21672026-06-09T05:03:43.307Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21682026-06-09T05:03:43.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-09T05:03:43.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-09T05:03:43.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-09T05:03:43.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-06-09T05:03:43.891Z
21732026-06-09T05:03:43.891Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21742026-06-09T05:03:44.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-09T05:03:44.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-09T05:03:44.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-09T05:03:44.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-06-09T05:03:44.465Z
21792026-06-09T05:03:44.465Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21802026-06-09T05:03:44.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-09T05:03:44.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-09T05:03:44.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-09T05:03:44.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-06-09T05:03:45.117Z
21852026-06-09T05:03:45.117Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21862026-06-09T05:03:45.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-09T05:03:45.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-09T05:03:45.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-09T05:03:45.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-06-09T05:03:45.658Z
21912026-06-09T05:03:45.658Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21922026-06-09T05:03:46.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-09T05:03:46.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-09T05:03:46.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-09T05:03:46.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-09T05:03:46.236Z
21972026-06-09T05:03:46.236Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21982026-06-09T05:03:46.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-09T05:03:46.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-09T05:03:46.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-09T05:03:46.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-09T05:03:46.820Z
22032026-06-09T05:03:46.820Zinfo: running `cargo check --bins` on ereport-types (67/295)
22042026-06-09T05:03:47.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-09T05:03:47.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-09T05:03:47.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-09T05:03:47.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-09T05:03:47.413Z
22092026-06-09T05:03:47.413Zinfo: running `cargo check --bins` on gateway-client (68/295)
22102026-06-09T05:03:47.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-09T05:03:47.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-09T05:03:47.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-09T05:03:47.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-09T05:03:48.006Z
22152026-06-09T05:03:48.006Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22162026-06-09T05:03:48.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-09T05:03:48.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-09T05:03:48.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-09T05:03:48.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-09T05:03:48.597Z
22212026-06-09T05:03:48.597Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22222026-06-09T05:03:49.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-09T05:03:49.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-09T05:03:49.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-09T05:03:49.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-06-09T05:03:49.184Z
22272026-06-09T05:03:49.184Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22282026-06-09T05:03:49.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-09T05:03:49.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-09T05:03:49.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-09T05:03:49.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-06-09T05:03:49.770Z
22332026-06-09T05:03:49.770Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22342026-06-09T05:03:50.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-09T05:03:50.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-09T05:03:50.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-09T05:03:50.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-06-09T05:03:50.363Z
22392026-06-09T05:03:50.363Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22402026-06-09T05:03:50.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-09T05:03:50.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-09T05:03:50.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-09T05:03:50.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22442026-06-09T05:03:50.972Z
22452026-06-09T05:03:50.972Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22462026-06-09T05:03:51.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-09T05:03:51.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-09T05:03:51.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-09T05:03:51.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22502026-06-09T05:03:51.579Z
22512026-06-09T05:03:51.579Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22522026-06-09T05:03:52.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-09T05:03:52.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-09T05:03:52.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-06-09T05:03:52.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22562026-06-09T05:03:52.161Z
22572026-06-09T05:03:52.161Zinfo: running `cargo check --bins` on oxlog (76/295)
22582026-06-09T05:03:52.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-06-09T05:03:52.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-06-09T05:03:52.844Z Checking cfg-if v1.0.4
22612026-06-09T05:03:52.848Z Checking libc v0.2.185
22622026-06-09T05:03:52.848Z Checking serde_core v1.0.228
22632026-06-09T05:03:52.894Z Checking zeroize v1.8.2
22642026-06-09T05:03:52.903Z Checking memchr v2.8.0
22652026-06-09T05:03:52.912Z Checking log v0.4.29
22662026-06-09T05:03:52.922Z Checking smallvec v1.15.1
22672026-06-09T05:03:52.936Z Checking typenum v1.19.0
22682026-06-09T05:03:52.939Z Checking subtle v2.6.1
22692026-06-09T05:03:53.033Z Checking itoa v1.0.17
22702026-06-09T05:03:53.069Z Checking scopeguard v1.2.0
22712026-06-09T05:03:53.081Z Checking stable_deref_trait v1.2.1
22722026-06-09T05:03:53.093Z Checking const-oid v0.9.6
22732026-06-09T05:03:53.152Z Checking zerofrom v0.1.6
22742026-06-09T05:03:53.167Z Checking lock_api v0.4.14
22752026-06-09T05:03:53.181Z Checking pin-project-lite v0.2.17
22762026-06-09T05:03:53.265Z Checking yoke v0.8.1
22772026-06-09T05:03:53.277Z Checking portable-atomic v1.13.1
22782026-06-09T05:03:53.291Z Checking critical-section v1.2.0
22792026-06-09T05:03:53.294Z Checking getrandom v0.2.17
22802026-06-09T05:03:53.357Z Checking errno v0.3.14
22812026-06-09T05:03:53.424Z Checking parking_lot_core v0.9.12
22822026-06-09T05:03:53.436Z Checking zerovec v0.11.5
22832026-06-09T05:03:53.455Z Checking generic-array v0.14.7
22842026-06-09T05:03:53.466Z Checking rand_core v0.6.4
22852026-06-09T05:03:53.476Z Checking signal-hook-registry v1.4.8
22862026-06-09T05:03:53.604Z Checking futures-core v0.3.32
22872026-06-09T05:03:53.631Z Checking parking_lot v0.12.5
22882026-06-09T05:03:53.642Z Checking mio v1.2.0
22892026-06-09T05:03:53.701Z Checking once_cell v1.21.3
22902026-06-09T05:03:53.726Z Checking zerocopy v0.8.40
22912026-06-09T05:03:53.757Z Checking zmij v1.0.21
22922026-06-09T05:03:53.817Z Checking socket2 v0.6.3
22932026-06-09T05:03:53.857Z Checking tinystr v0.8.2
22942026-06-09T05:03:53.990Z Checking libm v0.2.16
22952026-06-09T05:03:54.011Z Checking crypto-common v0.1.7
22962026-06-09T05:03:54.011Z Checking block-buffer v0.10.4
22972026-06-09T05:03:54.011Z Checking litemap v0.8.1
22982026-06-09T05:03:54.011Z Checking equivalent v1.0.2
22992026-06-09T05:03:54.029Z Checking percent-encoding v2.3.2
23002026-06-09T05:03:54.049Z Checking writeable v0.6.2
23012026-06-09T05:03:54.060Z Checking digest v0.10.7
23022026-06-09T05:03:54.079Z Checking potential_utf v0.1.4
23032026-06-09T05:03:54.134Z Checking zerotrie v0.2.3
23042026-06-09T05:03:54.163Z Checking futures-sink v0.3.32
23052026-06-09T05:03:54.200Z Checking icu_locale_core v2.1.1
23062026-06-09T05:03:54.214Z Checking icu_collections v2.1.1
23072026-06-09T05:03:54.249Z Checking cpufeatures v0.2.17
23082026-06-09T05:03:54.262Z Checking futures-channel v0.3.32
23092026-06-09T05:03:54.316Z Checking slab v0.4.12
23102026-06-09T05:03:54.356Z Checking serde v1.0.228
23112026-06-09T05:03:54.369Z Checking bitflags v2.11.0
23122026-06-09T05:03:54.445Z Checking serde_json v1.0.149
23132026-06-09T05:03:54.470Z Checking futures-task v0.3.32
23142026-06-09T05:03:54.512Z Checking futures-io v0.3.32
23152026-06-09T05:03:54.535Z Checking hmac v0.12.1
23162026-06-09T05:03:54.554Z Checking num-traits v0.2.19
23172026-06-09T05:03:54.603Z Checking icu_normalizer_data v2.1.1
23182026-06-09T05:03:54.621Z Checking futures-util v0.3.32
23192026-06-09T05:03:54.664Z Checking icu_properties_data v2.1.2
23202026-06-09T05:03:54.675Z Checking rand_core v0.10.0
23212026-06-09T05:03:54.727Z Checking bytes v1.11.1
23222026-06-09T05:03:54.748Z Checking icu_provider v2.1.1
23232026-06-09T05:03:54.787Z Checking hashbrown v0.17.0
23242026-06-09T05:03:54.810Z Checking getrandom v0.4.1
23252026-06-09T05:03:54.959Z Checking block-padding v0.3.3
23262026-06-09T05:03:54.973Z Checking icu_normalizer v2.1.1
23272026-06-09T05:03:55.097Z Checking icu_properties v2.1.2
23282026-06-09T05:03:55.100Z Checking inout v0.1.4
23292026-06-09T05:03:55.103Z Checking utf8_iter v1.0.4
23302026-06-09T05:03:55.155Z Checking tokio v1.52.1
23312026-06-09T05:03:55.219Z Checking sha2 v0.10.9
23322026-06-09T05:03:55.231Z Checking cipher v0.4.4
23332026-06-09T05:03:55.242Z Checking indexmap v2.14.0
23342026-06-09T05:03:55.267Z Checking form_urlencoded v1.2.2
23352026-06-09T05:03:55.405Z Checking getrandom v0.3.4
23362026-06-09T05:03:55.438Z Checking fnv v1.0.7
23372026-06-09T05:03:55.486Z Checking byteorder v1.5.0
23382026-06-09T05:03:55.527Z Checking base64ct v1.8.3
23392026-06-09T05:03:55.542Z Checking flagset v0.4.7
23402026-06-09T05:03:55.664Z Checking rand_core v0.9.5
23412026-06-09T05:03:55.686Z Checking http v1.4.0
23422026-06-09T05:03:55.754Z Checking pem-rfc7468 v0.7.0
23432026-06-09T05:03:55.784Z Checking regex-syntax v0.8.10
23442026-06-09T05:03:55.841Z Checking salsa20 v0.10.2
23452026-06-09T05:03:55.881Z Checking idna_adapter v1.2.1
23462026-06-09T05:03:55.908Z Checking der v0.7.10
23472026-06-09T05:03:55.968Z Checking uuid v1.23.0
23482026-06-09T05:03:55.996Z Checking idna v1.1.0
23492026-06-09T05:03:56.238Z Checking url v2.5.8
23502026-06-09T05:03:56.250Z Checking pbkdf2 v0.12.2
23512026-06-09T05:03:56.277Z Checking rustix v1.1.3
23522026-06-09T05:03:56.354Z Checking tracing-core v0.1.36
23532026-06-09T05:03:56.495Z Checking ppv-lite86 v0.2.21
23542026-06-09T05:03:56.521Z Checking rustls-pki-types v1.14.0
23552026-06-09T05:03:56.651Z Checking spki v0.7.3
23562026-06-09T05:03:56.664Z Checking iana-time-zone v0.1.65
23572026-06-09T05:03:56.699Z Checking base64 v0.22.1
23582026-06-09T05:03:56.767Z Checking chrono v0.4.44
23592026-06-09T05:03:56.790Z Checking rand_chacha v0.9.0
23602026-06-09T05:03:56.814Z Checking tracing v0.1.44
23612026-06-09T05:03:56.814Z Checking scrypt v0.11.0
23622026-06-09T05:03:56.939Z Checking http-body v1.0.1
23632026-06-09T05:03:56.953Z Checking aes v0.8.4
23642026-06-09T05:03:56.986Z Checking cbc v0.1.2
23652026-06-09T05:03:57.021Z Checking aws-lc-sys v0.40.0
23662026-06-09T05:03:57.068Z Checking untrusted v0.9.0
23672026-06-09T05:03:57.102Z Checking tinyvec_macros v0.1.1
23682026-06-09T05:03:57.115Z Checking untrusted v0.7.1
23692026-06-09T05:03:57.128Z Checking openssl-probe v0.2.1
23702026-06-09T05:03:57.166Z Checking tinyvec v1.10.0
23712026-06-09T05:03:57.178Z Checking ring v0.17.14
23722026-06-09T05:03:57.304Z Checking rand v0.9.2
23732026-06-09T05:03:57.315Z Checking atomic-waker v1.1.2
23742026-06-09T05:03:57.334Z Checking try-lock v0.2.5
23752026-06-09T05:03:57.345Z Checking pkcs5 v0.7.1
23762026-06-09T05:03:57.430Z Checking tower-layer v0.3.3
23772026-06-09T05:03:57.469Z Checking tower-service v0.3.3
23782026-06-09T05:03:57.516Z Checking aws-lc-rs v1.16.3
23792026-06-09T05:03:57.556Z Checking want v0.3.1
23802026-06-09T05:03:57.576Z Checking ipnet v2.11.0
23812026-06-09T05:03:57.592Z Checking pkcs8 v0.10.2
23822026-06-09T05:03:57.609Z Checking httparse v1.10.1
23832026-06-09T05:03:57.676Z Checking aho-corasick v1.1.4
23842026-06-09T05:03:57.695Z Checking plain v0.2.3
23852026-06-09T05:03:57.765Z Checking foreign-types-shared v0.1.1
23862026-06-09T05:03:57.797Z Checking utf8parse v0.2.2
23872026-06-09T05:03:57.813Z Checking dyn-clone v1.0.20
23882026-06-09T05:03:57.825Z Checking httpdate v1.0.3
23892026-06-09T05:03:57.843Z Checking pin-utils v0.1.0
23902026-06-09T05:03:57.894Z Checking fastrand v2.3.0
23912026-06-09T05:03:57.909Z Checking foreign-types v0.3.2
23922026-06-09T05:03:57.923Z Checking unicode-normalization v0.1.25
23932026-06-09T05:03:57.967Z Checking semver v1.0.28
23942026-06-09T05:03:57.978Z Checking openssl-sys v0.9.115
23952026-06-09T05:03:58.075Z Checking tempfile v3.25.0
23962026-06-09T05:03:58.163Z Checking spin v0.9.8
23972026-06-09T05:03:58.177Z Checking ucd-trie v0.1.7
23982026-06-09T05:03:58.271Z Checking anstyle v1.0.14
23992026-06-09T05:03:58.306Z Checking unicode-ident v1.0.24
24002026-06-09T05:03:58.318Z Checking pest v2.8.6
24012026-06-09T05:03:58.408Z Checking rustls-webpki v0.103.9
24022026-06-09T05:03:58.411Z Checking regex-automata v0.4.14
24032026-06-09T05:03:58.411Z Checking openssl v0.10.79
24042026-06-09T05:03:58.411Z Checking schemars v0.8.22
24052026-06-09T05:03:58.411Z Checking tokio-util v0.7.18
24062026-06-09T05:03:58.411Z Checking proc-macro2 v1.0.106
24072026-06-09T05:03:58.451Z Checking rustls-native-certs v0.8.3
24082026-06-09T05:03:58.579Z Checking thiserror v2.0.18
24092026-06-09T05:03:58.681Z Checking sync_wrapper v1.0.2
24102026-06-09T05:03:58.711Z Checking wait-timeout v0.2.1
24112026-06-09T05:03:58.760Z Checking rustls v0.23.37
24122026-06-09T05:03:58.781Z Checking pretty-hex v0.4.1
24132026-06-09T05:03:58.828Z Checking bit-vec v0.8.0
24142026-06-09T05:03:58.896Z Checking powerfmt v0.2.0
24152026-06-09T05:03:58.990Z Checking h2 v0.4.13
24162026-06-09T05:03:58.993Z Checking quick-error v1.2.3
24172026-06-09T05:03:59.018Z Checking siphasher v1.0.2
24182026-06-09T05:03:59.044Z Checking simd-adler32 v0.3.8
24192026-06-09T05:03:59.089Z Checking is_terminal_polyfill v1.70.2
24202026-06-09T05:03:59.170Z Checking colorchoice v1.0.4
24212026-06-09T05:03:59.183Z Checking anstyle-query v1.1.5
24222026-06-09T05:03:59.209Z Checking rusty-fork v0.3.1
24232026-06-09T05:03:59.266Z Checking deranged v0.5.8
24242026-06-09T05:03:59.266Z Checking bit-set v0.8.0
24252026-06-09T05:03:59.367Z Checking tower v0.5.3
24262026-06-09T05:03:59.379Z Checking quote v1.0.45
24272026-06-09T05:03:59.411Z Compiling newtype-uuid v1.3.2
24282026-06-09T05:03:59.543Z Checking http-body-util v0.1.3
24292026-06-09T05:03:59.590Z Checking webpki-roots v1.0.6
24302026-06-09T05:03:59.706Z Checking crossbeam-utils v0.8.21
24312026-06-09T05:03:59.745Z Checking rand_xorshift v0.4.0
24322026-06-09T05:03:59.757Z Checking crc32fast v1.5.0
24332026-06-09T05:03:59.861Z Checking scroll v0.13.0
24342026-06-09T05:03:59.893Z Checking signature v2.2.0
24352026-06-09T05:04:00.024Z Checking iri-string v0.7.10
24362026-06-09T05:04:00.037Z Checking unarray v0.1.4
24372026-06-09T05:04:00.089Z Checking ryu v1.0.23
24382026-06-09T05:04:00.137Z Checking unicode-bidi v0.3.18
24392026-06-09T05:04:00.162Z Checking num-conv v0.2.0
24402026-06-09T05:04:00.191Z Checking adler2 v2.0.1
24412026-06-09T05:04:00.218Z Checking unicode-properties v0.1.4
24422026-06-09T05:04:00.279Z Checking num_threads v0.1.7
24432026-06-09T05:04:00.297Z Checking time-core v0.1.8
24442026-06-09T05:04:00.365Z Checking native-tls v0.2.18
24452026-06-09T05:04:00.365Z Checking allocator-api2 v0.2.21
24462026-06-09T05:04:00.403Z Checking miniz_oxide v0.8.9
24472026-06-09T05:04:00.424Z Checking stringprep v0.1.5
24482026-06-09T05:04:00.435Z Checking time v0.3.47
24492026-06-09T05:04:00.603Z Checking tokio-native-tls v0.3.1
24502026-06-09T05:04:00.606Z Checking serde_urlencoded v0.7.1
24512026-06-09T05:04:00.645Z Checking bstr v1.12.1
24522026-06-09T05:04:00.705Z Checking proptest v1.10.0
24532026-06-09T05:04:00.755Z Checking goblin v0.10.5
24542026-06-09T05:04:00.775Z Checking crossbeam-epoch v0.9.18
24552026-06-09T05:04:00.996Z Checking syn v2.0.117
24562026-06-09T05:04:01.035Z Compiling daft v0.1.7
24572026-06-09T05:04:01.038Z Checking tower-http v0.6.8
24582026-06-09T05:04:01.090Z Checking tokio-rustls v0.26.4
24592026-06-09T05:04:01.307Z Checking ipnetwork v0.21.1
24602026-06-09T05:04:01.322Z Checking anstyle-parse v1.0.0
24612026-06-09T05:04:01.335Z Checking rand_chacha v0.3.1
24622026-06-09T05:04:01.476Z Checking scroll v0.12.0
24632026-06-09T05:04:01.533Z Checking thiserror v1.0.69
24642026-06-09T05:04:01.555Z Checking hash32 v0.2.1
24652026-06-09T05:04:01.579Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-06-09T05:04:01.701Z Checking num-integer v0.1.46
24672026-06-09T05:04:01.705Z Checking toml_datetime v0.6.11
24682026-06-09T05:04:01.708Z Checking serde_spanned v0.6.9
24692026-06-09T05:04:01.719Z Checking md-5 v0.10.6
24702026-06-09T05:04:01.722Z Checking hyper v1.8.1
24712026-06-09T05:04:01.830Z Checking ff v0.13.1
24722026-06-09T05:04:01.855Z Checking encoding_rs v0.8.35
24732026-06-09T05:04:01.868Z Checking mime v0.3.17
24742026-06-09T05:04:01.881Z Checking fallible-iterator v0.2.0
24752026-06-09T05:04:01.956Z Checking psl-types v2.0.11
24762026-06-09T05:04:02.040Z Checking zlib-rs v0.6.2
24772026-06-09T05:04:02.070Z Checking base16ct v0.2.0
24782026-06-09T05:04:02.148Z Checking postgres-protocol v0.6.10
24792026-06-09T05:04:02.194Z Checking sec1 v0.7.3
24802026-06-09T05:04:02.402Z Checking publicsuffix v2.3.0
24812026-06-09T05:04:02.461Z Checking group v0.13.0
24822026-06-09T05:04:02.562Z Checking num-iter v0.1.45
24832026-06-09T05:04:02.605Z Checking heapless v0.7.17
24842026-06-09T05:04:02.624Z Checking hyper-util v0.1.20
24852026-06-09T05:04:02.641Z Checking goblin v0.8.2
24862026-06-09T05:04:02.673Z Checking zstd-safe v7.2.4
24872026-06-09T05:04:02.795Z Checking cookie v0.18.1
24882026-06-09T05:04:02.833Z Checking rand v0.8.6
24892026-06-09T05:04:02.912Z Checking flate2 v1.1.9
24902026-06-09T05:04:03.020Z Checking oxnet v0.1.5
24912026-06-09T05:04:03.023Z Checking anstream v1.0.0
24922026-06-09T05:04:03.088Z Checking dof v0.4.0
24932026-06-09T05:04:03.207Z Compiling iddqd v0.4.2
24942026-06-09T05:04:03.231Z Checking dtrace-parser v0.3.0
24952026-06-09T05:04:03.256Z Checking phf_shared v0.13.1
24962026-06-09T05:04:03.268Z Checking lazy_static v1.5.0
24972026-06-09T05:04:03.351Z Checking anstyle-parse v0.2.7
24982026-06-09T05:04:03.364Z Checking zerocopy v0.7.35
24992026-06-09T05:04:03.446Z Checking pin-project v1.1.11
25002026-06-09T05:04:03.462Z Checking bzip2-sys v0.1.13+1.0.8
25012026-06-09T05:04:03.502Z Checking signal-hook v0.3.18
25022026-06-09T05:04:03.541Z Checking terminal_size v0.4.3
25032026-06-09T05:04:03.541Z Checking futures-executor v0.3.32
25042026-06-09T05:04:03.655Z Checking hex v0.4.3
25052026-06-09T05:04:03.687Z Checking hkdf v0.12.4
25062026-06-09T05:04:03.699Z Checking crypto-bigint v0.5.5
25072026-06-09T05:04:03.711Z Checking thread-id v5.1.0
25082026-06-09T05:04:03.787Z Checking bitflags v1.3.2
25092026-06-09T05:04:03.937Z Checking same-file v1.0.6
25102026-06-09T05:04:03.969Z Checking winnow v0.7.14
25112026-06-09T05:04:03.969Z Checking managed v0.8.0
25122026-06-09T05:04:03.969Z Checking libbz2-rs-sys v0.2.2
25132026-06-09T05:04:03.969Z Checking hyper-rustls v0.27.7
25142026-06-09T05:04:03.969Z Checking hyper-tls v0.6.0
25152026-06-09T05:04:04.037Z Checking winnow v0.5.40
25162026-06-09T05:04:04.088Z Checking clap_lex v1.0.0
25172026-06-09T05:04:04.103Z Checking bumpalo v3.20.2
25182026-06-09T05:04:04.238Z Checking foldhash v0.2.0
25192026-06-09T05:04:04.260Z Checking strsim v0.11.1
25202026-06-09T05:04:04.304Z Checking foldhash v0.1.5
25212026-06-09T05:04:04.392Z Compiling rayon-core v1.13.0
25222026-06-09T05:04:04.419Z Checking either v1.15.0
25232026-06-09T05:04:04.435Z Checking hashbrown v0.15.5
25242026-06-09T05:04:04.462Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-06-09T05:04:04.546Z Checking dof v0.3.0
25262026-06-09T05:04:04.580Z Checking clap_builder v4.6.0
25272026-06-09T05:04:04.591Z Checking elliptic-curve v0.13.8
25282026-06-09T05:04:04.602Z Checking hashbrown v0.16.1
25292026-06-09T05:04:04.643Z Checking zopfli v0.8.3
25302026-06-09T05:04:04.822Z Checking bzip2 v0.6.1
25312026-06-09T05:04:04.891Z Checking reqwest v0.12.28
25322026-06-09T05:04:04.904Z Checking smoltcp v0.9.1
25332026-06-09T05:04:05.102Z Checking walkdir v2.5.0
25342026-06-09T05:04:05.111Z Checking usdt-impl v0.6.0
25352026-06-09T05:04:05.112Z Checking futures v0.3.32
25362026-06-09T05:04:05.112Z Checking signal-hook-mio v0.2.5
25372026-06-09T05:04:05.112Z Checking snafu v0.8.9
25382026-06-09T05:04:05.132Z Checking bzip2 v0.4.4
25392026-06-09T05:04:05.176Z Checking toml_edit v0.19.15
25402026-06-09T05:04:05.190Z Checking anstream v0.6.21
25412026-06-09T05:04:05.256Z Checking phf v0.13.1
25422026-06-09T05:04:05.293Z Checking num-bigint-dig v0.8.6
25432026-06-09T05:04:05.382Z Checking cookie_store v0.22.1
25442026-06-09T05:04:05.400Z Checking zstd v0.13.3
25452026-06-09T05:04:05.487Z Checking postgres-types v0.2.12
25462026-06-09T05:04:05.570Z Checking dtrace-parser v0.2.0
25472026-06-09T05:04:05.589Z Checking rustls-platform-verifier v0.6.2
25482026-06-09T05:04:05.707Z Checking globset v0.4.18
25492026-06-09T05:04:05.723Z Checking crossbeam-deque v0.8.6
25502026-06-09T05:04:05.737Z Checking regex v1.12.3
25512026-06-09T05:04:05.787Z Checking ed25519 v2.2.3
25522026-06-09T05:04:05.800Z Checking phf_shared v0.11.3
25532026-06-09T05:04:05.804Z Checking olpc-cjson v0.1.4
25542026-06-09T05:04:05.894Z Checking curve25519-dalek v4.1.3
25552026-06-09T05:04:05.938Z Checking ref-cast v1.0.25
25562026-06-09T05:04:05.941Z Checking strum v0.27.2
25572026-06-09T05:04:05.962Z Checking hubpack v0.1.2
25582026-06-09T05:04:05.974Z Checking memoffset v0.9.1
25592026-06-09T05:04:06.010Z Checking rustix v0.38.44
25602026-06-09T05:04:06.032Z Checking pkcs1 v0.7.5
25612026-06-09T05:04:06.048Z Checking pem v3.0.6
25622026-06-09T05:04:06.059Z Checking float-cmp v0.10.0
25632026-06-09T05:04:06.096Z Checking erased-serde v0.3.31
25642026-06-09T05:04:06.204Z Checking serde-big-array v0.5.1
25652026-06-09T05:04:06.212Z Checking serde_plain v1.0.2
25662026-06-09T05:04:06.213Z Checking rfc6979 v0.4.0
25672026-06-09T05:04:06.217Z Checking memmap2 v0.9.10
25682026-06-09T05:04:06.239Z Checking thread-id v4.2.2
25692026-06-09T05:04:06.253Z Checking env_filter v1.0.0
25702026-06-09T05:04:06.312Z Checking difflib v0.4.0
25712026-06-09T05:04:06.321Z Checking jiff v0.2.21
25722026-06-09T05:04:06.325Z Checking fixedbitset v0.5.7
25732026-06-09T05:04:06.365Z Checking normalize-line-endings v0.3.0
25742026-06-09T05:04:06.406Z Checking new_debug_unreachable v1.0.6
25752026-06-09T05:04:06.454Z Checking fixedbitset v0.4.2
25762026-06-09T05:04:06.474Z Checking predicates-core v1.0.10
25772026-06-09T05:04:06.492Z Checking keccak v0.1.6
25782026-06-09T05:04:06.495Z Checking whoami v2.1.0
25792026-06-09T05:04:06.516Z Checking typed-path v0.9.3
25802026-06-09T05:04:06.593Z Checking toml_write v0.1.2
25812026-06-09T05:04:06.605Z Checking static_assertions v1.1.0
25822026-06-09T05:04:06.660Z Checking precomputed-hash v0.1.1
25832026-06-09T05:04:06.674Z Checking unicode-segmentation v1.12.0
25842026-06-09T05:04:06.696Z Checking data-encoding v2.10.0
25852026-06-09T05:04:06.699Z Checking ed25519-dalek v2.2.0
25862026-06-09T05:04:06.742Z Checking string_cache v0.8.9
25872026-06-09T05:04:06.764Z Checking toml_edit v0.22.27
25882026-06-09T05:04:06.838Z Checking crossterm v0.28.1
25892026-06-09T05:04:06.938Z Checking tokio-postgres v0.7.16
25902026-06-09T05:04:06.944Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25912026-06-09T05:04:06.970Z Checking hickory-proto v0.25.2
25922026-06-09T05:04:06.989Z Checking similar v2.7.0
25932026-06-09T05:04:07.306Z Checking tough v0.22.0
25942026-06-09T05:04:07.368Z Checking sha3 v0.10.8
25952026-06-09T05:04:07.539Z Checking petgraph v0.6.5
25962026-06-09T05:04:07.573Z Checking predicates v3.1.4
25972026-06-09T05:04:07.844Z Checking petgraph v0.8.3
25982026-06-09T05:04:07.871Z Checking slog v2.8.2
25992026-06-09T05:04:08.136Z Checking env_logger v0.11.9
26002026-06-09T05:04:08.159Z Checking usdt v0.6.0
26012026-06-09T05:04:08.401Z Checking usdt-impl v0.5.0
26022026-06-09T05:04:08.401Z Checking ecdsa v0.16.9
26032026-06-09T05:04:08.586Z Checking zip v4.6.1
26042026-06-09T05:04:08.599Z Checking rsa v0.9.10
26052026-06-09T05:04:08.666Z Checking toml v0.7.8
26062026-06-09T05:04:08.766Z Checking nix v0.31.2
26072026-06-09T05:04:09.147Z Checking clap v4.6.1
26082026-06-09T05:04:09.184Z Checking reqwest v0.13.2
26092026-06-09T05:04:09.225Z Checking zip v0.6.6
26102026-06-09T05:04:09.272Z Checking toml_parser v1.0.9+spec-1.1.0
26112026-06-09T05:04:09.398Z Checking itertools v0.13.0
26122026-06-09T05:04:09.413Z Checking serde_with v3.17.0
26132026-06-09T05:04:09.543Z Checking strum v0.26.3
26142026-06-09T05:04:09.594Z Checking fs-err v3.3.0
26152026-06-09T05:04:09.655Z Checking ahash v0.8.12
26162026-06-09T05:04:09.720Z Checking object v0.37.3
26172026-06-09T05:04:09.825Z Checking tokio-stream v0.1.18
26182026-06-09T05:04:09.848Z Checking buf-list v1.1.2
26192026-06-09T05:04:09.876Z Checking camino v1.2.2
26202026-06-09T05:04:09.889Z Checking anyhow v1.0.102
26212026-06-09T05:04:10.027Z Checking x509-cert v0.2.5
26222026-06-09T05:04:10.044Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26232026-06-09T05:04:10.082Z Checking openapiv3 v2.2.0
26242026-06-09T05:04:10.119Z Checking sha1 v0.10.6
26252026-06-09T05:04:10.208Z Checking lalrpop-util v0.19.12
26262026-06-09T05:04:10.280Z Checking peg-runtime v0.8.5
26272026-06-09T05:04:10.300Z Checking rayon v1.11.0
26282026-06-09T05:04:10.365Z Checking sigpipe v0.1.3
26292026-06-09T05:04:10.406Z Checking glob v0.3.3
26302026-06-09T05:04:11.900Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-06-09T05:04:12.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.01s
26322026-06-09T05:04:12.346Z
26332026-06-09T05:04:12.346Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26342026-06-09T05:04:12.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-09T05:04:12.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-09T05:04:12.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-09T05:04:12.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-06-09T05:04:12.943Z
26392026-06-09T05:04:12.943Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26402026-06-09T05:04:13.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-09T05:04:13.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-09T05:04:13.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-09T05:04:13.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26442026-06-09T05:04:13.532Z
26452026-06-09T05:04:13.532Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26462026-06-09T05:04:14.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-09T05:04:14.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-09T05:04:14.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-09T05:04:14.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26502026-06-09T05:04:14.143Z
26512026-06-09T05:04:14.143Zinfo: running `cargo check --bins` on oxql-types (80/295)
26522026-06-09T05:04:14.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-09T05:04:14.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-09T05:04:14.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-09T05:04:14.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-06-09T05:04:14.738Z
26572026-06-09T05:04:14.738Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26582026-06-09T05:04:15.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-09T05:04:15.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-09T05:04:15.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-09T05:04:15.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26622026-06-09T05:04:15.430Z
26632026-06-09T05:04:15.430Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26642026-06-09T05:04:15.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-09T05:04:15.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-09T05:04:15.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-09T05:04:15.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26682026-06-09T05:04:15.925Z
26692026-06-09T05:04:15.926Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26702026-06-09T05:04:16.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-09T05:04:16.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-09T05:04:16.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-06-09T05:04:16.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26742026-06-09T05:04:16.504Z
26752026-06-09T05:04:16.505Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26762026-06-09T05:04:17.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-06-09T05:04:17.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-06-09T05:04:17.296Z Compiling structmeta-derive v0.3.0
26792026-06-09T05:04:17.304Z Compiling rustls v0.22.4
26802026-06-09T05:04:17.313Z Compiling multer v3.1.0
26812026-06-09T05:04:17.323Z Compiling async-stream-impl v0.3.6
26822026-06-09T05:04:17.328Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-06-09T05:04:17.346Z Compiling dropshot v0.17.0
26842026-06-09T05:04:17.360Z Compiling newtype-uuid-macros v0.1.0
26852026-06-09T05:04:17.360Z Compiling dropshot_endpoint v0.17.0
26862026-06-09T05:04:17.478Z Checking newtype-uuid v1.3.2
26872026-06-09T05:04:17.540Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-06-09T05:04:17.601Z Checking rustls-webpki v0.102.8
26892026-06-09T05:04:17.678Z Checking daft v0.1.7
26902026-06-09T05:04:17.702Z Checking thread_local v1.1.9
26912026-06-09T05:04:17.868Z Checking compression-core v0.4.31
26922026-06-09T05:04:17.892Z Checking match_cfg v0.1.0
26932026-06-09T05:04:17.913Z Checking iddqd v0.4.2
26942026-06-09T05:04:17.958Z Checking hostname v0.3.1
26952026-06-09T05:04:17.988Z Checking crossbeam-channel v0.5.15
26962026-06-09T05:04:18.001Z Checking compression-codecs v0.4.37
26972026-06-09T05:04:18.052Z Checking slog-json v2.6.1
26982026-06-09T05:04:18.106Z Checking toml_datetime v1.0.0+spec-1.1.0
26992026-06-09T05:04:18.163Z Checking serde_spanned v1.0.4
27002026-06-09T05:04:18.205Z Checking is-terminal v0.4.17
27012026-06-09T05:04:18.296Z Checking term v1.2.1
27022026-06-09T05:04:18.299Z Checking debug-ignore v1.0.5
27032026-06-09T05:04:18.320Z Checking take_mut v0.2.2
27042026-06-09T05:04:18.320Z Checking toml_writer v1.0.6+spec-1.1.0
27052026-06-09T05:04:18.409Z Compiling structmeta v0.3.0
27062026-06-09T05:04:18.413Z Checking slog-bunyan v2.5.0
27072026-06-09T05:04:18.418Z Checking slog-async v2.8.0
27082026-06-09T05:04:18.504Z Checking toml v1.0.6+spec-1.1.0
27092026-06-09T05:04:18.518Z Checking slog-term v2.9.2
27102026-06-09T05:04:18.518Z Checking async-compression v0.4.41
27112026-06-09T05:04:18.548Z Compiling derive-ex v0.1.8
27122026-06-09T05:04:18.587Z Compiling parse-display-derive v0.10.0
27132026-06-09T05:04:18.753Z Checking async-stream v0.3.6
27142026-06-09T05:04:18.774Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27152026-06-09T05:04:18.820Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27162026-06-09T05:04:18.877Z Checking progenitor-client v0.14.0
27172026-06-09T05:04:18.880Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-06-09T05:04:19.028Z Checking waitgroup v0.1.2
27192026-06-09T05:04:19.075Z Checking backon v1.6.0
27202026-06-09T05:04:19.090Z Checking rustls-pemfile v2.2.0
27212026-06-09T05:04:19.121Z Checking serde_path_to_error v0.1.20
27222026-06-09T05:04:19.134Z Checking hostname v0.4.2
27232026-06-09T05:04:19.227Z Checking instant v0.1.13
27242026-06-09T05:04:19.312Z Checking backoff v0.4.0
27252026-06-09T05:04:19.403Z Checking progenitor-extras v0.2.0
27262026-06-09T05:04:19.417Z Checking tokio-rustls v0.25.0
27272026-06-09T05:04:19.505Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-06-09T05:04:19.620Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-06-09T05:04:19.634Z Checking itertools v0.14.0
27302026-06-09T05:04:19.651Z Checking progenitor-client v0.10.0
27312026-06-09T05:04:19.849Z Checking regress v0.10.5
27322026-06-09T05:04:19.875Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27332026-06-09T05:04:20.188Z Checking macaddr v1.0.1
27342026-06-09T05:04:20.215Z Compiling test-strategy v0.4.5
27352026-06-09T05:04:20.254Z Checking parse-display v0.10.0
27362026-06-09T05:04:20.397Z Checking humantime v2.3.0
27372026-06-09T05:04:21.499Z Compiling prettyplease v0.2.37
27382026-06-09T05:04:21.736Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-06-09T05:04:21.834Z Checking num-rational v0.4.2
27402026-06-09T05:04:22.110Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-06-09T05:04:22.406Z Checking num-complex v0.4.6
27422026-06-09T05:04:23.080Z Checking num v0.4.3
27432026-06-09T05:04:23.139Z Compiling usdt-macro v0.5.0
27442026-06-09T05:04:23.165Z Compiling usdt-attr-macro v0.5.0
27452026-06-09T05:04:23.219Z Checking memmap v0.7.0
27462026-06-09T05:04:23.270Z Checking float-ord v0.3.2
27472026-06-09T05:04:23.351Z Checking unicode-width v0.2.0
27482026-06-09T05:04:23.373Z Compiling convert_case v0.4.0
27492026-06-09T05:04:23.598Z Checking console v0.15.11
27502026-06-09T05:04:23.747Z Compiling derive_more v0.99.20
27512026-06-09T05:04:23.896Z Checking newline-converter v0.3.0
27522026-06-09T05:04:23.902Z Checking atomicwrites v0.4.4
27532026-06-09T05:04:23.927Z Checking usdt v0.5.0
27542026-06-09T05:04:23.979Z Compiling toml v0.8.23
27552026-06-09T05:04:24.015Z Checking linked-hash-map v0.5.6
27562026-06-09T05:04:24.094Z Compiling minimal-lexical v0.2.1
27572026-06-09T05:04:24.194Z Checking lru-cache v0.1.2
27582026-06-09T05:04:24.304Z Compiling nom v7.1.3
27592026-06-09T05:04:24.350Z Checking expectorate v1.2.0
27602026-06-09T05:04:24.991Z Checking camino-tempfile v1.4.1
27612026-06-09T05:04:25.064Z Checking hickory-proto v0.24.4
27622026-06-09T05:04:25.079Z Checking phf_shared v0.12.1
27632026-06-09T05:04:25.134Z Compiling slog-dtrace v0.3.0
27642026-06-09T05:04:25.219Z Checking heck v0.5.0
27652026-06-09T05:04:25.326Z Compiling chrono-tz v0.10.4
27662026-06-09T05:04:25.348Z Checking resolv-conf v0.7.6
27672026-06-09T05:04:25.504Z Compiling const_format_proc_macros v0.2.34
27682026-06-09T05:04:25.600Z Checking phf v0.12.1
27692026-06-09T05:04:25.620Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702026-06-09T05:04:25.635Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27712026-06-09T05:04:25.745Z Checking tokio-dtrace v0.1.1
27722026-06-09T05:04:25.930Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-06-09T05:04:26.097Z Compiling derive-where v1.6.0
27742026-06-09T05:04:26.284Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27752026-06-09T05:04:26.490Z Checking highway v1.3.0
27762026-06-09T05:04:26.726Z Checking const_format v0.2.35
27772026-06-09T05:04:26.881Z Checking hickory-resolver v0.24.4
27782026-06-09T05:04:26.968Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27792026-06-09T05:04:27.078Z Checking oxide-tokio-rt v0.1.4
27802026-06-09T05:04:27.239Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27812026-06-09T05:04:27.447Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-06-09T05:04:27.461Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-06-09T05:04:27.620Z Checking qorb v0.4.1
27842026-06-09T05:04:27.652Z Checking gethostname v0.5.0
27852026-06-09T05:04:27.702Z Checking bcs v0.1.6
27862026-06-09T05:04:27.741Z Checking termtree v0.5.1
27872026-06-09T05:04:27.866Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-06-09T05:04:30.920Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-06-09T05:04:33.621Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-06-09T05:04:35.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
27912026-06-09T05:04:35.912Z
27922026-06-09T05:04:35.912Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27932026-06-09T05:04:36.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-06-09T05:04:36.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-06-09T05:04:36.599Z Compiling ar_archive_writer v0.5.1
27962026-06-09T05:04:36.711Z Compiling stacker v0.1.23
27972026-06-09T05:04:36.720Z Compiling cfg_aliases v0.1.1
27982026-06-09T05:04:36.729Z Compiling convert_case v0.10.0
27992026-06-09T05:04:36.730Z Checking unicode-width v0.1.14
28002026-06-09T05:04:36.748Z Compiling proc-macro-error v1.0.4
28012026-06-09T05:04:36.761Z Checking fd-lock v4.0.4
28022026-06-09T05:04:36.765Z Checking nibble_vec v0.1.0
28032026-06-09T05:04:36.782Z Compiling nix v0.28.0
28042026-06-09T05:04:36.870Z Checking vte v0.14.1
28052026-06-09T05:04:36.886Z Compiling recursive-proc-macro-impl v0.1.1
28062026-06-09T05:04:36.969Z Checking endian-type v0.1.2
28072026-06-09T05:04:36.983Z Checking bytecount v0.6.9
28082026-06-09T05:04:37.019Z Checking strip-ansi-escapes v0.2.1
28092026-06-09T05:04:37.032Z Compiling derive_more-impl v2.1.1
28102026-06-09T05:04:37.042Z Compiling tabled_derive v0.7.0
28112026-06-09T05:04:37.081Z Checking papergrid v0.11.0
28122026-06-09T05:04:37.092Z Checking radix_trie v0.2.1
28132026-06-09T05:04:37.201Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-06-09T05:04:37.289Z Compiling peg-macros v0.8.5
28152026-06-09T05:04:37.301Z Checking winnow v0.6.26
28162026-06-09T05:04:37.559Z Compiling psm v0.1.30
28172026-06-09T05:04:37.591Z Compiling sqlparser_derive v0.5.0
28182026-06-09T05:04:37.688Z Checking nu-ansi-term v0.50.3
28192026-06-09T05:04:37.822Z Checking derive_more v2.1.1
28202026-06-09T05:04:37.895Z Checking unicode_categories v0.1.1
28212026-06-09T05:04:37.908Z Checking home v0.5.12
28222026-06-09T05:04:37.995Z Checking tabled v0.15.0
28232026-06-09T05:04:38.043Z Checking crossterm v0.29.0
28242026-06-09T05:04:38.046Z Checking reedline v0.40.0
28252026-06-09T05:04:38.079Z Checking rustyline v14.0.0
28262026-06-09T05:04:38.360Z Checking recursive v0.1.1
28272026-06-09T05:04:38.375Z Checking display-error-chain v0.2.2
28282026-06-09T05:04:38.422Z Checking sqlformat v0.3.5
28292026-06-09T05:04:38.435Z Checking sqlparser v0.61.0
28302026-06-09T05:04:38.634Z Checking peg v0.8.5
28312026-06-09T05:04:49.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28322026-06-09T05:04:49.711Z
28332026-06-09T05:04:49.711Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28342026-06-09T05:04:50.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-09T05:04:50.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-09T05:04:50.391Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-09T05:04:53.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28382026-06-09T05:04:53.982Z
28392026-06-09T05:04:53.982Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28402026-06-09T05:04:54.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-09T05:04:54.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-09T05:04:54.657Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-09T05:04:57.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28442026-06-09T05:04:57.273Z
28452026-06-09T05:04:57.273Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28462026-06-09T05:04:57.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-09T05:04:57.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-09T05:04:57.943Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-09T05:05:01.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28502026-06-09T05:05:01.352Z
28512026-06-09T05:05:01.352Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28522026-06-09T05:05:01.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-09T05:05:01.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-09T05:05:02.028Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-09T05:05:05.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28562026-06-09T05:05:05.462Z
28572026-06-09T05:05:05.462Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28582026-06-09T05:05:06.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-09T05:05:06.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-09T05:05:06.130Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-09T05:05:08.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28622026-06-09T05:05:08.881Z
28632026-06-09T05:05:08.881Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28642026-06-09T05:05:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-09T05:05:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-09T05:05:09.549Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-09T05:05:12.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28682026-06-09T05:05:12.347Z
28692026-06-09T05:05:12.347Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28702026-06-09T05:05:12.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-09T05:05:12.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-09T05:05:13.018Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-06-09T05:05:16.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28742026-06-09T05:05:16.609Z
28752026-06-09T05:05:16.609Zinfo: running `cargo check --bins` on oximeter (93/295)
28762026-06-09T05:05:17.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-09T05:05:17.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-09T05:05:17.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-06-09T05:05:17.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28802026-06-09T05:05:17.201Z
28812026-06-09T05:05:17.201Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28822026-06-09T05:05:17.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-06-09T05:05:17.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-06-09T05:05:17.836Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28852026-06-09T05:05:18.001Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28862026-06-09T05:05:18.004Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28872026-06-09T05:05:18.336Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28882026-06-09T05:05:21.181Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28892026-06-09T05:05:22.382Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28902026-06-09T05:05:22.672Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912026-06-09T05:05:23.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
28922026-06-09T05:05:23.437Z
28932026-06-09T05:05:23.437Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28942026-06-09T05:05:23.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-09T05:05:23.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-09T05:05:23.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-09T05:05:23.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-06-09T05:05:24.035Z
28992026-06-09T05:05:24.035Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
29002026-06-09T05:05:24.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-09T05:05:24.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-09T05:05:24.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-09T05:05:24.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29042026-06-09T05:05:24.670Z
29052026-06-09T05:05:24.670Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29062026-06-09T05:05:25.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-09T05:05:25.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-09T05:05:25.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-09T05:05:25.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-06-09T05:05:25.283Z
29112026-06-09T05:05:25.283Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29122026-06-09T05:05:25.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-09T05:05:25.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-09T05:05:25.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-09T05:05:25.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-06-09T05:05:25.990Z
29172026-06-09T05:05:25.990Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29182026-06-09T05:05:26.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-09T05:05:26.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-09T05:05:26.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-09T05:05:26.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-06-09T05:05:26.484Z
29232026-06-09T05:05:26.484Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29242026-06-09T05:05:26.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-09T05:05:26.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-09T05:05:26.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-09T05:05:26.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-06-09T05:05:27.107Z
29292026-06-09T05:05:27.108Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29302026-06-09T05:05:27.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-09T05:05:27.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-09T05:05:27.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-09T05:05:27.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-06-09T05:05:27.676Z
29352026-06-09T05:05:27.676Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29362026-06-09T05:05:28.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-09T05:05:28.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-09T05:05:28.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-09T05:05:28.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29402026-06-09T05:05:28.285Z
29412026-06-09T05:05:28.285Zinfo: running `cargo check --bins` on update-engine (103/295)
29422026-06-09T05:05:28.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-09T05:05:28.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-09T05:05:28.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-06-09T05:05:28.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29462026-06-09T05:05:28.874Z
29472026-06-09T05:05:28.874Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29482026-06-09T05:05:29.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-06-09T05:05:29.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-06-09T05:05:29.593Z Compiling crucible-workspace-hack v0.1.0
29512026-06-09T05:05:29.710Z Checking secrecy v0.10.3
29522026-06-09T05:05:29.716Z Compiling toml_datetime v0.7.5+spec-1.1.0
29532026-06-09T05:05:29.720Z Compiling heapless v0.8.0
29542026-06-09T05:05:29.730Z Compiling ingot-macros v0.1.1
29552026-06-09T05:05:29.739Z Checking hash32 v0.3.1
29562026-06-09T05:05:29.750Z Compiling smoltcp v0.11.0
29572026-06-09T05:05:29.754Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29582026-06-09T05:05:29.812Z Checking cobs v0.3.0
29592026-06-09T05:05:29.857Z Compiling thiserror-impl-no-std v2.0.2
29602026-06-09T05:05:29.948Z Compiling toml_edit v0.23.10+spec-1.0.0
29612026-06-09T05:05:29.951Z Checking universal-hash v0.5.1
29622026-06-09T05:05:29.972Z Checking half v2.7.1
29632026-06-09T05:05:30.014Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29642026-06-09T05:05:30.091Z Checking opaque-debug v0.3.1
29652026-06-09T05:05:30.106Z Checking ciborium-io v0.2.2
29662026-06-09T05:05:30.157Z Checking poly1305 v0.8.0
29672026-06-09T05:05:30.196Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29682026-06-09T05:05:30.222Z Checking ciborium-ll v0.2.2
29692026-06-09T05:05:30.253Z Checking postcard v1.1.3
29702026-06-09T05:05:30.416Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29712026-06-09T05:05:30.418Z Checking password-hash v0.5.0
29722026-06-09T05:05:30.541Z Compiling proc-macro-crate v3.4.0
29732026-06-09T05:05:30.596Z Checking chacha20 v0.9.1
29742026-06-09T05:05:30.642Z Compiling proc-macro-crate v1.3.1
29752026-06-09T05:05:30.664Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29762026-06-09T05:05:30.797Z Checking blake2 v0.10.6
29772026-06-09T05:05:30.902Z Checking aead v0.5.2
29782026-06-09T05:05:31.004Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29792026-06-09T05:05:31.032Z Checking thiserror-no-std v2.0.2
29802026-06-09T05:05:31.035Z Compiling foreign-types-macros v0.2.3
29812026-06-09T05:05:31.056Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29822026-06-09T05:05:31.071Z Checking cpufeatures v0.3.0
29832026-06-09T05:05:31.089Z Compiling num_enum_derive v0.7.6
29842026-06-09T05:05:31.115Z Checking foreign-types-shared v0.3.1
29852026-06-09T05:05:31.140Z Checking chacha20 v0.10.0
29862026-06-09T05:05:31.206Z Checking vsss-rs v3.3.4
29872026-06-09T05:05:31.217Z Compiling num_enum_derive v0.5.11
29882026-06-09T05:05:31.286Z Checking chacha20poly1305 v0.10.1
29892026-06-09T05:05:31.357Z Checking argon2 v0.5.3
29902026-06-09T05:05:31.418Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29912026-06-09T05:05:31.643Z Checking foreign-types v0.5.0
29922026-06-09T05:05:31.721Z Checking ciborium v0.2.2
29932026-06-09T05:05:31.837Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29942026-06-09T05:05:31.887Z Checking tabwriter v1.4.1
29952026-06-09T05:05:32.002Z Checking byte-wrapper v0.1.0
29962026-06-09T05:05:32.122Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-06-09T05:05:32.137Z Checking cstr-argument v0.1.2
29982026-06-09T05:05:32.150Z Checking num_enum v0.7.6
29992026-06-09T05:05:32.209Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30002026-06-09T05:05:32.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30012026-06-09T05:05:32.263Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30022026-06-09T05:05:32.266Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30032026-06-09T05:05:32.316Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-06-09T05:05:32.425Z Checking num_enum v0.5.11
30052026-06-09T05:05:32.451Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-06-09T05:05:32.467Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30072026-06-09T05:05:32.597Z Checking ingot-types v0.1.2
30082026-06-09T05:05:32.598Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30092026-06-09T05:05:32.602Z Checking rand v0.10.0
30102026-06-09T05:05:32.649Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30112026-06-09T05:05:32.663Z Checking indent_write v2.2.0
30122026-06-09T05:05:32.678Z Checking colored v3.1.1
30132026-06-09T05:05:32.796Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-06-09T05:05:32.873Z Compiling zone_cfg_derive v0.3.1
30152026-06-09T05:05:32.890Z Checking ingot v0.1.1
30162026-06-09T05:05:32.890Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30172026-06-09T05:05:32.968Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-09T05:05:32.983Z Checking itertools v0.12.1
30192026-06-09T05:05:32.996Z Compiling num-derive v0.4.2
30202026-06-09T05:05:33.049Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30212026-06-09T05:05:33.134Z Checking swrite v0.1.0
30222026-06-09T05:05:33.225Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232026-06-09T05:05:33.256Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30242026-06-09T05:05:33.407Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30252026-06-09T05:05:33.422Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30262026-06-09T05:05:33.501Z Checking dropshot-api-manager-types v0.7.2
30272026-06-09T05:05:33.530Z Checking smf v0.2.3
30282026-06-09T05:05:33.545Z Checking nanorand v0.7.0
30292026-06-09T05:05:33.697Z Checking whoami v1.6.1
30302026-06-09T05:05:33.737Z Checking flume v0.11.1
30312026-06-09T05:05:33.764Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30322026-06-09T05:05:33.907Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30332026-06-09T05:05:33.978Z Checking zone v0.3.1
30342026-06-09T05:05:34.435Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-09T05:05:35.398Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30362026-06-09T05:05:36.273Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30372026-06-09T05:05:39.497Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30382026-06-09T05:05:41.532Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30392026-06-09T05:05:42.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
30402026-06-09T05:05:42.820Z
30412026-06-09T05:05:42.820Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30422026-06-09T05:05:43.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-09T05:05:43.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-09T05:05:43.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-09T05:05:43.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-06-09T05:05:43.424Z
30472026-06-09T05:05:43.424Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30482026-06-09T05:05:43.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-09T05:05:43.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-09T05:05:43.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-09T05:05:43.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30522026-06-09T05:05:44.027Z
30532026-06-09T05:05:44.027Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30542026-06-09T05:05:44.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-09T05:05:44.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-09T05:05:44.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-09T05:05:44.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-09T05:05:44.637Z
30592026-06-09T05:05:44.637Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30602026-06-09T05:05:45.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-09T05:05:45.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-09T05:05:45.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-09T05:05:45.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30642026-06-09T05:05:45.254Z
30652026-06-09T05:05:45.254Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30662026-06-09T05:05:45.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-09T05:05:45.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-09T05:05:45.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-09T05:05:45.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30702026-06-09T05:05:45.858Z
30712026-06-09T05:05:45.858Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30722026-06-09T05:05:46.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-09T05:05:46.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-09T05:05:46.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-09T05:05:46.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30762026-06-09T05:05:46.449Z
30772026-06-09T05:05:46.449Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30782026-06-09T05:05:46.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-09T05:05:46.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-09T05:05:46.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-09T05:05:46.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-06-09T05:05:47.051Z
30832026-06-09T05:05:47.051Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30842026-06-09T05:05:47.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-09T05:05:47.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-09T05:05:47.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-09T05:05:47.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30882026-06-09T05:05:47.642Z
30892026-06-09T05:05:47.642Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30902026-06-09T05:05:48.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-09T05:05:48.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-09T05:05:48.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-09T05:05:48.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-06-09T05:05:48.242Z
30952026-06-09T05:05:48.243Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30962026-06-09T05:05:48.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-09T05:05:48.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-09T05:05:48.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-09T05:05:48.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-06-09T05:05:48.841Z
31012026-06-09T05:05:48.841Zinfo: running `cargo check --bins` on installinator-client (115/295)
31022026-06-09T05:05:49.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-09T05:05:49.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-09T05:05:49.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-09T05:05:49.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31062026-06-09T05:05:49.443Z
31072026-06-09T05:05:49.443Zinfo: running `cargo check --bins` on nexus-client (116/295)
31082026-06-09T05:05:49.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-09T05:05:49.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-09T05:05:49.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-09T05:05:49.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31122026-06-09T05:05:50.078Z
31132026-06-09T05:05:50.078Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31142026-06-09T05:05:50.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-09T05:05:50.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-09T05:05:50.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-09T05:05:50.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31182026-06-09T05:05:50.711Z
31192026-06-09T05:05:50.711Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31202026-06-09T05:05:51.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-09T05:05:51.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-09T05:05:51.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-09T05:05:51.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31242026-06-09T05:05:51.297Z
31252026-06-09T05:05:51.297Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31262026-06-09T05:05:51.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-09T05:05:51.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-09T05:05:51.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-09T05:05:51.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-06-09T05:05:51.888Z
31312026-06-09T05:05:51.888Zinfo: running `cargo check --bins` on oxide-client (120/295)
31322026-06-09T05:05:52.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-09T05:05:52.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-09T05:05:52.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-09T05:05:52.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31362026-06-09T05:05:52.544Z
31372026-06-09T05:05:52.544Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31382026-06-09T05:05:52.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-09T05:05:52.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-09T05:05:52.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-09T05:05:52.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-06-09T05:05:53.077Z
31432026-06-09T05:05:53.077Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31442026-06-09T05:05:53.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-09T05:05:53.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-09T05:05:53.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-09T05:05:53.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31482026-06-09T05:05:53.656Z
31492026-06-09T05:05:53.656Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31502026-06-09T05:05:54.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-09T05:05:54.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-09T05:05:54.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-09T05:05:54.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-06-09T05:05:54.262Z
31552026-06-09T05:05:54.262Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31562026-06-09T05:05:54.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-09T05:05:54.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-09T05:05:54.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-09T05:05:54.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-06-09T05:05:54.887Z
31612026-06-09T05:05:54.887Zinfo: running `cargo check --bins` on installinator-common (125/295)
31622026-06-09T05:05:55.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-09T05:05:55.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-09T05:05:55.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-09T05:05:55.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31662026-06-09T05:05:55.506Z
31672026-06-09T05:05:55.507Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31682026-06-09T05:05:55.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-09T05:05:56.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-09T05:05:56.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-09T05:05:56.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31722026-06-09T05:05:56.089Z
31732026-06-09T05:05:56.089Zinfo: running `cargo check --bins` on wicket-common (127/295)
31742026-06-09T05:05:56.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-09T05:05:56.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-09T05:05:56.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-06-09T05:05:56.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31782026-06-09T05:05:56.706Z
31792026-06-09T05:05:56.706Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31802026-06-09T05:05:57.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-06-09T05:05:57.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-06-09T05:05:57.404Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31832026-06-09T05:05:57.520Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31842026-06-09T05:05:57.527Z Checking csv-core v0.1.13
31852026-06-09T05:05:57.534Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-06-09T05:05:57.540Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31872026-06-09T05:05:57.543Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31882026-06-09T05:05:57.561Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31892026-06-09T05:05:57.572Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-06-09T05:05:57.680Z Checking csv v1.4.0
31912026-06-09T05:05:57.712Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-06-09T05:05:57.737Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31932026-06-09T05:05:57.752Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-06-09T05:05:57.781Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-06-09T05:05:58.047Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-06-09T05:05:58.381Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31972026-06-09T05:05:58.381Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31982026-06-09T05:05:58.705Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-06-09T05:06:04.604Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32002026-06-09T05:06:05.132Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32012026-06-09T05:06:07.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
32022026-06-09T05:06:07.661Z
32032026-06-09T05:06:07.661Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
32042026-06-09T05:06:08.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-09T05:06:08.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-09T05:06:08.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-09T05:06:08.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-06-09T05:06:08.262Z
32092026-06-09T05:06:08.262Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32102026-06-09T05:06:08.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-09T05:06:08.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-09T05:06:08.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-09T05:06:08.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32142026-06-09T05:06:08.948Z
32152026-06-09T05:06:08.948Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32162026-06-09T05:06:09.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-09T05:06:09.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-09T05:06:09.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-09T05:06:09.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32202026-06-09T05:06:09.627Z
32212026-06-09T05:06:09.627Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32222026-06-09T05:06:10.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-09T05:06:10.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-09T05:06:10.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-06-09T05:06:10.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32262026-06-09T05:06:10.271Z
32272026-06-09T05:06:10.271Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32282026-06-09T05:06:10.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-06-09T05:06:10.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-06-09T05:06:11.037Z Compiling regress v0.11.1
32312026-06-09T05:06:11.179Z Compiling unsafe-libyaml v0.2.11
32322026-06-09T05:06:11.189Z Compiling radium v0.7.0
32332026-06-09T05:06:11.192Z Compiling semver v0.1.20
32342026-06-09T05:06:11.212Z Checking nom v8.0.0
32352026-06-09T05:06:11.215Z Compiling maybe-uninit v2.0.0
32362026-06-09T05:06:11.215Z Checking tap v1.0.1
32372026-06-09T05:06:11.336Z Checking wyz v0.5.1
32382026-06-09T05:06:11.455Z Compiling rustc_version v0.1.7
32392026-06-09T05:06:11.520Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-06-09T05:06:11.542Z Compiling zerocopy-derive v0.6.6
32412026-06-09T05:06:11.654Z Compiling owo-colors v4.3.0
32422026-06-09T05:06:11.677Z Compiling newtype_derive v0.1.6
32432026-06-09T05:06:11.864Z Compiling serde_yaml v0.9.34+deprecated
32442026-06-09T05:06:11.924Z Checking funty v2.0.0
32452026-06-09T05:06:11.971Z Compiling packed_struct v0.10.1
32462026-06-09T05:06:12.232Z Compiling cancel-safe-futures v0.1.5
32472026-06-09T05:06:12.254Z Checking crc-catalog v2.4.0
32482026-06-09T05:06:12.434Z Checking zerocopy v0.6.6
32492026-06-09T05:06:12.437Z Checking crc v3.4.0
32502026-06-09T05:06:12.459Z Checking bitvec v1.0.1
32512026-06-09T05:06:12.594Z Checking typify-impl v0.6.2
32522026-06-09T05:06:12.746Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-06-09T05:06:12.991Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-06-09T05:06:13.128Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32552026-06-09T05:06:13.287Z Compiling packed_struct_codegen v0.10.1
32562026-06-09T05:06:13.307Z Checking libsw-core v0.3.2
32572026-06-09T05:06:13.333Z Compiling bitfield-macros v0.19.4
32582026-06-09T05:06:13.532Z Compiling indexmap v1.9.3
32592026-06-09T05:06:13.651Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32602026-06-09T05:06:13.723Z Checking nodrop v0.1.14
32612026-06-09T05:06:13.752Z Checking libsw v3.5.0
32622026-06-09T05:06:13.770Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32632026-06-09T05:06:13.814Z Checking array-init v0.0.4
32642026-06-09T05:06:13.906Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32652026-06-09T05:06:14.043Z Checking bitfield v0.19.4
32662026-06-09T05:06:14.085Z Checking smallvec v0.6.14
32672026-06-09T05:06:14.119Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32682026-06-09T05:06:14.312Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32692026-06-09T05:06:14.368Z Checking base64 v0.21.7
32702026-06-09T05:06:14.436Z Checking hashbrown v0.12.3
32712026-06-09T05:06:14.508Z Checking tagptr v0.2.0
32722026-06-09T05:06:14.532Z Checking smawk v0.3.2
32732026-06-09T05:06:14.703Z Checking unicode-linebreak v0.1.5
32742026-06-09T05:06:14.706Z Checking linear-map v1.2.0
32752026-06-09T05:06:14.706Z Checking moka v0.12.13
32762026-06-09T05:06:14.807Z Checking ron v0.8.1
32772026-06-09T05:06:14.821Z Checking textwrap v0.16.2
32782026-06-09T05:06:14.824Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32792026-06-09T05:06:15.035Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32802026-06-09T05:06:15.156Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-06-09T05:06:15.210Z Checking serde-hex v0.1.0
32822026-06-09T05:06:15.283Z Checking steno v0.4.1
32832026-06-09T05:06:15.318Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-06-09T05:06:15.384Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32852026-06-09T05:06:15.478Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32862026-06-09T05:06:15.947Z Checking hashbrown v0.13.2
32872026-06-09T05:06:16.059Z Checking crc-any v2.5.0
32882026-06-09T05:06:16.081Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-06-09T05:06:16.238Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32902026-06-09T05:06:16.290Z Checking hickory-resolver v0.25.2
32912026-06-09T05:06:16.300Z Checking utf-8 v0.7.6
32922026-06-09T05:06:16.375Z Checking object v0.30.4
32932026-06-09T05:06:16.433Z Checking half v1.8.3
32942026-06-09T05:06:16.457Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32952026-06-09T05:06:16.470Z Checking path-slash v0.1.5
32962026-06-09T05:06:16.561Z Checking void v1.0.2
32972026-06-09T05:06:16.574Z Checking tungstenite v0.23.0
32982026-06-09T05:06:16.631Z Checking serde_cbor v0.11.2
32992026-06-09T05:06:16.669Z Checking lzss v0.8.2
33002026-06-09T05:06:16.927Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33012026-06-09T05:06:16.931Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33022026-06-09T05:06:16.998Z Checking nix v0.27.1
33032026-06-09T05:06:17.022Z Checking kstat-rs v0.2.4
33042026-06-09T05:06:17.025Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-06-09T05:06:17.037Z Checking fxhash v0.2.1
33062026-06-09T05:06:17.105Z Checking serde_bytes v0.11.19
33072026-06-09T05:06:17.172Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33082026-06-09T05:06:17.200Z Compiling typify-macro v0.6.2
33092026-06-09T05:06:17.212Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102026-06-09T05:06:17.281Z Checking tokio-tungstenite v0.23.1
33112026-06-09T05:06:17.460Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33122026-06-09T05:06:17.478Z Checking signal-hook-tokio v0.3.1
33132026-06-09T05:06:18.369Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-06-09T05:06:18.406Z Compiling typify v0.6.2
33152026-06-09T05:06:18.485Z Compiling progenitor-impl v0.14.0
33162026-06-09T05:06:19.259Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-06-09T05:06:19.558Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33182026-06-09T05:06:19.924Z Compiling progenitor-macro v0.14.0
33192026-06-09T05:06:22.219Z Checking progenitor v0.14.0
33202026-06-09T05:06:22.331Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33212026-06-09T05:06:22.334Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-06-09T05:06:24.965Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-06-09T05:06:32.785Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-06-09T05:06:39.126Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-06-09T05:06:40.421Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-06-09T05:06:40.913Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-06-09T05:06:42.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.70s
33282026-06-09T05:06:43.176Z
33292026-06-09T05:06:43.176Zinfo: running `cargo check --bins` on gateway-api (134/295)
33302026-06-09T05:06:43.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-09T05:06:43.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-09T05:06:43.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-09T05:06:43.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33342026-06-09T05:06:43.780Z
33352026-06-09T05:06:43.780Zinfo: running `cargo check --bins` on ipcc (135/295)
33362026-06-09T05:06:44.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-09T05:06:44.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-09T05:06:44.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-09T05:06:44.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33402026-06-09T05:06:44.384Z
33412026-06-09T05:06:44.384Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33422026-06-09T05:06:44.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-09T05:06:44.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-09T05:06:44.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-09T05:06:44.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33462026-06-09T05:06:44.972Z
33472026-06-09T05:06:44.972Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33482026-06-09T05:06:45.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-09T05:06:45.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-09T05:06:45.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-09T05:06:45.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33522026-06-09T05:06:45.594Z
33532026-06-09T05:06:45.595Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33542026-06-09T05:06:46.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-09T05:06:46.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-09T05:06:46.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-09T05:06:46.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33582026-06-09T05:06:46.182Z
33592026-06-09T05:06:46.183Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33602026-06-09T05:06:46.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-09T05:06:46.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-09T05:06:46.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-09T05:06:46.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-06-09T05:06:46.872Z
33652026-06-09T05:06:46.872Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33662026-06-09T05:06:47.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-09T05:06:47.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-09T05:06:47.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-09T05:06:47.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-06-09T05:06:47.379Z
33712026-06-09T05:06:47.379Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33722026-06-09T05:06:47.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-09T05:06:47.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-09T05:06:47.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-09T05:06:47.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33762026-06-09T05:06:47.999Z
33772026-06-09T05:06:47.999Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33782026-06-09T05:06:48.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-09T05:06:48.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-09T05:06:48.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-09T05:06:48.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-06-09T05:06:48.592Z
33832026-06-09T05:06:48.592Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33842026-06-09T05:06:49.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-09T05:06:49.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-09T05:06:49.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-09T05:06:49.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-06-09T05:06:49.186Z
33892026-06-09T05:06:49.186Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33902026-06-09T05:06:49.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-09T05:06:49.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-09T05:06:49.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-09T05:06:49.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-06-09T05:06:49.788Z
33952026-06-09T05:06:49.788Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33962026-06-09T05:06:50.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-09T05:06:50.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-09T05:06:50.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-09T05:06:50.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-06-09T05:06:50.393Z
34012026-06-09T05:06:50.393Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
34022026-06-09T05:06:50.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-09T05:06:50.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-09T05:06:50.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-09T05:06:50.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-06-09T05:06:50.995Z
34072026-06-09T05:06:50.995Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34082026-06-09T05:06:51.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-09T05:06:51.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-09T05:06:51.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-09T05:06:51.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-06-09T05:06:51.601Z
34132026-06-09T05:06:51.601Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34142026-06-09T05:06:52.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-09T05:06:52.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-09T05:06:52.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-09T05:06:52.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34182026-06-09T05:06:52.220Z
34192026-06-09T05:06:52.220Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34202026-06-09T05:06:52.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-09T05:06:52.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-09T05:06:52.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-09T05:06:52.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34242026-06-09T05:06:52.846Z
34252026-06-09T05:06:52.846Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34262026-06-09T05:06:53.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-09T05:06:53.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-09T05:06:53.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-09T05:06:53.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34302026-06-09T05:06:53.469Z
34312026-06-09T05:06:53.469Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34322026-06-09T05:06:53.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-09T05:06:53.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-09T05:06:53.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-09T05:06:53.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34362026-06-09T05:06:54.090Z
34372026-06-09T05:06:54.090Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34382026-06-09T05:06:54.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-09T05:06:54.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-09T05:06:54.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-09T05:06:54.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-06-09T05:06:54.703Z
34432026-06-09T05:06:54.703Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34442026-06-09T05:06:55.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-09T05:06:55.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-09T05:06:55.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-09T05:06:55.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-09T05:06:55.319Z
34492026-06-09T05:06:55.319Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34502026-06-09T05:06:55.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-09T05:06:55.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-09T05:06:55.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-09T05:06:55.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34542026-06-09T05:06:55.940Z
34552026-06-09T05:06:55.940Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34562026-06-09T05:06:56.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-09T05:06:56.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-09T05:06:56.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-09T05:06:56.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34602026-06-09T05:06:56.564Z
34612026-06-09T05:06:56.565Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34622026-06-09T05:06:57.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-09T05:06:57.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-09T05:06:57.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-09T05:06:57.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34662026-06-09T05:06:57.190Z
34672026-06-09T05:06:57.190Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34682026-06-09T05:06:57.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-09T05:06:57.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-09T05:06:57.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-09T05:06:57.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34722026-06-09T05:06:57.817Z
34732026-06-09T05:06:57.817Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34742026-06-09T05:06:58.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-09T05:06:58.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-09T05:06:58.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-09T05:06:58.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-06-09T05:06:58.414Z
34792026-06-09T05:06:58.414Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34802026-06-09T05:06:58.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-09T05:06:58.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-09T05:06:58.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-09T05:06:58.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-06-09T05:06:59.011Z
34852026-06-09T05:06:59.011Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34862026-06-09T05:06:59.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-09T05:06:59.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-09T05:06:59.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-09T05:06:59.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-06-09T05:06:59.612Z
34912026-06-09T05:06:59.612Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34922026-06-09T05:07:00.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-09T05:07:00.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-09T05:07:00.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-09T05:07:00.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-06-09T05:07:00.294Z
34972026-06-09T05:07:00.294Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34982026-06-09T05:07:00.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-09T05:07:00.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-09T05:07:00.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-09T05:07:00.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-06-09T05:07:00.823Z
35032026-06-09T05:07:00.823Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
35042026-06-09T05:07:01.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-09T05:07:01.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-09T05:07:01.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-09T05:07:01.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-06-09T05:07:01.451Z
35092026-06-09T05:07:01.451Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35102026-06-09T05:07:01.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-09T05:07:01.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-09T05:07:01.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-09T05:07:01.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-06-09T05:07:02.037Z
35152026-06-09T05:07:02.037Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35162026-06-09T05:07:02.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-09T05:07:02.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-09T05:07:02.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-09T05:07:02.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35202026-06-09T05:07:02.637Z
35212026-06-09T05:07:02.637Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35222026-06-09T05:07:03.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-09T05:07:03.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-09T05:07:03.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-09T05:07:03.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35262026-06-09T05:07:03.264Z
35272026-06-09T05:07:03.264Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35282026-06-09T05:07:03.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-09T05:07:03.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-09T05:07:03.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-09T05:07:03.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35322026-06-09T05:07:03.891Z
35332026-06-09T05:07:03.891Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35342026-06-09T05:07:04.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-09T05:07:04.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-09T05:07:04.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-09T05:07:04.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35382026-06-09T05:07:04.518Z
35392026-06-09T05:07:04.518Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35402026-06-09T05:07:05.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-09T05:07:05.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-09T05:07:05.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-09T05:07:05.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-09T05:07:05.145Z
35452026-06-09T05:07:05.145Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35462026-06-09T05:07:05.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-09T05:07:05.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-09T05:07:05.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-09T05:07:05.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502026-06-09T05:07:05.768Z
35512026-06-09T05:07:05.768Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35522026-06-09T05:07:06.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-09T05:07:06.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-09T05:07:06.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-09T05:07:06.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35562026-06-09T05:07:06.389Z
35572026-06-09T05:07:06.389Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35582026-06-09T05:07:06.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-09T05:07:06.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-09T05:07:06.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-09T05:07:06.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35622026-06-09T05:07:07.048Z
35632026-06-09T05:07:07.048Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35642026-06-09T05:07:07.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-09T05:07:07.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-09T05:07:07.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-09T05:07:07.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35682026-06-09T05:07:07.662Z
35692026-06-09T05:07:07.662Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35702026-06-09T05:07:08.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-09T05:07:08.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-09T05:07:08.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-06-09T05:07:08.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35742026-06-09T05:07:08.274Z
35752026-06-09T05:07:08.274Zinfo: running `cargo check --bins` on dns-server (175/295)
35762026-06-09T05:07:08.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-06-09T05:07:08.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-06-09T05:07:08.934Z Compiling parking_lot_core v0.8.6
35792026-06-09T05:07:08.934Z Compiling atomicwrites v0.4.4
35802026-06-09T05:07:08.934Z Compiling git-stub v1.0.0
35812026-06-09T05:07:08.937Z Checking prefix-trie v0.7.0
35822026-06-09T05:07:08.937Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35832026-06-09T05:07:09.170Z Compiling git-stub-vcs v0.1.0
35842026-06-09T05:07:09.330Z Checking hickory-server v0.25.2
35852026-06-09T05:07:09.444Z Checking parking_lot v0.11.2
35862026-06-09T05:07:09.447Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35872026-06-09T05:07:09.523Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35882026-06-09T05:07:09.523Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35892026-06-09T05:07:09.618Z Checking sled v0.34.7
35902026-06-09T05:07:11.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
35912026-06-09T05:07:11.700Z
35922026-06-09T05:07:11.700Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35932026-06-09T05:07:12.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-09T05:07:12.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-09T05:07:12.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-06-09T05:07:12.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-06-09T05:07:12.307Z
35982026-06-09T05:07:12.307Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35992026-06-09T05:07:12.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-09T05:07:12.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-09T05:07:12.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-06-09T05:07:12.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36032026-06-09T05:07:12.918Z
36042026-06-09T05:07:12.919Zinfo: running `cargo check --bins` on sp-sim (178/295)
36052026-06-09T05:07:13.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-09T05:07:13.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-09T05:07:13.766Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36082026-06-09T05:07:15.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
36092026-06-09T05:07:15.571Z
36102026-06-09T05:07:15.571Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36112026-06-09T05:07:16.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-09T05:07:16.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-09T05:07:16.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-09T05:07:16.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36152026-06-09T05:07:16.224Z
36162026-06-09T05:07:16.224Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36172026-06-09T05:07:16.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-09T05:07:16.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-09T05:07:16.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-09T05:07:16.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36212026-06-09T05:07:16.880Z
36222026-06-09T05:07:16.880Zinfo: running `cargo check --bins` on db-macros (181/295)
36232026-06-09T05:07:17.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-09T05:07:17.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-09T05:07:17.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-09T05:07:17.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36272026-06-09T05:07:17.465Z
36282026-06-09T05:07:17.465Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36292026-06-09T05:07:17.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-09T05:07:17.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-09T05:07:17.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-09T05:07:17.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36332026-06-09T05:07:18.058Z
36342026-06-09T05:07:18.058Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36352026-06-09T05:07:18.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-09T05:07:18.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-09T05:07:18.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-09T05:07:18.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36392026-06-09T05:07:18.719Z
36402026-06-09T05:07:18.719Zinfo: running `cargo check --bins` on authz-macros (184/295)
36412026-06-09T05:07:19.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-09T05:07:19.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-09T05:07:19.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-09T05:07:19.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36452026-06-09T05:07:19.316Z
36462026-06-09T05:07:19.316Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36472026-06-09T05:07:19.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-09T05:07:19.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-09T05:07:19.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-09T05:07:19.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36512026-06-09T05:07:19.970Z
36522026-06-09T05:07:19.970Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36532026-06-09T05:07:20.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-09T05:07:20.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-09T05:07:20.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-09T05:07:20.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36572026-06-09T05:07:20.613Z
36582026-06-09T05:07:20.614Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36592026-06-09T05:07:21.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-09T05:07:21.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-09T05:07:21.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-09T05:07:21.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-06-09T05:07:21.203Z
36642026-06-09T05:07:21.203Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36652026-06-09T05:07:21.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-09T05:07:21.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-09T05:07:21.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-09T05:07:21.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-06-09T05:07:21.795Z
36702026-06-09T05:07:21.796Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36712026-06-09T05:07:22.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-09T05:07:22.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-09T05:07:22.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-09T05:07:22.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-06-09T05:07:22.399Z
36762026-06-09T05:07:22.399Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36772026-06-09T05:07:22.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-09T05:07:22.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-09T05:07:22.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-09T05:07:22.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36812026-06-09T05:07:22.989Z
36822026-06-09T05:07:22.989Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36832026-06-09T05:07:23.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-09T05:07:23.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-09T05:07:23.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-09T05:07:23.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36872026-06-09T05:07:23.571Z
36882026-06-09T05:07:23.571Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36892026-06-09T05:07:24.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-09T05:07:24.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-09T05:07:24.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-09T05:07:24.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36932026-06-09T05:07:24.225Z
36942026-06-09T05:07:24.225Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36952026-06-09T05:07:24.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-09T05:07:24.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-09T05:07:24.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-09T05:07:24.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36992026-06-09T05:07:24.890Z
37002026-06-09T05:07:24.890Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
37012026-06-09T05:07:25.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-09T05:07:25.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-09T05:07:25.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-09T05:07:25.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37052026-06-09T05:07:25.519Z
37062026-06-09T05:07:25.519Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37072026-06-09T05:07:26.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-09T05:07:26.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-09T05:07:26.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-09T05:07:26.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37112026-06-09T05:07:26.132Z
37122026-06-09T05:07:26.132Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37132026-06-09T05:07:26.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-09T05:07:26.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-09T05:07:26.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-09T05:07:26.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37172026-06-09T05:07:26.757Z
37182026-06-09T05:07:26.757Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37192026-06-09T05:07:27.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-09T05:07:27.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-09T05:07:27.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-09T05:07:27.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37232026-06-09T05:07:27.380Z
37242026-06-09T05:07:27.380Zinfo: running `cargo check --bins` on key-manager (198/295)
37252026-06-09T05:07:27.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-09T05:07:27.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-09T05:07:27.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-09T05:07:27.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37292026-06-09T05:07:27.982Z
37302026-06-09T05:07:27.983Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37312026-06-09T05:07:28.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-09T05:07:28.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-09T05:07:28.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-09T05:07:28.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37352026-06-09T05:07:28.609Z
37362026-06-09T05:07:28.609Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37372026-06-09T05:07:29.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-09T05:07:29.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-09T05:07:29.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-06-09T05:07:29.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37412026-06-09T05:07:29.235Z
37422026-06-09T05:07:29.235Zinfo: running `cargo check --bins` on typed-rng (201/295)
37432026-06-09T05:07:29.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-06-09T05:07:29.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-06-09T05:07:29.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-06-09T05:07:29.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37472026-06-09T05:07:29.827Z
37482026-06-09T05:07:29.827Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37492026-06-09T05:07:30.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-06-09T05:07:30.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-06-09T05:07:30.694Z Compiling libefi-sys v0.1.0
37522026-06-09T05:07:30.828Z Compiling bitfield-struct v0.6.2
37532026-06-09T05:07:30.840Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-06-09T05:07:30.848Z Compiling xshell-macros v0.2.7
37552026-06-09T05:07:30.858Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37562026-06-09T05:07:30.873Z Compiling typify-impl v0.4.3
37572026-06-09T05:07:30.877Z Compiling salty v0.3.0
37582026-06-09T05:07:30.901Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37592026-06-09T05:07:30.926Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37602026-06-09T05:07:31.069Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37612026-06-09T05:07:31.182Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37622026-06-09T05:07:31.196Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37632026-06-09T05:07:31.210Z Checking xshell v0.2.7
37642026-06-09T05:07:31.390Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37652026-06-09T05:07:31.407Z Checking primeorder v0.13.6
37662026-06-09T05:07:31.421Z Compiling proc-macro-error-attr2 v2.0.0
37672026-06-09T05:07:31.439Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-06-09T05:07:31.555Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-09T05:07:31.603Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37702026-06-09T05:07:31.642Z Checking tungstenite v0.21.0
37712026-06-09T05:07:31.675Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-06-09T05:07:31.810Z Compiling proc-macro-error2 v2.0.1
37732026-06-09T05:07:31.824Z Checking p384 v0.13.1
37742026-06-09T05:07:31.838Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-06-09T05:07:31.906Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37762026-06-09T05:07:32.244Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37772026-06-09T05:07:32.386Z Compiling num-derive v0.3.3
37782026-06-09T05:07:32.484Z Compiling tabled_derive v0.11.0
37792026-06-09T05:07:32.651Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37802026-06-09T05:07:32.767Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37812026-06-09T05:07:32.922Z Checking tokio-tungstenite v0.21.0
37822026-06-09T05:07:33.101Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37832026-06-09T05:07:33.274Z Checking libscf-sys v1.1.0
37842026-06-09T05:07:33.387Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-09T05:07:33.404Z Checking papergrid v0.17.0
37862026-06-09T05:07:33.466Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37872026-06-09T05:07:33.640Z Checking testing_table v0.3.0
37882026-06-09T05:07:33.749Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-06-09T05:07:33.753Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-06-09T05:07:33.763Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37912026-06-09T05:07:33.926Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37922026-06-09T05:07:33.974Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-09T05:07:34.124Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-09T05:07:34.168Z Compiling unicase v2.9.0
37952026-06-09T05:07:34.183Z Compiling illumos-nvpair-sys v0.2.0
37962026-06-09T05:07:34.232Z Checking corncobs v0.1.4
37972026-06-09T05:07:34.362Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-06-09T05:07:34.377Z Compiling mime_guess v2.0.5
37992026-06-09T05:07:34.380Z Checking tabled v0.20.0
38002026-06-09T05:07:34.445Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-06-09T05:07:34.515Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38022026-06-09T05:07:34.532Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38032026-06-09T05:07:34.617Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38042026-06-09T05:07:34.633Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38052026-06-09T05:07:34.846Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38062026-06-09T05:07:34.856Z Checking progenitor-client v0.11.2
38072026-06-09T05:07:34.907Z Checking secrecy v0.8.0
38082026-06-09T05:07:35.034Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38092026-06-09T05:07:35.293Z Compiling typify-macro v0.4.3
38102026-06-09T05:07:35.344Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38112026-06-09T05:07:35.359Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38122026-06-09T05:07:35.376Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38132026-06-09T05:07:35.397Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38142026-06-09T05:07:35.621Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38152026-06-09T05:07:35.663Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38162026-06-09T05:07:35.692Z Checking filetime v0.2.27
38172026-06-09T05:07:35.829Z Checking xattr v1.6.1
38182026-06-09T05:07:35.844Z Checking crc8 v0.1.1
38192026-06-09T05:07:35.955Z Checking http-range v0.1.5
38202026-06-09T05:07:36.075Z Checking tar v0.4.45
38212026-06-09T05:07:36.092Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38222026-06-09T05:07:36.282Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38232026-06-09T05:07:36.459Z Checking illumos-nvpair v0.3.0
38242026-06-09T05:07:36.490Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38252026-06-09T05:07:36.618Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38262026-06-09T05:07:36.621Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38272026-06-09T05:07:36.889Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38282026-06-09T05:07:37.097Z Checking atty v0.2.14
38292026-06-09T05:07:37.108Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38302026-06-09T05:07:37.108Z Compiling typify v0.4.3
38312026-06-09T05:07:37.138Z Compiling progenitor-impl v0.11.2
38322026-06-09T05:07:37.154Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38332026-06-09T05:07:37.336Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38342026-06-09T05:07:37.475Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38352026-06-09T05:07:37.537Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38362026-06-09T05:07:37.561Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38372026-06-09T05:07:37.780Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38382026-06-09T05:07:37.811Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38392026-06-09T05:07:37.985Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38402026-06-09T05:07:38.075Z Checking hyper-staticfile v0.10.1
38412026-06-09T05:07:38.091Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38422026-06-09T05:07:38.226Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38432026-06-09T05:07:38.368Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38442026-06-09T05:07:38.485Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38452026-06-09T05:07:38.526Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38462026-06-09T05:07:38.679Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38472026-06-09T05:07:38.727Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38482026-06-09T05:07:38.953Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38492026-06-09T05:07:39.007Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38502026-06-09T05:07:39.229Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38512026-06-09T05:07:39.324Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38522026-06-09T05:07:39.601Z Compiling progenitor-macro v0.11.2
38532026-06-09T05:07:41.985Z Checking progenitor v0.11.2
38542026-06-09T05:07:42.124Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38552026-06-09T05:07:42.517Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38562026-06-09T05:07:46.778Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38572026-06-09T05:07:57.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.76s
38582026-06-09T05:07:57.812Z
38592026-06-09T05:07:57.812Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38602026-06-09T05:07:58.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-09T05:07:58.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-09T05:07:58.606Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-09T05:08:09.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38642026-06-09T05:08:09.372Z
38652026-06-09T05:08:09.372Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38662026-06-09T05:08:09.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-09T05:08:09.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-09T05:08:10.160Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-09T05:08:20.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38702026-06-09T05:08:20.933Z
38712026-06-09T05:08:20.933Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38722026-06-09T05:08:21.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-09T05:08:21.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-09T05:08:21.715Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-09T05:08:32.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38762026-06-09T05:08:32.517Z
38772026-06-09T05:08:32.517Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38782026-06-09T05:08:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-09T05:08:33.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-09T05:08:33.292Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-09T05:08:43.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38822026-06-09T05:08:44.120Z
38832026-06-09T05:08:44.120Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38842026-06-09T05:08:44.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-09T05:08:44.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-09T05:08:44.905Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-09T05:08:55.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38882026-06-09T05:08:55.685Z
38892026-06-09T05:08:55.685Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38902026-06-09T05:08:56.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-09T05:08:56.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-09T05:08:56.459Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-06-09T05:09:07.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38942026-06-09T05:09:07.277Z
38952026-06-09T05:09:07.277Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38962026-06-09T05:09:07.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-09T05:09:07.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-09T05:09:08.058Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38992026-06-09T05:09:18.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39002026-06-09T05:09:18.875Z
39012026-06-09T05:09:18.875Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
39022026-06-09T05:09:19.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-09T05:09:19.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-09T05:09:19.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-09T05:09:19.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-06-09T05:09:19.497Z
39072026-06-09T05:09:19.497Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39082026-06-09T05:09:19.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-09T05:09:19.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-09T05:09:19.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-09T05:09:19.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39122026-06-09T05:09:20.090Z
39132026-06-09T05:09:20.090Zinfo: running `cargo check --bins` on range-requests (212/295)
39142026-06-09T05:09:20.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-09T05:09:20.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-09T05:09:20.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-09T05:09:20.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39182026-06-09T05:09:20.687Z
39192026-06-09T05:09:20.687Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39202026-06-09T05:09:21.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-09T05:09:21.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-09T05:09:21.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-09T05:09:21.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39242026-06-09T05:09:21.284Z
39252026-06-09T05:09:21.284Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39262026-06-09T05:09:21.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-09T05:09:21.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-09T05:09:21.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-09T05:09:21.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39302026-06-09T05:09:21.906Z
39312026-06-09T05:09:21.906Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39322026-06-09T05:09:22.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-09T05:09:22.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-09T05:09:22.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-09T05:09:22.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39362026-06-09T05:09:22.523Z
39372026-06-09T05:09:22.523Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39382026-06-09T05:09:23.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-09T05:09:23.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-09T05:09:23.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-09T05:09:23.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39422026-06-09T05:09:23.142Z
39432026-06-09T05:09:23.142Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39442026-06-09T05:09:23.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-09T05:09:23.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-09T05:09:23.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-09T05:09:23.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39482026-06-09T05:09:23.762Z
39492026-06-09T05:09:23.762Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39502026-06-09T05:09:24.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-09T05:09:24.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-09T05:09:24.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-09T05:09:24.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39542026-06-09T05:09:24.389Z
39552026-06-09T05:09:24.389Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39562026-06-09T05:09:24.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-09T05:09:24.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-09T05:09:24.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-09T05:09:24.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39602026-06-09T05:09:25.015Z
39612026-06-09T05:09:25.015Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39622026-06-09T05:09:25.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-09T05:09:25.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-09T05:09:25.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-09T05:09:25.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39662026-06-09T05:09:25.638Z
39672026-06-09T05:09:25.638Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39682026-06-09T05:09:26.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-09T05:09:26.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-09T05:09:26.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-09T05:09:26.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39722026-06-09T05:09:26.266Z
39732026-06-09T05:09:26.266Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39742026-06-09T05:09:26.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-09T05:09:26.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-09T05:09:26.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-09T05:09:26.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39782026-06-09T05:09:26.892Z
39792026-06-09T05:09:26.892Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39802026-06-09T05:09:27.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-09T05:09:27.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-09T05:09:27.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-09T05:09:27.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39842026-06-09T05:09:27.524Z
39852026-06-09T05:09:27.524Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39862026-06-09T05:09:28.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-09T05:09:28.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-09T05:09:28.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-09T05:09:28.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39902026-06-09T05:09:28.174Z
39912026-06-09T05:09:28.174Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39922026-06-09T05:09:28.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-09T05:09:28.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-09T05:09:28.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-09T05:09:28.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39962026-06-09T05:09:28.805Z
39972026-06-09T05:09:28.805Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39982026-06-09T05:09:29.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-09T05:09:29.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-09T05:09:29.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-09T05:09:29.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40022026-06-09T05:09:29.479Z
40032026-06-09T05:09:29.479Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
40042026-06-09T05:09:29.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-09T05:09:29.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-09T05:09:29.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-09T05:09:29.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40082026-06-09T05:09:30.092Z
40092026-06-09T05:09:30.092Zinfo: running `cargo check --bins` on update-common (228/295)
40102026-06-09T05:09:30.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-09T05:09:30.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-09T05:09:30.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-09T05:09:30.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40142026-06-09T05:09:30.700Z
40152026-06-09T05:09:30.700Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40162026-06-09T05:09:31.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-09T05:09:31.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-09T05:09:31.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-06-09T05:09:31.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40202026-06-09T05:09:31.358Z
40212026-06-09T05:09:31.358Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40222026-06-09T05:09:31.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-06-09T05:09:31.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-06-09T05:09:31.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-06-09T05:09:31.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40262026-06-09T05:09:31.945Z
40272026-06-09T05:09:31.945Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40282026-06-09T05:09:32.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-06-09T05:09:32.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-06-09T05:09:32.727Z Compiling fs-err v2.11.0
40312026-06-09T05:09:32.730Z Checking ignore v0.4.25
40322026-06-09T05:09:32.730Z Checking arc-swap v1.8.2
40332026-06-09T05:09:32.864Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40342026-06-09T05:09:32.864Z Checking predicates-tree v1.0.13
40352026-06-09T05:09:32.867Z Checking parse-size v1.1.0
40362026-06-09T05:09:32.894Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40372026-06-09T05:09:32.897Z Checking rand_seeder v0.4.0
40382026-06-09T05:09:32.971Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40392026-06-09T05:09:32.991Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40402026-06-09T05:09:33.046Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40412026-06-09T05:09:33.059Z Checking slog-scope v4.4.1
40422026-06-09T05:09:33.093Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40432026-06-09T05:09:33.180Z Compiling petname v2.0.2
40442026-06-09T05:09:33.194Z Checking slog-stdlog v4.1.1
40452026-06-09T05:09:33.210Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40462026-06-09T05:09:33.227Z Checking globwalk v0.9.1
40472026-06-09T05:09:33.279Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-06-09T05:09:33.311Z Checking slog-envlogger v2.2.0
40492026-06-09T05:09:33.400Z Checking camino-tempfile-ext v0.3.3
40502026-06-09T05:09:33.465Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40512026-06-09T05:09:33.483Z Checking sapling-renderdag v0.1.0
40522026-06-09T05:09:33.587Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40532026-06-09T05:09:33.664Z Checking subprocess v0.2.15
40542026-06-09T05:09:33.715Z Checking sync-ptr v0.1.4
40552026-06-09T05:09:33.817Z Checking colored v2.2.0
40562026-06-09T05:09:33.831Z Checking assert_matches v1.5.0
40572026-06-09T05:09:33.940Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40582026-06-09T05:09:34.090Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40592026-06-09T05:09:34.093Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40602026-06-09T05:09:34.740Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40612026-06-09T05:09:36.034Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40622026-06-09T05:09:38.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
40632026-06-09T05:09:38.395Z
40642026-06-09T05:09:38.395Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40652026-06-09T05:09:38.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-09T05:09:38.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-09T05:09:38.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-09T05:09:38.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-06-09T05:09:38.987Z
40702026-06-09T05:09:38.987Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40712026-06-09T05:09:39.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-09T05:09:39.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-09T05:09:39.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-06-09T05:09:39.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40752026-06-09T05:09:39.597Z
40762026-06-09T05:09:39.597Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40772026-06-09T05:09:40.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-06-09T05:09:40.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-06-09T05:09:40.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-06-09T05:09:40.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40812026-06-09T05:09:40.254Z
40822026-06-09T05:09:40.254Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40832026-06-09T05:09:40.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-06-09T05:09:40.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-06-09T05:09:40.982Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40862026-06-09T05:09:40.982Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40872026-06-09T05:09:41.731Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40882026-06-09T05:09:43.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
40892026-06-09T05:09:43.390Z
40902026-06-09T05:09:43.390Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40912026-06-09T05:09:43.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-06-09T05:09:43.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-06-09T05:09:43.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-06-09T05:09:43.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-06-09T05:09:43.999Z
40962026-06-09T05:09:43.999Zinfo: running `cargo check --bins` on cert-dev (237/295)
40972026-06-09T05:09:44.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-06-09T05:09:44.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-06-09T05:09:44.615Z Checking yasna v0.5.2
41002026-06-09T05:09:45.049Z Checking rcgen v0.12.1
41012026-06-09T05:09:45.261Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41022026-06-09T05:09:45.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41032026-06-09T05:09:45.631Z
41042026-06-09T05:09:45.631Zinfo: running `cargo check --bins` on clickana (238/295)
41052026-06-09T05:09:46.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-06-09T05:09:46.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-06-09T05:09:46.290Z Compiling darling_core v0.23.0
41082026-06-09T05:09:46.400Z Compiling instability v0.3.11
41092026-06-09T05:09:46.409Z Checking castaway v0.2.4
41102026-06-09T05:09:46.415Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41112026-06-09T05:09:46.418Z Compiling indoc v2.0.7
41122026-06-09T05:09:46.431Z Checking unicode-truncate v1.1.0
41132026-06-09T05:09:46.434Z Checking lru v0.12.5
41142026-06-09T05:09:46.434Z Checking cassowary v0.3.0
41152026-06-09T05:09:46.499Z Checking compact_str v0.8.1
41162026-06-09T05:09:47.722Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41172026-06-09T05:09:47.828Z Compiling darling_macro v0.23.0
41182026-06-09T05:09:47.897Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41192026-06-09T05:09:48.236Z Compiling darling v0.23.0
41202026-06-09T05:09:48.851Z Checking ratatui v0.29.0
41212026-06-09T05:09:49.887Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41222026-06-09T05:09:50.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
41232026-06-09T05:09:50.728Z
41242026-06-09T05:09:50.728Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41252026-06-09T05:09:51.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-09T05:09:51.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-09T05:09:51.462Z Checking headers-core v0.3.0
41282026-06-09T05:09:51.466Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41292026-06-09T05:09:51.772Z Checking headers v0.4.1
41302026-06-09T05:09:52.028Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41312026-06-09T05:09:52.894Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41322026-06-09T05:09:53.366Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41332026-06-09T05:09:53.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41342026-06-09T05:09:53.987Z
41352026-06-09T05:09:53.987Zinfo: running `cargo check --bins` on ch-dev (240/295)
41362026-06-09T05:09:54.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-09T05:09:54.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-09T05:09:54.691Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41392026-06-09T05:09:55.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41402026-06-09T05:09:55.617Z
41412026-06-09T05:09:55.617Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41422026-06-09T05:09:56.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-09T05:09:56.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-09T05:09:56.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-06-09T05:09:56.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41462026-06-09T05:09:56.086Z
41472026-06-09T05:09:56.086Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41482026-06-09T05:09:56.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-06-09T05:09:56.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-06-09T05:09:56.804Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41512026-06-09T05:09:57.789Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41522026-06-09T05:09:58.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41532026-06-09T05:09:58.311Z
41542026-06-09T05:09:58.311Zinfo: running `cargo check --bins` on db-dev (243/295)
41552026-06-09T05:09:58.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-09T05:09:58.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-09T05:09:59.046Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41582026-06-09T05:09:59.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41592026-06-09T05:09:59.996Z
41602026-06-09T05:09:59.996Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41612026-06-09T05:10:00.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-09T05:10:00.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-09T05:10:00.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-06-09T05:10:00.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41652026-06-09T05:10:00.642Z
41662026-06-09T05:10:00.642Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41672026-06-09T05:10:01.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-06-09T05:10:01.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-06-09T05:10:01.265Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41702026-06-09T05:10:01.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
41712026-06-09T05:10:02.150Z
41722026-06-09T05:10:02.150Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41732026-06-09T05:10:02.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-06-09T05:10:02.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-06-09T05:10:02.916Z Compiling progenitor-impl v0.13.0
41762026-06-09T05:10:03.030Z Checking progenitor-client v0.13.0
41772026-06-09T05:10:03.033Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-06-09T05:10:03.033Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-06-09T05:10:03.044Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41802026-06-09T05:10:03.072Z Checking git-stub v1.0.0
41812026-06-09T05:10:03.072Z Compiling trait-variant v0.1.2
41822026-06-09T05:10:03.218Z Checking maplit v1.0.2
41832026-06-09T05:10:03.253Z Checking is_ci v1.2.0
41842026-06-09T05:10:03.277Z Checking git-stub-vcs v0.1.0
41852026-06-09T05:10:03.300Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41862026-06-09T05:10:03.352Z Checking supports-color v3.0.2
41872026-06-09T05:10:03.471Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41882026-06-09T05:10:03.484Z Checking drift v0.2.0
41892026-06-09T05:10:03.609Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41902026-06-09T05:10:03.680Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41912026-06-09T05:10:03.781Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-06-09T05:10:03.838Z Checking dropshot-api-manager v0.7.2
41932026-06-09T05:10:03.886Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41942026-06-09T05:10:03.901Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41952026-06-09T05:10:04.034Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41962026-06-09T05:10:04.178Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41972026-06-09T05:10:04.345Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41982026-06-09T05:10:04.391Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41992026-06-09T05:10:04.877Z Compiling progenitor-macro v0.13.0
42002026-06-09T05:10:07.229Z Checking progenitor v0.13.0
42012026-06-09T05:10:07.343Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42022026-06-09T05:10:12.415Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42032026-06-09T05:10:13.502Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42042026-06-09T05:10:14.059Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42052026-06-09T05:10:14.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s
42062026-06-09T05:10:14.686Z
42072026-06-09T05:10:14.686Zinfo: running `cargo check --bins` on installinator-api (247/295)
42082026-06-09T05:10:15.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-09T05:10:15.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-09T05:10:15.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-09T05:10:15.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42122026-06-09T05:10:15.297Z
42132026-06-09T05:10:15.297Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42142026-06-09T05:10:15.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-09T05:10:15.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-09T05:10:15.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-09T05:10:15.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42182026-06-09T05:10:15.943Z
42192026-06-09T05:10:15.943Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42202026-06-09T05:10:16.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-09T05:10:16.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-09T05:10:16.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-09T05:10:16.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42242026-06-09T05:10:16.590Z
42252026-06-09T05:10:16.590Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42262026-06-09T05:10:17.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-09T05:10:17.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-09T05:10:17.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-09T05:10:17.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42302026-06-09T05:10:17.233Z
42312026-06-09T05:10:17.233Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42322026-06-09T05:10:17.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-09T05:10:17.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-09T05:10:17.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-06-09T05:10:17.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42362026-06-09T05:10:17.842Z
42372026-06-09T05:10:17.842Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42382026-06-09T05:10:18.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-06-09T05:10:18.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-06-09T05:10:18.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-06-09T05:10:18.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42422026-06-09T05:10:18.471Z
42432026-06-09T05:10:18.471Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42442026-06-09T05:10:18.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-06-09T05:10:18.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-06-09T05:10:18.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-06-09T05:10:18.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42482026-06-09T05:10:19.049Z
42492026-06-09T05:10:19.049Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42502026-06-09T05:10:19.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-06-09T05:10:19.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-06-09T05:10:19.664Z Checking typeid v1.0.3
42532026-06-09T05:10:19.777Z Checking ordered-float v2.10.1
42542026-06-09T05:10:19.797Z Checking unicode-xid v0.2.6
42552026-06-09T05:10:19.812Z Checking cargo-platform v0.2.0
42562026-06-09T05:10:19.821Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42572026-06-09T05:10:19.843Z Checking erased-serde v0.4.9
42582026-06-09T05:10:19.980Z Checking serde-value v0.7.0
42592026-06-09T05:10:20.154Z Checking serde-untagged v0.1.9
42602026-06-09T05:10:20.311Z Checking cargo-util-schemas v0.8.2
42612026-06-09T05:10:20.988Z Checking cargo_metadata v0.21.0
42622026-06-09T05:10:21.589Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42632026-06-09T05:10:22.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
42642026-06-09T05:10:22.494Z
42652026-06-09T05:10:22.494Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42662026-06-09T05:10:23.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-06-09T05:10:23.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-06-09T05:10:23.235Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42692026-06-09T05:10:23.847Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42702026-06-09T05:10:24.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42712026-06-09T05:10:24.544Z
42722026-06-09T05:10:24.544Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42732026-06-09T05:10:25.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-06-09T05:10:25.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-06-09T05:10:25.502Z Compiling vergen-lib v0.1.6
42762026-06-09T05:10:25.502Z Compiling vergen-gitcl v1.0.8
42772026-06-09T05:10:25.502Z Compiling dirs-sys-next v0.1.2
42782026-06-09T05:10:25.505Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42792026-06-09T05:10:25.505Z Compiling diesel_derives v2.3.7
42802026-06-09T05:10:25.505Z Compiling glob v0.3.3
42812026-06-09T05:10:25.505Z Compiling crunchy v0.2.4
42822026-06-09T05:10:25.677Z Compiling dsl_auto_type v0.2.0
42832026-06-09T05:10:25.836Z Compiling dirs-next v2.0.0
42842026-06-09T05:10:25.905Z Checking scheduled-thread-pool v0.2.7
42852026-06-09T05:10:25.919Z Compiling diesel_table_macro_syntax v0.3.0
42862026-06-09T05:10:25.963Z Compiling tiny-keccak v2.0.2
42872026-06-09T05:10:26.038Z Compiling clang-sys v1.8.1
42882026-06-09T05:10:26.064Z Checking r2d2 v0.8.10
42892026-06-09T05:10:26.105Z Compiling term v0.7.0
42902026-06-09T05:10:26.172Z Compiling bit-vec v0.6.3
42912026-06-09T05:10:26.293Z Checking downcast-rs v2.0.2
42922026-06-09T05:10:26.350Z Compiling bit-set v0.5.3
42932026-06-09T05:10:26.404Z Compiling ascii-canvas v3.0.0
42942026-06-09T05:10:26.437Z Compiling itertools v0.10.5
42952026-06-09T05:10:26.511Z Compiling ena v0.14.4
42962026-06-09T05:10:26.645Z Compiling libloading v0.8.9
42972026-06-09T05:10:26.662Z Compiling regex-syntax v0.6.29
42982026-06-09T05:10:26.701Z Compiling bindgen v0.71.1
42992026-06-09T05:10:26.727Z Compiling diff v0.1.13
43002026-06-09T05:10:26.744Z Compiling cexpr v0.6.0
43012026-06-09T05:10:26.993Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43022026-06-09T05:10:27.145Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43032026-06-09T05:10:27.184Z Compiling rustc-hash v2.1.1
43042026-06-09T05:10:27.391Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43052026-06-09T05:10:27.396Z Compiling libxml v0.3.3
43062026-06-09T05:10:27.424Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43072026-06-09T05:10:27.495Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43082026-06-09T05:10:27.584Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43092026-06-09T05:10:27.819Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43102026-06-09T05:10:27.852Z Compiling strum_macros v0.24.3
43112026-06-09T05:10:27.903Z Compiling indoc v1.0.9
43122026-06-09T05:10:28.011Z Compiling lalrpop v0.19.12
43132026-06-09T05:10:28.756Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43142026-06-09T05:10:28.950Z Checking derive_builder v0.20.2
43152026-06-09T05:10:29.072Z Compiling oso-derive v0.27.3
43162026-06-09T05:10:29.214Z Checking quick-xml v0.37.5
43172026-06-09T05:10:29.307Z Compiling impl-trait-for-tuples v0.2.3
43182026-06-09T05:10:29.600Z Checking openssl-probe v0.1.6
43192026-06-09T05:10:29.720Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43202026-06-09T05:10:30.092Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43212026-06-09T05:10:30.286Z Checking bb8 v0.8.6
43222026-06-09T05:10:30.474Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-06-09T05:10:30.527Z Compiling libz-sys v1.1.24
43242026-06-09T05:10:30.570Z Checking nonempty v0.12.0
43252026-06-09T05:10:30.703Z Compiling strsim v0.10.0
43262026-06-09T05:10:30.737Z Compiling libgit2-sys v0.18.3+1.9.2
43272026-06-09T05:10:30.852Z Compiling vergen-git2 v9.1.0
43282026-06-09T05:10:30.973Z Compiling darling_core v0.13.4
43292026-06-09T05:10:31.070Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43302026-06-09T05:10:31.139Z Compiling rustls v0.21.12
43312026-06-09T05:10:31.261Z Compiling base64 v0.21.7
43322026-06-09T05:10:31.418Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43332026-06-09T05:10:31.591Z Checking diesel v2.3.7
43342026-06-09T05:10:31.647Z Compiling ron v0.8.1
43352026-06-09T05:10:32.413Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43362026-06-09T05:10:32.602Z Checking rustls-webpki v0.101.7
43372026-06-09T05:10:32.625Z Checking sct v0.7.1
43382026-06-09T05:10:32.795Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43392026-06-09T05:10:32.943Z Compiling darling_macro v0.13.4
43402026-06-09T05:10:33.415Z Compiling darling v0.13.4
43412026-06-09T05:10:33.508Z Compiling serde_with_macros v1.5.2
43422026-06-09T05:10:33.578Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43432026-06-09T05:10:34.254Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43442026-06-09T05:10:34.342Z Compiling serde_with v1.14.0
43452026-06-09T05:10:35.242Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43462026-06-09T05:10:35.473Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43472026-06-09T05:10:35.981Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43482026-06-09T05:10:36.634Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43492026-06-09T05:10:36.840Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43502026-06-09T05:10:36.858Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-06-09T05:10:37.026Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43522026-06-09T05:10:37.044Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43532026-06-09T05:10:37.061Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43542026-06-09T05:10:37.332Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43552026-06-09T05:10:37.348Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43562026-06-09T05:10:37.435Z Checking tokio-rustls v0.24.1
43572026-06-09T05:10:37.564Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43582026-06-09T05:10:38.110Z Checking rustls-pemfile v1.0.4
43592026-06-09T05:10:38.173Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43602026-06-09T05:10:38.257Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43612026-06-09T05:10:38.435Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-06-09T05:10:38.455Z Checking twox-hash v2.1.2
43632026-06-09T05:10:38.748Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43642026-06-09T05:10:38.765Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43652026-06-09T05:10:38.830Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43662026-06-09T05:10:39.120Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43672026-06-09T05:10:39.260Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43682026-06-09T05:10:40.488Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43692026-06-09T05:10:40.540Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43702026-06-09T05:10:40.769Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43712026-06-09T05:10:41.208Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43722026-06-09T05:10:41.300Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43732026-06-09T05:10:41.869Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43742026-06-09T05:10:41.922Z Checking console v0.16.2
43752026-06-09T05:10:42.235Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43762026-06-09T05:10:42.384Z Checking fatfs v0.3.6
43772026-06-09T05:10:42.795Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43782026-06-09T05:10:42.835Z Compiling seq-macro v0.3.6
43792026-06-09T05:10:43.338Z Checking unit-prefix v0.5.2
43802026-06-09T05:10:43.475Z Checking indicatif v0.18.4
43812026-06-09T05:10:43.494Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43822026-06-09T05:10:43.861Z Checking support-bundle-viewer v0.1.2
43832026-06-09T05:10:44.104Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43842026-06-09T05:10:44.107Z Checking multimap v0.10.1
43852026-06-09T05:10:50.167Z Checking diesel-dtrace v0.5.0
43862026-06-09T05:10:50.414Z Checking async-bb8-diesel v0.2.1
43872026-06-09T05:10:54.179Z Compiling samael v0.0.19
43882026-06-09T05:10:58.185Z Compiling git2 v0.20.4
43892026-06-09T05:10:59.448Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43902026-06-09T05:11:00.191Z Compiling polar-core v0.27.3
43912026-06-09T05:11:00.641Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43922026-06-09T05:11:04.677Z Checking oso v0.27.3
43932026-06-09T05:11:31.784Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43942026-06-09T05:12:42.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43952026-06-09T05:12:42.797Z
43962026-06-09T05:12:42.797Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43972026-06-09T05:12:43.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-09T05:12:43.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-09T05:12:43.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-06-09T05:12:43.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44012026-06-09T05:12:43.502Z
44022026-06-09T05:12:43.502Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
44032026-06-09T05:12:44.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-09T05:12:44.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-09T05:12:44.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-09T05:12:44.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44072026-06-09T05:12:44.166Z
44082026-06-09T05:12:44.166Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44092026-06-09T05:12:44.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-09T05:12:44.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-09T05:12:44.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-06-09T05:12:44.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44132026-06-09T05:12:44.831Z
44142026-06-09T05:12:44.831Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44152026-06-09T05:12:45.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-09T05:12:45.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-09T05:12:45.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-06-09T05:12:45.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44192026-06-09T05:12:45.425Z
44202026-06-09T05:12:45.425Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44212026-06-09T05:12:46.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-09T05:12:46.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-09T05:12:46.276Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44242026-06-09T05:12:47.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
44252026-06-09T05:12:47.263Z
44262026-06-09T05:12:47.263Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44272026-06-09T05:12:47.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-09T05:12:47.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-09T05:12:48.094Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44302026-06-09T05:13:24.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.07s
44312026-06-09T05:13:24.571Z
44322026-06-09T05:13:24.571Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44332026-06-09T05:13:25.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-09T05:13:25.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-09T05:13:25.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-09T05:13:25.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44372026-06-09T05:13:25.170Z
44382026-06-09T05:13:25.170Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44392026-06-09T05:13:25.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-09T05:13:25.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-09T05:13:25.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-09T05:13:25.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44432026-06-09T05:13:25.818Z
44442026-06-09T05:13:25.818Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44452026-06-09T05:13:26.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-09T05:13:26.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-09T05:13:26.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-09T05:13:26.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44492026-06-09T05:13:26.594Z
44502026-06-09T05:13:26.595Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44512026-06-09T05:13:27.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-09T05:13:27.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-09T05:13:27.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-09T05:13:27.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44552026-06-09T05:13:27.151Z
44562026-06-09T05:13:27.151Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44572026-06-09T05:13:27.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-09T05:13:27.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-09T05:13:27.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-09T05:13:27.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44612026-06-09T05:13:27.814Z
44622026-06-09T05:13:27.814Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44632026-06-09T05:13:28.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-09T05:13:28.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-09T05:13:28.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-09T05:13:28.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44672026-06-09T05:13:28.451Z
44682026-06-09T05:13:28.451Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44692026-06-09T05:13:29.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-09T05:13:29.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-09T05:13:29.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-06-09T05:13:29.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44732026-06-09T05:13:29.109Z
44742026-06-09T05:13:29.110Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44752026-06-09T05:13:29.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-06-09T05:13:29.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-06-09T05:13:29.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-06-09T05:13:29.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44792026-06-09T05:13:29.775Z
44802026-06-09T05:13:29.775Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44812026-06-09T05:13:30.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-06-09T05:13:30.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-06-09T05:13:30.676Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44842026-06-09T05:13:30.679Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44852026-06-09T05:13:30.869Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44862026-06-09T05:13:30.898Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44872026-06-09T05:13:30.918Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44882026-06-09T05:13:30.935Z Checking diff v0.1.13
44892026-06-09T05:13:30.939Z Checking yansi v1.0.1
44902026-06-09T05:13:30.964Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44912026-06-09T05:13:31.035Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44922026-06-09T05:13:31.201Z Checking pretty_assertions v1.4.1
44932026-06-09T05:13:31.841Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44942026-06-09T05:13:31.985Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44952026-06-09T05:13:55.485Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-06-09T05:13:55.488Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44972026-06-09T05:13:55.488Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44982026-06-09T05:13:55.488Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44992026-06-09T05:13:55.488Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45002026-06-09T05:13:55.488Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45012026-06-09T05:13:56.345Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45022026-06-09T05:13:56.345Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45032026-06-09T05:13:57.469Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45042026-06-09T05:14:33.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
45052026-06-09T05:14:33.921Z
45062026-06-09T05:14:33.921Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45072026-06-09T05:14:34.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-09T05:14:34.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-09T05:14:34.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-06-09T05:14:34.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45112026-06-09T05:14:34.514Z
45122026-06-09T05:14:34.514Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45132026-06-09T05:14:35.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-06-09T05:14:35.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-06-09T05:14:35.301Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45162026-06-09T05:14:35.422Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45172026-06-09T05:14:35.422Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45182026-06-09T05:15:04.580Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45192026-06-09T05:15:04.580Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45202026-06-09T05:15:04.580Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45212026-06-09T05:15:04.580Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45222026-06-09T05:15:06.554Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45232026-06-09T05:15:29.482Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45242026-06-09T05:15:30.180Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45252026-06-09T05:15:31.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.26s
45262026-06-09T05:15:31.988Z
45272026-06-09T05:15:31.988Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45282026-06-09T05:15:32.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-09T05:15:32.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-09T05:15:32.721Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45312026-06-09T05:15:33.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45322026-06-09T05:15:33.577Z
45332026-06-09T05:15:33.577Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45342026-06-09T05:15:34.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-06-09T05:15:34.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-06-09T05:15:34.238Z Compiling blake3 v1.8.3
45372026-06-09T05:15:34.347Z Checking arrayvec v0.7.6
45382026-06-09T05:15:34.349Z Checking constant_time_eq v0.4.2
45392026-06-09T05:15:34.353Z Checking arrayref v0.3.9
45402026-06-09T05:15:34.367Z Checking topological-sort v0.2.2
45412026-06-09T05:15:34.370Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45422026-06-09T05:15:34.370Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45432026-06-09T05:15:34.371Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45442026-06-09T05:15:34.418Z Checking shell-words v1.1.1
45452026-06-09T05:15:35.227Z Checking omicron-zone-package v0.12.2
45462026-06-09T05:15:35.936Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45472026-06-09T05:15:36.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45482026-06-09T05:15:36.985Z
45492026-06-09T05:15:36.985Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45502026-06-09T05:15:37.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-06-09T05:15:37.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-06-09T05:15:37.638Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45532026-06-09T05:15:37.957Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45542026-06-09T05:15:38.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45552026-06-09T05:15:38.545Z
45562026-06-09T05:15:38.545Zinfo: running `cargo check --bins` on schema (277/295)
45572026-06-09T05:15:39.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-09T05:15:39.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-09T05:15:39.272Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45602026-06-09T05:15:39.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45612026-06-09T05:15:40.158Z
45622026-06-09T05:15:40.159Zinfo: running `cargo check --bins` on xtask (278/295)
45632026-06-09T05:15:40.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-06-09T05:15:40.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-06-09T05:15:40.607Z Checking libc v0.2.185
45662026-06-09T05:15:40.690Z Checking serde v1.0.228
45672026-06-09T05:15:40.695Z Checking zerofrom v0.1.6
45682026-06-09T05:15:40.699Z Checking bitflags v2.11.0
45692026-06-09T05:15:40.704Z Checking smallvec v1.15.1
45702026-06-09T05:15:40.707Z Checking indexmap v2.14.0
45712026-06-09T05:15:40.720Z Checking serde_json v1.0.149
45722026-06-09T05:15:40.730Z Checking scroll v0.12.0
45732026-06-09T05:15:40.899Z Checking yoke v0.8.1
45742026-06-09T05:15:40.902Z Checking num-traits v0.2.19
45752026-06-09T05:15:40.902Z Checking thiserror v1.0.69
45762026-06-09T05:15:40.952Z Checking percent-encoding v2.3.2
45772026-06-09T05:15:40.962Z Checking zerovec v0.11.5
45782026-06-09T05:15:40.972Z Checking zerotrie v0.2.3
45792026-06-09T05:15:40.984Z Checking errno v0.3.14
45802026-06-09T05:15:41.087Z Checking toml_datetime v0.6.11
45812026-06-09T05:15:41.097Z Checking serde_spanned v0.6.9
45822026-06-09T05:15:41.106Z Checking rustix v1.1.3
45832026-06-09T05:15:41.216Z Checking log v0.4.29
45842026-06-09T05:15:41.219Z Checking form_urlencoded v1.2.2
45852026-06-09T05:15:41.247Z Checking zerocopy v0.7.35
45862026-06-09T05:15:41.264Z Checking toml_edit v0.22.27
45872026-06-09T05:15:41.331Z Checking getrandom v0.4.1
45882026-06-09T05:15:41.349Z Checking thiserror v2.0.18
45892026-06-09T05:15:41.365Z Checking goblin v0.8.2
45902026-06-09T05:15:41.375Z Checking ordered-float v2.10.1
45912026-06-09T05:15:41.395Z Checking tinystr v0.8.2
45922026-06-09T05:15:41.446Z Checking potential_utf v0.1.4
45932026-06-09T05:15:41.460Z Checking syn v2.0.117
45942026-06-09T05:15:41.570Z Checking icu_collections v2.1.1
45952026-06-09T05:15:41.573Z Checking icu_locale_core v2.1.1
45962026-06-09T05:15:41.592Z Checking serde-value v0.7.0
45972026-06-09T05:15:41.733Z Checking dtrace-parser v0.2.0
45982026-06-09T05:15:41.795Z Checking thread-id v4.2.2
45992026-06-09T05:15:41.876Z Checking once_cell v1.21.3
46002026-06-09T05:15:41.888Z Checking cargo-platform v0.2.0
46012026-06-09T05:15:41.908Z Checking terminal_size v0.4.3
46022026-06-09T05:15:42.024Z Checking memmap v0.7.0
46032026-06-09T05:15:42.039Z Checking clap_builder v4.6.0
46042026-06-09T05:15:42.050Z Checking tempfile v3.25.0
46052026-06-09T05:15:42.060Z Checking textwrap v0.16.2
46062026-06-09T05:15:42.099Z Checking fs-err v3.3.0
46072026-06-09T05:15:42.121Z Checking icu_provider v2.1.1
46082026-06-09T05:15:42.238Z Checking camino-tempfile v1.4.1
46092026-06-09T05:15:42.268Z Checking anyhow v1.0.102
46102026-06-09T05:15:42.278Z Checking tabled v0.15.0
46112026-06-09T05:15:42.358Z Checking icu_properties v2.1.2
46122026-06-09T05:15:42.369Z Checking icu_normalizer v2.1.1
46132026-06-09T05:15:42.392Z Checking toml v0.8.23
46142026-06-09T05:15:42.461Z Checking macaddr v1.0.1
46152026-06-09T05:15:42.641Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46162026-06-09T05:15:42.707Z Checking cargo_toml v0.21.0
46172026-06-09T05:15:43.171Z Checking idna_adapter v1.2.1
46182026-06-09T05:15:43.223Z Checking dof v0.3.0
46192026-06-09T05:15:43.227Z Checking clap v4.6.1
46202026-06-09T05:15:43.290Z Checking idna v1.1.0
46212026-06-09T05:15:43.483Z Checking usdt-impl v0.5.0
46222026-06-09T05:15:43.509Z Checking url v2.5.8
46232026-06-09T05:15:43.727Z Checking usdt v0.5.0
46242026-06-09T05:15:43.845Z Checking cargo-util-schemas v0.8.2
46252026-06-09T05:15:44.528Z Checking cargo_metadata v0.21.0
46262026-06-09T05:15:45.124Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46272026-06-09T05:15:45.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
46282026-06-09T05:15:45.656Z
46292026-06-09T05:15:45.656Zinfo: running `cargo check --bins` on dnsadm (279/295)
46302026-06-09T05:15:46.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-06-09T05:15:46.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-06-09T05:15:46.317Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46332026-06-09T05:15:46.778Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46342026-06-09T05:15:47.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46352026-06-09T05:15:47.370Z
46362026-06-09T05:15:47.370Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46372026-06-09T05:15:48.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-06-09T05:15:48.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-06-09T05:15:48.276Z Checking polyval v0.6.2
46402026-06-09T05:15:48.288Z Checking ctr v0.9.2
46412026-06-09T05:15:48.299Z Checking ssh-encoding v0.2.0
46422026-06-09T05:15:48.299Z Checking blowfish v0.9.1
46432026-06-09T05:15:48.320Z Checking password-hash v0.4.2
46442026-06-09T05:15:48.335Z Checking p256 v0.13.2
46452026-06-09T05:15:48.339Z Checking p521 v0.13.3
46462026-06-09T05:15:48.361Z Checking russh-cryptovec v0.7.3
46472026-06-09T05:15:48.426Z Checking ghash v0.5.1
46482026-06-09T05:15:48.440Z Checking md5 v0.7.0
46492026-06-09T05:15:48.452Z Checking bcrypt-pbkdf v0.10.0
46502026-06-09T05:15:48.478Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46512026-06-09T05:15:48.490Z Checking num-bigint v0.4.6
46522026-06-09T05:15:48.538Z Checking aes-gcm v0.10.3
46532026-06-09T05:15:48.540Z Checking pbkdf2 v0.11.0
46542026-06-09T05:15:48.585Z Checking des v0.8.1
46552026-06-09T05:15:48.601Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46562026-06-09T05:15:48.601Z Checking hex-literal v0.4.1
46572026-06-09T05:15:48.707Z Checking ssh-cipher v0.2.0
46582026-06-09T05:15:48.710Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46592026-06-09T05:15:48.719Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46602026-06-09T05:15:48.734Z Checking socket2 v0.5.10
46612026-06-09T05:15:48.760Z Checking internet-checksum v0.2.1
46622026-06-09T05:15:48.875Z Checking ssh-key v0.6.7
46632026-06-09T05:15:48.999Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46642026-06-09T05:15:49.492Z Checking russh-keys v0.45.0
46652026-06-09T05:15:50.047Z Checking russh v0.45.0
46662026-06-09T05:16:06.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
46672026-06-09T05:16:06.609Z
46682026-06-09T05:16:06.609Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46692026-06-09T05:16:07.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-06-09T05:16:07.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-06-09T05:16:07.250Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46722026-06-09T05:16:07.375Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46732026-06-09T05:16:07.378Z Checking termios v0.3.3
46742026-06-09T05:16:08.556Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46752026-06-09T05:16:08.702Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46762026-06-09T05:16:10.465Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46772026-06-09T05:16:11.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
46782026-06-09T05:16:11.214Z
46792026-06-09T05:16:11.215Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46802026-06-09T05:16:11.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-06-09T05:16:11.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-06-09T05:16:11.928Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46832026-06-09T05:16:11.932Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46842026-06-09T05:16:12.051Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46852026-06-09T05:16:12.054Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46862026-06-09T05:16:12.064Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46872026-06-09T05:16:12.073Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46882026-06-09T05:16:12.787Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46892026-06-09T05:16:13.123Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46902026-06-09T05:16:13.128Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46912026-06-09T05:16:13.766Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46922026-06-09T05:16:15.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
46932026-06-09T05:16:15.583Z
46942026-06-09T05:16:15.584Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46952026-06-09T05:16:16.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-06-09T05:16:16.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-06-09T05:16:16.227Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46982026-06-09T05:16:16.674Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46992026-06-09T05:16:16.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
47002026-06-09T05:16:17.177Z
47012026-06-09T05:16:17.177Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
47022026-06-09T05:16:17.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-09T05:16:17.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-09T05:16:17.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47052026-06-09T05:16:17.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47062026-06-09T05:16:17.763Z
47072026-06-09T05:16:17.763Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47082026-06-09T05:16:18.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-09T05:16:18.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-09T05:16:18.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47112026-06-09T05:16:18.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47122026-06-09T05:16:18.349Z
47132026-06-09T05:16:18.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47142026-06-09T05:16:18.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-06-09T05:16:18.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-06-09T05:16:19.103Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47172026-06-09T05:16:19.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47182026-06-09T05:16:19.910Z
47192026-06-09T05:16:19.910Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47202026-06-09T05:16:20.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-06-09T05:16:20.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-06-09T05:16:20.559Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47232026-06-09T05:16:20.562Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47242026-06-09T05:16:20.838Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47252026-06-09T05:16:20.838Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47262026-06-09T05:16:21.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47272026-06-09T05:16:21.815Z
47282026-06-09T05:16:21.815Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47292026-06-09T05:16:22.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-09T05:16:22.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-09T05:16:22.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47322026-06-09T05:16:22.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47332026-06-09T05:16:22.402Z
47342026-06-09T05:16:22.402Zinfo: running `cargo check --bins` on omicron-package (289/295)
47352026-06-09T05:16:22.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-06-09T05:16:22.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-06-09T05:16:23.110Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47382026-06-09T05:16:24.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47392026-06-09T05:16:24.338Z
47402026-06-09T05:16:24.339Zinfo: running `cargo check --bins` on tqdb (290/295)
47412026-06-09T05:16:24.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-06-09T05:16:24.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-06-09T05:16:25.122Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47442026-06-09T05:16:25.472Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47452026-06-09T05:16:25.979Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47462026-06-09T05:16:25.979Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47472026-06-09T05:16:31.877Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47482026-06-09T05:16:31.877Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47492026-06-09T05:16:32.448Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47502026-06-09T05:16:32.448Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47512026-06-09T05:16:32.450Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47522026-06-09T05:16:32.450Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47532026-06-09T05:16:33.246Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47542026-06-09T05:16:34.180Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47552026-06-09T05:16:34.949Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47562026-06-09T05:16:35.589Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47572026-06-09T05:16:40.039Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47582026-06-09T05:16:46.268Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47592026-06-09T05:16:46.271Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47602026-06-09T05:16:46.271Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47612026-06-09T05:16:46.271Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47622026-06-09T05:16:47.728Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47632026-06-09T05:16:49.045Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47642026-06-09T05:16:49.700Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47652026-06-09T05:16:50.911Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47662026-06-09T05:16:51.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.09s
47672026-06-09T05:16:51.648Z
47682026-06-09T05:16:51.648Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47692026-06-09T05:16:52.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-06-09T05:16:52.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-06-09T05:16:52.367Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47722026-06-09T05:16:52.370Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47732026-06-09T05:16:52.370Z Checking rtoolbox v0.0.3
47742026-06-09T05:16:52.492Z Checking tui-tree-widget v0.23.1
47752026-06-09T05:16:52.591Z Checking rpassword v7.4.0
47762026-06-09T05:16:53.599Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47772026-06-09T05:16:56.538Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47782026-06-09T05:16:58.402Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47792026-06-09T05:16:59.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
47802026-06-09T05:16:59.500Z
47812026-06-09T05:16:59.500Zinfo: running `cargo check --bins` on wicket (292/295)
47822026-06-09T05:17:00.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-06-09T05:17:00.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-06-09T05:17:00.198Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47852026-06-09T05:17:00.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
47862026-06-09T05:17:00.764Z
47872026-06-09T05:17:00.765Zinfo: running `cargo check --bins` on wicketd (293/295)
47882026-06-09T05:17:01.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-06-09T05:17:01.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-06-09T05:17:01.489Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47912026-06-09T05:17:01.492Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47922026-06-09T05:17:01.492Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47932026-06-09T05:17:01.493Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47942026-06-09T05:17:02.536Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47952026-06-09T05:17:03.053Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47962026-06-09T05:17:06.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47972026-06-09T05:17:06.206Z
47982026-06-09T05:17:06.206Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47992026-06-09T05:17:06.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-06-09T05:17:06.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-06-09T05:17:06.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48022026-06-09T05:17:06.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48032026-06-09T05:17:06.792Z
48042026-06-09T05:17:06.792Zinfo: running `cargo check --bins` on zone-setup (295/295)
48052026-06-09T05:17:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48062026-06-09T05:17:07.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48072026-06-09T05:17:07.471Z Checking uzers v0.12.2
48082026-06-09T05:17:07.742Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48092026-06-09T05:17:08.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
48102026-06-09T05:17:08.698Z
48112026-06-09T05:17:08.698Zreal 14:03.410980868
48122026-06-09T05:17:08.698Zuser 21:04.625686188
48132026-06-09T05:17:08.698Zsys 4:21.828545310
48142026-06-09T05:17:08.698Ztrap 0.334872985
48152026-06-09T05:17:08.698Ztflt 0.822941027
48162026-06-09T05:17:08.698Zdflt 1.413207700
48172026-06-09T05:17:08.698Zkflt 0.006412013
48182026-06-09T05:17:08.698Zlock 1:18:18.842555281
48192026-06-09T05:17:08.698Zslp 1:41:12.641024360
48202026-06-09T05:17:08.698Zlat 55.818964021
48212026-06-09T05:17:08.698Zstop 3:37.214021670
48222026-06-09T05:17:08.702Zprocess exited: duration 979883 ms, exit code 0
 
48232026-06-09T05:17:08.709Zfound 0 output files