01KVXW8WSS508HEK9EJSGX0RZ4: 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: 01KVXW9AKHM0FZM5GXS2P3AGBR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T22:34:41.658Zjob assigned to worker 01KVXW9MF72FPFJ1Y5FMT21S8E [factory aws, i-07dd7a66738582cfa] (queued for 51 s)
 
22026-06-24T22:34:48.100Zstarting task 0: "setup"
32026-06-24T22:34:48.106Z++ uname -s
42026-06-24T22:34:48.109Z+ kern=SunOS
52026-06-24T22:34:48.109Z+ build_user=build
62026-06-24T22:34:48.109Z+ build_uid=12345
72026-06-24T22:34:48.109Z+ work_dir=/work
82026-06-24T22:34:48.109Z+ input_dir=/input
92026-06-24T22:34:48.109Z+ [[ 0 == 12345 ]]
102026-06-24T22:34:48.109Z+ case "$kern" in
112026-06-24T22:34:48.109Z+ groupadd -g 12345 build
122026-06-24T22:34:48.112Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T22:34:50.119Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T22:34:50.187Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T22:34:50.211Z+ home_fs=zfs
162026-06-24T22:34:50.211Z+ [[ zfs == autofs ]]
172026-06-24T22:34:50.211Z+ mkdir -p /home/build
182026-06-24T22:34:50.212Z+ chown build:build /home/build /work
192026-06-24T22:34:52.189Z+ chmod 0700 /home/build /work
202026-06-24T22:34:52.200Zprocess exited: duration 4081 ms, exit code 0
 
212026-06-24T22:34:52.277Zstarting task 1: "rust-toolchain"
222026-06-24T22:34:52.284Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T22:34:52.284Z * rust toolchain channel = "1.96.0"
242026-06-24T22:34:52.284Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-24T22:34:52.284Z * rust toolchain profile = "default"
262026-06-24T22:34:52.284Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-24T22:34:52.284Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-24T22:34:52.284Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T22:34:52.284Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T22:34:52.363Zinfo: downloading installer
312026-06-24T22:34:53.971Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T22:34:53.971Zwarn: /home/build/.rustup/settings.toml
332026-06-24T22:34:53.971Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T22:34:53.971Zwarn: instead of the one inferred from the default host triple.
352026-06-24T22:34:53.984Zinfo: profile set to default
362026-06-24T22:34:53.984Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T22:34:53.986Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T22:34:54.133Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T22:34:54.137Zinfo: downloading 6 components
402026-06-24T22:35:09.600Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T22:35:09.601Z
422026-06-24T22:35:09.609Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T22:35:09.609Z
442026-06-24T22:35:09.609Z
452026-06-24T22:35:09.609ZRust is installed now. Great!
462026-06-24T22:35:09.609Z
472026-06-24T22:35:09.630ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T22:35:09.631Zenvironment variable. This has not been done automatically.
492026-06-24T22:35:09.631Z
502026-06-24T22:35:09.631ZTo configure your current shell, you need to source
512026-06-24T22:35:09.631Zthe corresponding env file under $HOME/.cargo.
522026-06-24T22:35:09.631Z
532026-06-24T22:35:09.631ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T22:35:09.631Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T22:35:09.631Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T22:35:09.631Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T22:35:09.631Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T22:35:09.631Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T22:35:09.631Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T22:35:09.631Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T22:35:09.631Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T22:35:09.696Z+ rustup --version
632026-06-24T22:35:09.703Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T22:35:09.707Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T22:35:09.725Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T22:35:09.739Z+ cargo --version
672026-06-24T22:35:09.755Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T22:35:09.755Z+ rustc --version
692026-06-24T22:35:09.770Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T22:35:09.770Zprocess exited: duration 17489 ms, exit code 0
 
712026-06-24T22:35:09.779Zstarting task 2: "authentication"
722026-06-24T22:35:09.796Zprocess exited: duration 17 ms, exit code 0
 
732026-06-24T22:35:09.803Zstarting task 3: "clone repository"
742026-06-24T22:35:09.806Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-24T22:35:09.809Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-24T22:35:09.840ZCloning into '/work/oxidecomputer/omicron'...
772026-06-24T22:35:20.900Z+ cd /work/oxidecomputer/omicron
782026-06-24T22:35:20.901Z+ git fetch origin 81e255124710828aa0b8589fdce49c0a33dc9604
792026-06-24T22:35:21.194ZFrom https://github.com/oxidecomputer/omicron
802026-06-24T22:35:21.195Z * branch 81e255124710828aa0b8589fdce49c0a33dc9604 -> FETCH_HEAD
812026-06-24T22:35:21.204Z+ [[ -n iliana/dering ]]
822026-06-24T22:35:21.207Z++ git branch --show-current
832026-06-24T22:35:21.207Z+ current=main
842026-06-24T22:35:21.207Z+ [[ main != iliana/dering ]]
852026-06-24T22:35:21.207Z+ git branch -f iliana/dering 81e255124710828aa0b8589fdce49c0a33dc9604
862026-06-24T22:35:21.210Z+ git checkout -f iliana/dering
872026-06-24T22:35:21.449ZSwitched to branch 'iliana/dering'
882026-06-24T22:35:21.452Z+ git reset --hard 81e255124710828aa0b8589fdce49c0a33dc9604
892026-06-24T22:35:21.692ZHEAD is now at 81e255124 [DO NOT MERGE] remove ring
902026-06-24T22:35:21.695Zprocess exited: duration 11890 ms, exit code 0
 
912026-06-24T22:35:21.700Zstarting task 4: "build"
922026-06-24T22:35:21.708Z+ source .github/buildomat/ci-env.sh
932026-06-24T22:35:21.708Z++ export CARGO_TERM_COLOR=always
942026-06-24T22:35:21.708Z++ CARGO_TERM_COLOR=always
952026-06-24T22:35:21.711Z+ cargo --version
962026-06-24T22:35:21.714Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-24T22:35:21.717Z+ rustc --version
982026-06-24T22:35:21.737Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-24T22:35:21.740Z+ source ./env.sh
1002026-06-24T22:35:21.740Z++ OLD_SHELL_OPTS=ehxB
1012026-06-24T22:35:21.740Z++ set -o xtrace
1022026-06-24T22:35:21.742Z++++ dirname ./env.sh
1032026-06-24T22:35:21.745Z+++ readlink -f .
1042026-06-24T22:35:21.746Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ 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-24T22:35:21.746Z++ case $OLD_SHELL_OPTS in
1162026-06-24T22:35:21.746Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-24T22:35:21.749Z+ 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-24T22:35:21.749Z+ 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-24T22:35:21.749Z+ banner prerequisites
1202026-06-24T22:35:21.749Z
1212026-06-24T22:35:21.749Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-24T22:35:21.749Z # # # # # # # # # # # # # # #
1232026-06-24T22:35:21.749Z # # # # ##### # # ##### # # # # # #### #
1242026-06-24T22:35:21.749Z ##### ##### # ##### # # # # # # # # #
1252026-06-24T22:35:21.749Z # # # # # # # # # # # # # # #
1262026-06-24T22:35:21.749Z # # # ###### # # ###### ### # #### # #### #
1272026-06-24T22:35:21.749Z
1282026-06-24T22:35:21.749Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-24T22:35:23.274Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-24T22:35:23.379Z Startup: Caching catalogs ... Done
1312026-06-24T22:35:23.841ZPlanning: Solver setup ... Done (0.420s)
1322026-06-24T22:35:23.866ZPlanning: Running solver ... Done (0.025s)
1332026-06-24T22:35:23.878ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-24T22:35:23.889ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-24T22:35:23.904ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-24T22:35:23.918ZPlanning: Package planning ... Done (0.013s)
1372026-06-24T22:35:23.921ZPlanning: Merging actions ... Done (0.002s)
1382026-06-24T22:35:24.084ZPlanning: Checking for conflicting actions ... Done (0.162s)
1392026-06-24T22:35:24.087ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-24T22:35:24.824ZPlanning: Evaluating mediators ... Done (0.742s)
1412026-06-24T22:35:24.829ZPlanning: Planning completed in 1.43 seconds
1422026-06-24T22:35:24.832Z Packages to install: 2
1432026-06-24T22:35:24.835Z Estimated space available: 156.06 GB
1442026-06-24T22:35:24.835ZEstimated space to be consumed: 29.57 MB
1452026-06-24T22:35:24.836Z Create boot environment: No
1462026-06-24T22:35:24.836ZCreate backup boot environment: No
1472026-06-24T22:35:24.836Z Rebuild boot archive: No
1482026-06-24T22:35:24.836Z
1492026-06-24T22:35:24.837ZChanged packages:
1502026-06-24T22:35:24.837Zhelios
1512026-06-24T22:35:24.837Z developer/build-essential
1522026-06-24T22:35:24.837Z None -> 11-3.0
1532026-06-24T22:35:24.837Z library/libxmlsec1
1542026-06-24T22:35:24.837Z None -> 1.2.35-3.0
1552026-06-24T22:35:24.857Z
1562026-06-24T22:35:24.857ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-24T22:35:25.372ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1582026-06-24T22:35:25.438Z Actions: 1/268 actions (Installing new actions)
1592026-06-24T22:35:25.476Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-24T22:35:25.487ZFinalize: Updating package state database ... Done (0.010s)
1612026-06-24T22:35:25.490ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-24T22:35:25.513ZFinalize: Updating image state ... Done (0.027s)
1632026-06-24T22:35:27.896ZFinalize: Creating fast lookup database ... Done (2.359s)
1642026-06-24T22:35:27.963ZFinalize: Reading search index ... Done (0.012s)
1652026-06-24T22:35:27.966ZFinalize: Updating search index ... Done (0.000s)
1662026-06-24T22:35:28.074ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-24T22:35:28.385ZPlanning: Evaluating mediator changes ... Done
1682026-06-24T22:35:28.490ZPlanning: Checking for conflicting actions ... Done
1692026-06-24T22:35:28.493ZPlanning: Consolidating action changes ... Done
1702026-06-24T22:35:28.657ZPlanning: Evaluating mediators ... Done
1712026-06-24T22:35:28.665ZPlanning: Planning completed in 0.26 seconds
1722026-06-24T22:35:28.675Z Mediators to change: 2
1732026-06-24T22:35:28.675Z Create boot environment: No
1742026-06-24T22:35:28.679ZCreate backup boot environment: No
1752026-06-24T22:35:28.716ZFinalize: Updating package state database ... Done
1762026-06-24T22:35:28.716ZFinalize: Updating package cache ... Done
1772026-06-24T22:35:28.730ZFinalize: Updating image state ... Done
1782026-06-24T22:35:30.683ZFinalize: Creating fast lookup database ... Done
1792026-06-24T22:35:30.744ZFinalize: Reading search index ... Done
1802026-06-24T22:35:30.747ZFinalize: Updating search index ... Done
1812026-06-24T22:35:30.814ZFinalize: Updating package cache ... Done
1822026-06-24T22:35:31.104ZPlanning: Evaluating mediator changes ... Done
1832026-06-24T22:35:31.213ZPlanning: Checking for conflicting actions ... Done
1842026-06-24T22:35:31.220ZPlanning: Consolidating action changes ... Done
1852026-06-24T22:35:31.369ZPlanning: Evaluating mediators ... Done
1862026-06-24T22:35:31.375ZPlanning: Planning completed in 0.26 seconds
1872026-06-24T22:35:31.389Z Mediators to change: 1
1882026-06-24T22:35:31.389Z Create boot environment: No
1892026-06-24T22:35:31.392ZCreate backup boot environment: No
1902026-06-24T22:35:31.429ZFinalize: Updating package state database ... Done
1912026-06-24T22:35:31.429ZFinalize: Updating package cache ... Done
1922026-06-24T22:35:31.444ZFinalize: Updating image state ... Done
1932026-06-24T22:35:33.391ZFinalize: Creating fast lookup database ... Done
1942026-06-24T22:35:33.452ZFinalize: Reading search index ... Done
1952026-06-24T22:35:33.455ZFinalize: Updating search index ... Done
1962026-06-24T22:35:33.534ZFinalize: Updating package cache ... Done
1972026-06-24T22:35:33.842ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-24T22:35:33.842Zapache system 2.4 system
1992026-06-24T22:35:33.842Zclang system 15 system
2002026-06-24T22:35:33.842Zcsh system system illumos
2012026-06-24T22:35:33.842Zctags system system illumos
2022026-06-24T22:35:33.842Zfile vendor vendor darwinsys
2032026-06-24T22:35:33.842Zfile system system illumos
2042026-06-24T22:35:33.842Zgcc vendor 14 vendor
2052026-06-24T22:35:33.842Zgcc system 13 system
2062026-06-24T22:35:33.842Zgcc system 10 system
2072026-06-24T22:35:33.842Zgo system 1.25 system
2082026-06-24T22:35:33.842Zllvm system 15 system
2092026-06-24T22:35:33.842Zmariadb system 11.4 system
2102026-06-24T22:35:33.842Zmta vendor vendor dma
2112026-06-24T22:35:33.842Zopenjdk system 17 system
2122026-06-24T22:35:33.842Zopenjdk system 11 system
2132026-06-24T22:35:33.843Zopenssl vendor 3 vendor
2142026-06-24T22:35:33.843Zperl system 5.40 system
2152026-06-24T22:35:33.843Zpostgresql system 18 system
2162026-06-24T22:35:33.843Zpostgresql system 17 system
2172026-06-24T22:35:33.843Zpython vendor 3 vendor
2182026-06-24T22:35:33.843Zpython system 2 system
2192026-06-24T22:35:33.843Zpython3 vendor 3.13 vendor
2202026-06-24T22:35:33.843Zruby system 3.4 system
2212026-06-24T22:35:33.843Zruby system 3.0 system
2222026-06-24T22:35:33.843Zwords vendor vendor american-english
2232026-06-24T22:35:33.843Zwords system system australian-english
2242026-06-24T22:35:33.843Zwords system system british-english
2252026-06-24T22:35:33.843Zwords system system canadian-english
2262026-06-24T22:35:33.843Zwords system system french
2272026-06-24T22:35:33.843Zwords system system italian
2282026-06-24T22:35:33.843Zwords system system ngerman
2292026-06-24T22:35:33.843Zwords system system ogerman
2302026-06-24T22:35:33.843Zwords system system spanish
2312026-06-24T22:35:34.096ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-24T22:35:34.096Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-24T22:35:34.402ZFMRI IFO
2342026-06-24T22:35:34.402Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-24T22:35:34.402Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-24T22:35:34.402Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-24T22:35:34.402Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-24T22:35:34.402Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-24T22:35:34.402Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-24T22:35:34.402Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-24T22:35:34.402Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-24T22:35:34.402Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-24T22:35:34.654Z Updating git repository `https://github.com/oxidecomputer/omicron-package`
2442026-06-24T22:35:34.923Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-06-24T22:35:35.179Z Updating crates.io index
2462026-06-24T22:35:35.183Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-06-24T22:35:35.400Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-06-24T22:35:35.718Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-06-24T22:35:36.006Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-24T22:35:36.908Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-06-24T22:35:37.404Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-06-24T22:35:38.918Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-06-24T22:35:39.620Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-06-24T22:35:39.869Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-06-24T22:35:40.898Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-06-24T22:35:41.138Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-06-24T22:35:41.439Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-06-24T22:35:41.710Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-06-24T22:35:42.105Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-06-24T22:35:42.590Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-06-24T22:35:42.875Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-06-24T22:35:43.107Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-06-24T22:35:43.368Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-06-24T22:35:43.666Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-06-24T22:35:43.934Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-06-24T22:35:44.169Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-06-24T22:35:44.394Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-24T22:35:44.732Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-06-24T22:35:45.112Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-06-24T22:35:45.354Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-06-24T22:35:45.726Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-06-24T22:35:46.111Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-06-24T22:35:46.419Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-06-24T22:35:46.678Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-06-24T22:35:46.898Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-24T22:35:47.213Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-24T22:35:47.554Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-24T22:35:47.808Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-24T22:35:48.062Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-24T22:35:48.318Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-24T22:35:48.581Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-24T22:35:48.891Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-06-24T22:35:49.122Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-06-24T22:35:49.394Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-06-24T22:35:49.666Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-24T22:35:52.131Z Downloading crates ...
2872026-06-24T22:35:52.180Z Downloaded block-buffer v0.10.4
2882026-06-24T22:35:52.187Z Downloaded fastrand v2.3.0
2892026-06-24T22:35:52.190Z Downloaded cargo-platform v0.2.0
2902026-06-24T22:35:52.195Z Downloaded proc-macro-error-attr v1.0.4
2912026-06-24T22:35:52.198Z Downloaded camino v1.2.2
2922026-06-24T22:35:52.198Z Downloaded semver v1.0.28
2932026-06-24T22:35:52.202Z Downloaded typeid v1.0.3
2942026-06-24T22:35:52.205Z Downloaded icu_locale_core v2.1.1
2952026-06-24T22:35:52.208Z Downloaded fnv v1.0.7
2962026-06-24T22:35:52.208Z Downloaded thiserror-impl v2.0.18
2972026-06-24T22:35:52.210Z Downloaded anyhow v1.0.102
2982026-06-24T22:35:52.210Z Downloaded cpufeatures v0.2.17
2992026-06-24T22:35:52.213Z Downloaded plain v0.2.3
3002026-06-24T22:35:52.213Z Downloaded generic-array v0.14.7
3012026-06-24T22:35:52.213Z Downloaded anstyle-query v1.1.5
3022026-06-24T22:35:52.216Z Downloaded bytecount v0.6.9
3032026-06-24T22:35:52.216Z Downloaded sha2 v0.10.9
3042026-06-24T22:35:52.216Z Downloaded cargo-util-schemas v0.8.2
3052026-06-24T22:35:52.219Z Downloaded writeable v0.6.2
3062026-06-24T22:35:52.219Z Downloaded cfg-if v1.0.4
3072026-06-24T22:35:52.221Z Downloaded autocfg v1.5.0
3082026-06-24T22:35:52.224Z Downloaded icu_properties v2.1.2
3092026-06-24T22:35:52.224Z Downloaded anstyle-parse v1.0.0
3102026-06-24T22:35:52.226Z Downloaded clap_lex v1.0.0
3112026-06-24T22:35:52.229Z Downloaded fs-err v3.3.0
3122026-06-24T22:35:52.229Z Downloaded equivalent v1.0.2
3132026-06-24T22:35:52.229Z Downloaded digest v0.10.7
3142026-06-24T22:35:52.233Z Downloaded utf8parse v0.2.2
3152026-06-24T22:35:52.235Z Downloaded zerofrom-derive v0.1.6
3162026-06-24T22:35:52.238Z Downloaded thread-id v4.2.2
3172026-06-24T22:35:52.238Z Downloaded usdt-attr-macro v0.5.0
3182026-06-24T22:35:52.241Z Downloaded version_check v0.9.5
3192026-06-24T22:35:52.244Z Downloaded camino-tempfile v1.4.1
3202026-06-24T22:35:52.247Z Downloaded icu_normalizer_data v2.1.1
3212026-06-24T22:35:52.249Z Downloaded toml_datetime v0.6.11
3222026-06-24T22:35:52.252Z Downloaded heck v0.5.0
3232026-06-24T22:35:52.252Z Downloaded toml_write v0.1.2
3242026-06-24T22:35:52.255Z Downloaded thiserror-impl v1.0.69
3252026-06-24T22:35:52.255Z Downloaded unicode-linebreak v0.1.5
3262026-06-24T22:35:52.257Z Downloaded tempfile v3.25.0
3272026-06-24T22:35:52.260Z Downloaded is_terminal_polyfill v1.70.2
3282026-06-24T22:35:52.263Z Downloaded zmij v1.0.21
3292026-06-24T22:35:52.263Z Downloaded strsim v0.11.1
3302026-06-24T22:35:52.263Z Downloaded url v2.5.8
3312026-06-24T22:35:52.266Z Downloaded getrandom v0.4.1
3322026-06-24T22:35:52.269Z Downloaded usdt-impl v0.5.0
3332026-06-24T22:35:52.269Z Downloaded clap v4.6.1
3342026-06-24T22:35:52.272Z Downloaded yoke v0.8.1
3352026-06-24T22:35:52.275Z Downloaded utf8_iter v1.0.4
3362026-06-24T22:35:52.275Z Downloaded stable_deref_trait v1.2.1
3372026-06-24T22:35:52.275Z Downloaded usdt v0.5.0
3382026-06-24T22:35:52.278Z Downloaded scroll_derive v0.12.1
3392026-06-24T22:35:52.278Z Downloaded toml v0.8.23
3402026-06-24T22:35:52.278Z Downloaded textwrap v0.16.2
3412026-06-24T22:35:52.282Z Downloaded tabled_derive v0.7.0
3422026-06-24T22:35:52.282Z Downloaded memmap v0.7.0
3432026-06-24T22:35:52.285Z Downloaded erased-serde v0.4.9
3442026-06-24T22:35:52.293Z Downloaded potential_utf v0.1.4
3452026-06-24T22:35:52.295Z Downloaded unicode-ident v1.0.24
3462026-06-24T22:35:52.295Z Downloaded serde-value v0.7.0
3472026-06-24T22:35:52.298Z Downloaded percent-encoding v2.3.2
3482026-06-24T22:35:52.300Z Downloaded typenum v1.19.0
3492026-06-24T22:35:52.303Z Downloaded dof v0.3.0
3502026-06-24T22:35:52.306Z Downloaded itoa v1.0.17
3512026-06-24T22:35:52.309Z Downloaded zerotrie v0.2.3
3522026-06-24T22:35:52.309Z Downloaded synstructure v0.13.2
3532026-06-24T22:35:52.312Z Downloaded proc-macro-error v1.0.4
3542026-06-24T22:35:52.312Z Downloaded icu_provider v2.1.1
3552026-06-24T22:35:52.312Z Downloaded heck v0.4.1
3562026-06-24T22:35:52.314Z Downloaded zerocopy v0.7.35
3572026-06-24T22:35:52.321Z Downloaded serde-untagged v0.1.9
3582026-06-24T22:35:52.324Z Downloaded zerofrom v0.1.6
3592026-06-24T22:35:52.324Z Downloaded winnow v0.7.14
3602026-06-24T22:35:52.328Z Downloaded serde_tokenstream v0.2.3
3612026-06-24T22:35:52.330Z Downloaded usdt-macro v0.5.0
3622026-06-24T22:35:52.330Z Downloaded crypto-common v0.1.7
3632026-06-24T22:35:52.330Z Downloaded yoke-derive v0.8.1
3642026-06-24T22:35:52.330Z Downloaded dtrace-parser v0.2.0
3652026-06-24T22:35:52.333Z Downloaded byteorder v1.5.0
3662026-06-24T22:35:52.333Z Downloaded unicode-width v0.2.0
3672026-06-24T22:35:52.338Z Downloaded unicode-xid v0.2.6
3682026-06-24T22:35:52.341Z Downloaded thiserror v2.0.18
3692026-06-24T22:35:52.343Z Downloaded ucd-trie v0.1.7
3702026-06-24T22:35:52.346Z Downloaded form_urlencoded v1.2.2
3712026-06-24T22:35:52.348Z Downloaded errno v0.3.14
3722026-06-24T22:35:52.351Z Downloaded terminal_size v0.4.3
3732026-06-24T22:35:52.351Z Downloaded ordered-float v2.10.1
3742026-06-24T22:35:52.354Z Downloaded smallvec v1.15.1
3752026-06-24T22:35:52.354Z Downloaded toml_edit v0.22.27
3762026-06-24T22:35:52.357Z Downloaded zerovec-derive v0.11.2
3772026-06-24T22:35:52.357Z Downloaded tinystr v0.8.2
3782026-06-24T22:35:52.359Z Downloaded zerocopy-derive v0.7.35
3792026-06-24T22:35:52.362Z Downloaded smawk v0.3.2
3802026-06-24T22:35:52.362Z Downloaded swrite v0.1.0
3812026-06-24T22:35:52.362Z Downloaded pretty-hex v0.4.1
3822026-06-24T22:35:52.362Z Downloaded macaddr v1.0.1
3832026-06-24T22:35:52.364Z Downloaded colorchoice v1.0.4
3842026-06-24T22:35:52.365Z Downloaded serde_spanned v0.6.9
3852026-06-24T22:35:52.369Z Downloaded anstream v1.0.0
3862026-06-24T22:35:52.372Z Downloaded once_cell v1.21.3
3872026-06-24T22:35:52.372Z Downloaded pest_derive v2.8.6
3882026-06-24T22:35:52.375Z Downloaded zerovec v0.11.5
3892026-06-24T22:35:52.378Z Downloaded idna_adapter v1.2.1
3902026-06-24T22:35:52.384Z Downloaded cargo_toml v0.21.0
3912026-06-24T22:35:52.457Z Downloaded unicode-width v0.1.14
3922026-06-24T22:35:52.457Z Downloaded serde_derive v1.0.228
3932026-06-24T22:35:52.457Z Downloaded icu_normalizer v2.1.1
3942026-06-24T22:35:52.457Z Downloaded displaydoc v0.2.5
3952026-06-24T22:35:52.457Z Downloaded thiserror v1.0.69
3962026-06-24T22:35:52.457Z Downloaded bitflags v2.11.0
3972026-06-24T22:35:52.457Z Downloaded scroll v0.12.0
3982026-06-24T22:35:52.457Z Downloaded proc-macro2 v1.0.106
3992026-06-24T22:35:52.457Z Downloaded cargo_metadata v0.21.0
4002026-06-24T22:35:52.457Z Downloaded num-traits v0.2.19
4012026-06-24T22:35:52.457Z Downloaded log v0.4.29
4022026-06-24T22:35:52.457Z Downloaded clap_derive v4.6.1
4032026-06-24T22:35:52.457Z Downloaded serde_core v1.0.228
4042026-06-24T22:35:52.457Z Downloaded anstyle v1.0.14
4052026-06-24T22:35:52.457Z Downloaded quote v1.0.45
4062026-06-24T22:35:52.457Z Downloaded litemap v0.8.1
4072026-06-24T22:35:52.457Z Downloaded pest_generator v2.8.6
4082026-06-24T22:35:52.462Z Downloaded serde v1.0.228
4092026-06-24T22:35:52.462Z Downloaded goblin v0.8.2
4102026-06-24T22:35:52.462Z Downloaded papergrid v0.11.0
4112026-06-24T22:35:52.462Z Downloaded pest_meta v2.8.6
4122026-06-24T22:35:52.467Z Downloaded indexmap v2.14.0
4132026-06-24T22:35:52.470Z Downloaded icu_collections v2.1.1
4142026-06-24T22:35:52.475Z Downloaded memchr v2.8.0
4152026-06-24T22:35:52.512Z Downloaded clap_builder v4.6.0
4162026-06-24T22:35:52.515Z Downloaded serde_json v1.0.150
4172026-06-24T22:35:52.519Z Downloaded idna v1.1.0
4182026-06-24T22:35:52.522Z Downloaded pest v2.8.6
4192026-06-24T22:35:52.531Z Downloaded hashbrown v0.17.0
4202026-06-24T22:35:52.538Z Downloaded icu_properties_data v2.1.2
4212026-06-24T22:35:52.544Z Downloaded tabled v0.15.0
4222026-06-24T22:35:52.560Z Downloaded syn v1.0.109
4232026-06-24T22:35:52.567Z Downloaded syn v2.0.117
4242026-06-24T22:35:52.594Z Downloaded rustix v1.1.3
4252026-06-24T22:35:52.618Z Downloaded libc v0.2.185
4262026-06-24T22:35:52.684Z Compiling proc-macro2 v1.0.106
4272026-06-24T22:35:52.684Z Compiling quote v1.0.45
4282026-06-24T22:35:52.684Z Compiling unicode-ident v1.0.24
4292026-06-24T22:35:52.684Z Compiling serde_core v1.0.228
4302026-06-24T22:35:52.684Z Compiling libc v0.2.185
4312026-06-24T22:35:52.687Z Compiling version_check v0.9.5
4322026-06-24T22:35:52.687Z Compiling memchr v2.8.0
4332026-06-24T22:35:52.687Z Compiling stable_deref_trait v1.2.1
4342026-06-24T22:35:52.946Z Compiling serde v1.0.228
4352026-06-24T22:35:53.049Z Compiling zmij v1.0.21
4362026-06-24T22:35:53.250Z Compiling ucd-trie v0.1.7
4372026-06-24T22:35:53.252Z Compiling itoa v1.0.17
4382026-06-24T22:35:53.440Z Compiling autocfg v1.5.0
4392026-06-24T22:35:53.488Z Compiling thiserror v1.0.69
4402026-06-24T22:35:53.560Z Compiling pest v2.8.6
4412026-06-24T22:35:53.678Z Compiling litemap v0.8.1
4422026-06-24T22:35:53.709Z Compiling writeable v0.6.2
4432026-06-24T22:35:53.919Z Compiling rustix v1.1.3
4442026-06-24T22:35:53.919Z Compiling icu_properties_data v2.1.2
4452026-06-24T22:35:54.109Z Compiling byteorder v1.5.0
4462026-06-24T22:35:54.194Z Compiling syn v2.0.117
4472026-06-24T22:35:54.240Z Compiling icu_normalizer_data v2.1.1
4482026-06-24T22:35:54.348Z Compiling errno v0.3.14
4492026-06-24T22:35:54.403Z Compiling serde_json v1.0.150
4502026-06-24T22:35:54.446Z Compiling bitflags v2.11.0
4512026-06-24T22:35:54.570Z Compiling num-traits v0.2.19
4522026-06-24T22:35:54.585Z Compiling equivalent v1.0.2
4532026-06-24T22:35:54.646Z Compiling pest_meta v2.8.6
4542026-06-24T22:35:54.674Z Compiling typeid v1.0.3
4552026-06-24T22:35:54.754Z Compiling smallvec v1.15.1
4562026-06-24T22:35:54.827Z Compiling hashbrown v0.17.0
4572026-06-24T22:35:55.164Z Compiling thread-id v4.2.2
4582026-06-24T22:35:55.186Z Compiling proc-macro-error-attr v1.0.4
4592026-06-24T22:35:55.225Z Compiling usdt-impl v0.5.0
4602026-06-24T22:35:55.247Z Compiling syn v1.0.109
4612026-06-24T22:35:55.368Z Compiling indexmap v2.14.0
4622026-06-24T22:35:55.389Z Compiling erased-serde v0.4.9
4632026-06-24T22:35:55.442Z Compiling toml_write v0.1.2
4642026-06-24T22:35:55.632Z Compiling winnow v0.7.14
4652026-06-24T22:35:55.969Z Compiling proc-macro-error v1.0.4
4662026-06-24T22:35:56.069Z Compiling getrandom v0.4.1
4672026-06-24T22:35:56.168Z Compiling thiserror v2.0.18
4682026-06-24T22:35:56.333Z Compiling percent-encoding v2.3.2
4692026-06-24T22:35:56.389Z Compiling utf8_iter v1.0.4
4702026-06-24T22:35:56.424Z Compiling plain v0.2.3
4712026-06-24T22:35:56.471Z Compiling utf8parse v0.2.2
4722026-06-24T22:35:56.518Z Compiling log v0.4.29
4732026-06-24T22:35:56.539Z Compiling camino v1.2.2
4742026-06-24T22:35:56.554Z Compiling anstyle-parse v1.0.0
4752026-06-24T22:35:56.595Z Compiling form_urlencoded v1.2.2
4762026-06-24T22:35:56.704Z Compiling ordered-float v2.10.1
4772026-06-24T22:35:56.776Z Compiling synstructure v0.13.2
4782026-06-24T22:35:56.827Z Compiling pest_generator v2.8.6
4792026-06-24T22:35:56.954Z Compiling terminal_size v0.4.3
4802026-06-24T22:35:57.122Z Compiling is_terminal_polyfill v1.70.2
4812026-06-24T22:35:57.223Z Compiling anstyle-query v1.1.5
4822026-06-24T22:35:57.240Z Compiling anstyle v1.0.14
4832026-06-24T22:35:57.254Z Compiling pretty-hex v0.4.1
4842026-06-24T22:35:57.321Z Compiling colorchoice v1.0.4
4852026-06-24T22:35:57.338Z Compiling cfg-if v1.0.4
4862026-06-24T22:35:57.392Z Compiling serde-untagged v0.1.9
4872026-06-24T22:35:57.439Z Compiling anstream v1.0.0
4882026-06-24T22:35:57.479Z Compiling semver v1.0.28
4892026-06-24T22:35:57.587Z Compiling fs-err v3.3.0
4902026-06-24T22:35:57.637Z Compiling heck v0.5.0
4912026-06-24T22:35:57.748Z Compiling bytecount v0.6.9
4922026-06-24T22:35:57.776Z Compiling heck v0.4.1
4932026-06-24T22:35:57.794Z Compiling clap_lex v1.0.0
4942026-06-24T22:35:57.842Z Compiling strsim v0.11.1
4952026-06-24T22:35:57.875Z Compiling unicode-width v0.1.14
4962026-06-24T22:35:57.891Z Compiling anyhow v1.0.102
4972026-06-24T22:35:58.006Z Compiling once_cell v1.21.3
4982026-06-24T22:35:58.192Z Compiling fnv v1.0.7
4992026-06-24T22:35:58.196Z Compiling fastrand v2.3.0
5002026-06-24T22:35:58.204Z Compiling unicode-xid v0.2.6
5012026-06-24T22:35:58.260Z Compiling papergrid v0.11.0
5022026-06-24T22:35:58.326Z Compiling clap_builder v4.6.0
5032026-06-24T22:35:58.429Z Compiling tempfile v3.25.0
5042026-06-24T22:35:58.445Z Compiling memmap v0.7.0
5052026-06-24T22:35:58.449Z Compiling unicode-linebreak v0.1.5
5062026-06-24T22:35:58.475Z Compiling serde_derive v1.0.228
5072026-06-24T22:35:58.687Z Compiling zerofrom-derive v0.1.6
5082026-06-24T22:35:58.728Z Compiling yoke-derive v0.8.1
5092026-06-24T22:35:58.877Z Compiling zerovec-derive v0.11.2
5102026-06-24T22:35:58.927Z Compiling displaydoc v0.2.5
5112026-06-24T22:35:59.685Z Compiling thiserror-impl v1.0.69
5122026-06-24T22:35:59.734Z Compiling zerocopy-derive v0.7.35
5132026-06-24T22:35:59.894Z Compiling pest_derive v2.8.6
5142026-06-24T22:36:00.007Z Compiling scroll_derive v0.12.1
5152026-06-24T22:36:00.078Z Compiling zerofrom v0.1.6
5162026-06-24T22:36:00.225Z Compiling yoke v0.8.1
5172026-06-24T22:36:00.344Z Compiling thiserror-impl v2.0.18
5182026-06-24T22:36:00.433Z Compiling zerovec v0.11.5
5192026-06-24T22:36:00.603Z Compiling zerotrie v0.2.3
5202026-06-24T22:36:00.674Z Compiling zerocopy v0.7.35
5212026-06-24T22:36:00.942Z Compiling tinystr v0.8.2
5222026-06-24T22:36:00.949Z Compiling potential_utf v0.1.4
5232026-06-24T22:36:01.061Z Compiling icu_locale_core v2.1.1
5242026-06-24T22:36:01.085Z Compiling icu_collections v2.1.1
5252026-06-24T22:36:01.106Z Compiling dtrace-parser v0.2.0
5262026-06-24T22:36:01.232Z Compiling scroll v0.12.0
5272026-06-24T22:36:01.417Z Compiling tabled_derive v0.7.0
5282026-06-24T22:36:01.433Z Compiling clap_derive v4.6.1
5292026-06-24T22:36:01.561Z Compiling goblin v0.8.2
5302026-06-24T22:36:01.675Z Compiling icu_provider v2.1.1
5312026-06-24T22:36:01.932Z Compiling toml_datetime v0.6.11
5322026-06-24T22:36:01.956Z Compiling serde_spanned v0.6.9
5332026-06-24T22:36:01.977Z Compiling icu_properties v2.1.2
5342026-06-24T22:36:02.007Z Compiling icu_normalizer v2.1.1
5352026-06-24T22:36:02.025Z Compiling dof v0.3.0
5362026-06-24T22:36:02.104Z Compiling toml_edit v0.22.27
5372026-06-24T22:36:02.197Z Compiling serde_tokenstream v0.2.3
5382026-06-24T22:36:02.414Z Compiling serde-value v0.7.0
5392026-06-24T22:36:02.522Z Compiling cargo-platform v0.2.0
5402026-06-24T22:36:02.543Z Compiling unicode-width v0.2.0
5412026-06-24T22:36:02.781Z Compiling smawk v0.3.2
5422026-06-24T22:36:02.797Z Compiling tabled v0.15.0
5432026-06-24T22:36:02.818Z Compiling idna_adapter v1.2.1
5442026-06-24T22:36:02.922Z Compiling idna v1.1.0
5452026-06-24T22:36:02.945Z Compiling usdt-macro v0.5.0
5462026-06-24T22:36:02.960Z Compiling usdt-attr-macro v0.5.0
5472026-06-24T22:36:03.061Z Compiling textwrap v0.16.2
5482026-06-24T22:36:03.189Z Compiling clap v4.6.1
5492026-06-24T22:36:03.277Z Compiling url v2.5.8
5502026-06-24T22:36:03.554Z Compiling macaddr v1.0.1
5512026-06-24T22:36:03.591Z Compiling toml v0.8.23
5522026-06-24T22:36:03.670Z Compiling camino-tempfile v1.4.1
5532026-06-24T22:36:04.008Z Compiling cargo-util-schemas v0.8.2
5542026-06-24T22:36:04.069Z Compiling cargo_toml v0.21.0
5552026-06-24T22:36:04.146Z Compiling swrite v0.1.0
5562026-06-24T22:36:04.208Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-06-24T22:36:04.607Z Compiling usdt v0.5.0
5582026-06-24T22:36:04.972Z Compiling cargo_metadata v0.21.0
5592026-06-24T22:36:05.889Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-24T22:36:07.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.48s
5612026-06-24T22:36:08.188Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-24T22:36:08.684Z Downloading crates ...
5632026-06-24T22:36:08.818Z Downloaded bitfield-struct v0.6.2
5642026-06-24T22:36:08.829Z Downloaded async-compression v0.4.41
5652026-06-24T22:36:08.829Z Downloaded assert_matches v1.5.0
5662026-06-24T22:36:08.829Z Downloaded arc-swap v1.8.2
5672026-06-24T22:36:08.829Z Downloaded cookie v0.18.1
5682026-06-24T22:36:08.829Z Downloaded csv-core v0.1.13
5692026-06-24T22:36:08.829Z Downloaded darling_macro v0.13.4
5702026-06-24T22:36:08.829Z Downloaded bcrypt-pbkdf v0.10.0
5712026-06-24T22:36:08.829Z Downloaded adler2 v2.0.1
5722026-06-24T22:36:08.836Z Downloaded arrayvec v0.7.6
5732026-06-24T22:36:08.836Z Downloaded darling_core v0.20.11
5742026-06-24T22:36:08.836Z Downloaded array-init v0.0.4
5752026-06-24T22:36:08.836Z Downloaded console v0.16.2
5762026-06-24T22:36:08.836Z Downloaded crc8 v0.1.1
5772026-06-24T22:36:08.836Z Downloaded crc v3.4.0
5782026-06-24T22:36:08.836Z Downloaded async-stream v0.3.6
5792026-06-24T22:36:08.841Z Downloaded crossbeam-deque v0.8.6
5802026-06-24T22:36:08.841Z Downloaded curve25519-dalek-derive v0.1.1
5812026-06-24T22:36:08.841Z Downloaded async-recursion v1.1.1
5822026-06-24T22:36:08.841Z Downloaded data-encoding v2.10.0
5832026-06-24T22:36:08.841Z Downloaded aead v0.5.2
5842026-06-24T22:36:08.841Z Downloaded argon2 v0.5.3
5852026-06-24T22:36:08.845Z Downloaded base16ct v0.2.0
5862026-06-24T22:36:08.846Z Downloaded async-stream-impl v0.3.6
5872026-06-24T22:36:08.846Z Downloaded crunchy v0.2.4
5882026-06-24T22:36:08.850Z Downloaded darling_macro v0.20.11
5892026-06-24T22:36:08.850Z Downloaded atomic-waker v1.1.2
5902026-06-24T22:36:08.853Z Downloaded async-trait v0.1.89
5912026-06-24T22:36:08.859Z Downloaded deranged v0.5.8
5922026-06-24T22:36:08.863Z Downloaded darling v0.13.4
5932026-06-24T22:36:08.866Z Downloaded bitfield-macros v0.19.4
5942026-06-24T22:36:08.866Z Downloaded ahash v0.8.12
5952026-06-24T22:36:08.867Z Downloaded defmt-macros v1.0.1
5962026-06-24T22:36:08.872Z Downloaded crypto-common v0.2.2
5972026-06-24T22:36:08.872Z Downloaded bit-set v0.5.3
5982026-06-24T22:36:08.872Z Downloaded atty v0.2.14
5992026-06-24T22:36:08.875Z Downloaded cmake v0.1.57
6002026-06-24T22:36:08.875Z Downloaded anstyle-parse v0.2.7
6012026-06-24T22:36:08.875Z Downloaded darling v0.23.0
6022026-06-24T22:36:08.878Z Downloaded bit-set v0.8.0
6032026-06-24T22:36:08.878Z Downloaded ascii-canvas v3.0.0
6042026-06-24T22:36:08.878Z Downloaded arrayref v0.3.9
6052026-06-24T22:36:08.882Z Downloaded daft v0.1.7
6062026-06-24T22:36:08.882Z Downloaded darling v0.21.3
6072026-06-24T22:36:08.886Z Downloaded defmt v1.0.1
6082026-06-24T22:36:08.890Z Downloaded darling_core v0.13.4
6092026-06-24T22:36:08.890Z Downloaded darling_macro v0.23.0
6102026-06-24T22:36:08.890Z Downloaded cstr-argument v0.1.2
6112026-06-24T22:36:08.895Z Downloaded crucible-workspace-hack v0.1.0
6122026-06-24T22:36:08.895Z Downloaded crc-catalog v2.4.0
6132026-06-24T22:36:08.895Z Downloaded cpufeatures v0.3.0
6142026-06-24T22:36:08.895Z Downloaded debug-ignore v1.0.5
6152026-06-24T22:36:08.899Z Downloaded bcs v0.1.6
6162026-06-24T22:36:08.899Z Downloaded constant_time_eq v0.4.2
6172026-06-24T22:36:08.899Z Downloaded cfg_aliases v0.2.1
6182026-06-24T22:36:08.899Z Downloaded darling_core v0.21.3
6192026-06-24T22:36:08.903Z Downloaded darling_macro v0.21.3
6202026-06-24T22:36:08.903Z Downloaded crossbeam-utils v0.8.21
6212026-06-24T22:36:08.906Z Downloaded atomicwrites v0.4.4
6222026-06-24T22:36:08.906Z Downloaded critical-section v1.2.0
6232026-06-24T22:36:08.906Z Downloaded bb8 v0.8.6
6242026-06-24T22:36:08.906Z Downloaded defmt v0.3.100
6252026-06-24T22:36:08.909Z Downloaded crossterm v0.28.1
6262026-06-24T22:36:08.914Z Downloaded dunce v1.0.5
6272026-06-24T22:36:08.914Z Downloaded ciborium-ll v0.2.2
6282026-06-24T22:36:08.914Z Downloaded dropshot-api-manager-types v0.7.2
6292026-06-24T22:36:08.918Z Downloaded castaway v0.2.4
6302026-06-24T22:36:08.918Z Downloaded dirs-next v2.0.0
6312026-06-24T22:36:08.918Z Downloaded block-buffer v0.12.1
6322026-06-24T22:36:08.918Z Downloaded ciborium-io v0.2.2
6332026-06-24T22:36:08.922Z Downloaded dof v0.4.0
6342026-06-24T22:36:08.925Z Downloaded document-features v0.2.12
6352026-06-24T22:36:08.925Z Downloaded dsl_auto_type v0.2.0
6362026-06-24T22:36:08.925Z Downloaded cobs v0.3.0
6372026-06-24T22:36:08.928Z Downloaded buf-list v1.1.2
6382026-06-24T22:36:08.931Z Downloaded dirs-sys-next v0.1.2
6392026-06-24T22:36:08.935Z Downloaded embedded-io v0.4.0
6402026-06-24T22:36:08.935Z Downloaded block-padding v0.3.3
6412026-06-24T22:36:08.938Z Downloaded difflib v0.4.0
6422026-06-24T22:36:08.938Z Downloaded convert_case v0.4.0
6432026-06-24T22:36:08.938Z Downloaded derive_builder_macro v0.20.2
6442026-06-24T22:36:08.941Z Downloaded fd-lock v4.0.4
6452026-06-24T22:36:08.944Z Downloaded compression-core v0.4.31
6462026-06-24T22:36:08.949Z Downloaded downcast-rs v2.0.2
6472026-06-24T22:36:08.950Z Downloaded defmt-parser v1.0.0
6482026-06-24T22:36:08.953Z Downloaded cfg_aliases v0.1.1
6492026-06-24T22:36:08.953Z Downloaded cargo-platform v0.3.2
6502026-06-24T22:36:08.953Z Downloaded env_filter v1.0.0
6512026-06-24T22:36:08.953Z Downloaded foreign-types v0.5.0
6522026-06-24T22:36:08.956Z Downloaded float-ord v0.3.2
6532026-06-24T22:36:08.956Z Downloaded dtrace-parser v0.3.0
6542026-06-24T22:36:08.956Z Downloaded float-cmp v0.10.0
6552026-06-24T22:36:08.960Z Downloaded base64ct v1.8.3
6562026-06-24T22:36:08.962Z Downloaded dyn-clone v1.0.20
6572026-06-24T22:36:08.962Z Downloaded funty v2.0.0
6582026-06-24T22:36:08.962Z Downloaded endian-type v0.1.2
6592026-06-24T22:36:08.967Z Downloaded enum-as-inner v0.6.1
6602026-06-24T22:36:08.967Z Downloaded backoff v0.4.0
6612026-06-24T22:36:08.970Z Downloaded foreign-types-shared v0.3.1
6622026-06-24T22:36:08.970Z Downloaded foreign-types-shared v0.1.1
6632026-06-24T22:36:08.974Z Downloaded fxhash v0.2.1
6642026-06-24T22:36:08.974Z Downloaded futures-sink v0.3.32
6652026-06-24T22:36:08.974Z Downloaded fixedbitset v0.4.2
6662026-06-24T22:36:08.981Z Downloaded futures-task v0.3.32
6672026-06-24T22:36:08.985Z Downloaded convert_case v0.10.0
6682026-06-24T22:36:08.985Z Downloaded filetime v0.2.27
6692026-06-24T22:36:08.985Z Downloaded ff v0.13.1
6702026-06-24T22:36:08.985Z Downloaded display-error-chain v0.2.2
6712026-06-24T22:36:08.985Z Downloaded embedded-io v0.6.1
6722026-06-24T22:36:08.985Z Downloaded crypto-bigint v0.5.5
6732026-06-24T22:36:08.991Z Downloaded chacha20 v0.9.1
6742026-06-24T22:36:08.995Z Downloaded cbc v0.1.2
6752026-06-24T22:36:08.995Z Downloaded git-stub v1.0.0
6762026-06-24T22:36:08.995Z Downloaded cassowary v0.3.0
6772026-06-24T22:36:08.995Z Downloaded blowfish v0.9.1
6782026-06-24T22:36:08.995Z Downloaded allocator-api2 v0.2.21
6792026-06-24T22:36:08.998Z Downloaded bitfield v0.19.4
6802026-06-24T22:36:08.998Z Downloaded globwalk v0.9.1
6812026-06-24T22:36:08.998Z Downloaded bit-vec v0.6.3
6822026-06-24T22:36:09.001Z Downloaded hash32 v0.3.1
6832026-06-24T22:36:09.001Z Downloaded futures-macro v0.3.32
6842026-06-24T22:36:09.002Z Downloaded hash32 v0.2.1
6852026-06-24T22:36:09.004Z Downloaded camino-tempfile-ext v0.3.3
6862026-06-24T22:36:09.004Z Downloaded futures-core v0.3.32
6872026-06-24T22:36:09.004Z Downloaded byte-wrapper v0.1.0
6882026-06-24T22:36:09.007Z Downloaded const_format_proc_macros v0.2.34
6892026-06-24T22:36:09.009Z Downloaded gethostname v0.5.0
6902026-06-24T22:36:09.009Z Downloaded anstream v0.6.21
6912026-06-24T22:36:09.012Z Downloaded diesel-dtrace v0.5.0
6922026-06-24T22:36:09.012Z Downloaded daft-derive v0.1.7
6932026-06-24T22:36:09.017Z Downloaded cipher v0.4.4
6942026-06-24T22:36:09.017Z Downloaded diesel_table_macro_syntax v0.3.0
6952026-06-24T22:36:09.019Z Downloaded ctr v0.9.2
6962026-06-24T22:36:09.019Z Downloaded foldhash v0.1.5
6972026-06-24T22:36:09.019Z Downloaded erased-serde v0.3.31
6982026-06-24T22:36:09.022Z Downloaded corncobs v0.1.4
6992026-06-24T22:36:09.022Z Downloaded bitflags v1.3.2
7002026-06-24T22:36:09.026Z Downloaded derive-ex v0.1.8
7012026-06-24T22:36:09.026Z Downloaded fixedbitset v0.5.7
7022026-06-24T22:36:09.029Z Downloaded bit-vec v0.8.0
7032026-06-24T22:36:09.029Z Downloaded fs-err v2.11.0
7042026-06-24T22:36:09.032Z Downloaded bzip2 v0.6.1
7052026-06-24T22:36:09.032Z Downloaded flagset v0.4.7
7062026-06-24T22:36:09.034Z Downloaded async-bb8-diesel v0.2.1
7072026-06-24T22:36:09.034Z Downloaded home v0.5.12
7082026-06-24T22:36:09.037Z Downloaded either v1.15.0
7092026-06-24T22:36:09.037Z Downloaded ecdsa v0.16.9
7102026-06-24T22:36:09.040Z Downloaded crossbeam-epoch v0.9.18
7112026-06-24T22:36:09.040Z Downloaded httpdate v1.0.3
7122026-06-24T22:36:09.044Z Downloaded hex-literal v0.4.1
7132026-06-24T22:36:09.044Z Downloaded darling v0.20.11
7142026-06-24T22:36:09.048Z Downloaded fallible-iterator v0.2.0
7152026-06-24T22:36:09.048Z Downloaded futures-executor v0.3.32
7162026-06-24T22:36:09.048Z Downloaded fs_extra v1.3.0
7172026-06-24T22:36:09.053Z Downloaded cookie_store v0.22.1
7182026-06-24T22:36:09.053Z Downloaded cancel-safe-futures v0.1.5
7192026-06-24T22:36:09.053Z Downloaded headers-core v0.3.0
7202026-06-24T22:36:09.056Z Downloaded ghash v0.5.1
7212026-06-24T22:36:09.056Z Downloaded bzip2 v0.4.4
7222026-06-24T22:36:09.056Z Downloaded colored v3.1.1
7232026-06-24T22:36:09.056Z Downloaded http-body v1.0.1
7242026-06-24T22:36:09.058Z Downloaded hubpack v0.1.2
7252026-06-24T22:36:09.058Z Downloaded base64 v0.22.1
7262026-06-24T22:36:09.061Z Downloaded hubpack_derive v0.1.1
7272026-06-24T22:36:09.061Z Downloaded http-range v0.1.5
7282026-06-24T22:36:09.061Z Downloaded hostname v0.4.2
7292026-06-24T22:36:09.066Z Downloaded colored v2.2.0
7302026-06-24T22:36:09.066Z Downloaded hex v0.4.3
7312026-06-24T22:36:09.068Z Downloaded illumos-nvpair v0.3.0
7322026-06-24T22:36:09.069Z Downloaded ena v0.14.4
7332026-06-24T22:36:09.069Z Downloaded indoc v1.0.9
7342026-06-24T22:36:09.069Z Downloaded indent_write v2.2.0
7352026-06-24T22:36:09.074Z Downloaded ident_case v1.0.1
7362026-06-24T22:36:09.074Z Downloaded group v0.13.0
7372026-06-24T22:36:09.074Z Downloaded globset v0.4.18
7382026-06-24T22:36:09.077Z Downloaded glob v0.3.3
7392026-06-24T22:36:09.077Z Downloaded const-oid v0.9.6
7402026-06-24T22:36:09.077Z Downloaded hyper-tls v0.6.0
7412026-06-24T22:36:09.077Z Downloaded ed25519 v2.2.3
7422026-06-24T22:36:09.080Z Downloaded des v0.8.1
7432026-06-24T22:36:09.080Z Downloaded der_derive v0.7.3
7442026-06-24T22:36:09.083Z Downloaded console v0.15.11
7452026-06-24T22:36:09.083Z Downloaded chacha20 v0.10.0
7462026-06-24T22:36:09.087Z Downloaded crc32fast v1.5.0
7472026-06-24T22:36:09.087Z Downloaded futures-channel v0.3.32
7482026-06-24T22:36:09.087Z Downloaded diff v0.1.13
7492026-06-24T22:36:09.091Z Downloaded find-msvc-tools v0.1.9
7502026-06-24T22:36:09.092Z Downloaded cexpr v0.6.0
7512026-06-24T22:36:09.092Z Downloaded backon v1.6.0
7522026-06-24T22:36:09.094Z Downloaded digest v0.11.3
7532026-06-24T22:36:09.094Z Downloaded illumos-nvpair-sys v0.2.0
7542026-06-24T22:36:09.094Z Downloaded derive_builder v0.20.2
7552026-06-24T22:36:09.097Z Downloaded crc-any v2.5.0
7562026-06-24T22:36:09.100Z Downloaded env_logger v0.11.9
7572026-06-24T22:36:09.103Z Downloaded instant v0.1.13
7582026-06-24T22:36:09.103Z Downloaded internet-checksum v0.2.1
7592026-06-24T22:36:09.103Z Downloaded is_ci v1.2.0
7602026-06-24T22:36:09.103Z Downloaded git-stub-vcs v0.1.0
7612026-06-24T22:36:09.106Z Downloaded instability v0.3.11
7622026-06-24T22:36:09.106Z Downloaded derive_builder_core v0.20.2
7632026-06-24T22:36:09.110Z Downloaded cargo_metadata v0.23.1
7642026-06-24T22:36:09.110Z Downloaded compression-codecs v0.4.37
7652026-06-24T22:36:09.114Z Downloaded futures-io v0.3.32
7662026-06-24T22:36:09.114Z Downloaded hostname v0.3.1
7672026-06-24T22:36:09.114Z Downloaded foreign-types-macros v0.2.3
7682026-06-24T22:36:09.114Z Downloaded foreign-types v0.3.2
7692026-06-24T22:36:09.118Z Downloaded lazy_static v1.5.0
7702026-06-24T22:36:09.121Z Downloaded lalrpop-util v0.19.12
7712026-06-24T22:36:09.121Z Downloaded half v1.8.3
7722026-06-24T22:36:09.124Z Downloaded getrandom v0.2.17
7732026-06-24T22:36:09.127Z Downloaded foldhash v0.2.0
7742026-06-24T22:36:09.131Z Downloaded clang-sys v1.8.1
7752026-06-24T22:36:09.131Z Downloaded humantime v2.3.0
7762026-06-24T22:36:09.134Z Downloaded http-body-util v0.1.3
7772026-06-24T22:36:09.134Z Downloaded lru-cache v0.1.2
7782026-06-24T22:36:09.134Z Downloaded inout v0.1.4
7792026-06-24T22:36:09.138Z Downloaded lzss v0.8.2
7802026-06-24T22:36:09.138Z Downloaded kstat-rs v0.2.4
7812026-06-24T22:36:09.143Z Downloaded match_cfg v0.1.0
7822026-06-24T22:36:09.143Z Downloaded hyper-staticfile v0.10.1
7832026-06-24T22:36:09.147Z Downloaded dropshot_endpoint v0.17.1
7842026-06-24T22:36:09.147Z Downloaded drift v0.2.0
7852026-06-24T22:36:09.150Z Downloaded maybe-uninit v2.0.0
7862026-06-24T22:36:09.153Z Downloaded lru v0.12.5
7872026-06-24T22:36:09.153Z Downloaded md5 v0.7.0
7882026-06-24T22:36:09.155Z Downloaded linked-hash-map v0.5.6
7892026-06-24T22:36:09.155Z Downloaded libscf-sys v1.1.0
7902026-06-24T22:36:09.155Z Downloaded aho-corasick v1.1.4
7912026-06-24T22:36:09.160Z Downloaded multimap v0.10.1
7922026-06-24T22:36:09.163Z Downloaded derive_more v0.99.20
7932026-06-24T22:36:09.163Z Downloaded const-oid v0.10.2
7942026-06-24T22:36:09.165Z Downloaded fatfs v0.3.6
7952026-06-24T22:36:09.168Z Downloaded nodrop v0.1.14
7962026-06-24T22:36:09.168Z Downloaded ingot v0.1.1
7972026-06-24T22:36:09.168Z Downloaded newline-converter v0.3.0
7982026-06-24T22:36:09.172Z Downloaded mime v0.3.17
7992026-06-24T22:36:09.172Z Downloaded blake2 v0.10.6
8002026-06-24T22:36:09.175Z Downloaded ingot-types v0.1.2
8012026-06-24T22:36:09.175Z Downloaded indoc v2.0.7
8022026-06-24T22:36:09.175Z Downloaded num v0.4.3
8032026-06-24T22:36:09.175Z Downloaded is-terminal v0.4.17
8042026-06-24T22:36:09.178Z Downloaded darling_core v0.23.0
8052026-06-24T22:36:09.181Z Downloaded ipnet v2.11.0
8062026-06-24T22:36:09.181Z Downloaded impl-trait-for-tuples v0.2.3
8072026-06-24T22:36:09.185Z Downloaded derive-where v1.6.0
8082026-06-24T22:36:09.190Z Downloaded num-conv v0.2.0
8092026-06-24T22:36:09.190Z Downloaded jobserver v0.1.34
8102026-06-24T22:36:09.190Z Downloaded managed v0.8.0
8112026-06-24T22:36:09.194Z Downloaded getrandom v0.3.4
8122026-06-24T22:36:09.194Z Downloaded futures v0.3.32
8132026-06-24T22:36:09.197Z Downloaded num-iter v0.1.45
8142026-06-24T22:36:09.197Z Downloaded normalize-line-endings v0.3.0
8152026-06-24T22:36:09.197Z Downloaded nonempty v0.12.0
8162026-06-24T22:36:09.197Z Downloaded keccak v0.1.6
8172026-06-24T22:36:09.197Z Downloaded httparse v1.10.1
8182026-06-24T22:36:09.200Z Downloaded ciborium v0.2.2
8192026-06-24T22:36:09.200Z Downloaded libefi-sys v0.1.0
8202026-06-24T22:36:09.206Z Downloaded memoffset v0.9.1
8212026-06-24T22:36:09.206Z Downloaded num_enum_derive v0.5.11
8222026-06-24T22:36:09.209Z Downloaded newtype-uuid-macros v0.1.0
8232026-06-24T22:36:09.209Z Downloaded md-5 v0.10.6
8242026-06-24T22:36:09.209Z Downloaded hybrid-array v0.4.10
8252026-06-24T22:36:09.209Z Downloaded openssl-probe v0.2.1
8262026-06-24T22:36:09.211Z Downloaded num-derive v0.4.2
8272026-06-24T22:36:09.211Z Downloaded opaque-debug v0.3.1
8282026-06-24T22:36:09.215Z Downloaded num_threads v0.1.7
8292026-06-24T22:36:09.215Z Downloaded openssl-probe v0.1.6
8302026-06-24T22:36:09.215Z Downloaded openssl-macros v0.1.1
8312026-06-24T22:36:09.215Z Downloaded new_debug_unreachable v1.0.6
8322026-06-24T22:36:09.218Z Downloaded elliptic-curve v0.13.8
8332026-06-24T22:36:09.218Z Downloaded maplit v1.0.2
8342026-06-24T22:36:09.218Z Downloaded highway v1.3.0
8352026-06-24T22:36:09.221Z Downloaded oso-derive v0.27.3
8362026-06-24T22:36:09.221Z Downloaded olpc-cjson v0.1.4
8372026-06-24T22:36:09.225Z Downloaded iana-time-zone v0.1.65
8382026-06-24T22:36:09.225Z Downloaded packed_struct_codegen v0.10.1
8392026-06-24T22:36:09.228Z Downloaded lru-slab v0.1.2
8402026-06-24T22:36:09.228Z Downloaded ipnetwork v0.21.1
8412026-06-24T22:36:09.228Z Downloaded nanorand v0.7.0
8422026-06-24T22:36:09.230Z Downloaded lock_api v0.4.14
8432026-06-24T22:36:09.230Z Downloaded crossbeam-channel v0.5.15
8442026-06-24T22:36:09.233Z Downloaded ingot-macros v0.1.1
8452026-06-24T22:36:09.239Z Downloaded hyper-rustls v0.27.7
8462026-06-24T22:36:09.239Z Downloaded nibble_vec v0.1.0
8472026-06-24T22:36:09.242Z Downloaded num-derive v0.3.3
8482026-06-24T22:36:09.242Z Downloaded newtype_derive v0.1.6
8492026-06-24T22:36:09.242Z Downloaded libsw v3.5.0
8502026-06-24T22:36:09.247Z Downloaded ed25519-dalek v2.2.0
8512026-06-24T22:36:09.265Z Downloaded native-tls v0.2.18
8522026-06-24T22:36:09.267Z Downloaded base64 v0.21.7
8532026-06-24T22:36:09.267Z Downloaded parse-display v0.10.0
8542026-06-24T22:36:09.267Z Downloaded headers v0.4.1
8552026-06-24T22:36:09.271Z Downloaded path-slash v0.1.5
8562026-06-24T22:36:09.271Z Downloaded linear-map v1.2.0
8572026-06-24T22:36:09.273Z Downloaded heapless v0.8.0
8582026-06-24T22:36:09.277Z Downloaded phf_shared v0.11.3
8592026-06-24T22:36:09.277Z Downloaded pbkdf2 v0.11.0
8602026-06-24T22:36:09.280Z Downloaded parse-size v1.1.0
8612026-06-24T22:36:09.280Z Downloaded num_enum v0.7.6
8622026-06-24T22:36:09.283Z Downloaded pbkdf2 v0.12.2
8632026-06-24T22:36:09.283Z Downloaded num_enum_derive v0.7.6
8642026-06-24T22:36:09.283Z Downloaded half v2.7.1
8652026-06-24T22:36:09.286Z Downloaded num-integer v0.1.46
8662026-06-24T22:36:09.286Z Downloaded bytes v1.11.1
8672026-06-24T22:36:09.291Z Downloaded num_enum v0.5.11
8682026-06-24T22:36:09.295Z Downloaded precomputed-hash v0.1.1
8692026-06-24T22:36:09.295Z Downloaded memmap2 v0.9.10
8702026-06-24T22:36:09.295Z Downloaded num-rational v0.4.2
8712026-06-24T22:36:09.295Z Downloaded hmac v0.12.1
8722026-06-24T22:36:09.298Z Downloaded libloading v0.8.9
8732026-06-24T22:36:09.298Z Downloaded peg-runtime v0.8.5
8742026-06-24T22:36:09.298Z Downloaded indexmap v1.9.3
8752026-06-24T22:36:09.301Z Downloaded phf_shared v0.13.1
8762026-06-24T22:36:09.301Z Downloaded phf_shared v0.12.1
8772026-06-24T22:36:09.301Z Downloaded ar_archive_writer v0.5.1
8782026-06-24T22:36:09.304Z Downloaded mime_guess v2.0.5
8792026-06-24T22:36:09.304Z Downloaded oxide-tokio-rt v0.1.4
8802026-06-24T22:36:09.307Z Downloaded packed_struct v0.10.1
8812026-06-24T22:36:09.307Z Downloaded libsw-core v0.3.2
8822026-06-24T22:36:09.309Z Downloaded flume v0.11.1
8832026-06-24T22:36:09.314Z Downloaded compact_str v0.8.1
8842026-06-24T22:36:09.314Z Downloaded cc v1.2.56
8852026-06-24T22:36:09.317Z Downloaded proc-macro-crate v1.3.1
8862026-06-24T22:36:09.317Z Downloaded predicates-tree v1.0.13
8872026-06-24T22:36:09.317Z Downloaded powerfmt v0.2.0
8882026-06-24T22:36:09.320Z Downloaded oxnet v0.1.6
8892026-06-24T22:36:09.323Z Downloaded predicates-core v1.0.10
8902026-06-24T22:36:09.327Z Downloaded owo-colors v4.3.0
8912026-06-24T22:36:09.330Z Downloaded const_format v0.2.35
8922026-06-24T22:36:09.332Z Downloaded flate2 v1.1.9
8932026-06-24T22:36:09.335Z Downloaded chacha20poly1305 v0.10.1
8942026-06-24T22:36:09.337Z Downloaded progenitor-client v0.14.0
8952026-06-24T22:36:09.342Z Downloaded password-hash v0.5.0
8962026-06-24T22:36:09.345Z Downloaded heapless v0.7.17
8972026-06-24T22:36:09.347Z Downloaded pem-rfc7468 v0.7.0
8982026-06-24T22:36:09.347Z Downloaded proc-macro-error-attr2 v2.0.0
8992026-06-24T22:36:09.347Z Downloaded parking_lot_core v0.8.6
9002026-06-24T22:36:09.350Z Downloaded nu-ansi-term v0.50.3
9012026-06-24T22:36:09.350Z Downloaded psl-types v2.0.11
9022026-06-24T22:36:09.353Z Downloaded progenitor-macro v0.13.0
9032026-06-24T22:36:09.353Z Downloaded quick-error v1.2.3
9042026-06-24T22:36:09.356Z Downloaded peg-macros v0.8.5
9052026-06-24T22:36:09.358Z Downloaded proc-macro-crate v3.4.0
9062026-06-24T22:36:09.362Z Downloaded newtype-uuid v1.3.2
9072026-06-24T22:36:09.363Z Downloaded num-complex v0.4.6
9082026-06-24T22:36:09.366Z Downloaded radium v0.7.0
9092026-06-24T22:36:09.368Z Downloaded rand_chacha v0.3.1
9102026-06-24T22:36:09.371Z Downloaded libbz2-rs-sys v0.2.2
9112026-06-24T22:36:09.374Z Downloaded paste v1.0.15
9122026-06-24T22:36:09.374Z Downloaded parse-display-derive v0.10.0
9132026-06-24T22:36:09.376Z Downloaded phf v0.12.1
9142026-06-24T22:36:09.376Z Downloaded ignore v0.4.25
9152026-06-24T22:36:09.380Z Downloaded rand_xorshift v0.4.0
9162026-06-24T22:36:09.380Z Downloaded multer v3.1.0
9172026-06-24T22:36:09.383Z Downloaded ppv-lite86 v0.2.21
9182026-06-24T22:36:09.384Z Downloaded aes v0.8.4
9192026-06-24T22:36:09.386Z Downloaded pin-project-internal v1.1.11
9202026-06-24T22:36:09.386Z Downloaded derive_more-impl v2.1.1
9212026-06-24T22:36:09.389Z Downloaded indicatif v0.18.4
9222026-06-24T22:36:09.393Z Downloaded derive_more v2.1.1
9232026-06-24T22:36:09.399Z Downloaded ref-cast v1.0.25
9242026-06-24T22:36:09.402Z Downloaded recursive v0.1.1
9252026-06-24T22:36:09.405Z Downloaded ref-cast-impl v1.0.25
9262026-06-24T22:36:09.405Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-06-24T22:36:09.405Z Downloaded predicates v3.1.4
9282026-06-24T22:36:09.407Z Downloaded litrs v1.0.0
9292026-06-24T22:36:09.411Z Downloaded parking_lot_core v0.9.12
9302026-06-24T22:36:09.411Z Downloaded bumpalo v3.20.2
9312026-06-24T22:36:09.413Z Downloaded parking_lot v0.11.2
9322026-06-24T22:36:09.416Z Downloaded crossterm v0.29.0
9332026-06-24T22:36:09.418Z Downloaded progenitor-extras v0.2.0
9342026-06-24T22:36:09.418Z Downloaded primeorder v0.13.6
9352026-06-24T22:36:09.421Z Downloaded hickory-resolver v0.25.2
9362026-06-24T22:36:09.423Z Downloaded hickory-resolver v0.24.4
9372026-06-24T22:36:09.426Z Downloaded rfc6979 v0.4.0
9382026-06-24T22:36:09.426Z Downloaded polyval v0.6.2
9392026-06-24T22:36:09.429Z Downloaded rtoolbox v0.0.3
9402026-06-24T22:36:09.429Z Downloaded psm v0.1.30
9412026-06-24T22:36:09.431Z Downloaded phf v0.13.1
9422026-06-24T22:36:09.431Z Downloaded parking_lot v0.12.5
9432026-06-24T22:36:09.434Z Downloaded peg v0.8.5
9442026-06-24T22:36:09.437Z Downloaded poly1305 v0.8.0
9452026-06-24T22:36:09.437Z Downloaded rustc_version v0.1.7
9462026-06-24T22:36:09.440Z Downloaded proc-macro-error2 v2.0.1
9472026-06-24T22:36:09.443Z Downloaded progenitor-macro v0.14.0
9482026-06-24T22:36:09.443Z Downloaded progenitor-client v0.13.0
9492026-06-24T22:36:09.443Z Downloaded progenitor v0.14.0
9502026-06-24T22:36:09.445Z Downloaded progenitor v0.13.0
9512026-06-24T22:36:09.445Z Downloaded password-hash v0.4.2
9522026-06-24T22:36:09.448Z Downloaded postgres-protocol v0.6.10
9532026-06-24T22:36:09.448Z Downloaded pkg-config v0.3.32
9542026-06-24T22:36:09.451Z Downloaded pkcs5 v0.7.1
9552026-06-24T22:36:09.451Z Downloaded rustc_version v0.4.1
9562026-06-24T22:36:09.453Z Downloaded rand_core v0.9.5
9572026-06-24T22:36:09.453Z Downloaded r2d2 v0.8.10
9582026-06-24T22:36:09.482Z Downloaded expectorate v1.2.0
9592026-06-24T22:36:09.482Z Downloaded rustc-hash v2.1.1
9602026-06-24T22:36:09.482Z Downloaded diesel_derives v2.3.7
9612026-06-24T22:36:09.482Z Downloaded russh-cryptovec v0.7.3
9622026-06-24T22:36:09.482Z Downloaded pin-project-lite v0.2.17
9632026-06-24T22:36:09.482Z Downloaded salsa20 v0.10.2
9642026-06-24T22:36:09.482Z Downloaded pkcs1 v0.7.5
9652026-06-24T22:36:09.482Z Downloaded pem v3.0.6
9662026-06-24T22:36:09.482Z Downloaded miniz_oxide v0.8.9
9672026-06-24T22:36:09.482Z Downloaded der v0.7.10
9682026-06-24T22:36:09.482Z Downloaded rand_core v0.10.0
9692026-06-24T22:36:09.482Z Downloaded oso v0.27.3
9702026-06-24T22:36:09.482Z Downloaded rand_seeder v0.4.0
9712026-06-24T22:36:09.482Z Downloaded postgres-types v0.2.12
9722026-06-24T22:36:09.482Z Downloaded scheduled-thread-pool v0.2.7
9732026-06-24T22:36:09.485Z Downloaded postcard v1.1.3
9742026-06-24T22:36:09.485Z Downloaded papergrid v0.17.0
9752026-06-24T22:36:09.485Z Downloaded sapling-renderdag v0.1.0
9762026-06-24T22:36:09.485Z Downloaded same-file v1.0.6
9772026-06-24T22:36:09.488Z Downloaded pkcs8 v0.10.2
9782026-06-24T22:36:09.488Z Downloaded hickory-server v0.25.2
9792026-06-24T22:36:09.491Z Downloaded secrecy v0.8.0
9802026-06-24T22:36:09.493Z Downloaded scroll_derive v0.13.1
9812026-06-24T22:36:09.493Z Downloaded scopeguard v1.2.0
9822026-06-24T22:36:09.493Z Downloaded hashbrown v0.12.3
9832026-06-24T22:36:09.496Z Downloaded scrypt v0.11.0
9842026-06-24T22:36:09.500Z Downloaded resolv-conf v0.7.6
9852026-06-24T22:36:09.500Z Downloaded serde-big-array v0.5.1
9862026-06-24T22:36:09.507Z Downloaded secrecy v0.10.3
9872026-06-24T22:36:09.510Z Downloaded quinn-udp v0.5.14
9882026-06-24T22:36:09.514Z Downloaded semver v0.1.20
9892026-06-24T22:36:09.520Z Downloaded serde_bytes v0.11.19
9902026-06-24T22:36:09.523Z Downloaded serde_urlencoded v0.7.1
9912026-06-24T22:36:09.523Z Downloaded serde_spanned v1.1.1
9922026-06-24T22:36:09.526Z Downloaded jiff-static v0.2.21
9932026-06-24T22:36:09.528Z Downloaded aes-gcm v0.10.3
9942026-06-24T22:36:09.528Z Downloaded http v1.4.2
9952026-06-24T22:36:09.533Z Downloaded rand_chacha v0.9.0
9962026-06-24T22:36:09.535Z Downloaded pin-project v1.1.11
9972026-06-24T22:36:09.538Z Downloaded rusty-fork v0.3.1
9982026-06-24T22:36:09.541Z Downloaded serde_repr v0.1.20
9992026-06-24T22:36:09.541Z Downloaded seq-macro v0.3.6
10002026-06-24T22:36:09.544Z Downloaded signal-hook-tokio v0.3.1
10012026-06-24T22:36:09.544Z Downloaded sha1 v0.10.6
10022026-06-24T22:36:09.544Z Downloaded rustversion v1.0.22
10032026-06-24T22:36:09.546Z Downloaded signature v2.2.0
10042026-06-24T22:36:09.546Z Downloaded shell-words v1.1.1
10052026-06-24T22:36:09.549Z Downloaded rand_core v0.6.4
10062026-06-24T22:36:09.549Z Downloaded rustls-pemfile v2.2.0
10072026-06-24T22:36:09.552Z Downloaded minimal-lexical v0.2.1
10082026-06-24T22:36:09.555Z Downloaded signal-hook-mio v0.2.5
10092026-06-24T22:36:09.557Z Downloaded siphasher v1.0.2
10102026-06-24T22:36:09.560Z Downloaded sha1 v0.11.0
10112026-06-24T22:36:09.560Z Downloaded openssl-sys v0.9.115
10122026-06-24T22:36:09.565Z Downloaded hashbrown v0.13.2
10132026-06-24T22:36:09.568Z Downloaded prefix-trie v0.7.0
10142026-06-24T22:36:09.570Z Downloaded sec1 v0.7.3
10152026-06-24T22:36:09.575Z Downloaded schemars_derive v0.8.22
10162026-06-24T22:36:09.578Z Downloaded sigpipe v0.1.3
10172026-06-24T22:36:09.578Z Downloaded slog-bunyan v2.5.0
10182026-06-24T22:36:09.582Z Downloaded hyper-util v0.1.20
10192026-06-24T22:36:09.586Z Downloaded progenitor-impl v0.14.0
10202026-06-24T22:36:09.591Z Downloaded scroll v0.13.0
10212026-06-24T22:36:09.595Z Downloaded sqlparser_derive v0.5.0
10222026-06-24T22:36:09.595Z Downloaded rustls-pki-types v1.14.0
10232026-06-24T22:36:09.597Z Downloaded serde_path_to_error v0.1.20
10242026-06-24T22:36:09.597Z Downloaded serde_derive_internals v0.29.1
10252026-06-24T22:36:09.597Z Downloaded serde-hex v0.1.0
10262026-06-24T22:36:09.610Z Downloaded serde_plain v1.0.2
10272026-06-24T22:36:09.613Z Downloaded ssh-cipher v0.2.0
10282026-06-24T22:36:09.616Z Downloaded slog-envlogger v2.2.0
10292026-06-24T22:36:09.623Z Downloaded ssh-encoding v0.2.0
10302026-06-24T22:36:09.628Z Downloaded p256 v0.13.2
10312026-06-24T22:36:09.630Z Downloaded rustls-native-certs v0.8.3
10322026-06-24T22:36:09.633Z Downloaded structmeta v0.3.0
10332026-06-24T22:36:09.637Z Downloaded serde_with_macros v1.5.2
10342026-06-24T22:36:09.642Z Downloaded strum v0.26.3
10352026-06-24T22:36:09.642Z Downloaded subtle v2.6.1
10362026-06-24T22:36:09.645Z Downloaded slog-async v2.8.0
10372026-06-24T22:36:09.645Z Downloaded strum v0.27.2
10382026-06-24T22:36:09.645Z Downloaded strsim v0.10.0
10392026-06-24T22:36:09.645Z Downloaded structmeta-derive v0.3.0
10402026-06-24T22:36:09.647Z Downloaded strip-ansi-escapes v0.2.1
10412026-06-24T22:36:09.651Z Downloaded simd-adler32 v0.3.8
10422026-06-24T22:36:09.656Z Downloaded slog-scope v4.4.1
10432026-06-24T22:36:09.659Z Downloaded itertools v0.10.5
10442026-06-24T22:36:09.661Z Downloaded tabled_derive v0.11.0
10452026-06-24T22:36:09.664Z Downloaded sync_wrapper v1.0.2
10462026-06-24T22:36:09.664Z Downloaded signal-hook-registry v1.4.8
10472026-06-24T22:36:09.664Z Downloaded slog-json v2.6.1
10482026-06-24T22:36:09.667Z Downloaded sync-ptr v0.1.4
10492026-06-24T22:36:09.667Z Downloaded supports-color v3.0.2
10502026-06-24T22:36:09.667Z Downloaded hashbrown v0.15.5
10512026-06-24T22:36:09.669Z Downloaded russh-keys v0.45.0
10522026-06-24T22:36:09.673Z Downloaded slab v0.4.12
10532026-06-24T22:36:09.676Z Downloaded smf v0.2.3
10542026-06-24T22:36:09.678Z Downloaded tagptr v0.2.0
10552026-06-24T22:36:09.678Z Downloaded tabwriter v1.4.1
10562026-06-24T22:36:09.678Z Downloaded smallvec v0.6.14
10572026-06-24T22:36:09.681Z Downloaded slog-stdlog v4.1.1
10582026-06-24T22:36:09.681Z Downloaded thiserror-impl-no-std v2.0.2
10592026-06-24T22:36:09.684Z Downloaded testing_table v0.3.0
10602026-06-24T22:36:09.684Z Downloaded take_mut v0.2.2
10612026-06-24T22:36:09.684Z Downloaded slog-dtrace v0.3.0
10622026-06-24T22:36:09.684Z Downloaded tap v1.0.1
10632026-06-24T22:36:09.690Z Downloaded thread-id v5.1.0
10642026-06-24T22:36:09.693Z Downloaded dropshot-api-manager v0.7.2
10652026-06-24T22:36:09.698Z Downloaded progenitor-impl v0.13.0
10662026-06-24T22:36:09.701Z Downloaded spki v0.7.3
10672026-06-24T22:36:09.705Z Downloaded time-core v0.1.8
10682026-06-24T22:36:09.708Z Downloaded static_assertions v1.1.0
10692026-06-24T22:36:09.710Z Downloaded stacker v0.1.23
10702026-06-24T22:36:09.710Z Downloaded mio v1.2.0
10712026-06-24T22:36:09.713Z Downloaded ron v0.8.1
10722026-06-24T22:36:09.716Z Downloaded tinyvec_macros v0.1.1
10732026-06-24T22:36:09.719Z Downloaded string_cache v0.8.9
10742026-06-24T22:36:09.719Z Downloaded num-bigint v0.4.6
10752026-06-24T22:36:09.721Z Downloaded tokio-macros v2.7.0
10762026-06-24T22:36:09.724Z Downloaded stringprep v0.1.5
10772026-06-24T22:36:09.727Z Downloaded support-bundle-viewer v0.1.2
10782026-06-24T22:36:09.727Z Downloaded strum_macros v0.27.2
10792026-06-24T22:36:09.729Z Downloaded snafu-derive v0.8.9
10802026-06-24T22:36:09.730Z Downloaded shlex v1.3.0
10812026-06-24T22:36:09.730Z Downloaded rustls-platform-verifier v0.6.2
10822026-06-24T22:36:09.733Z Downloaded strum_macros v0.24.3
10832026-06-24T22:36:09.735Z Downloaded strum_macros v0.26.4
10842026-06-24T22:36:09.739Z Downloaded prettyplease v0.2.37
10852026-06-24T22:36:09.741Z Downloaded ryu v1.0.23
10862026-06-24T22:36:09.744Z Downloaded schemars v0.8.22
10872026-06-24T22:36:09.750Z Downloaded rayon-core v1.13.0
10882026-06-24T22:36:09.752Z Downloaded serde_cbor v0.11.2
10892026-06-24T22:36:09.755Z Downloaded pretty_assertions v1.4.1
10902026-06-24T22:36:09.765Z Downloaded termtree v0.5.1
10912026-06-24T22:36:09.768Z Downloaded thread_local v1.1.9
10922026-06-24T22:36:09.771Z Downloaded termios v0.3.3
10932026-06-24T22:36:09.771Z Downloaded try-lock v0.2.5
10942026-06-24T22:36:09.773Z Downloaded rand v0.8.6
10952026-06-24T22:36:09.781Z Downloaded hashbrown v0.16.1
10962026-06-24T22:36:09.784Z Downloaded time-macros v0.2.27
10972026-06-24T22:36:09.787Z Downloaded tower-service v0.3.3
10982026-06-24T22:36:09.787Z Downloaded topological-sort v0.2.2
10992026-06-24T22:36:09.789Z Downloaded tiny-keccak v2.0.2
11002026-06-24T22:36:09.789Z Downloaded sqlformat v0.3.5
11012026-06-24T22:36:09.792Z Downloaded slog-term v2.9.2
11022026-06-24T22:36:09.792Z Downloaded publicsuffix v2.3.0
11032026-06-24T22:36:09.795Z Downloaded signal-hook v0.3.18
11042026-06-24T22:36:09.797Z Downloaded tokio-dtrace v0.1.1
11052026-06-24T22:36:09.797Z Downloaded tls_codec_derive v0.4.2
11062026-06-24T22:36:09.797Z Downloaded spin v0.9.8
11072026-06-24T22:36:09.801Z Downloaded nom v7.1.3
11082026-06-24T22:36:09.806Z Downloaded tokio-native-tls v0.3.1
11092026-06-24T22:36:09.806Z Downloaded serde_yaml v0.9.34+deprecated
11102026-06-24T22:36:09.809Z Downloaded untrusted v0.9.0
11112026-06-24T22:36:09.812Z Downloaded similar v2.7.0
11122026-06-24T22:36:09.814Z Downloaded usdt-attr-macro v0.6.0
11132026-06-24T22:36:09.815Z Downloaded serde_with_macros v3.17.0
11142026-06-24T22:36:09.817Z Downloaded usdt v0.6.0
11152026-06-24T22:36:09.817Z Downloaded tokio-tungstenite v0.23.1
11162026-06-24T22:36:09.822Z Downloaded unarray v0.1.4
11172026-06-24T22:36:09.825Z Downloaded typify-macro v0.6.2
11182026-06-24T22:36:09.828Z Downloaded schemars v0.9.0
11192026-06-24T22:36:09.832Z Downloaded libxml v0.3.3
11202026-06-24T22:36:09.837Z Downloaded quinn v0.11.9
11212026-06-24T22:36:09.839Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-06-24T22:36:09.842Z Downloaded tokio-tungstenite v0.21.0
11232026-06-24T22:36:09.845Z Downloaded toml_writer v1.1.1+spec-1.1.0
11242026-06-24T22:36:09.845Z Downloaded rcgen v0.12.1
11252026-06-24T22:36:09.847Z Downloaded iri-string v0.7.10
11262026-06-24T22:36:09.850Z Downloaded universal-hash v0.5.1
11272026-06-24T22:36:09.853Z Downloaded unit-prefix v0.5.2
11282026-06-24T22:36:09.853Z Downloaded unicode-truncate v1.1.0
11292026-06-24T22:36:09.855Z Downloaded term v1.2.1
11302026-06-24T22:36:09.855Z Downloaded tui-tree-widget v0.23.1
11312026-06-24T22:36:09.858Z Downloaded term v0.7.0
11322026-06-24T22:36:09.858Z Downloaded usdt-macro v0.6.0
11332026-06-24T22:36:09.861Z Downloaded untrusted v0.7.1
11342026-06-24T22:36:09.861Z Downloaded trait-variant v0.1.2
11352026-06-24T22:36:09.861Z Downloaded thiserror-no-std v2.0.2
11362026-06-24T22:36:09.864Z Downloaded want v0.3.1
11372026-06-24T22:36:09.864Z Downloaded waitgroup v0.1.2
11382026-06-24T22:36:09.867Z Downloaded wait-timeout v0.2.1
11392026-06-24T22:36:09.867Z Downloaded socket2 v0.6.3
11402026-06-24T22:36:09.872Z Downloaded socket2 v0.5.10
11412026-06-24T22:36:09.875Z Downloaded rsa v0.9.10
11422026-06-24T22:36:09.878Z Downloaded unicase v2.9.0
11432026-06-24T22:36:09.881Z Downloaded tower-layer v0.3.3
11442026-06-24T22:36:09.883Z Downloaded void v1.0.2
11452026-06-24T22:36:09.886Z Downloaded hyper v1.10.1
11462026-06-24T22:36:09.890Z Downloaded tls_codec v0.4.2
11472026-06-24T22:36:09.892Z Downloaded rand v0.9.2
11482026-06-24T22:36:09.895Z Downloaded rustls-webpki v0.103.9
11492026-06-24T22:36:09.898Z Downloaded schemars v1.2.1
11502026-06-24T22:36:09.905Z Downloaded xshell-macros v0.2.7
11512026-06-24T22:36:09.908Z Downloaded xattr v1.6.1
11522026-06-24T22:36:09.911Z Downloaded itertools v0.12.1
11532026-06-24T22:36:09.914Z Downloaded tokio-rustls v0.26.4
11542026-06-24T22:36:09.920Z Downloaded slog v2.8.2
11552026-06-24T22:36:09.922Z Downloaded utf-8 v0.7.6
11562026-06-24T22:36:09.927Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-06-24T22:36:09.927Z Downloaded tokio-stream v0.1.18
11582026-06-24T22:36:09.929Z Downloaded vergen-git2 v9.1.0
11592026-06-24T22:36:09.933Z Downloaded nom v8.0.0
11602026-06-24T22:36:09.936Z Downloaded itertools v0.13.0
11612026-06-24T22:36:09.940Z Downloaded test-strategy v0.4.5
11622026-06-24T22:36:09.946Z Downloaded zeroize_derive v1.4.3
11632026-06-24T22:36:09.949Z Downloaded zone_cfg_derive v0.3.1
11642026-06-24T22:36:09.949Z Downloaded zone v0.3.1
11652026-06-24T22:36:09.953Z Downloaded vergen-lib v0.1.6
11662026-06-24T22:36:09.956Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11672026-06-24T22:36:09.956Z Downloaded qorb v0.4.1
11682026-06-24T22:36:09.962Z Downloaded num-bigint-dig v0.8.6
11692026-06-24T22:36:09.965Z Downloaded walkdir v2.5.0
11702026-06-24T22:36:09.969Z Downloaded uzers v0.12.2
11712026-06-24T22:36:09.972Z Downloaded wyz v0.5.1
11722026-06-24T22:36:09.972Z Downloaded whoami v2.1.0
11732026-06-24T22:36:09.974Z Downloaded subprocess v0.2.15
11742026-06-24T22:36:09.974Z Downloaded tinyvec v1.10.0
11752026-06-24T22:36:09.977Z Downloaded vergen-lib v9.1.0
11762026-06-24T22:36:09.980Z Downloaded rand v0.10.0
11772026-06-24T22:36:09.983Z Downloaded vsss-rs v3.3.4
11782026-06-24T22:36:09.983Z Downloaded vergen-gitcl v1.0.8
11792026-06-24T22:36:09.985Z Downloaded libm v0.2.16
11802026-06-24T22:36:09.991Z Downloaded h2 v0.4.15
11812026-06-24T22:36:09.995Z Downloaded tracing-attributes v0.1.31
11822026-06-24T22:36:09.998Z Downloaded samael v0.0.19
11832026-06-24T22:36:10.001Z Downloaded hkdf v0.12.4
11842026-06-24T22:36:10.004Z Downloaded usdt-impl v0.6.0
11852026-06-24T22:36:10.004Z Downloaded xshell v0.2.7
11862026-06-24T22:36:10.007Z Downloaded vergen v9.1.0
11872026-06-24T22:36:10.008Z Downloaded snafu v0.8.9
11882026-06-24T22:36:10.011Z Downloaded futures-util v0.3.32
11892026-06-24T22:36:10.018Z Downloaded zeroize v1.8.2
11902026-06-24T22:36:10.022Z Downloaded tar v0.4.45
11912026-06-24T22:36:10.022Z Downloaded twox-hash v2.1.2
11922026-06-24T22:36:10.025Z Downloaded toml v1.1.2+spec-1.1.0
11932026-06-24T22:36:10.025Z Downloaded toml v0.7.8
11942026-06-24T22:36:10.027Z Downloaded tracing-core v0.1.36
11952026-06-24T22:36:10.030Z Downloaded blake3 v1.8.5
11962026-06-24T22:36:10.036Z Downloaded russh v0.45.0
11972026-06-24T22:36:10.041Z Downloaded rustyline v14.0.0
11982026-06-24T22:36:10.046Z Downloaded zstd v0.13.3
11992026-06-24T22:36:10.052Z Downloaded unicode-properties v0.1.4
12002026-06-24T22:36:10.054Z Downloaded steno v0.4.1
12012026-06-24T22:36:10.057Z Downloaded yasna v0.5.2
12022026-06-24T22:36:10.057Z Downloaded p521 v0.13.3
12032026-06-24T22:36:10.060Z Downloaded whoami v1.6.1
12042026-06-24T22:36:10.062Z Downloaded itertools v0.14.0
12052026-06-24T22:36:10.065Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-06-24T22:36:10.068Z Downloaded iddqd v0.4.2
12072026-06-24T22:36:10.073Z Downloaded zerocopy v0.6.6
12082026-06-24T22:36:10.075Z Downloaded tungstenite v0.21.0
12092026-06-24T22:36:10.078Z Downloaded bindgen v0.71.1
12102026-06-24T22:36:10.081Z Downloaded zstd-safe v7.2.4
12112026-06-24T22:36:10.083Z Downloaded curve25519-dalek v4.1.3
12122026-06-24T22:36:10.087Z Downloaded rpassword v7.4.0
12132026-06-24T22:36:10.090Z Downloaded unicode-bidi v0.3.18
12142026-06-24T22:36:10.095Z Downloaded unsafe-libyaml v0.2.11
12152026-06-24T22:36:10.102Z Downloaded aws-lc-rs v1.16.3
12162026-06-24T22:36:10.118Z Downloaded serde_with v1.14.0
12172026-06-24T22:36:10.135Z Downloaded tungstenite v0.23.0
12182026-06-24T22:36:10.151Z Downloaded toml_edit v0.19.15
12192026-06-24T22:36:10.161Z Downloaded vte v0.14.1
12202026-06-24T22:36:10.164Z Downloaded typify v0.6.2
12212026-06-24T22:36:10.168Z Downloaded zopfli v0.8.3
12222026-06-24T22:36:10.170Z Downloaded bitvec v1.0.1
12232026-06-24T22:36:10.178Z Downloaded yansi v1.0.1
12242026-06-24T22:36:10.181Z Downloaded uuid v1.23.4
12252026-06-24T22:36:10.184Z Downloaded ssh-key v0.6.7
12262026-06-24T22:36:10.186Z Downloaded reedline v0.40.0
12272026-06-24T22:36:10.190Z Downloaded regex v1.12.3
12282026-06-24T22:36:10.193Z Downloaded p384 v0.13.1
12292026-06-24T22:36:10.196Z Downloaded reqwest v0.13.2
12302026-06-24T22:36:10.205Z Downloaded chrono v0.4.44
12312026-06-24T22:36:10.210Z Downloaded zip v0.6.6
12322026-06-24T22:36:10.213Z Downloaded unicode_categories v0.1.1
12332026-06-24T22:36:10.226Z Downloaded portable-atomic v1.13.1
12342026-06-24T22:36:10.236Z Downloaded git2 v0.20.4
12352026-06-24T22:36:10.240Z Downloaded tokio-postgres v0.7.16
12362026-06-24T22:36:10.251Z Downloaded reqwest v0.12.28
12372026-06-24T22:36:10.261Z Downloaded quick-xml v0.37.5
12382026-06-24T22:36:10.265Z Downloaded zerocopy-derive v0.8.40
12392026-06-24T22:36:10.270Z Downloaded salty v0.3.0
12402026-06-24T22:36:10.275Z Downloaded moka v0.12.13
12412026-06-24T22:36:10.281Z Downloaded goblin v0.10.5
12422026-06-24T22:36:10.284Z Downloaded tower v0.5.3
12432026-06-24T22:36:10.290Z Downloaded rayon v1.11.0
12442026-06-24T22:36:10.295Z Downloaded lalrpop v0.19.12
12452026-06-24T22:36:10.302Z Downloaded x509-cert v0.2.5
12462026-06-24T22:36:10.305Z Downloaded unicode-segmentation v1.12.0
12472026-06-24T22:36:10.308Z Downloaded typed-path v0.9.3
12482026-06-24T22:36:10.316Z Downloaded zip v4.6.1
12492026-06-24T22:36:10.320Z Downloaded tower-http v0.6.8
12502026-06-24T22:36:10.329Z Downloaded tokio-util v0.7.18
12512026-06-24T22:36:10.333Z Downloaded unicode-normalization v0.1.25
12522026-06-24T22:36:10.339Z Downloaded petname v2.0.2
12532026-06-24T22:36:10.347Z Downloaded tough v0.22.0
12542026-06-24T22:36:10.352Z Downloaded serde_with v3.17.0
12552026-06-24T22:36:10.369Z Downloaded proptest v1.10.0
12562026-06-24T22:36:10.392Z Downloaded winnow v0.5.40
12572026-06-24T22:36:10.401Z Downloaded object v0.30.4
12582026-06-24T22:36:10.414Z Downloaded quinn-proto v0.11.13
12592026-06-24T22:36:10.438Z Downloaded radix_trie v0.2.1
12602026-06-24T22:36:10.447Z Downloaded nix v0.27.1
12612026-06-24T22:36:10.453Z Downloaded polar-core v0.27.3
12622026-06-24T22:36:10.458Z Downloaded winnow v1.0.3
12632026-06-24T22:36:10.464Z Downloaded nix v0.28.0
12642026-06-24T22:36:10.472Z Downloaded winnow v0.6.26
12652026-06-24T22:36:10.476Z Downloaded bstr v1.12.1
12662026-06-24T22:36:10.481Z Downloaded openssl v0.10.79
12672026-06-24T22:36:10.488Z Downloaded time v0.3.47
12682026-06-24T22:36:10.495Z Downloaded dropshot v0.17.1
12692026-06-24T22:36:10.508Z Downloaded vcpkg v0.2.15
12702026-06-24T22:36:10.531Z Downloaded zlib-rs v0.6.2
12712026-06-24T22:36:10.534Z Downloaded tabled v0.20.0
12722026-06-24T22:36:10.545Z Downloaded hickory-proto v0.24.4
12732026-06-24T22:36:10.554Z Downloaded smoltcp v0.9.1
12742026-06-24T22:36:10.560Z Downloaded object v0.37.3
12752026-06-24T22:36:10.567Z Downloaded regex-syntax v0.6.29
12762026-06-24T22:36:10.582Z Downloaded nix v0.31.2
12772026-06-24T22:36:10.590Z Downloaded smoltcp v0.11.0
12782026-06-24T22:36:10.597Z Downloaded regex-syntax v0.8.10
12792026-06-24T22:36:10.602Z Downloaded hickory-proto v0.25.2
12802026-06-24T22:36:10.611Z Downloaded regress v0.11.1
12812026-06-24T22:36:10.617Z Downloaded regress v0.10.5
12822026-06-24T22:36:10.622Z Downloaded diesel v2.3.7
12832026-06-24T22:36:10.634Z Downloaded zerocopy v0.8.40
12842026-06-24T22:36:10.641Z Downloaded openapiv3 v2.2.0
12852026-06-24T22:36:10.649Z Downloaded rustix v0.38.44
12862026-06-24T22:36:10.674Z Downloaded rustls v0.23.41
12872026-06-24T22:36:10.784Z Downloaded sqlparser v0.61.0
12882026-06-24T22:36:10.788Z Downloaded sled v0.34.7
12892026-06-24T22:36:10.788Z Downloaded tracing v0.1.44
12902026-06-24T22:36:10.788Z Downloaded typify-impl v0.6.2
12912026-06-24T22:36:10.793Z Downloaded ratatui v0.29.0
12922026-06-24T22:36:10.803Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-06-24T22:36:10.818Z Downloaded regex-automata v0.4.14
12942026-06-24T22:36:10.829Z Downloaded zerocopy-derive v0.6.6
12952026-06-24T22:36:10.860Z Downloaded petgraph v0.8.3
12962026-06-24T22:36:10.872Z Downloaded petgraph v0.6.5
12972026-06-24T22:36:10.883Z Downloaded csv v1.4.0
12982026-06-24T22:36:10.897Z Downloaded chrono-tz v0.10.4
12992026-06-24T22:36:10.906Z Downloaded jiff v0.2.21
13002026-06-24T22:36:10.918Z Downloaded sha3 v0.10.8
13012026-06-24T22:36:10.951Z Downloaded libz-sys v1.1.24
13022026-06-24T22:36:10.963Z Downloaded encoding_rs v0.8.35
13032026-06-24T22:36:10.977Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-06-24T22:36:11.001Z Downloaded tokio v1.52.1
13052026-06-24T22:36:11.133Z Downloaded ring v0.17.14
13062026-06-24T22:36:11.192Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-06-24T22:36:11.839Z Downloaded aws-lc-sys v0.40.0
13082026-06-24T22:36:12.089Z Compiling libc v0.2.185
13092026-06-24T22:36:12.089Z Compiling serde v1.0.228
13102026-06-24T22:36:12.093Z Compiling log v0.4.29
13112026-06-24T22:36:12.093Z Compiling smallvec v1.15.1
13122026-06-24T22:36:12.094Z Compiling shlex v1.3.0
13132026-06-24T22:36:12.223Z Compiling find-msvc-tools v0.1.9
13142026-06-24T22:36:12.235Z Compiling syn v2.0.117
13152026-06-24T22:36:12.241Z Compiling typenum v1.19.0
13162026-06-24T22:36:12.423Z Compiling generic-array v0.14.7
13172026-06-24T22:36:12.435Z Compiling subtle v2.6.1
13182026-06-24T22:36:12.439Z Compiling scopeguard v1.2.0
13192026-06-24T22:36:12.478Z Compiling const-oid v0.9.6
13202026-06-24T22:36:12.533Z Compiling lock_api v0.4.14
13212026-06-24T22:36:12.549Z Compiling serde_json v1.0.150
13222026-06-24T22:36:12.609Z Compiling zerocopy v0.8.40
13232026-06-24T22:36:12.679Z Compiling parking_lot_core v0.9.12
13242026-06-24T22:36:12.757Z Compiling pin-project-lite v0.2.17
13252026-06-24T22:36:12.867Z Compiling portable-atomic v1.13.1
13262026-06-24T22:36:12.931Z Compiling pkg-config v0.3.32
13272026-06-24T22:36:13.048Z Compiling jobserver v0.1.34
13282026-06-24T22:36:13.099Z Compiling getrandom v0.2.17
13292026-06-24T22:36:13.213Z Compiling errno v0.3.14
13302026-06-24T22:36:13.309Z Compiling cc v1.2.56
13312026-06-24T22:36:13.322Z Compiling rand_core v0.6.4
13322026-06-24T22:36:13.358Z Compiling signal-hook-registry v1.4.8
13332026-06-24T22:36:13.488Z Compiling bitflags v2.11.0
13342026-06-24T22:36:13.657Z Compiling critical-section v1.2.0
13352026-06-24T22:36:13.734Z Compiling futures-core v0.3.32
13362026-06-24T22:36:13.768Z Compiling libm v0.2.16
13372026-06-24T22:36:13.797Z Compiling parking_lot v0.12.5
13382026-06-24T22:36:13.832Z Compiling mio v1.2.0
13392026-06-24T22:36:13.888Z Compiling num-traits v0.2.19
13402026-06-24T22:36:13.966Z Compiling once_cell v1.21.3
13412026-06-24T22:36:14.021Z Compiling percent-encoding v2.3.2
13422026-06-24T22:36:14.180Z Compiling socket2 v0.6.3
13432026-06-24T22:36:14.196Z Compiling futures-sink v0.3.32
13442026-06-24T22:36:14.221Z Compiling slab v0.4.12
13452026-06-24T22:36:14.242Z Compiling futures-io v0.3.32
13462026-06-24T22:36:14.299Z Compiling futures-channel v0.3.32
13472026-06-24T22:36:14.315Z Compiling cpufeatures v0.2.17
13482026-06-24T22:36:14.391Z Compiling getrandom v0.4.1
13492026-06-24T22:36:14.404Z Compiling futures-task v0.3.32
13502026-06-24T22:36:14.404Z Compiling rand_core v0.10.0
13512026-06-24T22:36:14.533Z Compiling indexmap v2.14.0
13522026-06-24T22:36:14.581Z Compiling rustversion v1.0.22
13532026-06-24T22:36:14.594Z Compiling getrandom v0.3.4
13542026-06-24T22:36:14.607Z Compiling form_urlencoded v1.2.2
13552026-06-24T22:36:14.784Z Compiling cmake v0.1.57
13562026-06-24T22:36:14.982Z Compiling base64ct v1.8.3
13572026-06-24T22:36:15.195Z Compiling fs_extra v1.3.0
13582026-06-24T22:36:15.222Z Compiling dunce v1.0.5
13592026-06-24T22:36:15.254Z Compiling synstructure v0.13.2
13602026-06-24T22:36:15.306Z Compiling ident_case v1.0.1
13612026-06-24T22:36:15.319Z Compiling pem-rfc7468 v0.7.0
13622026-06-24T22:36:15.432Z Compiling iana-time-zone v0.1.65
13632026-06-24T22:36:15.469Z Compiling aws-lc-sys v0.40.0
13642026-06-24T22:36:15.554Z Compiling regex-syntax v0.8.10
13652026-06-24T22:36:15.568Z Compiling flagset v0.4.7
13662026-06-24T22:36:15.625Z Compiling rustix v1.1.3
13672026-06-24T22:36:15.639Z Compiling rand_core v0.9.5
13682026-06-24T22:36:15.641Z Compiling vcpkg v0.2.15
13692026-06-24T22:36:15.695Z Compiling uuid v1.23.4
13702026-06-24T22:36:15.870Z Compiling rustc_version v0.4.1
13712026-06-24T22:36:15.920Z Compiling tracing-core v0.1.36
13722026-06-24T22:36:16.210Z Compiling aws-lc-rs v1.16.3
13732026-06-24T22:36:16.395Z Compiling openssl-sys v0.9.115
13742026-06-24T22:36:16.459Z Compiling base64 v0.22.1
13752026-06-24T22:36:16.492Z Compiling httparse v1.10.1
13762026-06-24T22:36:16.505Z Compiling tinyvec_macros v0.1.1
13772026-06-24T22:36:16.574Z Compiling openssl-probe v0.2.1
13782026-06-24T22:36:16.768Z Compiling tinyvec v1.10.0
13792026-06-24T22:36:16.793Z Compiling pest_generator v2.8.6
13802026-06-24T22:36:16.886Z Compiling serde_derive_internals v0.29.1
13812026-06-24T22:36:16.983Z Compiling serde_derive v1.0.228
13822026-06-24T22:36:17.140Z Compiling zeroize_derive v1.4.3
13832026-06-24T22:36:17.177Z Compiling zerofrom-derive v0.1.6
13842026-06-24T22:36:17.395Z Compiling yoke-derive v0.8.1
13852026-06-24T22:36:17.519Z Compiling zerocopy-derive v0.8.40
13862026-06-24T22:36:17.795Z Compiling zeroize v1.8.2
13872026-06-24T22:36:17.799Z Compiling zerovec-derive v0.11.2
13882026-06-24T22:36:18.002Z Compiling displaydoc v0.2.5
13892026-06-24T22:36:18.591Z Compiling crypto-common v0.1.7
13902026-06-24T22:36:18.630Z Compiling block-buffer v0.10.4
13912026-06-24T22:36:18.640Z Compiling zerofrom v0.1.6
13922026-06-24T22:36:18.742Z Compiling yoke v0.8.1
13932026-06-24T22:36:18.755Z Compiling digest v0.10.7
13942026-06-24T22:36:18.757Z Compiling tokio-macros v2.7.0
13952026-06-24T22:36:18.779Z Compiling futures-macro v0.3.32
13962026-06-24T22:36:18.916Z Compiling zerovec v0.11.5
13972026-06-24T22:36:18.929Z Compiling zerotrie v0.2.3
13982026-06-24T22:36:19.013Z Compiling hmac v0.12.1
13992026-06-24T22:36:19.173Z Compiling block-padding v0.3.3
14002026-06-24T22:36:19.233Z Compiling sha2 v0.10.9
14012026-06-24T22:36:19.336Z Compiling inout v0.1.4
14022026-06-24T22:36:19.424Z Compiling tinystr v0.8.2
14032026-06-24T22:36:19.502Z Compiling potential_utf v0.1.4
14042026-06-24T22:36:19.515Z Compiling cipher v0.4.4
14052026-06-24T22:36:19.606Z Compiling icu_locale_core v2.1.1
14062026-06-24T22:36:19.635Z Compiling icu_collections v2.1.1
14072026-06-24T22:36:19.675Z Compiling futures-util v0.3.32
14082026-06-24T22:36:19.788Z Compiling der_derive v0.7.3
14092026-06-24T22:36:20.114Z Compiling salsa20 v0.10.2
14102026-06-24T22:36:20.254Z Compiling icu_provider v2.1.1
14112026-06-24T22:36:20.465Z Compiling bytes v1.11.1
14122026-06-24T22:36:20.530Z Compiling icu_properties v2.1.2
14132026-06-24T22:36:20.555Z Compiling icu_normalizer v2.1.1
14142026-06-24T22:36:20.632Z Compiling chrono v0.4.44
14152026-06-24T22:36:20.747Z Compiling der v0.7.10
14162026-06-24T22:36:21.080Z Compiling tokio v1.52.1
14172026-06-24T22:36:21.094Z Compiling http v1.4.2
14182026-06-24T22:36:21.441Z Compiling idna_adapter v1.2.1
14192026-06-24T22:36:21.584Z Compiling idna v1.1.0
14202026-06-24T22:36:21.944Z Compiling ppv-lite86 v0.2.21
14212026-06-24T22:36:21.994Z Compiling url v2.5.8
14222026-06-24T22:36:21.997Z Compiling spki v0.7.3
14232026-06-24T22:36:22.021Z Compiling pbkdf2 v0.12.2
14242026-06-24T22:36:22.024Z Compiling thiserror-impl v2.0.18
14252026-06-24T22:36:22.131Z Compiling tracing-attributes v0.1.31
14262026-06-24T22:36:22.203Z Compiling scrypt v0.11.0
14272026-06-24T22:36:22.221Z Compiling rand_chacha v0.9.0
14282026-06-24T22:36:22.253Z Compiling http-body v1.0.1
14292026-06-24T22:36:22.402Z Compiling cbc v0.1.2
14302026-06-24T22:36:22.464Z Compiling aes v0.8.4
14312026-06-24T22:36:22.550Z Compiling rustls-pki-types v1.14.0
14322026-06-24T22:36:22.797Z Compiling rand v0.9.2
14332026-06-24T22:36:22.899Z Compiling pkcs5 v0.7.1
14342026-06-24T22:36:22.993Z Compiling aho-corasick v1.1.4
14352026-06-24T22:36:23.326Z Compiling thiserror v2.0.18
14362026-06-24T22:36:23.372Z Compiling tower-service v0.3.3
14372026-06-24T22:36:23.418Z Compiling tracing v0.1.44
14382026-06-24T22:36:23.431Z Compiling dyn-clone v1.0.20
14392026-06-24T22:36:23.463Z Compiling atomic-waker v1.1.2
14402026-06-24T22:36:23.518Z Compiling try-lock v0.2.5
14412026-06-24T22:36:23.598Z Compiling tower-layer v0.3.3
14422026-06-24T22:36:23.612Z Compiling untrusted v0.7.1
14432026-06-24T22:36:23.642Z Compiling schemars v0.8.22
14442026-06-24T22:36:23.651Z Compiling want v0.3.1
14452026-06-24T22:36:23.729Z Compiling pkcs8 v0.10.2
14462026-06-24T22:36:23.745Z Compiling ipnet v2.11.0
14472026-06-24T22:36:23.758Z Compiling schemars_derive v0.8.22
14482026-06-24T22:36:23.810Z Compiling regex-automata v0.4.14
14492026-06-24T22:36:23.851Z Compiling pest_derive v2.8.6
14502026-06-24T22:36:24.036Z Compiling scroll_derive v0.13.1
14512026-06-24T22:36:24.277Z Compiling darling_core v0.20.11
14522026-06-24T22:36:24.540Z Compiling rustls v0.23.41
14532026-06-24T22:36:24.694Z Compiling untrusted v0.9.0
14542026-06-24T22:36:24.709Z Compiling httpdate v1.0.3
14552026-06-24T22:36:24.814Z Compiling foreign-types-shared v0.1.1
14562026-06-24T22:36:24.843Z Compiling openssl v0.10.79
14572026-06-24T22:36:24.900Z Compiling tokio-util v0.7.18
14582026-06-24T22:36:24.939Z Compiling foreign-types v0.3.2
14592026-06-24T22:36:25.017Z Compiling scroll v0.13.0
14602026-06-24T22:36:25.082Z Compiling tempfile v3.25.0
14612026-06-24T22:36:25.450Z Compiling unicode-normalization v0.1.25
14622026-06-24T22:36:25.673Z Compiling h2 v0.4.15
14632026-06-24T22:36:25.907Z Compiling openssl-macros v0.1.1
14642026-06-24T22:36:25.920Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-06-24T22:36:26.266Z Compiling spin v0.9.8
14662026-06-24T22:36:26.287Z Compiling time-core v0.1.8
14672026-06-24T22:36:26.290Z Compiling native-tls v0.2.18
14682026-06-24T22:36:26.441Z Compiling powerfmt v0.2.0
14692026-06-24T22:36:26.474Z Compiling num-conv v0.2.0
14702026-06-24T22:36:26.487Z Compiling crc32fast v1.5.0
14712026-06-24T22:36:26.499Z Compiling darling_macro v0.20.11
14722026-06-24T22:36:26.600Z Compiling time-macros v0.2.27
14732026-06-24T22:36:26.636Z Compiling deranged v0.5.8
14742026-06-24T22:36:26.967Z Compiling darling v0.20.11
14752026-06-24T22:36:27.046Z Compiling goblin v0.10.5
14762026-06-24T22:36:27.605Z Compiling sync_wrapper v1.0.2
14772026-06-24T22:36:27.651Z Compiling wait-timeout v0.2.1
14782026-06-24T22:36:27.709Z Compiling crossbeam-utils v0.8.21
14792026-06-24T22:36:27.833Z Compiling quick-error v1.2.3
14802026-06-24T22:36:27.905Z Compiling simd-adler32 v0.3.8
14812026-06-24T22:36:27.939Z Compiling num_threads v0.1.7
14822026-06-24T22:36:27.993Z Compiling syn v1.0.109
14832026-06-24T22:36:28.035Z Compiling usdt-impl v0.6.0
14842026-06-24T22:36:28.149Z Compiling bit-vec v0.8.0
14852026-06-24T22:36:28.238Z Compiling siphasher v1.0.2
14862026-06-24T22:36:28.339Z Compiling bit-set v0.8.0
14872026-06-24T22:36:28.393Z Compiling time v0.3.47
14882026-06-24T22:36:28.438Z Compiling rusty-fork v0.3.1
14892026-06-24T22:36:28.501Z Compiling tower v0.5.3
14902026-06-24T22:36:28.804Z Compiling hyper v1.10.1
14912026-06-24T22:36:28.982Z Compiling derive_builder_core v0.20.2
14922026-06-24T22:36:29.799Z Compiling dof v0.4.0
14932026-06-24T22:36:30.029Z Compiling hyper-util v0.1.20
14942026-06-24T22:36:30.045Z Compiling dtrace-parser v0.3.0
14952026-06-24T22:36:30.118Z Compiling http-body-util v0.1.3
14962026-06-24T22:36:30.361Z Compiling signature v2.2.0
14972026-06-24T22:36:30.421Z Compiling scroll_derive v0.12.1
14982026-06-24T22:36:30.541Z Compiling thiserror-impl v1.0.69
14992026-06-24T22:36:30.775Z Compiling heapless v0.7.17
15002026-06-24T22:36:30.955Z Compiling rand_xorshift v0.4.0
15012026-06-24T22:36:31.008Z Compiling slog v2.8.2
15022026-06-24T22:36:31.074Z Compiling darling_core v0.21.3
15032026-06-24T22:36:31.114Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-06-24T22:36:31.186Z Compiling thread-id v5.1.0
15052026-06-24T22:36:31.242Z Compiling cookie v0.18.1
15062026-06-24T22:36:31.269Z Compiling allocator-api2 v0.2.21
15072026-06-24T22:36:31.378Z Compiling unarray v0.1.4
15082026-06-24T22:36:31.418Z Compiling anyhow v1.0.102
15092026-06-24T22:36:31.489Z Compiling iri-string v0.7.10
15102026-06-24T22:36:31.588Z Compiling signal-hook v0.3.18
15112026-06-24T22:36:31.720Z Compiling paste v1.0.15
15122026-06-24T22:36:31.757Z Compiling unicode-bidi v0.3.18
15132026-06-24T22:36:31.771Z Compiling zstd-safe v7.2.4
15142026-06-24T22:36:31.785Z Compiling adler2 v2.0.1
15152026-06-24T22:36:31.912Z Compiling ryu v1.0.23
15162026-06-24T22:36:31.961Z Compiling unicode-properties v0.1.4
15172026-06-24T22:36:32.021Z Compiling miniz_oxide v0.8.9
15182026-06-24T22:36:32.079Z Compiling serde_urlencoded v0.7.1
15192026-06-24T22:36:32.162Z Compiling stringprep v0.1.5
15202026-06-24T22:36:32.282Z Compiling thiserror v1.0.69
15212026-06-24T22:36:32.382Z Compiling proptest v1.10.0
15222026-06-24T22:36:32.614Z Compiling tower-http v0.6.8
15232026-06-24T22:36:33.003Z Compiling scroll v0.12.0
15242026-06-24T22:36:33.064Z Compiling tokio-native-tls v0.3.1
15252026-06-24T22:36:33.161Z Compiling derive_builder_macro v0.20.2
15262026-06-24T22:36:33.336Z Compiling bstr v1.12.1
15272026-06-24T22:36:33.431Z Compiling ipnetwork v0.21.1
15282026-06-24T22:36:33.587Z Compiling darling_macro v0.21.3
15292026-06-24T22:36:33.638Z Compiling rustls-native-certs v0.8.3
15302026-06-24T22:36:33.753Z Compiling rand_chacha v0.3.1
15312026-06-24T22:36:33.847Z Compiling serde_spanned v0.6.9
15322026-06-24T22:36:33.924Z Compiling erased-serde v0.3.31
15332026-06-24T22:36:33.991Z Compiling serde_tokenstream v0.2.3
15342026-06-24T22:36:34.044Z Compiling toml_datetime v0.6.11
15352026-06-24T22:36:34.064Z Compiling md-5 v0.10.6
15362026-06-24T22:36:34.229Z Compiling zerocopy-derive v0.7.35
15372026-06-24T22:36:34.298Z Compiling pin-project-internal v1.1.11
15382026-06-24T22:36:34.301Z Compiling async-trait v0.1.89
15392026-06-24T22:36:34.410Z Compiling curve25519-dalek v4.1.3
15402026-06-24T22:36:34.552Z Compiling vergen-lib v9.1.0
15412026-06-24T22:36:34.733Z Compiling num-integer v0.1.46
15422026-06-24T22:36:34.748Z Compiling hash32 v0.2.1
15432026-06-24T22:36:34.938Z Compiling ff v0.13.1
15442026-06-24T22:36:35.053Z Compiling memoffset v0.9.1
15452026-06-24T22:36:35.075Z Compiling encoding_rs v0.8.35
15462026-06-24T22:36:35.090Z Compiling base16ct v0.2.0
15472026-06-24T22:36:35.244Z Compiling litrs v1.0.0
15482026-06-24T22:36:35.263Z Compiling smoltcp v0.9.1
15492026-06-24T22:36:35.318Z Compiling ref-cast v1.0.25
15502026-06-24T22:36:35.394Z Compiling num-bigint-dig v0.8.6
15512026-06-24T22:36:35.582Z Compiling zlib-rs v0.6.2
15522026-06-24T22:36:35.595Z Compiling rustix v0.38.44
15532026-06-24T22:36:35.614Z Compiling mime v0.3.17
15542026-06-24T22:36:35.748Z Compiling cfg_aliases v0.2.1
15552026-06-24T22:36:35.825Z Compiling psl-types v2.0.11
15562026-06-24T22:36:35.867Z Compiling fallible-iterator v0.2.0
15572026-06-24T22:36:35.943Z Compiling publicsuffix v2.3.0
15582026-06-24T22:36:36.014Z Compiling nix v0.31.2
15592026-06-24T22:36:36.108Z Compiling document-features v0.2.12
15602026-06-24T22:36:36.173Z Compiling postgres-protocol v0.6.10
15612026-06-24T22:36:36.461Z Compiling pin-project v1.1.11
15622026-06-24T22:36:36.569Z Compiling sec1 v0.7.3
15632026-06-24T22:36:36.654Z Compiling zerocopy v0.7.35
15642026-06-24T22:36:36.703Z Compiling group v0.13.0
15652026-06-24T22:36:36.726Z Compiling num-iter v0.1.45
15662026-06-24T22:36:36.849Z Compiling newtype-uuid v1.3.2
15672026-06-24T22:36:37.152Z Compiling hubpack_derive v0.1.1
15682026-06-24T22:36:37.172Z Compiling darling v0.21.3
15692026-06-24T22:36:37.204Z Compiling rand v0.8.6
15702026-06-24T22:36:37.251Z Compiling oxnet v0.1.6
15712026-06-24T22:36:37.300Z Compiling derive_builder v0.20.2
15722026-06-24T22:36:37.524Z Compiling goblin v0.8.2
15732026-06-24T22:36:37.555Z Compiling hyper-tls v0.6.0
15742026-06-24T22:36:38.040Z Compiling phf_shared v0.13.1
15752026-06-24T22:36:38.062Z Compiling lazy_static v1.5.0
15762026-06-24T22:36:38.118Z Compiling regex v1.12.3
15772026-06-24T22:36:38.151Z Compiling anstyle-parse v0.2.7
15782026-06-24T22:36:38.281Z Compiling futures-executor v0.3.32
15792026-06-24T22:36:38.333Z Compiling hex v0.4.3
15802026-06-24T22:36:38.572Z Compiling hkdf v0.12.4
15812026-06-24T22:36:38.606Z Compiling crypto-bigint v0.5.5
15822026-06-24T22:36:38.621Z Compiling terminal_size v0.4.3
15832026-06-24T22:36:38.647Z Compiling strum_macros v0.27.2
15842026-06-24T22:36:38.734Z Compiling flate2 v1.1.9
15852026-06-24T22:36:38.751Z Compiling snafu-derive v0.8.9
15862026-06-24T22:36:39.110Z Compiling daft-derive v0.1.7
15872026-06-24T22:36:39.143Z Compiling curve25519-dalek-derive v0.1.1
15882026-06-24T22:36:39.807Z Compiling ref-cast-impl v1.0.25
15892026-06-24T22:36:39.843Z Compiling vergen v9.1.0
15902026-06-24T22:36:40.021Z Compiling fs-err v3.3.0
15912026-06-24T22:36:40.212Z Compiling cargo-platform v0.3.2
15922026-06-24T22:36:40.396Z Compiling ahash v0.8.12
15932026-06-24T22:36:40.480Z Compiling unicode-segmentation v1.12.0
15942026-06-24T22:36:40.555Z Compiling winnow v0.5.40
15952026-06-24T22:36:40.633Z Compiling same-file v1.0.6
15962026-06-24T22:36:40.670Z Compiling bitflags v1.3.2
15972026-06-24T22:36:40.715Z Compiling libbz2-rs-sys v0.2.2
15982026-06-24T22:36:40.746Z Compiling bumpalo v3.20.2
15992026-06-24T22:36:40.795Z Compiling foldhash v0.1.5
16002026-06-24T22:36:40.866Z Compiling foldhash v0.2.0
16012026-06-24T22:36:40.963Z Compiling object v0.37.3
16022026-06-24T22:36:40.995Z Compiling managed v0.8.0
16032026-06-24T22:36:41.040Z Compiling hashbrown v0.16.1
16042026-06-24T22:36:41.086Z Compiling zopfli v0.8.3
16052026-06-24T22:36:41.274Z Compiling bzip2 v0.6.1
16062026-06-24T22:36:41.382Z Compiling hashbrown v0.15.5
16072026-06-24T22:36:41.480Z Compiling walkdir v2.5.0
16082026-06-24T22:36:41.634Z Compiling clap_builder v4.6.0
16092026-06-24T22:36:41.741Z Compiling snafu v0.8.9
16102026-06-24T22:36:41.793Z Compiling strum v0.27.2
16112026-06-24T22:36:41.921Z Compiling toml_edit v0.19.15
16122026-06-24T22:36:41.963Z Compiling cargo_metadata v0.23.1
16132026-06-24T22:36:42.095Z Compiling daft v0.1.7
16142026-06-24T22:36:42.109Z Compiling dof v0.3.0
16152026-06-24T22:36:42.377Z Compiling elliptic-curve v0.13.8
16162026-06-24T22:36:42.781Z Compiling futures v0.3.32
16172026-06-24T22:36:42.823Z Compiling anstream v0.6.21
16182026-06-24T22:36:42.864Z Compiling phf v0.13.1
16192026-06-24T22:36:43.122Z Compiling signal-hook-mio v0.2.5
16202026-06-24T22:36:43.296Z Compiling cookie_store v0.22.1
16212026-06-24T22:36:43.318Z Compiling reqwest v0.12.28
16222026-06-24T22:36:43.644Z Compiling hubpack v0.1.2
16232026-06-24T22:36:43.868Z Compiling bzip2 v0.4.4
16242026-06-24T22:36:43.958Z Compiling zstd v0.13.3
16252026-06-24T22:36:44.074Z Compiling serde_with_macros v3.17.0
16262026-06-24T22:36:44.319Z Compiling postgres-types v0.2.12
16272026-06-24T22:36:44.637Z Compiling usdt-macro v0.6.0
16282026-06-24T22:36:44.873Z Compiling usdt-attr-macro v0.6.0
16292026-06-24T22:36:45.096Z Compiling globset v0.4.18
16302026-06-24T22:36:45.208Z Compiling dtrace-parser v0.2.0
16312026-06-24T22:36:45.374Z Compiling ed25519 v2.2.3
16322026-06-24T22:36:45.659Z Compiling phf_shared v0.11.3
16332026-06-24T22:36:45.673Z Compiling olpc-cjson v0.1.4
16342026-06-24T22:36:45.776Z Compiling pkcs1 v0.7.5
16352026-06-24T22:36:45.830Z Compiling serde_plain v1.0.2
16362026-06-24T22:36:45.845Z Compiling serde-big-array v0.5.1
16372026-06-24T22:36:45.958Z Compiling rfc6979 v0.4.0
16382026-06-24T22:36:45.982Z Compiling serde_repr v0.1.20
16392026-06-24T22:36:46.023Z Compiling enum-as-inner v0.6.1
16402026-06-24T22:36:46.082Z Compiling clap_derive v4.6.1
16412026-06-24T22:36:46.164Z Compiling strum_macros v0.26.4
16422026-06-24T22:36:46.283Z Compiling async-recursion v1.1.1
16432026-06-24T22:36:46.513Z Compiling pem v3.0.6
16442026-06-24T22:36:46.526Z Compiling float-cmp v0.10.0
16452026-06-24T22:36:46.672Z Compiling memmap2 v0.9.10
16462026-06-24T22:36:46.894Z Compiling thread-id v4.2.2
16472026-06-24T22:36:46.901Z Compiling env_filter v1.0.0
16482026-06-24T22:36:46.920Z Compiling new_debug_unreachable v1.0.6
16492026-06-24T22:36:46.935Z Compiling data-encoding v2.10.0
16502026-06-24T22:36:46.994Z Compiling jiff v0.2.21
16512026-06-24T22:36:47.093Z Compiling fixedbitset v0.4.2
16522026-06-24T22:36:47.188Z Compiling whoami v2.1.0
16532026-06-24T22:36:47.309Z Compiling static_assertions v1.1.0
16542026-06-24T22:36:47.384Z Compiling typed-path v0.9.3
16552026-06-24T22:36:47.564Z Compiling normalize-line-endings v0.3.0
16562026-06-24T22:36:47.619Z Compiling precomputed-hash v0.1.1
16572026-06-24T22:36:47.657Z Compiling keccak v0.1.6
16582026-06-24T22:36:47.704Z Compiling fixedbitset v0.5.7
16592026-06-24T22:36:47.819Z Compiling winnow v1.0.3
16602026-06-24T22:36:47.897Z Compiling difflib v0.4.0
16612026-06-24T22:36:48.008Z Compiling predicates-core v1.0.10
16622026-06-24T22:36:48.238Z Compiling either v1.15.0
16632026-06-24T22:36:48.250Z Compiling predicates v3.1.4
16642026-06-24T22:36:48.377Z Compiling itertools v0.13.0
16652026-06-24T22:36:48.403Z Compiling toml_parser v1.1.2+spec-1.1.0
16662026-06-24T22:36:48.441Z Compiling petgraph v0.8.3
16672026-06-24T22:36:48.580Z Compiling strum v0.26.3
16682026-06-24T22:36:48.714Z Compiling clap v4.6.1
16692026-06-24T22:36:48.728Z Compiling sha3 v0.10.8
16702026-06-24T22:36:48.851Z Compiling toml_edit v0.22.27
16712026-06-24T22:36:48.888Z Compiling string_cache v0.8.9
16722026-06-24T22:36:49.085Z Compiling tokio-postgres v0.7.16
16732026-06-24T22:36:49.120Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-24T22:36:49.171Z Compiling petgraph v0.6.5
16752026-06-24T22:36:49.678Z Compiling zip v4.6.1
16762026-06-24T22:36:50.448Z Compiling hickory-proto v0.25.2
16772026-06-24T22:36:50.629Z Compiling env_logger v0.11.9
16782026-06-24T22:36:50.657Z Compiling usdt-impl v0.5.0
16792026-06-24T22:36:50.976Z Compiling usdt v0.6.0
16802026-06-24T22:36:51.170Z Compiling ecdsa v0.16.9
16812026-06-24T22:36:51.229Z Compiling rsa v0.9.10
16822026-06-24T22:36:51.243Z Compiling ed25519-dalek v2.2.0
16832026-06-24T22:36:51.289Z Compiling crossterm v0.28.1
16842026-06-24T22:36:51.519Z Compiling serde_with v3.17.0
16852026-06-24T22:36:51.895Z Compiling zip v0.6.6
16862026-06-24T22:36:52.342Z Compiling toml v0.7.8
16872026-06-24T22:36:52.478Z Compiling iddqd v0.4.2
16882026-06-24T22:36:53.039Z Compiling heck v0.4.1
16892026-06-24T22:36:53.176Z Compiling similar v2.7.0
16902026-06-24T22:36:53.221Z Compiling crossbeam-epoch v0.9.18
16912026-06-24T22:36:53.261Z Compiling tokio-stream v0.1.18
16922026-06-24T22:36:53.576Z Compiling buf-list v1.1.2
16932026-06-24T22:36:53.757Z Compiling x509-cert v0.2.5
16942026-06-24T22:36:53.805Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-06-24T22:36:53.860Z Compiling openapiv3 v2.2.0
16962026-06-24T22:36:54.086Z Compiling sha1 v0.10.6
16972026-06-24T22:36:54.114Z Compiling peg-runtime v0.8.5
16982026-06-24T22:36:54.315Z Compiling lalrpop-util v0.19.12
16992026-06-24T22:36:54.405Z Compiling thread_local v1.1.9
17002026-06-24T22:36:54.506Z Compiling slog-async v2.8.0
17012026-06-24T22:36:54.548Z Compiling crossbeam-channel v0.5.15
17022026-06-24T22:36:54.663Z Compiling is-terminal v0.4.17
17032026-06-24T22:36:54.762Z Compiling filetime v0.2.27
17042026-06-24T22:36:54.820Z Compiling term v1.2.1
17052026-06-24T22:36:54.941Z Compiling take_mut v0.2.2
17062026-06-24T22:36:55.002Z Compiling xattr v1.6.1
17072026-06-24T22:36:55.166Z Compiling tar v0.4.45
17082026-06-24T22:36:55.180Z Compiling slog-term v2.9.2
17092026-06-24T22:37:05.686Z Compiling rustls-webpki v0.103.9
17102026-06-24T22:37:08.378Z Compiling tokio-rustls v0.26.4
17112026-06-24T22:37:08.378Z Compiling rustls-platform-verifier v0.6.2
17122026-06-24T22:37:08.378Z Compiling tough v0.22.0
17132026-06-24T22:37:08.599Z Compiling hyper-rustls v0.27.7
17142026-06-24T22:37:08.800Z Compiling reqwest v0.13.2
17152026-06-24T22:37:11.074Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-24T22:37:11.274Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-24T22:37:14.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17182026-06-24T22:37:14.217Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-24T22:37:14.267ZJun 24 22:37:12.795 INFO Starting download, target: Cockroach
17202026-06-24T22:37:14.271ZJun 24 22:37:12.795 INFO Starting download, target: Clickhouse
17212026-06-24T22:37:14.271ZJun 24 22:37:12.795 INFO Starting download, target: Console
17222026-06-24T22:37:14.271ZJun 24 22:37:12.795 INFO Starting download, target: DendriteStub
17232026-06-24T22:37:14.271ZJun 24 22:37:12.795 INFO Starting download, target: MaghemiteMgd
17242026-06-24T22:37:14.271ZJun 24 22:37:12.795 INFO Starting download, target: MaghemiteDdmd
17252026-06-24T22:37:14.271ZJun 24 22:37:12.795 INFO Starting download, target: TransceiverControl
17262026-06-24T22:37:14.271ZJun 24 22:37:12.795 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-06-24T22:37:14.272ZJun 24 22:37:12.795 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-06-24T22:37:14.272ZJun 24 22:37:12.796 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-06-24T22:37:14.272ZJun 24 22:37:12.796 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17302026-06-24T22:37:14.272ZJun 24 22:37:12.796 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-06-24T22:37:14.272ZJun 24 22:37:12.796 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-24T22:37:14.272ZJun 24 22:37:12.796 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-24T22:37:15.225ZJun 24 22:37:13.723 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-06-24T22:37:15.455ZJun 24 22:37:13.938 INFO Download complete, target: TransceiverControl
17352026-06-24T22:37:16.323ZJun 24 22:37:14.839 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-06-24T22:37:16.383ZJun 24 22:37:14.902 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-06-24T22:37:16.597ZJun 24 22:37:15.088 INFO Download complete, target: Console
17382026-06-24T22:37:17.171ZJun 24 22:37:15.670 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-06-24T22:37:17.487ZJun 24 22:37:15.984 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17402026-06-24T22:37:17.655ZJun 24 22:37:16.181 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-06-24T22:37:18.366ZJun 24 22:37:16.891 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-24T22:37:18.366ZJun 24 22:37:16.891 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-24T22:37:19.401ZJun 24 22:37:17.928 INFO Download complete, target: MaghemiteDdmd
17442026-06-24T22:37:19.657ZJun 24 22:37:18.180 INFO Download complete, target: DendriteStub
17452026-06-24T22:37:20.219ZJun 24 22:37:18.746 INFO Download complete, target: MaghemiteMgd
17462026-06-24T22:37:23.038ZJun 24 22:37:21.562 INFO Checking that binary works, target: Cockroach
17472026-06-24T22:37:23.157ZJun 24 22:37:21.675 INFO Download complete, target: Cockroach
17482026-06-24T22:37:23.234ZJun 24 22:37:21.758 INFO Checking that binary works, target: Clickhouse
17492026-06-24T22:37:23.343ZJun 24 22:37:21.865 INFO Download complete, target: Clickhouse
17502026-06-24T22:37:23.359ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-24T22:37:23.362Z
17522026-06-24T22:37:23.362Zreal 2:01.602291122
17532026-06-24T22:37:23.362Zuser 6:50.382681290
17542026-06-24T22:37:23.362Zsys 1:22.973247061
17552026-06-24T22:37:23.362Ztrap 0.241857622
17562026-06-24T22:37:23.362Ztflt 0.572267382
17572026-06-24T22:37:23.362Zdflt 0.646946550
17582026-06-24T22:37:23.362Zkflt 0.022864505
17592026-06-24T22:37:23.362Zlock 22:58.546157223
17602026-06-24T22:37:23.362Zslp 20:49.802870523
17612026-06-24T22:37:23.362Zlat 44.129044816
17622026-06-24T22:37:23.362Zstop 1:59.875190094
17632026-06-24T22:37:23.362Z+ banner hack-check
17642026-06-24T22:37:23.362Z
17652026-06-24T22:37:23.362Z # # ## #### # # #### # # ###### #### # #
17662026-06-24T22:37:23.363Z # # # # # # # # # # # # # # # # #
17672026-06-24T22:37:23.363Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-24T22:37:23.363Z # # ###### # # # # # # # # # #
17692026-06-24T22:37:23.363Z # # # # # # # # # # # # # # # # #
17702026-06-24T22:37:23.363Z # # # # #### # # #### # # ###### #### # #
17712026-06-24T22:37:23.363Z
17722026-06-24T22:37:23.363Z+ export CARGO_INCREMENTAL=0
17732026-06-24T22:37:23.363Z+ CARGO_INCREMENTAL=0
17742026-06-24T22:37:23.363Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-24T22:37:23.807Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-24T22:37:24.014Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-24T22:37:25.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17782026-06-24T22:37:25.938Z Running `target/debug/xtask check-features --ci`
17792026-06-24T22:37:25.958Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-24T22:37:25.961Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-24T22:37:26.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17822026-06-24T22:37:26.393Z Running `target/debug/xtask download cargo-hack`
17832026-06-24T22:37:27.109Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-24T22:37:27.408Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-24T22:37:29.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
17862026-06-24T22:37:30.049Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-24T22:37:30.082ZJun 24 22:37:28.608 INFO Starting download, target: CargoHack
17882026-06-24T22:37:30.085ZJun 24 22:37:28.608 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-24T22:37:30.274ZJun 24 22:37:28.802 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-24T22:37:30.325ZJun 24 22:37:28.852 INFO Download complete, target: CargoHack
17912026-06-24T22:37:30.329Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-06-24T22:37:30.339Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-24T22:37:30.495Zinfo: running `cargo check --bins` on api_identity (1/296)
17942026-06-24T22:37:30.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-24T22:37:30.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-24T22:37:30.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-24T22:37:30.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17982026-06-24T22:37:31.000Z
17992026-06-24T22:37:31.001Zinfo: running `cargo check --bins` on bootstore (2/296)
18002026-06-24T22:37:31.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-24T22:37:31.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-24T22:37:31.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-24T22:37:31.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-24T22:37:31.504Z
18052026-06-24T22:37:31.504Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18062026-06-24T22:37:31.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-24T22:37:31.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-24T22:37:31.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-24T22:37:31.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18102026-06-24T22:37:32.002Z
18112026-06-24T22:37:32.003Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18122026-06-24T22:37:32.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-24T22:37:32.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-24T22:37:32.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-24T22:37:32.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-24T22:37:32.506Z
18172026-06-24T22:37:32.506Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18182026-06-24T22:37:32.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-24T22:37:32.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-24T22:37:32.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-24T22:37:32.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18222026-06-24T22:37:33.006Z
18232026-06-24T22:37:33.006Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18242026-06-24T22:37:33.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-24T22:37:33.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-24T22:37:33.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-24T22:37:33.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18282026-06-24T22:37:33.523Z
18292026-06-24T22:37:33.523Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18302026-06-24T22:37:33.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-24T22:37:33.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-24T22:37:33.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-24T22:37:33.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-24T22:37:34.051Z
18352026-06-24T22:37:34.051Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18362026-06-24T22:37:34.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-24T22:37:34.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-24T22:37:34.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-24T22:37:34.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-24T22:37:34.571Z
18412026-06-24T22:37:34.571Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18422026-06-24T22:37:34.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-24T22:37:34.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-24T22:37:34.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-24T22:37:34.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18462026-06-24T22:37:34.952Z
18472026-06-24T22:37:34.952Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18482026-06-24T22:37:35.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-24T22:37:35.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-24T22:37:35.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-24T22:37:35.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18522026-06-24T22:37:35.333Z
18532026-06-24T22:37:35.333Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18542026-06-24T22:37:35.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-24T22:37:35.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-24T22:37:35.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-24T22:37:35.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18582026-06-24T22:37:35.716Z
18592026-06-24T22:37:35.716Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18602026-06-24T22:37:36.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-24T22:37:36.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-24T22:37:36.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-24T22:37:36.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18642026-06-24T22:37:36.118Z
18652026-06-24T22:37:36.118Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18662026-06-24T22:37:36.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-24T22:37:36.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-24T22:37:36.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-24T22:37:36.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18702026-06-24T22:37:36.482Z
18712026-06-24T22:37:36.482Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18722026-06-24T22:37:36.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-24T22:37:36.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-24T22:37:36.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-24T22:37:36.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-24T22:37:36.862Z
18772026-06-24T22:37:36.862Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18782026-06-24T22:37:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-24T22:37:37.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-24T22:37:37.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-24T22:37:37.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18822026-06-24T22:37:37.245Z
18832026-06-24T22:37:37.245Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18842026-06-24T22:37:37.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-24T22:37:37.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-24T22:37:37.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-24T22:37:37.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18882026-06-24T22:37:37.628Z
18892026-06-24T22:37:37.628Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18902026-06-24T22:37:37.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-24T22:37:37.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-24T22:37:37.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-24T22:37:37.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18942026-06-24T22:37:38.014Z
18952026-06-24T22:37:38.014Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
18962026-06-24T22:37:38.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-24T22:37:38.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-24T22:37:38.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-24T22:37:38.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19002026-06-24T22:37:38.400Z
19012026-06-24T22:37:38.400Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19022026-06-24T22:37:38.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-24T22:37:38.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-24T22:37:38.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-24T22:37:38.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19062026-06-24T22:37:38.779Z
19072026-06-24T22:37:38.779Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19082026-06-24T22:37:39.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-24T22:37:39.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-24T22:37:39.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-24T22:37:39.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19122026-06-24T22:37:39.164Z
19132026-06-24T22:37:39.165Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19142026-06-24T22:37:39.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-24T22:37:39.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-24T22:37:39.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-24T22:37:39.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-24T22:37:39.555Z
19192026-06-24T22:37:39.555Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19202026-06-24T22:37:39.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-24T22:37:39.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-24T22:37:39.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-24T22:37:39.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-24T22:37:39.944Z
19252026-06-24T22:37:39.944Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19262026-06-24T22:37:40.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-24T22:37:40.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-24T22:37:40.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-24T22:37:40.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-24T22:37:40.330Z
19312026-06-24T22:37:40.330Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19322026-06-24T22:37:40.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-24T22:37:40.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-24T22:37:40.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-24T22:37:40.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19362026-06-24T22:37:40.714Z
19372026-06-24T22:37:40.715Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19382026-06-24T22:37:41.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-24T22:37:41.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-24T22:37:41.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-24T22:37:41.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19422026-06-24T22:37:41.101Z
19432026-06-24T22:37:41.101Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19442026-06-24T22:37:41.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-24T22:37:41.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-24T22:37:41.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-24T22:37:41.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19482026-06-24T22:37:41.483Z
19492026-06-24T22:37:41.483Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19502026-06-24T22:37:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-24T22:37:41.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-24T22:37:41.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-24T22:37:41.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19542026-06-24T22:37:41.867Z
19552026-06-24T22:37:41.867Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19562026-06-24T22:37:42.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-24T22:37:42.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-24T22:37:42.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-24T22:37:42.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19602026-06-24T22:37:42.252Z
19612026-06-24T22:37:42.252Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19622026-06-24T22:37:42.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-24T22:37:42.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-24T22:37:42.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-24T22:37:42.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19662026-06-24T22:37:42.637Z
19672026-06-24T22:37:42.637Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19682026-06-24T22:37:42.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-24T22:37:42.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-24T22:37:42.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-24T22:37:42.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19722026-06-24T22:37:43.022Z
19732026-06-24T22:37:43.022Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19742026-06-24T22:37:43.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-24T22:37:43.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-24T22:37:43.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-24T22:37:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19782026-06-24T22:37:43.405Z
19792026-06-24T22:37:43.405Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19802026-06-24T22:37:43.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-24T22:37:43.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-24T22:37:43.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-24T22:37:43.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19842026-06-24T22:37:43.787Z
19852026-06-24T22:37:43.787Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19862026-06-24T22:37:44.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-24T22:37:44.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-24T22:37:44.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-24T22:37:44.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19902026-06-24T22:37:44.172Z
19912026-06-24T22:37:44.172Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19922026-06-24T22:37:44.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-24T22:37:44.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-24T22:37:44.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-24T22:37:44.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19962026-06-24T22:37:44.556Z
19972026-06-24T22:37:44.556Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
19982026-06-24T22:37:44.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-24T22:37:44.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-24T22:37:44.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-24T22:37:44.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20022026-06-24T22:37:44.937Z
20032026-06-24T22:37:44.937Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20042026-06-24T22:37:45.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-24T22:37:45.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-24T22:37:45.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-24T22:37:45.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20082026-06-24T22:37:45.319Z
20092026-06-24T22:37:45.319Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20102026-06-24T22:37:45.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-24T22:37:45.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-24T22:37:45.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-24T22:37:45.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20142026-06-24T22:37:45.701Z
20152026-06-24T22:37:45.701Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20162026-06-24T22:37:46.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-24T22:37:46.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-24T22:37:46.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-24T22:37:46.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20202026-06-24T22:37:46.084Z
20212026-06-24T22:37:46.084Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20222026-06-24T22:37:46.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-24T22:37:46.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-24T22:37:46.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-24T22:37:46.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20262026-06-24T22:37:46.469Z
20272026-06-24T22:37:46.469Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20282026-06-24T22:37:46.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-24T22:37:46.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-24T22:37:46.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-24T22:37:46.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-24T22:37:46.862Z
20332026-06-24T22:37:46.862Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20342026-06-24T22:37:47.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-24T22:37:47.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-24T22:37:47.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-24T22:37:47.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20382026-06-24T22:37:47.247Z
20392026-06-24T22:37:47.247Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20402026-06-24T22:37:47.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-24T22:37:47.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-24T22:37:47.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-24T22:37:47.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20442026-06-24T22:37:47.633Z
20452026-06-24T22:37:47.633Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20462026-06-24T22:37:47.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-24T22:37:47.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-24T22:37:47.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-24T22:37:47.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20502026-06-24T22:37:48.016Z
20512026-06-24T22:37:48.016Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20522026-06-24T22:37:48.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-24T22:37:48.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-24T22:37:48.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-24T22:37:48.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20562026-06-24T22:37:48.399Z
20572026-06-24T22:37:48.399Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20582026-06-24T22:37:48.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-24T22:37:48.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-24T22:37:48.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-24T22:37:48.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20622026-06-24T22:37:48.783Z
20632026-06-24T22:37:48.783Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20642026-06-24T22:37:49.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-24T22:37:49.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-24T22:37:49.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-24T22:37:49.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20682026-06-24T22:37:49.168Z
20692026-06-24T22:37:49.168Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20702026-06-24T22:37:49.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-24T22:37:49.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-24T22:37:49.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-24T22:37:49.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-24T22:37:49.557Z
20752026-06-24T22:37:49.557Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20762026-06-24T22:37:49.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-24T22:37:49.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-24T22:37:49.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-24T22:37:49.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20802026-06-24T22:37:49.943Z
20812026-06-24T22:37:49.943Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20822026-06-24T22:37:50.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-24T22:37:50.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-24T22:37:50.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-24T22:37:50.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20862026-06-24T22:37:50.497Z
20872026-06-24T22:37:50.497Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20882026-06-24T22:37:50.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-24T22:37:50.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-24T22:37:50.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-24T22:37:50.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-24T22:37:51.055Z
20932026-06-24T22:37:51.055Zinfo: running `cargo check --bins` on nexus-config (51/296)
20942026-06-24T22:37:51.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-24T22:37:51.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-24T22:37:51.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-24T22:37:51.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20982026-06-24T22:37:51.604Z
20992026-06-24T22:37:51.604Zinfo: running `cargo check --bins` on nexus-types (52/296)
21002026-06-24T22:37:52.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-24T22:37:52.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-24T22:37:52.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-24T22:37:52.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21042026-06-24T22:37:52.152Z
21052026-06-24T22:37:52.152Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21062026-06-24T22:37:52.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-24T22:37:52.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-24T22:37:52.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-24T22:37:52.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21102026-06-24T22:37:52.675Z
21112026-06-24T22:37:52.675Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21122026-06-24T22:37:53.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-24T22:37:53.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-24T22:37:53.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-24T22:37:53.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21162026-06-24T22:37:53.176Z
21172026-06-24T22:37:53.176Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21182026-06-24T22:37:53.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-24T22:37:53.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-24T22:37:53.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-24T22:37:53.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21222026-06-24T22:37:53.694Z
21232026-06-24T22:37:53.694Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21242026-06-24T22:37:54.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-24T22:37:54.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-24T22:37:54.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-24T22:37:54.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-24T22:37:54.213Z
21292026-06-24T22:37:54.213Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21302026-06-24T22:37:54.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-24T22:37:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-24T22:37:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-24T22:37:54.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21342026-06-24T22:37:54.736Z
21352026-06-24T22:37:54.737Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21362026-06-24T22:37:55.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-24T22:37:55.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-24T22:37:55.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-24T22:37:55.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21402026-06-24T22:37:55.261Z
21412026-06-24T22:37:55.261Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21422026-06-24T22:37:55.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-24T22:37:55.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-24T22:37:55.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-24T22:37:55.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21462026-06-24T22:37:55.772Z
21472026-06-24T22:37:55.773Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21482026-06-24T22:37:56.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-24T22:37:56.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-24T22:37:56.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-24T22:37:56.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-24T22:37:56.283Z
21532026-06-24T22:37:56.283Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21542026-06-24T22:37:56.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-24T22:37:56.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-24T22:37:56.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-24T22:37:56.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-24T22:37:56.789Z
21592026-06-24T22:37:56.789Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21602026-06-24T22:37:57.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-24T22:37:57.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-24T22:37:57.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-24T22:37:57.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-24T22:37:57.293Z
21652026-06-24T22:37:57.293Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21662026-06-24T22:37:57.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-24T22:37:57.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-24T22:37:57.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-24T22:37:57.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21702026-06-24T22:37:57.811Z
21712026-06-24T22:37:57.812Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21722026-06-24T22:37:58.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-24T22:37:58.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-24T22:37:58.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-24T22:37:58.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-24T22:37:58.328Z
21772026-06-24T22:37:58.328Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21782026-06-24T22:37:58.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-24T22:37:58.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-24T22:37:58.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-24T22:37:58.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21822026-06-24T22:37:58.830Z
21832026-06-24T22:37:58.830Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21842026-06-24T22:37:59.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-24T22:37:59.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-24T22:37:59.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-24T22:37:59.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21882026-06-24T22:37:59.329Z
21892026-06-24T22:37:59.329Zinfo: running `cargo check --bins` on ereport-types (67/296)
21902026-06-24T22:37:59.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-24T22:37:59.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-24T22:37:59.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-24T22:37:59.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-24T22:37:59.840Z
21952026-06-24T22:37:59.840Zinfo: running `cargo check --bins` on gateway-client (68/296)
21962026-06-24T22:38:00.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-24T22:38:00.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-24T22:38:00.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-24T22:38:00.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-24T22:38:00.351Z
22012026-06-24T22:38:00.351Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22022026-06-24T22:38:00.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-24T22:38:00.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-24T22:38:00.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-24T22:38:00.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-24T22:38:00.862Z
22072026-06-24T22:38:00.862Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22082026-06-24T22:38:01.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-24T22:38:01.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-24T22:38:01.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-24T22:38:01.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-24T22:38:01.373Z
22132026-06-24T22:38:01.373Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22142026-06-24T22:38:01.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-24T22:38:01.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-24T22:38:01.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-24T22:38:01.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22182026-06-24T22:38:01.935Z
22192026-06-24T22:38:01.935Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22202026-06-24T22:38:02.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-24T22:38:02.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-24T22:38:02.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-24T22:38:02.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22242026-06-24T22:38:02.395Z
22252026-06-24T22:38:02.395Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22262026-06-24T22:38:02.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-24T22:38:02.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-24T22:38:02.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-24T22:38:02.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22302026-06-24T22:38:02.922Z
22312026-06-24T22:38:02.922Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22322026-06-24T22:38:03.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-24T22:38:03.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-24T22:38:03.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-24T22:38:03.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-24T22:38:03.455Z
22372026-06-24T22:38:03.455Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22382026-06-24T22:38:03.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-24T22:38:03.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-24T22:38:03.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-24T22:38:03.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22422026-06-24T22:38:03.957Z
22432026-06-24T22:38:03.957Zinfo: running `cargo check --bins` on oxlog (76/296)
22442026-06-24T22:38:04.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-24T22:38:04.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-24T22:38:04.503Z Checking cfg-if v1.0.4
22472026-06-24T22:38:04.506Z Checking libc v0.2.185
22482026-06-24T22:38:04.506Z Checking serde_core v1.0.228
22492026-06-24T22:38:04.612Z Checking zeroize v1.8.2
22502026-06-24T22:38:04.620Z Checking memchr v2.8.0
22512026-06-24T22:38:04.626Z Checking log v0.4.29
22522026-06-24T22:38:04.635Z Checking smallvec v1.15.1
22532026-06-24T22:38:04.648Z Checking typenum v1.19.0
22542026-06-24T22:38:04.656Z Checking subtle v2.6.1
22552026-06-24T22:38:04.749Z Checking itoa v1.0.17
22562026-06-24T22:38:04.781Z Checking scopeguard v1.2.0
22572026-06-24T22:38:04.801Z Checking stable_deref_trait v1.2.1
22582026-06-24T22:38:04.812Z Checking const-oid v0.9.6
22592026-06-24T22:38:04.871Z Checking zerofrom v0.1.6
22602026-06-24T22:38:04.882Z Checking lock_api v0.4.14
22612026-06-24T22:38:04.894Z Checking pin-project-lite v0.2.17
22622026-06-24T22:38:04.978Z Checking yoke v0.8.1
22632026-06-24T22:38:04.990Z Checking portable-atomic v1.13.1
22642026-06-24T22:38:04.993Z Checking futures-core v0.3.32
22652026-06-24T22:38:05.008Z Checking getrandom v0.2.17
22662026-06-24T22:38:05.071Z Checking errno v0.3.14
22672026-06-24T22:38:05.106Z Checking parking_lot_core v0.9.12
22682026-06-24T22:38:05.137Z Checking zerovec v0.11.5
22692026-06-24T22:38:05.148Z Checking rand_core v0.6.4
22702026-06-24T22:38:05.180Z Checking signal-hook-registry v1.4.8
22712026-06-24T22:38:05.290Z Checking critical-section v1.2.0
22722026-06-24T22:38:05.310Z Checking generic-array v0.14.7
22732026-06-24T22:38:05.321Z Checking parking_lot v0.12.5
22742026-06-24T22:38:05.333Z Checking mio v1.2.0
22752026-06-24T22:38:05.383Z Checking zerocopy v0.8.40
22762026-06-24T22:38:05.395Z Checking once_cell v1.21.3
22772026-06-24T22:38:05.482Z Checking zmij v1.0.21
22782026-06-24T22:38:05.502Z Checking socket2 v0.6.3
22792026-06-24T22:38:05.560Z Checking libm v0.2.16
22802026-06-24T22:38:05.564Z Checking tinystr v0.8.2
22812026-06-24T22:38:05.612Z Checking litemap v0.8.1
22822026-06-24T22:38:05.689Z Checking writeable v0.6.2
22832026-06-24T22:38:05.742Z Checking percent-encoding v2.3.2
22842026-06-24T22:38:05.745Z Checking equivalent v1.0.2
22852026-06-24T22:38:05.763Z Checking crypto-common v0.1.7
22862026-06-24T22:38:05.813Z Checking block-buffer v0.10.4
22872026-06-24T22:38:05.828Z Checking potential_utf v0.1.4
22882026-06-24T22:38:05.845Z Checking icu_locale_core v2.1.1
22892026-06-24T22:38:05.875Z Checking zerotrie v0.2.3
22902026-06-24T22:38:05.887Z Checking futures-sink v0.3.32
22912026-06-24T22:38:05.944Z Checking digest v0.10.7
22922026-06-24T22:38:05.957Z Checking icu_collections v2.1.1
22932026-06-24T22:38:05.977Z Checking futures-channel v0.3.32
22942026-06-24T22:38:06.091Z Checking serde v1.0.228
22952026-06-24T22:38:06.114Z Checking bitflags v2.11.0
22962026-06-24T22:38:06.134Z Checking serde_json v1.0.150
22972026-06-24T22:38:06.165Z Checking futures-io v0.3.32
22982026-06-24T22:38:06.257Z Checking num-traits v0.2.19
22992026-06-24T22:38:06.269Z Checking slab v0.4.12
23002026-06-24T22:38:06.281Z Checking cpufeatures v0.2.17
23012026-06-24T22:38:06.281Z Checking futures-task v0.3.32
23022026-06-24T22:38:06.353Z Checking hmac v0.12.1
23032026-06-24T22:38:06.394Z Checking icu_provider v2.1.1
23042026-06-24T22:38:06.409Z Checking icu_normalizer_data v2.1.1
23052026-06-24T22:38:06.420Z Checking futures-util v0.3.32
23062026-06-24T22:38:06.475Z Checking icu_properties_data v2.1.2
23072026-06-24T22:38:06.486Z Checking rand_core v0.10.0
23082026-06-24T22:38:06.497Z Checking bytes v1.11.1
23092026-06-24T22:38:06.597Z Checking hashbrown v0.17.0
23102026-06-24T22:38:06.617Z Checking getrandom v0.4.1
23112026-06-24T22:38:06.629Z Checking icu_normalizer v2.1.1
23122026-06-24T22:38:06.761Z Checking icu_properties v2.1.2
23132026-06-24T22:38:06.774Z Checking block-padding v0.3.3
23142026-06-24T22:38:06.811Z Checking utf8_iter v1.0.4
23152026-06-24T22:38:06.897Z Checking inout v0.1.4
23162026-06-24T22:38:06.925Z Checking sha2 v0.10.9
23172026-06-24T22:38:06.937Z Checking form_urlencoded v1.2.2
23182026-06-24T22:38:06.939Z Checking tokio v1.52.1
23192026-06-24T22:38:07.030Z Checking cipher v0.4.4
23202026-06-24T22:38:07.058Z Checking getrandom v0.3.4
23212026-06-24T22:38:07.063Z Checking indexmap v2.14.0
23222026-06-24T22:38:07.197Z Checking base64ct v1.8.3
23232026-06-24T22:38:07.209Z Checking fnv v1.0.7
23242026-06-24T22:38:07.232Z Checking byteorder v1.5.0
23252026-06-24T22:38:07.297Z Checking flagset v0.4.7
23262026-06-24T22:38:07.417Z Checking rand_core v0.9.5
23272026-06-24T22:38:07.429Z Checking pem-rfc7468 v0.7.0
23282026-06-24T22:38:07.432Z Checking http v1.4.2
23292026-06-24T22:38:07.582Z Checking der v0.7.10
23302026-06-24T22:38:07.594Z Checking idna_adapter v1.2.1
23312026-06-24T22:38:07.605Z Checking regex-syntax v0.8.10
23322026-06-24T22:38:07.618Z Checking salsa20 v0.10.2
23332026-06-24T22:38:07.706Z Checking idna v1.1.0
23342026-06-24T22:38:07.743Z Checking uuid v1.23.4
23352026-06-24T22:38:07.944Z Checking url v2.5.8
23362026-06-24T22:38:07.995Z Checking pbkdf2 v0.12.2
23372026-06-24T22:38:08.052Z Checking rustix v1.1.3
23382026-06-24T22:38:08.102Z Checking tracing-core v0.1.36
23392026-06-24T22:38:08.175Z Checking ppv-lite86 v0.2.21
23402026-06-24T22:38:08.318Z Checking spki v0.7.3
23412026-06-24T22:38:08.345Z Checking iana-time-zone v0.1.65
23422026-06-24T22:38:08.387Z Checking base64 v0.22.1
23432026-06-24T22:38:08.406Z Checking tracing v0.1.44
23442026-06-24T22:38:08.447Z Checking chrono v0.4.44
23452026-06-24T22:38:08.464Z Checking rand_chacha v0.9.0
23462026-06-24T22:38:08.478Z Checking scrypt v0.11.0
23472026-06-24T22:38:08.609Z Checking http-body v1.0.1
23482026-06-24T22:38:08.621Z Checking aes v0.8.4
23492026-06-24T22:38:08.621Z Checking cbc v0.1.2
23502026-06-24T22:38:08.660Z Checking rustls-pki-types v1.14.0
23512026-06-24T22:38:08.735Z Checking openssl-probe v0.2.1
23522026-06-24T22:38:08.751Z Checking tinyvec_macros v0.1.1
23532026-06-24T22:38:08.815Z Checking tinyvec v1.10.0
23542026-06-24T22:38:08.841Z Checking rand v0.9.2
23552026-06-24T22:38:08.883Z Checking aws-lc-sys v0.40.0
23562026-06-24T22:38:08.924Z Checking try-lock v0.2.5
23572026-06-24T22:38:08.946Z Checking tower-service v0.3.3
23582026-06-24T22:38:09.006Z Checking pkcs5 v0.7.1
23592026-06-24T22:38:09.024Z Checking untrusted v0.7.1
23602026-06-24T22:38:09.034Z Checking atomic-waker v1.1.2
23612026-06-24T22:38:09.127Z Checking tower-layer v0.3.3
23622026-06-24T22:38:09.138Z Checking want v0.3.1
23632026-06-24T22:38:09.150Z Checking ipnet v2.11.0
23642026-06-24T22:38:09.254Z Checking httparse v1.10.1
23652026-06-24T22:38:09.266Z Checking pkcs8 v0.10.2
23662026-06-24T22:38:09.276Z Checking aho-corasick v1.1.4
23672026-06-24T22:38:09.323Z Checking dyn-clone v1.0.20
23682026-06-24T22:38:09.346Z Checking plain v0.2.3
23692026-06-24T22:38:09.386Z Checking aws-lc-rs v1.16.3
23702026-06-24T22:38:09.408Z Checking httpdate v1.0.3
23712026-06-24T22:38:09.422Z Checking fastrand v2.3.0
23722026-06-24T22:38:09.439Z Checking utf8parse v0.2.2
23732026-06-24T22:38:09.451Z Checking foreign-types-shared v0.1.1
23742026-06-24T22:38:09.463Z Checking untrusted v0.9.0
23752026-06-24T22:38:09.528Z Checking foreign-types v0.3.2
23762026-06-24T22:38:09.542Z Checking unicode-normalization v0.1.25
23772026-06-24T22:38:09.555Z Checking semver v1.0.28
23782026-06-24T22:38:09.567Z Checking openssl-sys v0.9.115
23792026-06-24T22:38:09.591Z Checking spin v0.9.8
23802026-06-24T22:38:09.602Z Checking tempfile v3.25.0
23812026-06-24T22:38:09.760Z Checking anstyle v1.0.14
23822026-06-24T22:38:09.771Z Checking unicode-ident v1.0.24
23832026-06-24T22:38:09.793Z Checking ucd-trie v0.1.7
23842026-06-24T22:38:09.876Z Checking proc-macro2 v1.0.106
23852026-06-24T22:38:09.922Z Checking pest v2.8.6
23862026-06-24T22:38:09.937Z Checking openssl v0.10.79
23872026-06-24T22:38:09.949Z Checking schemars v0.8.22
23882026-06-24T22:38:09.962Z Checking thiserror v2.0.18
23892026-06-24T22:38:09.974Z Checking regex-automata v0.4.14
23902026-06-24T22:38:10.059Z Checking sync_wrapper v1.0.2
23912026-06-24T22:38:10.158Z Checking wait-timeout v0.2.1
23922026-06-24T22:38:10.180Z Checking bit-vec v0.8.0
23932026-06-24T22:38:10.243Z Checking rustls-webpki v0.103.9
23942026-06-24T22:38:10.278Z Checking siphasher v1.0.2
23952026-06-24T22:38:10.291Z Checking tokio-util v0.7.18
23962026-06-24T22:38:10.368Z Checking powerfmt v0.2.0
23972026-06-24T22:38:10.433Z Checking simd-adler32 v0.3.8
23982026-06-24T22:38:10.517Z Checking quick-error v1.2.3
23992026-06-24T22:38:10.594Z Checking anstyle-query v1.1.5
24002026-06-24T22:38:10.606Z Checking is_terminal_polyfill v1.70.2
24012026-06-24T22:38:10.619Z Checking pretty-hex v0.4.1
24022026-06-24T22:38:10.651Z Checking rustls v0.23.41
24032026-06-24T22:38:10.682Z Checking colorchoice v1.0.4
24042026-06-24T22:38:10.693Z Checking rusty-fork v0.3.1
24052026-06-24T22:38:10.727Z Checking deranged v0.5.8
24062026-06-24T22:38:10.776Z Checking bit-set v0.8.0
24072026-06-24T22:38:10.855Z Checking tower v0.5.3
24082026-06-24T22:38:10.895Z Checking h2 v0.4.15
24092026-06-24T22:38:10.916Z Checking quote v1.0.45
24102026-06-24T22:38:10.984Z Compiling newtype-uuid v1.3.2
24112026-06-24T22:38:11.079Z Checking http-body-util v0.1.3
24122026-06-24T22:38:11.160Z Checking crossbeam-utils v0.8.21
24132026-06-24T22:38:11.231Z Checking rand_xorshift v0.4.0
24142026-06-24T22:38:11.292Z Checking crc32fast v1.5.0
24152026-06-24T22:38:11.342Z Checking scroll v0.13.0
24162026-06-24T22:38:11.429Z Checking signature v2.2.0
24172026-06-24T22:38:11.496Z Checking adler2 v2.0.1
24182026-06-24T22:38:11.554Z Checking allocator-api2 v0.2.21
24192026-06-24T22:38:11.566Z Checking unicode-properties v0.1.4
24202026-06-24T22:38:11.599Z Checking unicode-bidi v0.3.18
24212026-06-24T22:38:11.645Z Checking num_threads v0.1.7
24222026-06-24T22:38:11.729Z Checking num-conv v0.2.0
24232026-06-24T22:38:11.746Z Checking unarray v0.1.4
24242026-06-24T22:38:11.808Z Checking ryu v1.0.23
24252026-06-24T22:38:11.828Z Checking iri-string v0.7.10
24262026-06-24T22:38:11.839Z Checking time-core v0.1.8
24272026-06-24T22:38:11.842Z Checking proptest v1.10.0
24282026-06-24T22:38:11.889Z Checking stringprep v0.1.5
24292026-06-24T22:38:11.937Z Checking serde_urlencoded v0.7.1
24302026-06-24T22:38:11.969Z Checking native-tls v0.2.18
24312026-06-24T22:38:11.980Z Checking time v0.3.47
24322026-06-24T22:38:12.037Z Checking bstr v1.12.1
24332026-06-24T22:38:12.135Z Checking miniz_oxide v0.8.9
24342026-06-24T22:38:12.147Z Checking tokio-native-tls v0.3.1
24352026-06-24T22:38:12.301Z Checking goblin v0.10.5
24362026-06-24T22:38:12.429Z Checking crossbeam-epoch v0.9.18
24372026-06-24T22:38:12.480Z Compiling daft v0.1.7
24382026-06-24T22:38:12.654Z Checking syn v2.0.117
24392026-06-24T22:38:12.757Z Checking ipnetwork v0.21.1
24402026-06-24T22:38:12.837Z Checking tower-http v0.6.8
24412026-06-24T22:38:12.926Z Checking anstyle-parse v1.0.0
24422026-06-24T22:38:12.971Z Checking rustls-native-certs v0.8.3
24432026-06-24T22:38:13.075Z Checking rand_chacha v0.3.1
24442026-06-24T22:38:13.094Z Checking thiserror v1.0.69
24452026-06-24T22:38:13.107Z Checking scroll v0.12.0
24462026-06-24T22:38:13.117Z Checking hash32 v0.2.1
24472026-06-24T22:38:13.187Z Checking zstd-sys v2.0.16+zstd.1.5.7
24482026-06-24T22:38:13.268Z Checking num-integer v0.1.46
24492026-06-24T22:38:13.281Z Checking serde_spanned v0.6.9
24502026-06-24T22:38:13.294Z Checking toml_datetime v0.6.11
24512026-06-24T22:38:13.328Z Checking md-5 v0.10.6
24522026-06-24T22:38:13.398Z Checking ff v0.13.1
24532026-06-24T22:38:13.460Z Checking encoding_rs v0.8.35
24542026-06-24T22:38:13.473Z Checking base16ct v0.2.0
24552026-06-24T22:38:13.486Z Checking psl-types v2.0.11
24562026-06-24T22:38:13.524Z Checking fallible-iterator v0.2.0
24572026-06-24T22:38:13.594Z Checking zlib-rs v0.6.2
24582026-06-24T22:38:13.606Z Checking mime v0.3.17
24592026-06-24T22:38:13.740Z Checking hyper v1.10.1
24602026-06-24T22:38:13.772Z Checking publicsuffix v2.3.0
24612026-06-24T22:38:13.792Z Checking postgres-protocol v0.6.10
24622026-06-24T22:38:13.816Z Checking sec1 v0.7.3
24632026-06-24T22:38:13.929Z Checking group v0.13.0
24642026-06-24T22:38:14.034Z Checking num-iter v0.1.45
24652026-06-24T22:38:14.089Z Checking goblin v0.8.2
24662026-06-24T22:38:14.116Z Checking zstd-safe v7.2.4
24672026-06-24T22:38:14.142Z Checking rand v0.8.6
24682026-06-24T22:38:14.277Z Checking heapless v0.7.17
24692026-06-24T22:38:14.427Z Checking cookie v0.18.1
24702026-06-24T22:38:14.509Z Checking flate2 v1.1.9
24712026-06-24T22:38:14.660Z Checking anstream v1.0.0
24722026-06-24T22:38:14.672Z Checking oxnet v0.1.6
24732026-06-24T22:38:14.682Z Checking dof v0.4.0
24742026-06-24T22:38:14.695Z Compiling iddqd v0.4.2
24752026-06-24T22:38:14.710Z Checking hyper-util v0.1.20
24762026-06-24T22:38:14.803Z Checking tokio-rustls v0.26.4
24772026-06-24T22:38:14.854Z Checking dtrace-parser v0.3.0
24782026-06-24T22:38:14.918Z Checking phf_shared v0.13.1
24792026-06-24T22:38:15.032Z Checking lazy_static v1.5.0
24802026-06-24T22:38:15.041Z Checking anstyle-parse v0.2.7
24812026-06-24T22:38:15.049Z Checking zerocopy v0.7.35
24822026-06-24T22:38:15.082Z Checking pin-project v1.1.11
24832026-06-24T22:38:15.112Z Checking terminal_size v0.4.3
24842026-06-24T22:38:15.171Z Checking bzip2-sys v0.1.13+1.0.8
24852026-06-24T22:38:15.173Z Checking signal-hook v0.3.18
24862026-06-24T22:38:15.219Z Checking futures-executor v0.3.32
24872026-06-24T22:38:15.252Z Checking hex v0.4.3
24882026-06-24T22:38:15.303Z Checking hkdf v0.12.4
24892026-06-24T22:38:15.362Z Checking crypto-bigint v0.5.5
24902026-06-24T22:38:15.372Z Checking thread-id v5.1.0
24912026-06-24T22:38:15.429Z Checking same-file v1.0.6
24922026-06-24T22:38:15.443Z Checking managed v0.8.0
24932026-06-24T22:38:15.466Z Checking clap_lex v1.0.0
24942026-06-24T22:38:15.532Z Checking either v1.15.0
24952026-06-24T22:38:15.544Z Checking bitflags v1.3.2
24962026-06-24T22:38:15.610Z Checking foldhash v0.1.5
24972026-06-24T22:38:15.621Z Checking winnow v0.5.40
24982026-06-24T22:38:15.624Z Checking libbz2-rs-sys v0.2.2
24992026-06-24T22:38:15.725Z Checking bumpalo v3.20.2
25002026-06-24T22:38:15.743Z Checking strsim v0.11.1
25012026-06-24T22:38:15.901Z Checking foldhash v0.2.0
25022026-06-24T22:38:15.928Z Compiling rayon-core v1.13.0
25032026-06-24T22:38:15.966Z Checking hyper-tls v0.6.0
25042026-06-24T22:38:15.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052026-06-24T22:38:16.007Z Checking dof v0.3.0
25062026-06-24T22:38:16.021Z Checking bzip2 v0.6.1
25072026-06-24T22:38:16.052Z Checking hashbrown v0.16.1
25082026-06-24T22:38:16.113Z Checking hyper-rustls v0.27.7
25092026-06-24T22:38:16.129Z Checking reqwest v0.12.28
25102026-06-24T22:38:16.154Z Checking zopfli v0.8.3
25112026-06-24T22:38:16.177Z Checking clap_builder v4.6.0
25122026-06-24T22:38:16.266Z Checking elliptic-curve v0.13.8
25132026-06-24T22:38:16.292Z Checking hashbrown v0.15.5
25142026-06-24T22:38:16.315Z Checking smoltcp v0.9.1
25152026-06-24T22:38:16.480Z Checking walkdir v2.5.0
25162026-06-24T22:38:16.555Z Checking usdt-impl v0.6.0
25172026-06-24T22:38:16.576Z Checking signal-hook-mio v0.2.5
25182026-06-24T22:38:16.638Z Checking futures v0.3.32
25192026-06-24T22:38:16.677Z Checking bzip2 v0.4.4
25202026-06-24T22:38:16.714Z Checking anstream v0.6.21
25212026-06-24T22:38:16.751Z Checking snafu v0.8.9
25222026-06-24T22:38:16.784Z Checking toml_edit v0.19.15
25232026-06-24T22:38:16.831Z Checking phf v0.13.1
25242026-06-24T22:38:16.842Z Checking num-bigint-dig v0.8.6
25252026-06-24T22:38:16.905Z Checking cookie_store v0.22.1
25262026-06-24T22:38:16.916Z Checking zstd v0.13.3
25272026-06-24T22:38:16.974Z Checking postgres-types v0.2.12
25282026-06-24T22:38:16.988Z Checking dtrace-parser v0.2.0
25292026-06-24T22:38:17.099Z Checking rustls-platform-verifier v0.6.2
25302026-06-24T22:38:17.111Z Checking crossbeam-deque v0.8.6
25312026-06-24T22:38:17.218Z Checking globset v0.4.18
25322026-06-24T22:38:17.233Z Checking regex v1.12.3
25332026-06-24T22:38:17.245Z Checking ed25519 v2.2.3
25342026-06-24T22:38:17.283Z Checking phf_shared v0.11.3
25352026-06-24T22:38:17.287Z Checking olpc-cjson v0.1.4
25362026-06-24T22:38:17.422Z Checking curve25519-dalek v4.1.3
25372026-06-24T22:38:17.425Z Checking ref-cast v1.0.25
25382026-06-24T22:38:17.425Z Checking strum v0.27.2
25392026-06-24T22:38:17.454Z Checking hubpack v0.1.2
25402026-06-24T22:38:17.465Z Checking memoffset v0.9.1
25412026-06-24T22:38:17.509Z Checking rustix v0.38.44
25422026-06-24T22:38:17.520Z Checking pkcs1 v0.7.5
25432026-06-24T22:38:17.536Z Checking pem v3.0.6
25442026-06-24T22:38:17.548Z Checking float-cmp v0.10.0
25452026-06-24T22:38:17.615Z Checking erased-serde v0.3.31
25462026-06-24T22:38:17.661Z Checking serde_plain v1.0.2
25472026-06-24T22:38:17.672Z Checking serde-big-array v0.5.1
25482026-06-24T22:38:17.686Z Checking rfc6979 v0.4.0
25492026-06-24T22:38:17.726Z Checking memmap2 v0.9.10
25502026-06-24T22:38:17.795Z Checking thread-id v4.2.2
25512026-06-24T22:38:17.803Z Checking env_filter v1.0.0
25522026-06-24T22:38:17.803Z Checking new_debug_unreachable v1.0.6
25532026-06-24T22:38:17.846Z Checking whoami v2.1.0
25542026-06-24T22:38:17.867Z Checking fixedbitset v0.4.2
25552026-06-24T22:38:17.870Z Checking difflib v0.4.0
25562026-06-24T22:38:17.888Z Checking typed-path v0.9.3
25572026-06-24T22:38:17.949Z Checking predicates-core v1.0.10
25582026-06-24T22:38:17.999Z Checking winnow v1.0.3
25592026-06-24T22:38:18.012Z Checking toml_write v0.1.2
25602026-06-24T22:38:18.034Z Checking static_assertions v1.1.0
25612026-06-24T22:38:18.048Z Checking data-encoding v2.10.0
25622026-06-24T22:38:18.068Z Checking winnow v0.7.14
25632026-06-24T22:38:18.098Z Checking normalize-line-endings v0.3.0
25642026-06-24T22:38:18.172Z Checking fixedbitset v0.5.7
25652026-06-24T22:38:18.183Z Checking unicode-segmentation v1.12.0
25662026-06-24T22:38:18.219Z Checking jiff v0.2.21
25672026-06-24T22:38:18.323Z Checking precomputed-hash v0.1.1
25682026-06-24T22:38:18.328Z Checking keccak v0.1.6
25692026-06-24T22:38:18.328Z Checking crossterm v0.28.1
25702026-06-24T22:38:18.359Z Checking string_cache v0.8.9
25712026-06-24T22:38:18.370Z Checking petgraph v0.8.3
25722026-06-24T22:38:18.479Z Checking sha3 v0.10.8
25732026-06-24T22:38:18.492Z Checking similar v2.7.0
25742026-06-24T22:38:18.525Z Checking hickory-proto v0.25.2
25752026-06-24T22:38:18.673Z Checking tough v0.22.0
25762026-06-24T22:38:18.684Z Checking toml_parser v1.1.2+spec-1.1.0
25772026-06-24T22:38:18.877Z Checking ed25519-dalek v2.2.0
25782026-06-24T22:38:19.014Z Checking predicates v3.1.4
25792026-06-24T22:38:19.051Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25802026-06-24T22:38:19.124Z Checking tokio-postgres v0.7.16
25812026-06-24T22:38:19.298Z Checking toml_edit v0.22.27
25822026-06-24T22:38:19.319Z Checking petgraph v0.6.5
25832026-06-24T22:38:20.006Z Checking slog v2.8.2
25842026-06-24T22:38:20.269Z Checking env_logger v0.11.9
25852026-06-24T22:38:20.387Z Checking usdt v0.6.0
25862026-06-24T22:38:20.400Z Checking usdt-impl v0.5.0
25872026-06-24T22:38:20.459Z Checking toml v0.7.8
25882026-06-24T22:38:20.473Z Checking zip v4.6.1
25892026-06-24T22:38:20.551Z Checking ecdsa v0.16.9
25902026-06-24T22:38:20.608Z Checking rsa v0.9.10
25912026-06-24T22:38:20.680Z Checking nix v0.31.2
25922026-06-24T22:38:20.766Z Checking clap v4.6.1
25932026-06-24T22:38:20.890Z Checking reqwest v0.13.2
25942026-06-24T22:38:21.057Z Checking zip v0.6.6
25952026-06-24T22:38:21.098Z Checking itertools v0.13.0
25962026-06-24T22:38:21.168Z Checking serde_with v3.17.0
25972026-06-24T22:38:21.357Z Checking strum v0.26.3
25982026-06-24T22:38:21.369Z Checking fs-err v3.3.0
25992026-06-24T22:38:21.380Z Checking ahash v0.8.12
26002026-06-24T22:38:21.464Z Checking tokio-stream v0.1.18
26012026-06-24T22:38:21.575Z Checking object v0.37.3
26022026-06-24T22:38:21.618Z Checking buf-list v1.1.2
26032026-06-24T22:38:21.663Z Checking camino v1.2.2
26042026-06-24T22:38:21.740Z Checking anyhow v1.0.102
26052026-06-24T22:38:21.751Z Checking x509-cert v0.2.5
26062026-06-24T22:38:21.797Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26072026-06-24T22:38:21.859Z Checking openapiv3 v2.2.0
26082026-06-24T22:38:21.908Z Checking sha1 v0.10.6
26092026-06-24T22:38:21.934Z Checking peg-runtime v0.8.5
26102026-06-24T22:38:22.056Z Checking lalrpop-util v0.19.12
26112026-06-24T22:38:22.067Z Checking rayon v1.11.0
26122026-06-24T22:38:22.077Z Checking sigpipe v0.1.3
26132026-06-24T22:38:22.136Z Checking glob v0.3.3
26142026-06-24T22:38:23.755Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-06-24T22:38:24.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.07s
26162026-06-24T22:38:24.174Z
26172026-06-24T22:38:24.174Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26182026-06-24T22:38:24.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-06-24T22:38:24.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-06-24T22:38:24.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-06-24T22:38:24.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26222026-06-24T22:38:24.703Z
26232026-06-24T22:38:24.703Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26242026-06-24T22:38:25.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-06-24T22:38:25.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-06-24T22:38:25.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-06-24T22:38:25.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26282026-06-24T22:38:25.217Z
26292026-06-24T22:38:25.217Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26302026-06-24T22:38:25.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-06-24T22:38:25.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-06-24T22:38:25.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-06-24T22:38:25.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26342026-06-24T22:38:25.752Z
26352026-06-24T22:38:25.753Zinfo: running `cargo check --bins` on oxql-types (80/296)
26362026-06-24T22:38:26.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-06-24T22:38:26.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-06-24T22:38:26.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-06-24T22:38:26.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26402026-06-24T22:38:26.271Z
26412026-06-24T22:38:26.271Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26422026-06-24T22:38:26.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-06-24T22:38:26.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-06-24T22:38:26.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-06-24T22:38:26.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26462026-06-24T22:38:26.790Z
26472026-06-24T22:38:26.790Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26482026-06-24T22:38:27.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-06-24T22:38:27.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-06-24T22:38:27.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-06-24T22:38:27.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26522026-06-24T22:38:27.307Z
26532026-06-24T22:38:27.307Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26542026-06-24T22:38:27.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-06-24T22:38:27.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-06-24T22:38:27.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-06-24T22:38:27.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26582026-06-24T22:38:27.810Z
26592026-06-24T22:38:27.810Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26602026-06-24T22:38:28.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-06-24T22:38:28.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-06-24T22:38:28.435Z Compiling structmeta-derive v0.3.0
26632026-06-24T22:38:28.547Z Compiling multer v3.1.0
26642026-06-24T22:38:28.557Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26652026-06-24T22:38:28.557Z Compiling async-stream-impl v0.3.6
26662026-06-24T22:38:28.573Z Compiling dropshot v0.17.1
26672026-06-24T22:38:28.587Z Compiling dropshot_endpoint v0.17.1
26682026-06-24T22:38:28.587Z Compiling newtype-uuid-macros v0.1.0
26692026-06-24T22:38:28.610Z Checking newtype-uuid v1.3.2
26702026-06-24T22:38:28.762Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712026-06-24T22:38:28.792Z Checking hybrid-array v0.4.10
26722026-06-24T22:38:28.804Z Checking daft v0.1.7
26732026-06-24T22:38:29.038Z Checking thread_local v1.1.9
26742026-06-24T22:38:29.146Z Checking match_cfg v0.1.0
26752026-06-24T22:38:29.170Z Checking const-oid v0.10.2
26762026-06-24T22:38:29.201Z Checking compression-core v0.4.31
26772026-06-24T22:38:29.216Z Checking hostname v0.3.1
26782026-06-24T22:38:29.248Z Checking crypto-common v0.2.2
26792026-06-24T22:38:29.309Z Checking block-buffer v0.12.1
26802026-06-24T22:38:29.326Z Checking compression-codecs v0.4.37
26812026-06-24T22:38:29.340Z Checking iddqd v0.4.2
26822026-06-24T22:38:29.354Z Checking crossbeam-channel v0.5.15
26832026-06-24T22:38:29.445Z Checking atomicwrites v0.4.4
26842026-06-24T22:38:29.456Z Checking slog-json v2.6.1
26852026-06-24T22:38:29.489Z Checking is-terminal v0.4.17
26862026-06-24T22:38:29.570Z Checking serde_spanned v1.1.1
26872026-06-24T22:38:29.582Z Checking toml_datetime v1.1.1+spec-1.1.0
26882026-06-24T22:38:29.606Z Compiling structmeta v0.3.0
26892026-06-24T22:38:29.618Z Checking debug-ignore v1.0.5
26902026-06-24T22:38:29.688Z Checking toml_writer v1.1.1+spec-1.1.0
26912026-06-24T22:38:29.700Z Checking term v1.2.1
26922026-06-24T22:38:29.711Z Checking cpufeatures v0.3.0
26932026-06-24T22:38:29.776Z Checking take_mut v0.2.2
26942026-06-24T22:38:29.788Z Checking slog-bunyan v2.5.0
26952026-06-24T22:38:29.813Z Checking digest v0.11.3
26962026-06-24T22:38:29.824Z Compiling derive-ex v0.1.8
26972026-06-24T22:38:29.863Z Compiling parse-display-derive v0.10.0
26982026-06-24T22:38:29.875Z Checking slog-async v2.8.0
26992026-06-24T22:38:29.894Z Checking toml v1.1.2+spec-1.1.0
27002026-06-24T22:38:29.916Z Checking slog-term v2.9.2
27012026-06-24T22:38:29.960Z Checking sha1 v0.11.0
27022026-06-24T22:38:30.043Z Checking async-compression v0.4.41
27032026-06-24T22:38:30.286Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-24T22:38:30.286Z Checking async-stream v0.3.6
27052026-06-24T22:38:30.310Z Checking progenitor-client v0.14.0
27062026-06-24T22:38:30.353Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27072026-06-24T22:38:30.368Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27082026-06-24T22:38:30.459Z Checking waitgroup v0.1.2
27092026-06-24T22:38:30.482Z Checking rustls-pemfile v2.2.0
27102026-06-24T22:38:30.506Z Checking backon v1.6.0
27112026-06-24T22:38:30.534Z Checking serde_path_to_error v0.1.20
27122026-06-24T22:38:30.550Z Checking hostname v0.4.2
27132026-06-24T22:38:30.624Z Checking instant v0.1.13
27142026-06-24T22:38:30.704Z Checking backoff v0.4.0
27152026-06-24T22:38:30.863Z Checking progenitor-extras v0.2.0
27162026-06-24T22:38:30.877Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-06-24T22:38:30.970Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-06-24T22:38:31.078Z Checking itertools v0.14.0
27192026-06-24T22:38:31.091Z Checking regress v0.10.5
27202026-06-24T22:38:31.094Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-24T22:38:31.519Z Compiling test-strategy v0.4.5
27222026-06-24T22:38:31.533Z Checking parse-display v0.10.0
27232026-06-24T22:38:31.543Z Checking macaddr v1.0.1
27242026-06-24T22:38:31.796Z Checking humantime v2.3.0
27252026-06-24T22:38:32.661Z Compiling prettyplease v0.2.37
27262026-06-24T22:38:32.894Z Checking num-rational v0.4.2
27272026-06-24T22:38:32.982Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27282026-06-24T22:38:33.360Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-06-24T22:38:33.511Z Checking num-complex v0.4.6
27302026-06-24T22:38:33.969Z Compiling num v0.4.3
27312026-06-24T22:38:34.093Z Compiling usdt-attr-macro v0.5.0
27322026-06-24T22:38:34.105Z Compiling usdt-macro v0.5.0
27332026-06-24T22:38:34.132Z Checking memmap v0.7.0
27342026-06-24T22:38:34.211Z Compiling float-ord v0.3.2
27352026-06-24T22:38:34.264Z Compiling convert_case v0.4.0
27362026-06-24T22:38:34.327Z Checking unicode-width v0.2.0
27372026-06-24T22:38:34.586Z Checking console v0.15.11
27382026-06-24T22:38:34.647Z Compiling derive_more v0.99.20
27392026-06-24T22:38:34.852Z Checking newline-converter v0.3.0
27402026-06-24T22:38:34.883Z Checking usdt v0.5.0
27412026-06-24T22:38:34.896Z Compiling toml v0.8.23
27422026-06-24T22:38:34.960Z Compiling minimal-lexical v0.2.1
27432026-06-24T22:38:35.051Z Checking linked-hash-map v0.5.6
27442026-06-24T22:38:35.218Z Compiling nom v7.1.3
27452026-06-24T22:38:35.231Z Checking lru-cache v0.1.2
27462026-06-24T22:38:35.351Z Checking expectorate v1.2.0
27472026-06-24T22:38:35.515Z Checking camino-tempfile v1.4.1
27482026-06-24T22:38:35.686Z Checking hickory-proto v0.24.4
27492026-06-24T22:38:35.986Z Checking phf_shared v0.12.1
27502026-06-24T22:38:36.126Z Compiling slog-dtrace v0.3.0
27512026-06-24T22:38:36.317Z Compiling chrono-tz v0.10.4
27522026-06-24T22:38:36.329Z Checking heck v0.5.0
27532026-06-24T22:38:36.458Z Checking resolv-conf v0.7.6
27542026-06-24T22:38:36.497Z Compiling const_format_proc_macros v0.2.34
27552026-06-24T22:38:36.557Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-06-24T22:38:36.712Z Checking phf v0.12.1
27572026-06-24T22:38:36.789Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27582026-06-24T22:38:36.851Z Checking tokio-dtrace v0.1.1
27592026-06-24T22:38:37.036Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-06-24T22:38:37.048Z Compiling derive-where v1.6.0
27612026-06-24T22:38:37.216Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-06-24T22:38:37.334Z Checking highway v1.3.0
27632026-06-24T22:38:37.506Z Checking hickory-resolver v0.24.4
27642026-06-24T22:38:37.585Z Checking const_format v0.2.35
27652026-06-24T22:38:37.818Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-06-24T22:38:38.272Z Checking oxide-tokio-rt v0.1.4
27672026-06-24T22:38:38.327Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-06-24T22:38:38.368Z Checking qorb v0.4.1
27692026-06-24T22:38:38.436Z Checking gethostname v0.5.0
27702026-06-24T22:38:38.521Z Checking bcs v0.1.6
27712026-06-24T22:38:38.576Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27722026-06-24T22:38:38.643Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27732026-06-24T22:38:38.708Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-24T22:38:38.747Z Checking termtree v0.5.1
27752026-06-24T22:38:42.133Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-24T22:38:44.550Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-24T22:38:46.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
27782026-06-24T22:38:46.803Z
27792026-06-24T22:38:46.803Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27802026-06-24T22:38:47.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-24T22:38:47.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-24T22:38:47.416Z Compiling ar_archive_writer v0.5.1
27832026-06-24T22:38:47.522Z Compiling stacker v0.1.23
27842026-06-24T22:38:47.529Z Compiling cfg_aliases v0.1.1
27852026-06-24T22:38:47.536Z Compiling convert_case v0.10.0
27862026-06-24T22:38:47.542Z Checking unicode-width v0.1.14
27872026-06-24T22:38:47.549Z Compiling proc-macro-error v1.0.4
27882026-06-24T22:38:47.559Z Checking fd-lock v4.0.4
27892026-06-24T22:38:47.559Z Checking nibble_vec v0.1.0
27902026-06-24T22:38:47.582Z Compiling nix v0.28.0
27912026-06-24T22:38:47.666Z Checking vte v0.14.1
27922026-06-24T22:38:47.682Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-24T22:38:47.773Z Checking endian-type v0.1.2
27942026-06-24T22:38:47.786Z Checking bytecount v0.6.9
27952026-06-24T22:38:47.813Z Checking strip-ansi-escapes v0.2.1
27962026-06-24T22:38:47.827Z Compiling derive_more-impl v2.1.1
27972026-06-24T22:38:47.838Z Compiling tabled_derive v0.7.0
27982026-06-24T22:38:47.875Z Checking papergrid v0.11.0
27992026-06-24T22:38:47.892Z Checking radix_trie v0.2.1
28002026-06-24T22:38:47.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-24T22:38:48.075Z Compiling peg-macros v0.8.5
28022026-06-24T22:38:48.097Z Checking winnow v0.6.26
28032026-06-24T22:38:48.331Z Compiling psm v0.1.30
28042026-06-24T22:38:48.422Z Compiling sqlparser_derive v0.5.0
28052026-06-24T22:38:48.507Z Checking nu-ansi-term v0.50.3
28062026-06-24T22:38:48.624Z Checking derive_more v2.1.1
28072026-06-24T22:38:48.701Z Checking unicode_categories v0.1.1
28082026-06-24T22:38:48.717Z Checking home v0.5.12
28092026-06-24T22:38:48.777Z Checking tabled v0.15.0
28102026-06-24T22:38:48.816Z Checking reedline v0.40.0
28112026-06-24T22:38:48.849Z Checking crossterm v0.29.0
28122026-06-24T22:38:48.893Z Checking rustyline v14.0.0
28132026-06-24T22:38:49.105Z Checking recursive v0.1.1
28142026-06-24T22:38:49.208Z Checking sqlparser v0.61.0
28152026-06-24T22:38:49.224Z Checking display-error-chain v0.2.2
28162026-06-24T22:38:49.305Z Checking sqlformat v0.3.5
28172026-06-24T22:38:49.484Z Checking peg v0.8.5
28182026-06-24T22:39:00.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
28192026-06-24T22:39:00.680Z
28202026-06-24T22:39:00.680Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28212026-06-24T22:39:01.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-24T22:39:01.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-24T22:39:01.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-24T22:39:04.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28252026-06-24T22:39:04.894Z
28262026-06-24T22:39:04.895Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28272026-06-24T22:39:05.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-24T22:39:05.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-24T22:39:05.508Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-24T22:39:07.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28312026-06-24T22:39:08.100Z
28322026-06-24T22:39:08.100Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28332026-06-24T22:39:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-24T22:39:08.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-24T22:39:08.705Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-24T22:39:11.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28372026-06-24T22:39:12.154Z
28382026-06-24T22:39:12.154Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28392026-06-24T22:39:12.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-24T22:39:12.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-24T22:39:12.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-24T22:39:15.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28432026-06-24T22:39:16.165Z
28442026-06-24T22:39:16.165Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28452026-06-24T22:39:16.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-24T22:39:16.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-24T22:39:16.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-24T22:39:19.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28492026-06-24T22:39:19.509Z
28502026-06-24T22:39:19.509Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28512026-06-24T22:39:19.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-24T22:39:19.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-24T22:39:20.121Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-24T22:39:22.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28552026-06-24T22:39:22.892Z
28562026-06-24T22:39:22.892Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28572026-06-24T22:39:23.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-24T22:39:23.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-24T22:39:23.504Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-24T22:39:26.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28612026-06-24T22:39:27.090Z
28622026-06-24T22:39:27.090Zinfo: running `cargo check --bins` on oximeter (93/296)
28632026-06-24T22:39:27.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-24T22:39:27.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-24T22:39:27.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-24T22:39:27.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28672026-06-24T22:39:27.614Z
28682026-06-24T22:39:27.614Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28692026-06-24T22:39:28.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-24T22:39:28.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-24T22:39:28.183Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-24T22:39:28.337Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-06-24T22:39:28.340Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-24T22:39:28.675Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-24T22:39:31.374Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-24T22:39:32.560Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-24T22:39:32.760Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-24T22:39:33.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
28792026-06-24T22:39:33.580Z
28802026-06-24T22:39:33.580Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28812026-06-24T22:39:34.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-24T22:39:34.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-24T22:39:34.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-24T22:39:34.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28852026-06-24T22:39:34.098Z
28862026-06-24T22:39:34.098Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28872026-06-24T22:39:34.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-24T22:39:34.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-24T22:39:34.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-24T22:39:34.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28912026-06-24T22:39:34.659Z
28922026-06-24T22:39:34.659Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28932026-06-24T22:39:35.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-24T22:39:35.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-24T22:39:35.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-24T22:39:35.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28972026-06-24T22:39:35.187Z
28982026-06-24T22:39:35.187Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
28992026-06-24T22:39:35.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-24T22:39:35.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-24T22:39:35.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-24T22:39:35.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29032026-06-24T22:39:35.723Z
29042026-06-24T22:39:35.723Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29052026-06-24T22:39:36.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-24T22:39:36.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-24T22:39:36.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-24T22:39:36.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29092026-06-24T22:39:36.262Z
29102026-06-24T22:39:36.262Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29112026-06-24T22:39:36.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-24T22:39:36.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-24T22:39:36.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-24T22:39:36.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29152026-06-24T22:39:36.807Z
29162026-06-24T22:39:36.807Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29172026-06-24T22:39:37.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-24T22:39:37.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-24T22:39:37.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-24T22:39:37.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29212026-06-24T22:39:37.329Z
29222026-06-24T22:39:37.329Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29232026-06-24T22:39:37.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-24T22:39:37.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-24T22:39:37.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-24T22:39:37.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29272026-06-24T22:39:37.867Z
29282026-06-24T22:39:37.867Zinfo: running `cargo check --bins` on update-engine (103/296)
29292026-06-24T22:39:38.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-24T22:39:38.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-24T22:39:38.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-24T22:39:38.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29332026-06-24T22:39:38.387Z
29342026-06-24T22:39:38.387Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29352026-06-24T22:39:38.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-24T22:39:38.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-24T22:39:39.055Z Compiling crucible-workspace-hack v0.1.0
29382026-06-24T22:39:39.168Z Checking secrecy v0.10.3
29392026-06-24T22:39:39.175Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-24T22:39:39.181Z Compiling heapless v0.8.0
29412026-06-24T22:39:39.187Z Compiling ingot-macros v0.1.1
29422026-06-24T22:39:39.194Z Checking hash32 v0.3.1
29432026-06-24T22:39:39.205Z Compiling smoltcp v0.11.0
29442026-06-24T22:39:39.208Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-06-24T22:39:39.268Z Checking cobs v0.3.0
29462026-06-24T22:39:39.307Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-24T22:39:39.390Z Compiling thiserror-impl-no-std v2.0.2
29482026-06-24T22:39:39.403Z Checking universal-hash v0.5.1
29492026-06-24T22:39:39.403Z Checking half v2.7.1
29502026-06-24T22:39:39.454Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-06-24T22:39:39.533Z Checking opaque-debug v0.3.1
29522026-06-24T22:39:39.565Z Checking ciborium-io v0.2.2
29532026-06-24T22:39:39.601Z Checking poly1305 v0.8.0
29542026-06-24T22:39:39.646Z Checking postcard v1.1.3
29552026-06-24T22:39:39.659Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
29562026-06-24T22:39:39.663Z Checking ciborium-ll v0.2.2
29572026-06-24T22:39:39.842Z Compiling proc-macro-crate v3.4.0
29582026-06-24T22:39:39.861Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-06-24T22:39:39.930Z Checking password-hash v0.5.0
29602026-06-24T22:39:40.062Z Checking chacha20 v0.9.1
29612026-06-24T22:39:40.149Z Compiling proc-macro-crate v1.3.1
29622026-06-24T22:39:40.163Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
29632026-06-24T22:39:40.259Z Checking blake2 v0.10.6
29642026-06-24T22:39:40.362Z Checking aead v0.5.2
29652026-06-24T22:39:40.394Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29662026-06-24T22:39:40.426Z Compiling num_enum_derive v0.7.6
29672026-06-24T22:39:40.503Z Compiling foreign-types-macros v0.2.3
29682026-06-24T22:39:40.514Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-24T22:39:40.562Z Checking foreign-types-shared v0.3.1
29702026-06-24T22:39:40.565Z Checking thiserror-no-std v2.0.2
29712026-06-24T22:39:40.595Z Compiling num_enum_derive v0.5.11
29722026-06-24T22:39:40.648Z Checking chacha20poly1305 v0.10.1
29732026-06-24T22:39:40.661Z Checking vsss-rs v3.3.4
29742026-06-24T22:39:40.739Z Checking argon2 v0.5.3
29752026-06-24T22:39:40.770Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
29762026-06-24T22:39:41.080Z Checking foreign-types v0.5.0
29772026-06-24T22:39:41.083Z Checking ciborium v0.2.2
29782026-06-24T22:39:41.257Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-06-24T22:39:41.300Z Checking tabwriter v1.4.1
29802026-06-24T22:39:41.441Z Checking chacha20 v0.10.0
29812026-06-24T22:39:41.468Z Checking num_enum v0.7.6
29822026-06-24T22:39:41.500Z Checking byte-wrapper v0.1.0
29832026-06-24T22:39:41.537Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-24T22:39:41.578Z Checking cstr-argument v0.1.2
29852026-06-24T22:39:41.605Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29862026-06-24T22:39:41.647Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-24T22:39:41.695Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-06-24T22:39:41.707Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-06-24T22:39:41.763Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-24T22:39:41.844Z Checking rand v0.10.0
29912026-06-24T22:39:41.861Z Checking num_enum v0.5.11
29922026-06-24T22:39:41.958Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-06-24T22:39:41.971Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29942026-06-24T22:39:42.005Z Checking ingot-types v0.1.2
29952026-06-24T22:39:42.051Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-06-24T22:39:42.064Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-24T22:39:42.127Z Checking indent_write v2.2.0
29982026-06-24T22:39:42.246Z Checking colored v3.1.1
29992026-06-24T22:39:42.261Z Compiling zone_cfg_derive v0.3.1
30002026-06-24T22:39:42.273Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30012026-06-24T22:39:42.318Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-24T22:39:42.331Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30032026-06-24T22:39:42.361Z Checking itertools v0.12.1
30042026-06-24T22:39:42.374Z Checking ingot v0.1.1
30052026-06-24T22:39:42.377Z Compiling num-derive v0.4.2
30062026-06-24T22:39:42.485Z Checking swrite v0.1.0
30072026-06-24T22:39:42.498Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-24T22:39:42.572Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-24T22:39:42.693Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30102026-06-24T22:39:42.849Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-06-24T22:39:42.883Z Checking dropshot-api-manager-types v0.7.2
30122026-06-24T22:39:42.896Z Checking smf v0.2.3
30132026-06-24T22:39:42.909Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-06-24T22:39:42.953Z Checking nanorand v0.7.0
30152026-06-24T22:39:43.047Z Checking whoami v1.6.1
30162026-06-24T22:39:43.120Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-24T22:39:43.144Z Checking flume v0.11.1
30182026-06-24T22:39:43.304Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
30192026-06-24T22:39:43.375Z Checking zone v0.3.1
30202026-06-24T22:39:43.911Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30212026-06-24T22:39:44.881Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-24T22:39:45.785Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-24T22:39:49.053Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-24T22:39:51.116Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-24T22:39:52.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
30262026-06-24T22:39:52.386Z
30272026-06-24T22:39:52.386Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30282026-06-24T22:39:52.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-24T22:39:52.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-24T22:39:52.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-24T22:39:52.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30322026-06-24T22:39:52.923Z
30332026-06-24T22:39:52.923Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30342026-06-24T22:39:53.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-24T22:39:53.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-24T22:39:53.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-24T22:39:53.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-06-24T22:39:53.463Z
30392026-06-24T22:39:53.463Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30402026-06-24T22:39:53.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-24T22:39:53.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-24T22:39:53.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-24T22:39:53.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-06-24T22:39:54.009Z
30452026-06-24T22:39:54.009Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30462026-06-24T22:39:54.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-24T22:39:54.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-24T22:39:54.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-24T22:39:54.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-24T22:39:54.550Z
30512026-06-24T22:39:54.550Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30522026-06-24T22:39:54.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-24T22:39:54.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-24T22:39:54.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-24T22:39:54.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-24T22:39:55.083Z
30572026-06-24T22:39:55.083Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30582026-06-24T22:39:55.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-24T22:39:55.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-24T22:39:55.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-24T22:39:55.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-24T22:39:55.611Z
30632026-06-24T22:39:55.611Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30642026-06-24T22:39:56.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-24T22:39:56.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-24T22:39:56.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-24T22:39:56.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-24T22:39:56.137Z
30692026-06-24T22:39:56.137Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30702026-06-24T22:39:56.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-24T22:39:56.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-24T22:39:56.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-24T22:39:56.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30742026-06-24T22:39:56.645Z
30752026-06-24T22:39:56.646Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30762026-06-24T22:39:57.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-24T22:39:57.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-24T22:39:57.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-24T22:39:57.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-06-24T22:39:57.169Z
30812026-06-24T22:39:57.169Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30822026-06-24T22:39:57.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-24T22:39:57.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-24T22:39:57.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-24T22:39:57.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-24T22:39:57.700Z
30872026-06-24T22:39:57.700Zinfo: running `cargo check --bins` on installinator-client (115/296)
30882026-06-24T22:39:58.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-24T22:39:58.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-24T22:39:58.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-24T22:39:58.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-24T22:39:58.226Z
30932026-06-24T22:39:58.226Zinfo: running `cargo check --bins` on nexus-client (116/296)
30942026-06-24T22:39:58.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-24T22:39:58.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-24T22:39:58.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-24T22:39:58.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-06-24T22:39:58.788Z
30992026-06-24T22:39:58.788Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31002026-06-24T22:39:59.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-24T22:39:59.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-24T22:39:59.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-24T22:39:59.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-24T22:39:59.352Z
31052026-06-24T22:39:59.352Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31062026-06-24T22:39:59.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-24T22:39:59.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-24T22:39:59.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-24T22:39:59.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31102026-06-24T22:39:59.863Z
31112026-06-24T22:39:59.863Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31122026-06-24T22:40:00.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-24T22:40:00.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-24T22:40:00.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-24T22:40:00.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-24T22:40:00.376Z
31172026-06-24T22:40:00.376Zinfo: running `cargo check --bins` on oxide-client (120/296)
31182026-06-24T22:40:00.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-24T22:40:00.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-24T22:40:00.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-24T22:40:00.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-24T22:40:00.891Z
31232026-06-24T22:40:00.891Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31242026-06-24T22:40:01.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-24T22:40:01.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-24T22:40:01.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-24T22:40:01.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-06-24T22:40:01.418Z
31292026-06-24T22:40:01.418Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31302026-06-24T22:40:01.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-24T22:40:01.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-24T22:40:01.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-24T22:40:01.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31342026-06-24T22:40:01.930Z
31352026-06-24T22:40:01.930Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31362026-06-24T22:40:02.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-24T22:40:02.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-24T22:40:02.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-24T22:40:02.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31402026-06-24T22:40:02.463Z
31412026-06-24T22:40:02.463Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31422026-06-24T22:40:02.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-24T22:40:02.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-24T22:40:02.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-24T22:40:02.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31462026-06-24T22:40:03.011Z
31472026-06-24T22:40:03.011Zinfo: running `cargo check --bins` on installinator-common (125/296)
31482026-06-24T22:40:03.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-24T22:40:03.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-24T22:40:03.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-24T22:40:03.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31522026-06-24T22:40:03.557Z
31532026-06-24T22:40:03.558Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31542026-06-24T22:40:03.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-24T22:40:03.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-24T22:40:03.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-24T22:40:03.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31582026-06-24T22:40:04.068Z
31592026-06-24T22:40:04.068Zinfo: running `cargo check --bins` on wicket-common (127/296)
31602026-06-24T22:40:04.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-24T22:40:04.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-24T22:40:04.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-24T22:40:04.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31642026-06-24T22:40:04.611Z
31652026-06-24T22:40:04.611Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31662026-06-24T22:40:05.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-24T22:40:05.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-24T22:40:05.245Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-24T22:40:06.357Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-24T22:40:06.360Z Checking csv-core v0.1.13
31712026-06-24T22:40:06.360Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-24T22:40:06.360Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-24T22:40:06.361Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-24T22:40:06.361Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-24T22:40:06.361Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-24T22:40:06.361Z Checking csv v1.4.0
31772026-06-24T22:40:06.361Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-24T22:40:06.361Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-24T22:40:06.361Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-24T22:40:06.361Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-24T22:40:06.361Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-24T22:40:06.361Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-06-24T22:40:06.361Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-24T22:40:06.578Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-24T22:40:12.561Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-24T22:40:13.086Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-24T22:40:15.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s
31882026-06-24T22:40:15.620Z
31892026-06-24T22:40:15.620Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31902026-06-24T22:40:16.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-24T22:40:16.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-24T22:40:16.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-24T22:40:16.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31942026-06-24T22:40:16.145Z
31952026-06-24T22:40:16.145Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
31962026-06-24T22:40:16.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-24T22:40:16.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-24T22:40:16.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-24T22:40:16.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32002026-06-24T22:40:16.755Z
32012026-06-24T22:40:16.755Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32022026-06-24T22:40:17.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-24T22:40:17.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-24T22:40:17.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-24T22:40:17.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-24T22:40:17.365Z
32072026-06-24T22:40:17.365Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32082026-06-24T22:40:17.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-24T22:40:17.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-24T22:40:17.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-24T22:40:17.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32122026-06-24T22:40:17.971Z
32132026-06-24T22:40:17.971Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32142026-06-24T22:40:18.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-24T22:40:18.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-24T22:40:18.641Z Compiling regress v0.11.1
32172026-06-24T22:40:18.779Z Compiling unsafe-libyaml v0.2.11
32182026-06-24T22:40:18.788Z Compiling radium v0.7.0
32192026-06-24T22:40:18.792Z Compiling semver v0.1.20
32202026-06-24T22:40:18.809Z Checking nom v8.0.0
32212026-06-24T22:40:18.812Z Compiling maybe-uninit v2.0.0
32222026-06-24T22:40:18.812Z Checking tap v1.0.1
32232026-06-24T22:40:18.920Z Checking wyz v0.5.1
32242026-06-24T22:40:19.046Z Compiling rustc_version v0.1.7
32252026-06-24T22:40:19.111Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-06-24T22:40:19.144Z Compiling zerocopy-derive v0.6.6
32272026-06-24T22:40:19.248Z Checking crc-catalog v2.4.0
32282026-06-24T22:40:19.268Z Compiling newtype_derive v0.1.6
32292026-06-24T22:40:19.339Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-24T22:40:19.453Z Checking funty v2.0.0
32312026-06-24T22:40:19.535Z Compiling owo-colors v4.3.0
32322026-06-24T22:40:19.774Z Compiling packed_struct v0.10.1
32332026-06-24T22:40:19.892Z Compiling cancel-safe-futures v0.1.5
32342026-06-24T22:40:19.997Z Checking zerocopy v0.6.6
32352026-06-24T22:40:20.109Z Checking bitvec v1.0.1
32362026-06-24T22:40:20.176Z Checking crc v3.4.0
32372026-06-24T22:40:20.248Z Checking typify-impl v0.6.2
32382026-06-24T22:40:20.365Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-24T22:40:20.630Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-24T22:40:20.781Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-24T22:40:20.810Z Compiling packed_struct_codegen v0.10.1
32422026-06-24T22:40:20.908Z Checking libsw-core v0.3.2
32432026-06-24T22:40:20.978Z Compiling bitfield-macros v0.19.4
32442026-06-24T22:40:21.053Z Compiling indexmap v1.9.3
32452026-06-24T22:40:21.248Z Checking nodrop v0.1.14
32462026-06-24T22:40:21.340Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-24T22:40:21.408Z Checking array-init v0.0.4
32482026-06-24T22:40:21.436Z Checking libsw v3.5.0
32492026-06-24T22:40:21.453Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-24T22:40:21.585Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-24T22:40:21.703Z Checking bitfield v0.19.4
32522026-06-24T22:40:21.716Z Checking smallvec v0.6.14
32532026-06-24T22:40:21.766Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-24T22:40:21.973Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-24T22:40:22.020Z Checking linear-map v1.2.0
32562026-06-24T22:40:22.096Z Checking base64 v0.21.7
32572026-06-24T22:40:22.140Z Checking hashbrown v0.12.3
32582026-06-24T22:40:22.187Z Checking unicode-linebreak v0.1.5
32592026-06-24T22:40:22.201Z Checking smawk v0.3.2
32602026-06-24T22:40:22.326Z Checking tagptr v0.2.0
32612026-06-24T22:40:22.340Z Checking ron v0.8.1
32622026-06-24T22:40:22.397Z Checking textwrap v0.16.2
32632026-06-24T22:40:22.466Z Checking moka v0.12.13
32642026-06-24T22:40:22.492Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-06-24T22:40:22.618Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-06-24T22:40:22.790Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-24T22:40:22.863Z Checking steno v0.4.1
32682026-06-24T22:40:22.878Z Checking serde-hex v0.1.0
32692026-06-24T22:40:22.926Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-24T22:40:23.133Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-06-24T22:40:23.292Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-24T22:40:23.600Z Checking hashbrown v0.13.2
32732026-06-24T22:40:23.799Z Checking crc-any v2.5.0
32742026-06-24T22:40:23.863Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-06-24T22:40:23.880Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-24T22:40:23.978Z Checking hickory-resolver v0.25.2
32772026-06-24T22:40:24.043Z Checking object v0.30.4
32782026-06-24T22:40:24.074Z Checking path-slash v0.1.5
32792026-06-24T22:40:24.107Z Checking void v1.0.2
32802026-06-24T22:40:24.178Z Checking utf-8 v0.7.6
32812026-06-24T22:40:24.212Z Checking half v1.8.3
32822026-06-24T22:40:24.318Z Checking tungstenite v0.23.0
32832026-06-24T22:40:24.408Z Checking lzss v0.8.2
32842026-06-24T22:40:24.421Z Checking serde_cbor v0.11.2
32852026-06-24T22:40:24.723Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32862026-06-24T22:40:24.737Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-06-24T22:40:24.758Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-06-24T22:40:24.816Z Checking nix v0.27.1
32892026-06-24T22:40:24.861Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32902026-06-24T22:40:24.890Z Checking kstat-rs v0.2.4
32912026-06-24T22:40:24.904Z Compiling typify-macro v0.6.2
32922026-06-24T22:40:24.961Z Checking fxhash v0.2.1
32932026-06-24T22:40:24.996Z Checking serde_bytes v0.11.19
32942026-06-24T22:40:25.075Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-06-24T22:40:25.089Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-06-24T22:40:25.138Z Checking tokio-tungstenite v0.23.1
32972026-06-24T22:40:25.172Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-24T22:40:25.318Z Checking signal-hook-tokio v0.3.1
32992026-06-24T22:40:26.055Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-06-24T22:40:26.210Z Compiling typify v0.6.2
33012026-06-24T22:40:26.289Z Compiling progenitor-impl v0.14.0
33022026-06-24T22:40:26.973Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-24T22:40:27.269Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-24T22:40:27.717Z Compiling progenitor-macro v0.14.0
33052026-06-24T22:40:30.031Z Checking progenitor v0.14.0
33062026-06-24T22:40:30.147Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33072026-06-24T22:40:30.151Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-06-24T22:40:32.823Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-06-24T22:40:40.994Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-06-24T22:40:47.586Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-06-24T22:40:48.951Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-06-24T22:40:49.443Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-06-24T22:40:51.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.58s
33142026-06-24T22:40:51.710Z
33152026-06-24T22:40:51.710Zinfo: running `cargo check --bins` on gateway-api (134/296)
33162026-06-24T22:40:52.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-06-24T22:40:52.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-06-24T22:40:52.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-06-24T22:40:52.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33202026-06-24T22:40:52.245Z
33212026-06-24T22:40:52.245Zinfo: running `cargo check --bins` on ipcc (135/296)
33222026-06-24T22:40:52.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-24T22:40:52.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-24T22:40:52.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-24T22:40:52.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-24T22:40:52.770Z
33272026-06-24T22:40:52.770Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33282026-06-24T22:40:53.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-24T22:40:53.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-24T22:40:53.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-24T22:40:53.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33322026-06-24T22:40:53.282Z
33332026-06-24T22:40:53.282Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33342026-06-24T22:40:53.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-24T22:40:53.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-24T22:40:53.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-24T22:40:53.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33382026-06-24T22:40:53.831Z
33392026-06-24T22:40:53.831Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33402026-06-24T22:40:54.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-24T22:40:54.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-24T22:40:54.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-24T22:40:54.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33442026-06-24T22:40:54.360Z
33452026-06-24T22:40:54.360Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33462026-06-24T22:40:54.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-24T22:40:54.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-24T22:40:54.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-24T22:40:54.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-24T22:40:54.888Z
33512026-06-24T22:40:54.888Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33522026-06-24T22:40:55.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-24T22:40:55.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-24T22:40:55.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-24T22:40:55.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-24T22:40:55.417Z
33572026-06-24T22:40:55.417Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33582026-06-24T22:40:55.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-24T22:40:55.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-24T22:40:55.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-24T22:40:55.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33622026-06-24T22:40:55.965Z
33632026-06-24T22:40:55.965Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33642026-06-24T22:40:56.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-24T22:40:56.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-24T22:40:56.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-24T22:40:56.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33682026-06-24T22:40:56.493Z
33692026-06-24T22:40:56.493Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33702026-06-24T22:40:56.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-24T22:40:56.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-24T22:40:56.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-24T22:40:56.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-24T22:40:57.016Z
33752026-06-24T22:40:57.016Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33762026-06-24T22:40:57.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-24T22:40:57.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-24T22:40:57.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-24T22:40:57.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-24T22:40:57.541Z
33812026-06-24T22:40:57.541Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33822026-06-24T22:40:57.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-24T22:40:57.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-24T22:40:57.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-24T22:40:57.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33862026-06-24T22:40:58.064Z
33872026-06-24T22:40:58.064Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33882026-06-24T22:40:58.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-24T22:40:58.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-24T22:40:58.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-24T22:40:58.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-24T22:40:58.592Z
33932026-06-24T22:40:58.592Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
33942026-06-24T22:40:59.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-24T22:40:59.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-24T22:40:59.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-24T22:40:59.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-24T22:40:59.122Z
33992026-06-24T22:40:59.122Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34002026-06-24T22:40:59.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-24T22:40:59.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-24T22:40:59.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-24T22:40:59.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34042026-06-24T22:40:59.807Z
34052026-06-24T22:40:59.807Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34062026-06-24T22:41:00.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-24T22:41:00.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-24T22:41:00.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-24T22:41:00.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-24T22:41:00.216Z
34112026-06-24T22:41:00.216Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34122026-06-24T22:41:00.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-24T22:41:00.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-24T22:41:00.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-24T22:41:00.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34162026-06-24T22:41:00.763Z
34172026-06-24T22:41:00.763Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34182026-06-24T22:41:01.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-24T22:41:01.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-24T22:41:01.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-24T22:41:01.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-06-24T22:41:01.308Z
34232026-06-24T22:41:01.308Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34242026-06-24T22:41:01.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-24T22:41:01.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-24T22:41:01.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-24T22:41:01.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-24T22:41:01.853Z
34292026-06-24T22:41:01.853Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34302026-06-24T22:41:02.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-24T22:41:02.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-24T22:41:02.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-24T22:41:02.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-06-24T22:41:02.399Z
34352026-06-24T22:41:02.399Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34362026-06-24T22:41:02.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-24T22:41:02.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-24T22:41:02.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-24T22:41:02.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-06-24T22:41:02.946Z
34412026-06-24T22:41:02.946Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34422026-06-24T22:41:03.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-24T22:41:03.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-24T22:41:03.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-24T22:41:03.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-06-24T22:41:03.494Z
34472026-06-24T22:41:03.494Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34482026-06-24T22:41:03.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-24T22:41:03.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-24T22:41:03.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-24T22:41:03.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-06-24T22:41:04.040Z
34532026-06-24T22:41:04.040Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34542026-06-24T22:41:04.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-24T22:41:04.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-24T22:41:04.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-24T22:41:04.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34582026-06-24T22:41:04.586Z
34592026-06-24T22:41:04.586Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34602026-06-24T22:41:05.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-24T22:41:05.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-24T22:41:05.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-24T22:41:05.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34642026-06-24T22:41:05.114Z
34652026-06-24T22:41:05.114Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34662026-06-24T22:41:05.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-24T22:41:05.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-24T22:41:05.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-24T22:41:05.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-24T22:41:05.641Z
34712026-06-24T22:41:05.641Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34722026-06-24T22:41:06.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-24T22:41:06.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-24T22:41:06.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-24T22:41:06.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-24T22:41:06.169Z
34772026-06-24T22:41:06.169Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34782026-06-24T22:41:06.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-24T22:41:06.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-24T22:41:06.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-24T22:41:06.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-24T22:41:06.700Z
34832026-06-24T22:41:06.700Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34842026-06-24T22:41:07.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-24T22:41:07.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-24T22:41:07.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-24T22:41:07.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-24T22:41:07.229Z
34892026-06-24T22:41:07.229Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34902026-06-24T22:41:07.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-24T22:41:07.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-24T22:41:07.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-24T22:41:07.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-24T22:41:07.758Z
34952026-06-24T22:41:07.758Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
34962026-06-24T22:41:08.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-24T22:41:08.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-24T22:41:08.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-24T22:41:08.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-24T22:41:08.288Z
35012026-06-24T22:41:08.289Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35022026-06-24T22:41:08.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-24T22:41:08.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-24T22:41:08.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-24T22:41:08.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-24T22:41:08.819Z
35072026-06-24T22:41:08.819Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35082026-06-24T22:41:09.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-24T22:41:09.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-24T22:41:09.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-24T22:41:09.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35122026-06-24T22:41:09.366Z
35132026-06-24T22:41:09.366Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35142026-06-24T22:41:09.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-24T22:41:09.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-24T22:41:09.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-24T22:41:09.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35182026-06-24T22:41:09.912Z
35192026-06-24T22:41:09.912Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35202026-06-24T22:41:10.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-24T22:41:10.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-24T22:41:10.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-24T22:41:10.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35242026-06-24T22:41:10.465Z
35252026-06-24T22:41:10.466Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35262026-06-24T22:41:10.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-24T22:41:10.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-24T22:41:10.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-24T22:41:10.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-06-24T22:41:11.011Z
35312026-06-24T22:41:11.011Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35322026-06-24T22:41:11.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-24T22:41:11.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-24T22:41:11.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-24T22:41:11.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35362026-06-24T22:41:11.563Z
35372026-06-24T22:41:11.563Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35382026-06-24T22:41:12.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-24T22:41:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-24T22:41:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-24T22:41:12.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35422026-06-24T22:41:12.110Z
35432026-06-24T22:41:12.110Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35442026-06-24T22:41:12.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-24T22:41:12.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-24T22:41:12.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-24T22:41:12.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-06-24T22:41:12.661Z
35492026-06-24T22:41:12.661Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35502026-06-24T22:41:13.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-24T22:41:13.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-24T22:41:13.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-24T22:41:13.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-06-24T22:41:13.232Z
35552026-06-24T22:41:13.232Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35562026-06-24T22:41:13.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-24T22:41:13.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-24T22:41:13.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-24T22:41:13.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35602026-06-24T22:41:13.768Z
35612026-06-24T22:41:13.768Zinfo: running `cargo check --bins` on dns-server (175/296)
35622026-06-24T22:41:14.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-24T22:41:14.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-24T22:41:14.365Z Compiling parking_lot_core v0.8.6
35652026-06-24T22:41:14.368Z Compiling git-stub v1.0.0
35662026-06-24T22:41:14.368Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35672026-06-24T22:41:14.473Z Checking prefix-trie v0.7.0
35682026-06-24T22:41:14.589Z Compiling git-stub-vcs v0.1.0
35692026-06-24T22:41:14.769Z Checking hickory-server v0.25.2
35702026-06-24T22:41:14.857Z Checking parking_lot v0.11.2
35712026-06-24T22:41:14.869Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-06-24T22:41:14.934Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35732026-06-24T22:41:14.937Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35742026-06-24T22:41:15.029Z Checking sled v0.34.7
35752026-06-24T22:41:16.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
35762026-06-24T22:41:17.111Z
35772026-06-24T22:41:17.111Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35782026-06-24T22:41:17.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-24T22:41:17.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-24T22:41:17.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-24T22:41:17.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35822026-06-24T22:41:17.632Z
35832026-06-24T22:41:17.633Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35842026-06-24T22:41:18.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-24T22:41:18.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-24T22:41:18.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-24T22:41:18.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-24T22:41:18.158Z
35892026-06-24T22:41:18.158Zinfo: running `cargo check --bins` on sp-sim (178/296)
35902026-06-24T22:41:18.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-24T22:41:18.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-24T22:41:18.824Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-06-24T22:41:20.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
35942026-06-24T22:41:20.764Z
35952026-06-24T22:41:20.764Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
35962026-06-24T22:41:21.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-24T22:41:21.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-24T22:41:21.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-24T22:41:21.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36002026-06-24T22:41:21.345Z
36012026-06-24T22:41:21.345Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36022026-06-24T22:41:21.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-24T22:41:21.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-24T22:41:21.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-24T22:41:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36062026-06-24T22:41:21.932Z
36072026-06-24T22:41:21.932Zinfo: running `cargo check --bins` on db-macros (181/296)
36082026-06-24T22:41:22.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-24T22:41:22.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-24T22:41:22.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-24T22:41:22.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36122026-06-24T22:41:22.448Z
36132026-06-24T22:41:22.448Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36142026-06-24T22:41:22.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-24T22:41:22.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-24T22:41:22.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-24T22:41:22.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-24T22:41:22.963Z
36192026-06-24T22:41:22.963Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36202026-06-24T22:41:23.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-24T22:41:23.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-24T22:41:23.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-24T22:41:23.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-06-24T22:41:23.542Z
36252026-06-24T22:41:23.543Zinfo: running `cargo check --bins` on authz-macros (184/296)
36262026-06-24T22:41:23.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-24T22:41:23.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-24T22:41:23.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-24T22:41:23.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36302026-06-24T22:41:24.051Z
36312026-06-24T22:41:24.051Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36322026-06-24T22:41:24.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-24T22:41:24.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-24T22:41:24.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-24T22:41:24.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36362026-06-24T22:41:24.625Z
36372026-06-24T22:41:24.625Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36382026-06-24T22:41:25.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-24T22:41:25.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-24T22:41:25.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-24T22:41:25.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-06-24T22:41:25.196Z
36432026-06-24T22:41:25.196Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36442026-06-24T22:41:25.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-24T22:41:25.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-24T22:41:25.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-24T22:41:25.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36482026-06-24T22:41:25.713Z
36492026-06-24T22:41:25.713Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36502026-06-24T22:41:26.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-24T22:41:26.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-24T22:41:26.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-24T22:41:26.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-24T22:41:26.226Z
36552026-06-24T22:41:26.226Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36562026-06-24T22:41:26.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-24T22:41:26.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-24T22:41:26.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-24T22:41:26.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36602026-06-24T22:41:26.754Z
36612026-06-24T22:41:26.754Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36622026-06-24T22:41:27.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-24T22:41:27.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-24T22:41:27.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-24T22:41:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36662026-06-24T22:41:27.270Z
36672026-06-24T22:41:27.270Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36682026-06-24T22:41:27.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-24T22:41:27.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-24T22:41:27.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-24T22:41:27.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-24T22:41:27.785Z
36732026-06-24T22:41:27.785Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36742026-06-24T22:41:28.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-24T22:41:28.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-24T22:41:28.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-24T22:41:28.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-24T22:41:28.300Z
36792026-06-24T22:41:28.300Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36802026-06-24T22:41:28.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-24T22:41:28.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-24T22:41:28.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-24T22:41:28.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36842026-06-24T22:41:28.880Z
36852026-06-24T22:41:28.880Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36862026-06-24T22:41:29.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-24T22:41:29.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-24T22:41:29.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-24T22:41:29.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-24T22:41:29.460Z
36912026-06-24T22:41:29.460Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36922026-06-24T22:41:29.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-24T22:41:29.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-24T22:41:29.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-24T22:41:29.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-24T22:41:30.034Z
36972026-06-24T22:41:30.034Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
36982026-06-24T22:41:30.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-24T22:41:30.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-24T22:41:30.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-24T22:41:30.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37022026-06-24T22:41:30.586Z
37032026-06-24T22:41:30.586Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37042026-06-24T22:41:31.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-24T22:41:31.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-24T22:41:31.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-24T22:41:31.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-06-24T22:41:31.136Z
37092026-06-24T22:41:31.136Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37102026-06-24T22:41:31.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-24T22:41:31.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-24T22:41:31.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-24T22:41:31.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37142026-06-24T22:41:31.684Z
37152026-06-24T22:41:31.684Zinfo: running `cargo check --bins` on key-manager (199/296)
37162026-06-24T22:41:32.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-24T22:41:32.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-24T22:41:32.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-24T22:41:32.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37202026-06-24T22:41:32.209Z
37212026-06-24T22:41:32.209Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37222026-06-24T22:41:32.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-24T22:41:32.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-24T22:41:32.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-24T22:41:32.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37262026-06-24T22:41:32.759Z
37272026-06-24T22:41:32.759Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37282026-06-24T22:41:33.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-24T22:41:33.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-24T22:41:33.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-24T22:41:33.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-24T22:41:33.308Z
37332026-06-24T22:41:33.308Zinfo: running `cargo check --bins` on typed-rng (202/296)
37342026-06-24T22:41:33.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-24T22:41:33.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-24T22:41:33.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-24T22:41:33.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37382026-06-24T22:41:33.821Z
37392026-06-24T22:41:33.821Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37402026-06-24T22:41:34.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-24T22:41:34.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-24T22:41:34.604Z Compiling libefi-sys v0.1.0
37432026-06-24T22:41:34.606Z Compiling bitfield-struct v0.6.2
37442026-06-24T22:41:34.742Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-24T22:41:34.750Z Compiling xshell-macros v0.2.7
37462026-06-24T22:41:34.761Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-24T22:41:34.774Z Compiling salty v0.3.0
37482026-06-24T22:41:34.787Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-24T22:41:34.800Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-24T22:41:34.813Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-24T22:41:34.923Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-24T22:41:35.073Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37532026-06-24T22:41:35.090Z Checking primeorder v0.13.6
37542026-06-24T22:41:35.104Z Compiling proc-macro-error-attr2 v2.0.0
37552026-06-24T22:41:35.117Z Checking xshell v0.2.7
37562026-06-24T22:41:35.231Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-24T22:41:35.268Z Checking tungstenite v0.21.0
37582026-06-24T22:41:35.301Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-06-24T22:41:35.328Z Checking p384 v0.13.1
37602026-06-24T22:41:35.347Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-24T22:41:35.432Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37622026-06-24T22:41:35.446Z Compiling num-derive v0.3.3
37632026-06-24T22:41:35.490Z Compiling proc-macro-error2 v2.0.1
37642026-06-24T22:41:35.567Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37652026-06-24T22:41:35.585Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-24T22:41:35.688Z Checking tokio-tungstenite v0.21.0
37672026-06-24T22:41:35.799Z Compiling tabled_derive v0.11.0
37682026-06-24T22:41:35.814Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37692026-06-24T22:41:35.827Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37702026-06-24T22:41:35.875Z Checking papergrid v0.17.0
37712026-06-24T22:41:35.944Z Compiling progenitor-impl v0.13.0
37722026-06-24T22:41:35.962Z Checking testing_table v0.3.0
37732026-06-24T22:41:35.965Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37742026-06-24T22:41:36.054Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37752026-06-24T22:41:36.096Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-24T22:41:36.259Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-06-24T22:41:36.293Z Compiling illumos-nvpair-sys v0.2.0
37782026-06-24T22:41:36.334Z Checking libscf-sys v1.1.0
37792026-06-24T22:41:36.452Z Checking corncobs v0.1.4
37802026-06-24T22:41:36.465Z Compiling unicase v2.9.0
37812026-06-24T22:41:36.515Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37822026-06-24T22:41:36.578Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-24T22:41:36.663Z Compiling mime_guess v2.0.5
37842026-06-24T22:41:36.721Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37852026-06-24T22:41:36.735Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37862026-06-24T22:41:36.748Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-24T22:41:36.751Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-24T22:41:36.964Z Checking tabled v0.20.0
37892026-06-24T22:41:37.085Z Checking progenitor-client v0.13.0
37902026-06-24T22:41:37.207Z Checking secrecy v0.8.0
37912026-06-24T22:41:37.313Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-06-24T22:41:37.328Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-06-24T22:41:37.409Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37942026-06-24T22:41:37.551Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37952026-06-24T22:41:37.678Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
37962026-06-24T22:41:37.754Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-24T22:41:37.774Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-06-24T22:41:37.876Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37992026-06-24T22:41:37.920Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38002026-06-24T22:41:38.028Z Checking filetime v0.2.27
38012026-06-24T22:41:38.089Z Checking xattr v1.6.1
38022026-06-24T22:41:38.166Z Checking crc8 v0.1.1
38032026-06-24T22:41:38.223Z Checking http-range v0.1.5
38042026-06-24T22:41:38.267Z Checking tar v0.4.45
38052026-06-24T22:41:38.347Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-06-24T22:41:38.530Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38072026-06-24T22:41:38.545Z Checking illumos-nvpair v0.3.0
38082026-06-24T22:41:38.589Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-06-24T22:41:38.618Z Compiling progenitor-macro v0.13.0
38102026-06-24T22:41:38.700Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-24T22:41:38.727Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-24T22:41:38.792Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-06-24T22:41:39.070Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38142026-06-24T22:41:39.106Z Checking atty v0.2.14
38152026-06-24T22:41:39.205Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
38162026-06-24T22:41:39.232Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38172026-06-24T22:41:39.387Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38182026-06-24T22:41:39.404Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38192026-06-24T22:41:39.429Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-24T22:41:39.483Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-06-24T22:41:39.566Z Checking hyper-staticfile v0.10.1
38222026-06-24T22:41:39.760Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-06-24T22:41:39.775Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38242026-06-24T22:41:39.889Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-06-24T22:41:39.935Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38262026-06-24T22:41:40.002Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38272026-06-24T22:41:40.152Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-06-24T22:41:40.273Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-24T22:41:40.445Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-06-24T22:41:40.554Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38312026-06-24T22:41:40.868Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
38322026-06-24T22:41:41.608Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38332026-06-24T22:41:42.087Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38342026-06-24T22:41:42.498Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38352026-06-24T22:41:42.767Z Checking progenitor v0.13.0
38362026-06-24T22:41:42.900Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38372026-06-24T22:41:44.883Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38382026-06-24T22:41:48.245Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38392026-06-24T22:41:59.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.40s
38402026-06-24T22:41:59.436Z
38412026-06-24T22:41:59.436Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38422026-06-24T22:41:59.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-06-24T22:41:59.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-06-24T22:42:00.160Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452026-06-24T22:42:10.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38462026-06-24T22:42:11.118Z
38472026-06-24T22:42:11.118Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38482026-06-24T22:42:11.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-24T22:42:11.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-24T22:42:11.842Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-24T22:42:22.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38522026-06-24T22:42:22.860Z
38532026-06-24T22:42:22.860Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38542026-06-24T22:42:23.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-24T22:42:23.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-24T22:42:23.590Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-24T22:42:34.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38582026-06-24T22:42:34.513Z
38592026-06-24T22:42:34.513Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38602026-06-24T22:42:35.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-24T22:42:35.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-24T22:42:35.235Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-24T22:42:45.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38642026-06-24T22:42:46.156Z
38652026-06-24T22:42:46.156Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38662026-06-24T22:42:46.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-24T22:42:46.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-24T22:42:46.882Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-24T22:42:57.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38702026-06-24T22:42:57.765Z
38712026-06-24T22:42:57.765Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38722026-06-24T22:42:58.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-24T22:42:58.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-24T22:42:58.493Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-24T22:43:09.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38762026-06-24T22:43:09.454Z
38772026-06-24T22:43:09.454Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38782026-06-24T22:43:09.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-24T22:43:09.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-24T22:43:10.182Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-24T22:43:20.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38822026-06-24T22:43:21.161Z
38832026-06-24T22:43:21.161Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38842026-06-24T22:43:21.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-24T22:43:21.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-24T22:43:21.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-06-24T22:43:21.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38882026-06-24T22:43:21.699Z
38892026-06-24T22:43:21.699Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38902026-06-24T22:43:22.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-24T22:43:22.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-24T22:43:22.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-24T22:43:22.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38942026-06-24T22:43:22.228Z
38952026-06-24T22:43:22.229Zinfo: running `cargo check --bins` on range-requests (213/296)
38962026-06-24T22:43:22.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-24T22:43:22.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-24T22:43:22.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-24T22:43:22.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39002026-06-24T22:43:22.751Z
39012026-06-24T22:43:22.751Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39022026-06-24T22:43:23.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-24T22:43:23.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-24T22:43:23.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-24T22:43:23.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39062026-06-24T22:43:23.278Z
39072026-06-24T22:43:23.278Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39082026-06-24T22:43:23.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-24T22:43:23.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-24T22:43:23.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-24T22:43:23.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39122026-06-24T22:43:23.832Z
39132026-06-24T22:43:23.832Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39142026-06-24T22:43:24.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-24T22:43:24.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-24T22:43:24.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-24T22:43:24.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-06-24T22:43:24.386Z
39192026-06-24T22:43:24.386Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39202026-06-24T22:43:24.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-24T22:43:24.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-24T22:43:24.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-24T22:43:24.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-06-24T22:43:24.935Z
39252026-06-24T22:43:24.935Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39262026-06-24T22:43:25.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-24T22:43:25.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-24T22:43:25.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-24T22:43:25.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-24T22:43:25.496Z
39312026-06-24T22:43:25.496Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39322026-06-24T22:43:25.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-24T22:43:25.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-24T22:43:25.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-24T22:43:25.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39362026-06-24T22:43:26.058Z
39372026-06-24T22:43:26.058Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39382026-06-24T22:43:26.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-24T22:43:26.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-24T22:43:26.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-24T22:43:26.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-24T22:43:26.615Z
39432026-06-24T22:43:26.615Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39442026-06-24T22:43:27.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-24T22:43:27.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-24T22:43:27.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-24T22:43:27.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-06-24T22:43:27.173Z
39492026-06-24T22:43:27.174Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39502026-06-24T22:43:27.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-24T22:43:27.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-24T22:43:27.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-24T22:43:27.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39542026-06-24T22:43:27.736Z
39552026-06-24T22:43:27.736Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39562026-06-24T22:43:28.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-24T22:43:28.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-24T22:43:28.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-24T22:43:28.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39602026-06-24T22:43:28.300Z
39612026-06-24T22:43:28.300Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39622026-06-24T22:43:28.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-24T22:43:28.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-24T22:43:28.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-24T22:43:28.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39662026-06-24T22:43:28.863Z
39672026-06-24T22:43:28.863Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39682026-06-24T22:43:29.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-24T22:43:29.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-24T22:43:29.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-24T22:43:29.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39722026-06-24T22:43:29.447Z
39732026-06-24T22:43:29.447Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39742026-06-24T22:43:29.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-24T22:43:29.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-24T22:43:29.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-24T22:43:29.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39782026-06-24T22:43:30.016Z
39792026-06-24T22:43:30.016Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39802026-06-24T22:43:30.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-24T22:43:30.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-24T22:43:30.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-24T22:43:30.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39842026-06-24T22:43:30.591Z
39852026-06-24T22:43:30.591Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39862026-06-24T22:43:31.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-24T22:43:31.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-24T22:43:31.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-24T22:43:31.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39902026-06-24T22:43:31.182Z
39912026-06-24T22:43:31.182Zinfo: running `cargo check --bins` on update-common (229/296)
39922026-06-24T22:43:31.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-24T22:43:31.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-24T22:43:31.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-24T22:43:31.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39962026-06-24T22:43:31.730Z
39972026-06-24T22:43:31.730Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
39982026-06-24T22:43:32.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-24T22:43:32.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-24T22:43:32.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-24T22:43:32.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40022026-06-24T22:43:32.321Z
40032026-06-24T22:43:32.321Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40042026-06-24T22:43:32.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-24T22:43:32.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-24T22:43:32.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-24T22:43:32.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40082026-06-24T22:43:32.844Z
40092026-06-24T22:43:32.844Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40102026-06-24T22:43:33.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-24T22:43:33.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-24T22:43:33.575Z Compiling fs-err v2.11.0
40132026-06-24T22:43:33.577Z Checking ignore v0.4.25
40142026-06-24T22:43:33.578Z Checking arc-swap v1.8.2
40152026-06-24T22:43:33.704Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40162026-06-24T22:43:33.704Z Checking predicates-tree v1.0.13
40172026-06-24T22:43:33.707Z Checking parse-size v1.1.0
40182026-06-24T22:43:33.731Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40192026-06-24T22:43:33.735Z Checking rand_seeder v0.4.0
40202026-06-24T22:43:33.809Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40212026-06-24T22:43:33.827Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40222026-06-24T22:43:33.882Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40232026-06-24T22:43:33.898Z Checking slog-scope v4.4.1
40242026-06-24T22:43:33.933Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40252026-06-24T22:43:34.021Z Compiling petname v2.0.2
40262026-06-24T22:43:34.034Z Checking slog-stdlog v4.1.1
40272026-06-24T22:43:34.050Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-06-24T22:43:34.081Z Checking globwalk v0.9.1
40292026-06-24T22:43:34.123Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40302026-06-24T22:43:34.151Z Checking slog-envlogger v2.2.0
40312026-06-24T22:43:34.260Z Checking camino-tempfile-ext v0.3.3
40322026-06-24T22:43:34.298Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40332026-06-24T22:43:34.363Z Checking sapling-renderdag v0.1.0
40342026-06-24T22:43:34.452Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40352026-06-24T22:43:34.483Z Checking subprocess v0.2.15
40362026-06-24T22:43:34.602Z Checking sync-ptr v0.1.4
40372026-06-24T22:43:34.667Z Checking colored v2.2.0
40382026-06-24T22:43:34.713Z Checking assert_matches v1.5.0
40392026-06-24T22:43:34.768Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40402026-06-24T22:43:34.951Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40412026-06-24T22:43:34.951Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-24T22:43:35.667Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40432026-06-24T22:43:36.995Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40442026-06-24T22:43:39.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
40452026-06-24T22:43:39.356Z
40462026-06-24T22:43:39.356Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40472026-06-24T22:43:39.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-06-24T22:43:39.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-06-24T22:43:39.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-06-24T22:43:39.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40512026-06-24T22:43:39.879Z
40522026-06-24T22:43:39.879Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40532026-06-24T22:43:40.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-24T22:43:40.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-24T22:43:40.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-24T22:43:40.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40572026-06-24T22:43:40.426Z
40582026-06-24T22:43:40.426Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40592026-06-24T22:43:40.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-24T22:43:40.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-24T22:43:40.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-24T22:43:40.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-06-24T22:43:41.016Z
40642026-06-24T22:43:41.016Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40652026-06-24T22:43:41.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-24T22:43:41.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-24T22:43:41.690Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40682026-06-24T22:43:41.693Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40692026-06-24T22:43:42.320Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-06-24T22:43:43.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
40712026-06-24T22:43:44.067Z
40722026-06-24T22:43:44.067Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40732026-06-24T22:43:44.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-24T22:43:44.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-24T22:43:44.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-06-24T22:43:44.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40772026-06-24T22:43:44.601Z
40782026-06-24T22:43:44.601Zinfo: running `cargo check --bins` on cert-dev (238/296)
40792026-06-24T22:43:45.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-24T22:43:45.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-24T22:43:45.146Z Checking yasna v0.5.2
40822026-06-24T22:43:45.544Z Checking rcgen v0.12.1
40832026-06-24T22:43:45.789Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40842026-06-24T22:43:45.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40852026-06-24T22:43:46.137Z
40862026-06-24T22:43:46.137Zinfo: running `cargo check --bins` on clickana (239/296)
40872026-06-24T22:43:46.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-24T22:43:46.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-24T22:43:46.733Z Compiling darling_core v0.23.0
40902026-06-24T22:43:46.836Z Compiling instability v0.3.11
40912026-06-24T22:43:46.842Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40922026-06-24T22:43:46.846Z Checking castaway v0.2.4
40932026-06-24T22:43:46.849Z Compiling indoc v2.0.7
40942026-06-24T22:43:46.860Z Checking unicode-truncate v1.1.0
40952026-06-24T22:43:46.863Z Checking lru v0.12.5
40962026-06-24T22:43:46.863Z Checking cassowary v0.3.0
40972026-06-24T22:43:46.927Z Checking compact_str v0.8.1
40982026-06-24T22:43:48.175Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40992026-06-24T22:43:48.264Z Compiling darling_macro v0.23.0
41002026-06-24T22:43:48.357Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41012026-06-24T22:43:48.684Z Compiling darling v0.23.0
41022026-06-24T22:43:49.304Z Checking ratatui v0.29.0
41032026-06-24T22:43:50.384Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41042026-06-24T22:43:51.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
41052026-06-24T22:43:51.190Z
41062026-06-24T22:43:51.190Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41072026-06-24T22:43:51.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-06-24T22:43:51.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-06-24T22:43:51.848Z Checking headers-core v0.3.0
41102026-06-24T22:43:51.851Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41112026-06-24T22:43:52.034Z Checking headers v0.4.1
41122026-06-24T22:43:52.393Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41132026-06-24T22:43:53.250Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41142026-06-24T22:43:53.721Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41152026-06-24T22:43:54.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
41162026-06-24T22:43:54.301Z
41172026-06-24T22:43:54.301Zinfo: running `cargo check --bins` on ch-dev (241/296)
41182026-06-24T22:43:54.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-24T22:43:54.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-24T22:43:54.960Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41212026-06-24T22:43:55.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41222026-06-24T22:43:55.856Z
41232026-06-24T22:43:55.856Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41242026-06-24T22:43:56.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-24T22:43:56.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-24T22:43:56.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-06-24T22:43:56.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41282026-06-24T22:43:56.243Z
41292026-06-24T22:43:56.243Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41302026-06-24T22:43:56.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-24T22:43:56.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-24T22:43:56.904Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-06-24T22:43:57.897Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-06-24T22:43:58.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
41352026-06-24T22:43:58.403Z
41362026-06-24T22:43:58.403Zinfo: running `cargo check --bins` on db-dev (244/296)
41372026-06-24T22:43:58.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-24T22:43:58.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-24T22:43:59.067Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-06-24T22:43:59.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41412026-06-24T22:43:59.978Z
41422026-06-24T22:43:59.978Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41432026-06-24T22:44:00.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-24T22:44:00.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-24T22:44:00.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-06-24T22:44:00.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-06-24T22:44:00.549Z
41482026-06-24T22:44:00.549Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41492026-06-24T22:44:00.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-24T22:44:00.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-24T22:44:01.104Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-06-24T22:44:01.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41532026-06-24T22:44:01.937Z
41542026-06-24T22:44:01.937Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41552026-06-24T22:44:02.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-24T22:44:02.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-24T22:44:02.633Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-06-24T22:44:02.633Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-24T22:44:02.636Z Checking git-stub v1.0.0
41602026-06-24T22:44:02.636Z Compiling trait-variant v0.1.2
41612026-06-24T22:44:02.753Z Checking maplit v1.0.2
41622026-06-24T22:44:02.758Z Checking is_ci v1.2.0
41632026-06-24T22:44:02.764Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41642026-06-24T22:44:02.784Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41652026-06-24T22:44:02.846Z Checking supports-color v3.0.2
41662026-06-24T22:44:02.848Z Checking drift v0.2.0
41672026-06-24T22:44:02.882Z Checking git-stub-vcs v0.1.0
41682026-06-24T22:44:02.954Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41692026-06-24T22:44:02.967Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41702026-06-24T22:44:02.991Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-06-24T22:44:03.075Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41722026-06-24T22:44:03.206Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41732026-06-24T22:44:03.219Z Checking dropshot-api-manager v0.7.2
41742026-06-24T22:44:03.238Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41752026-06-24T22:44:03.273Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-06-24T22:44:03.510Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-06-24T22:44:03.998Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41782026-06-24T22:44:04.982Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41792026-06-24T22:44:06.203Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41802026-06-24T22:44:06.787Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41812026-06-24T22:44:07.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
41822026-06-24T22:44:07.405Z
41832026-06-24T22:44:07.405Zinfo: running `cargo check --bins` on installinator-api (248/296)
41842026-06-24T22:44:07.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-06-24T22:44:07.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-06-24T22:44:07.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-06-24T22:44:07.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41882026-06-24T22:44:07.937Z
41892026-06-24T22:44:07.938Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41902026-06-24T22:44:08.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-24T22:44:08.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-24T22:44:08.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-24T22:44:08.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41942026-06-24T22:44:08.512Z
41952026-06-24T22:44:08.512Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
41962026-06-24T22:44:08.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-24T22:44:08.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-24T22:44:08.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-24T22:44:08.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-24T22:44:09.080Z
42012026-06-24T22:44:09.080Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42022026-06-24T22:44:09.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-24T22:44:09.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-24T22:44:09.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-24T22:44:09.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42062026-06-24T22:44:09.655Z
42072026-06-24T22:44:09.655Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42082026-06-24T22:44:10.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-24T22:44:10.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-24T22:44:10.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-24T22:44:10.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42122026-06-24T22:44:10.187Z
42132026-06-24T22:44:10.187Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42142026-06-24T22:44:10.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-24T22:44:10.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-24T22:44:10.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-24T22:44:10.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42182026-06-24T22:44:10.713Z
42192026-06-24T22:44:10.713Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42202026-06-24T22:44:11.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-24T22:44:11.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-24T22:44:11.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-24T22:44:11.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42242026-06-24T22:44:11.264Z
42252026-06-24T22:44:11.264Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42262026-06-24T22:44:11.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-24T22:44:11.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-24T22:44:11.822Z Checking typeid v1.0.3
42292026-06-24T22:44:11.927Z Checking ordered-float v2.10.1
42302026-06-24T22:44:11.946Z Checking unicode-xid v0.2.6
42312026-06-24T22:44:11.957Z Checking cargo-platform v0.2.0
42322026-06-24T22:44:11.968Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42332026-06-24T22:44:11.989Z Checking erased-serde v0.4.9
42342026-06-24T22:44:12.128Z Checking serde-value v0.7.0
42352026-06-24T22:44:12.302Z Checking serde-untagged v0.1.9
42362026-06-24T22:44:12.452Z Checking cargo-util-schemas v0.8.2
42372026-06-24T22:44:13.131Z Checking cargo_metadata v0.21.0
42382026-06-24T22:44:13.730Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-06-24T22:44:14.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
42402026-06-24T22:44:14.623Z
42412026-06-24T22:44:14.623Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42422026-06-24T22:44:15.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-06-24T22:44:15.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-06-24T22:44:15.302Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-06-24T22:44:15.905Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-06-24T22:44:16.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42472026-06-24T22:44:16.572Z
42482026-06-24T22:44:16.572Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42492026-06-24T22:44:17.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-24T22:44:17.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-24T22:44:17.475Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42522026-06-24T22:44:17.475Z Compiling vergen-lib v0.1.6
42532026-06-24T22:44:17.475Z Compiling diesel_derives v2.3.7
42542026-06-24T22:44:17.475Z Compiling dsl_auto_type v0.2.0
42552026-06-24T22:44:17.478Z Checking scheduled-thread-pool v0.2.7
42562026-06-24T22:44:17.478Z Compiling vergen-gitcl v1.0.8
42572026-06-24T22:44:17.478Z Compiling diesel_table_macro_syntax v0.3.0
42582026-06-24T22:44:17.629Z Compiling dirs-sys-next v0.1.2
42592026-06-24T22:44:17.737Z Compiling crunchy v0.2.4
42602026-06-24T22:44:17.791Z Compiling glob v0.3.3
42612026-06-24T22:44:17.825Z Compiling dirs-next v2.0.0
42622026-06-24T22:44:17.874Z Checking r2d2 v0.8.10
42632026-06-24T22:44:17.942Z Compiling tiny-keccak v2.0.2
42642026-06-24T22:44:17.957Z Checking downcast-rs v2.0.2
42652026-06-24T22:44:18.064Z Compiling term v0.7.0
42662026-06-24T22:44:18.090Z Compiling bit-vec v0.6.3
42672026-06-24T22:44:18.177Z Compiling clang-sys v1.8.1
42682026-06-24T22:44:18.219Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42692026-06-24T22:44:18.302Z Compiling bit-set v0.5.3
42702026-06-24T22:44:18.404Z Compiling ascii-canvas v3.0.0
42712026-06-24T22:44:18.465Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-06-24T22:44:18.557Z Compiling itertools v0.10.5
42732026-06-24T22:44:18.573Z Compiling ena v0.14.4
42742026-06-24T22:44:18.606Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42752026-06-24T22:44:18.621Z Compiling libloading v0.8.9
42762026-06-24T22:44:18.634Z Compiling bindgen v0.71.1
42772026-06-24T22:44:18.649Z Compiling diff v0.1.13
42782026-06-24T22:44:18.777Z Compiling regex-syntax v0.6.29
42792026-06-24T22:44:18.937Z Compiling cexpr v0.6.0
42802026-06-24T22:44:19.082Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-06-24T22:44:19.196Z Compiling rustc-hash v2.1.1
42822026-06-24T22:44:19.327Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-06-24T22:44:19.463Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-06-24T22:44:19.635Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-06-24T22:44:19.691Z Compiling libxml v0.3.3
42862026-06-24T22:44:19.785Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-06-24T22:44:19.894Z Compiling strum_macros v0.24.3
42882026-06-24T22:44:19.940Z Compiling indoc v1.0.9
42892026-06-24T22:44:20.387Z Compiling lalrpop v0.19.12
42902026-06-24T22:44:20.623Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-06-24T22:44:20.814Z Checking derive_builder v0.20.2
42922026-06-24T22:44:20.912Z Compiling oso-derive v0.27.3
42932026-06-24T22:44:20.933Z Checking quick-xml v0.37.5
42942026-06-24T22:44:21.266Z Compiling impl-trait-for-tuples v0.2.3
42952026-06-24T22:44:21.415Z Checking openssl-probe v0.1.6
42962026-06-24T22:44:21.556Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-06-24T22:44:21.825Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-06-24T22:44:22.020Z Checking bb8 v0.8.6
42992026-06-24T22:44:22.318Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-06-24T22:44:22.334Z Compiling libz-sys v1.1.24
43012026-06-24T22:44:22.528Z Checking nonempty v0.12.0
43022026-06-24T22:44:22.564Z Compiling strsim v0.10.0
43032026-06-24T22:44:22.695Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-06-24T22:44:22.787Z Compiling darling_core v0.13.4
43052026-06-24T22:44:22.897Z Compiling vergen-git2 v9.1.0
43062026-06-24T22:44:22.933Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-06-24T22:44:23.127Z Compiling base64 v0.21.7
43082026-06-24T22:44:23.164Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43092026-06-24T22:44:23.463Z Compiling ron v0.8.1
43102026-06-24T22:44:23.615Z Checking diesel v2.3.7
43112026-06-24T22:44:24.219Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43122026-06-24T22:44:24.432Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43132026-06-24T22:44:24.467Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43142026-06-24T22:44:24.659Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43152026-06-24T22:44:24.732Z Compiling darling_macro v0.13.4
43162026-06-24T22:44:24.845Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43172026-06-24T22:44:25.032Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43182026-06-24T22:44:25.213Z Compiling darling v0.13.4
43192026-06-24T22:44:25.229Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43202026-06-24T22:44:25.304Z Compiling serde_with_macros v1.5.2
43212026-06-24T22:44:25.413Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43222026-06-24T22:44:25.601Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43232026-06-24T22:44:25.851Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-24T22:44:25.870Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-06-24T22:44:26.161Z Compiling serde_with v1.14.0
43262026-06-24T22:44:27.303Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43272026-06-24T22:44:27.527Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43282026-06-24T22:44:27.667Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-24T22:44:28.326Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43302026-06-24T22:44:28.951Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43312026-06-24T22:44:29.182Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43322026-06-24T22:44:29.577Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43332026-06-24T22:44:29.612Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43342026-06-24T22:44:29.804Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43352026-06-24T22:44:30.002Z Checking twox-hash v2.1.2
43362026-06-24T22:44:30.173Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43372026-06-24T22:44:30.194Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43382026-06-24T22:44:30.314Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43392026-06-24T22:44:31.044Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43402026-06-24T22:44:31.205Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43412026-06-24T22:44:32.023Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43422026-06-24T22:44:32.293Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43432026-06-24T22:44:32.539Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43442026-06-24T22:44:32.688Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
43452026-06-24T22:44:32.995Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43462026-06-24T22:44:33.185Z Checking console v0.16.2
43472026-06-24T22:44:33.495Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43482026-06-24T22:44:33.640Z Checking fatfs v0.3.6
43492026-06-24T22:44:33.674Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43502026-06-24T22:44:34.121Z Compiling seq-macro v0.3.6
43512026-06-24T22:44:34.650Z Checking unit-prefix v0.5.2
43522026-06-24T22:44:34.792Z Checking indicatif v0.18.4
43532026-06-24T22:44:35.087Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43542026-06-24T22:44:35.195Z Checking support-bundle-viewer v0.1.2
43552026-06-24T22:44:35.451Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43562026-06-24T22:44:35.724Z Checking multimap v0.10.1
43572026-06-24T22:44:41.475Z Checking async-bb8-diesel v0.2.1
43582026-06-24T22:44:41.842Z Checking diesel-dtrace v0.5.0
43592026-06-24T22:44:44.765Z Compiling samael v0.0.19
43602026-06-24T22:44:50.546Z Compiling git2 v0.20.4
43612026-06-24T22:44:51.574Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43622026-06-24T22:44:52.630Z Compiling polar-core v0.27.3
43632026-06-24T22:44:53.045Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
43642026-06-24T22:44:57.220Z Checking oso v0.27.3
43652026-06-24T22:45:27.004Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43662026-06-24T22:46:40.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43672026-06-24T22:46:40.352Z
43682026-06-24T22:46:40.352Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43692026-06-24T22:46:40.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-06-24T22:46:40.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-06-24T22:46:40.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43722026-06-24T22:46:40.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43732026-06-24T22:46:40.978Z
43742026-06-24T22:46:40.978Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43752026-06-24T22:46:41.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-06-24T22:46:41.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-06-24T22:46:41.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-06-24T22:46:41.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43792026-06-24T22:46:41.569Z
43802026-06-24T22:46:41.569Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
43812026-06-24T22:46:42.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-06-24T22:46:42.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-06-24T22:46:42.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-06-24T22:46:42.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43852026-06-24T22:46:42.156Z
43862026-06-24T22:46:42.156Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
43872026-06-24T22:46:42.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-06-24T22:46:42.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-06-24T22:46:42.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-06-24T22:46:42.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43912026-06-24T22:46:42.686Z
43922026-06-24T22:46:42.687Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
43932026-06-24T22:46:43.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-06-24T22:46:43.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-06-24T22:46:43.467Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43962026-06-24T22:46:44.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
43972026-06-24T22:46:44.400Z
43982026-06-24T22:46:44.400Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
43992026-06-24T22:46:44.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-06-24T22:46:44.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-06-24T22:46:45.170Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44022026-06-24T22:47:22.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.33s
44032026-06-24T22:47:22.939Z
44042026-06-24T22:47:22.939Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44052026-06-24T22:47:23.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-06-24T22:47:23.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-06-24T22:47:23.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-06-24T22:47:23.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44092026-06-24T22:47:23.455Z
44102026-06-24T22:47:23.456Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44112026-06-24T22:47:23.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-06-24T22:47:23.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-06-24T22:47:23.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-06-24T22:47:23.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44152026-06-24T22:47:24.034Z
44162026-06-24T22:47:24.034Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44172026-06-24T22:47:24.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-06-24T22:47:24.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-06-24T22:47:24.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-06-24T22:47:24.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44212026-06-24T22:47:24.621Z
44222026-06-24T22:47:24.621Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44232026-06-24T22:47:25.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-06-24T22:47:25.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-06-24T22:47:25.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-06-24T22:47:25.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44272026-06-24T22:47:25.198Z
44282026-06-24T22:47:25.198Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44292026-06-24T22:47:25.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-06-24T22:47:25.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-06-24T22:47:25.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-06-24T22:47:25.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44332026-06-24T22:47:25.772Z
44342026-06-24T22:47:25.773Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44352026-06-24T22:47:26.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-06-24T22:47:26.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-06-24T22:47:26.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-06-24T22:47:26.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44392026-06-24T22:47:26.356Z
44402026-06-24T22:47:26.356Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44412026-06-24T22:47:26.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-06-24T22:47:26.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-06-24T22:47:26.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-06-24T22:47:26.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44452026-06-24T22:47:26.942Z
44462026-06-24T22:47:26.942Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44472026-06-24T22:47:27.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-06-24T22:47:27.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-06-24T22:47:27.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-06-24T22:47:27.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44512026-06-24T22:47:27.522Z
44522026-06-24T22:47:27.522Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44532026-06-24T22:47:28.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-06-24T22:47:28.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-06-24T22:47:28.364Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44562026-06-24T22:47:28.367Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44572026-06-24T22:47:28.514Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44582026-06-24T22:47:28.531Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44592026-06-24T22:47:28.545Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44602026-06-24T22:47:28.548Z Checking yansi v1.0.1
44612026-06-24T22:47:28.558Z Checking diff v0.1.13
44622026-06-24T22:47:28.583Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44632026-06-24T22:47:28.674Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44642026-06-24T22:47:28.801Z Checking pretty_assertions v1.4.1
44652026-06-24T22:47:29.519Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44662026-06-24T22:47:29.625Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44672026-06-24T22:47:54.203Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44682026-06-24T22:47:54.252Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44692026-06-24T22:47:54.253Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44702026-06-24T22:47:54.253Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44712026-06-24T22:47:54.253Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44722026-06-24T22:47:54.253Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44732026-06-24T22:47:55.035Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44742026-06-24T22:47:55.043Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44752026-06-24T22:47:56.251Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44762026-06-24T22:48:33.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44772026-06-24T22:48:33.843Z
44782026-06-24T22:48:33.843Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44792026-06-24T22:48:34.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-06-24T22:48:34.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-06-24T22:48:34.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-06-24T22:48:34.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44832026-06-24T22:48:34.367Z
44842026-06-24T22:48:34.367Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
44852026-06-24T22:48:34.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-06-24T22:48:34.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-06-24T22:48:35.085Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44882026-06-24T22:48:35.203Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44892026-06-24T22:48:35.203Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44902026-06-24T22:49:02.037Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44912026-06-24T22:49:02.413Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44922026-06-24T22:49:04.118Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44932026-06-24T22:49:04.571Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44942026-06-24T22:49:07.523Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44952026-06-24T22:49:31.106Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-06-24T22:49:31.800Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44972026-06-24T22:49:33.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.03s
44982026-06-24T22:49:33.601Z
44992026-06-24T22:49:33.601Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45002026-06-24T22:49:34.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-06-24T22:49:34.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-06-24T22:49:34.264Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45032026-06-24T22:49:34.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45042026-06-24T22:49:35.112Z
45052026-06-24T22:49:35.112Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45062026-06-24T22:49:35.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-06-24T22:49:35.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-06-24T22:49:35.705Z Compiling blake3 v1.8.5
45092026-06-24T22:49:35.809Z Checking constant_time_eq v0.4.2
45102026-06-24T22:49:35.809Z Checking arrayvec v0.7.6
45112026-06-24T22:49:35.819Z Checking arrayref v0.3.9
45122026-06-24T22:49:35.826Z Checking topological-sort v0.2.2
45132026-06-24T22:49:35.829Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45142026-06-24T22:49:35.829Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45152026-06-24T22:49:35.829Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45162026-06-24T22:49:35.873Z Checking shell-words v1.1.1
45172026-06-24T22:49:36.700Z Checking omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package?rev=6c6abacc64dcf2ad233e3625577a09d26eb65dbc#6c6abacc)
45182026-06-24T22:49:37.416Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45192026-06-24T22:49:38.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
45202026-06-24T22:49:38.462Z
45212026-06-24T22:49:38.462Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45222026-06-24T22:49:38.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-24T22:49:38.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-24T22:49:39.051Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45252026-06-24T22:49:39.366Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45262026-06-24T22:49:39.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45272026-06-24T22:49:39.927Z
45282026-06-24T22:49:39.927Zinfo: running `cargo check --bins` on schema (278/296)
45292026-06-24T22:49:40.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-06-24T22:49:40.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-06-24T22:49:40.600Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45322026-06-24T22:49:41.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45332026-06-24T22:49:41.457Z
45342026-06-24T22:49:41.457Zinfo: running `cargo check --bins` on xtask (279/296)
45352026-06-24T22:49:41.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-06-24T22:49:41.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-06-24T22:49:41.847Z Checking libc v0.2.185
45382026-06-24T22:49:41.920Z Checking serde v1.0.228
45392026-06-24T22:49:41.927Z Checking zerofrom v0.1.6
45402026-06-24T22:49:41.932Z Checking bitflags v2.11.0
45412026-06-24T22:49:41.937Z Checking smallvec v1.15.1
45422026-06-24T22:49:41.943Z Checking indexmap v2.14.0
45432026-06-24T22:49:41.952Z Checking serde_json v1.0.150
45442026-06-24T22:49:41.955Z Checking scroll v0.12.0
45452026-06-24T22:49:42.023Z Checking yoke v0.8.1
45462026-06-24T22:49:42.075Z Checking num-traits v0.2.19
45472026-06-24T22:49:42.105Z Checking thiserror v1.0.69
45482026-06-24T22:49:42.175Z Checking percent-encoding v2.3.2
45492026-06-24T22:49:42.187Z Checking zerovec v0.11.5
45502026-06-24T22:49:42.197Z Checking zerotrie v0.2.3
45512026-06-24T22:49:42.200Z Checking errno v0.3.14
45522026-06-24T22:49:42.312Z Checking log v0.4.29
45532026-06-24T22:49:42.322Z Checking rustix v1.1.3
45542026-06-24T22:49:42.326Z Checking toml_datetime v0.6.11
45552026-06-24T22:49:42.429Z Checking serde_spanned v0.6.9
45562026-06-24T22:49:42.458Z Checking zerocopy v0.7.35
45572026-06-24T22:49:42.471Z Checking goblin v0.8.2
45582026-06-24T22:49:42.515Z Checking form_urlencoded v1.2.2
45592026-06-24T22:49:42.555Z Checking toml_edit v0.22.27
45602026-06-24T22:49:42.567Z Checking getrandom v0.4.1
45612026-06-24T22:49:42.595Z Checking ordered-float v2.10.1
45622026-06-24T22:49:42.628Z Checking tinystr v0.8.2
45632026-06-24T22:49:42.642Z Checking potential_utf v0.1.4
45642026-06-24T22:49:42.693Z Checking thiserror v2.0.18
45652026-06-24T22:49:42.767Z Checking icu_collections v2.1.1
45662026-06-24T22:49:42.791Z Checking syn v2.0.117
45672026-06-24T22:49:42.801Z Checking icu_locale_core v2.1.1
45682026-06-24T22:49:42.815Z Checking serde-value v0.7.0
45692026-06-24T22:49:42.962Z Checking dtrace-parser v0.2.0
45702026-06-24T22:49:43.017Z Checking thread-id v4.2.2
45712026-06-24T22:49:43.073Z Checking once_cell v1.21.3
45722026-06-24T22:49:43.093Z Checking cargo-platform v0.2.0
45732026-06-24T22:49:43.145Z Checking terminal_size v0.4.3
45742026-06-24T22:49:43.201Z Checking memmap v0.7.0
45752026-06-24T22:49:43.245Z Checking tempfile v3.25.0
45762026-06-24T22:49:43.261Z Checking clap_builder v4.6.0
45772026-06-24T22:49:43.272Z Checking textwrap v0.16.2
45782026-06-24T22:49:43.326Z Checking fs-err v3.3.0
45792026-06-24T22:49:43.357Z Checking icu_provider v2.1.1
45802026-06-24T22:49:43.436Z Checking camino-tempfile v1.4.1
45812026-06-24T22:49:43.478Z Checking anyhow v1.0.102
45822026-06-24T22:49:43.504Z Checking tabled v0.15.0
45832026-06-24T22:49:43.588Z Checking macaddr v1.0.1
45842026-06-24T22:49:43.598Z Checking icu_properties v2.1.2
45852026-06-24T22:49:43.675Z Checking icu_normalizer v2.1.1
45862026-06-24T22:49:43.686Z Checking toml v0.8.23
45872026-06-24T22:49:43.767Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45882026-06-24T22:49:44.003Z Checking cargo_toml v0.21.0
45892026-06-24T22:49:44.375Z Checking dof v0.3.0
45902026-06-24T22:49:44.393Z Checking idna_adapter v1.2.1
45912026-06-24T22:49:44.465Z Checking clap v4.6.1
45922026-06-24T22:49:44.508Z Checking idna v1.1.0
45932026-06-24T22:49:44.645Z Checking usdt-impl v0.5.0
45942026-06-24T22:49:44.740Z Checking url v2.5.8
45952026-06-24T22:49:44.896Z Checking usdt v0.5.0
45962026-06-24T22:49:45.090Z Checking cargo-util-schemas v0.8.2
45972026-06-24T22:49:45.773Z Checking cargo_metadata v0.21.0
45982026-06-24T22:49:46.368Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45992026-06-24T22:49:46.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
46002026-06-24T22:49:46.886Z
46012026-06-24T22:49:46.886Zinfo: running `cargo check --bins` on dnsadm (280/296)
46022026-06-24T22:49:48.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-06-24T22:49:48.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-06-24T22:49:48.342Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46052026-06-24T22:49:48.342Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46062026-06-24T22:49:48.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46072026-06-24T22:49:48.484Z
46082026-06-24T22:49:48.484Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46092026-06-24T22:49:48.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-06-24T22:49:48.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-06-24T22:49:49.218Z Checking polyval v0.6.2
46122026-06-24T22:49:49.337Z Checking ctr v0.9.2
46132026-06-24T22:49:49.347Z Checking ssh-encoding v0.2.0
46142026-06-24T22:49:49.350Z Checking blowfish v0.9.1
46152026-06-24T22:49:49.366Z Checking password-hash v0.4.2
46162026-06-24T22:49:49.379Z Checking p256 v0.13.2
46172026-06-24T22:49:49.382Z Checking p521 v0.13.3
46182026-06-24T22:49:49.404Z Checking russh-cryptovec v0.7.3
46192026-06-24T22:49:49.477Z Checking bcrypt-pbkdf v0.10.0
46202026-06-24T22:49:49.477Z Checking ghash v0.5.1
46212026-06-24T22:49:49.503Z Checking md5 v0.7.0
46222026-06-24T22:49:49.548Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46232026-06-24T22:49:49.551Z Checking num-bigint v0.4.6
46242026-06-24T22:49:49.586Z Checking pbkdf2 v0.11.0
46252026-06-24T22:49:49.609Z Checking aes-gcm v0.10.3
46262026-06-24T22:49:49.622Z Checking des v0.8.1
46272026-06-24T22:49:49.634Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46282026-06-24T22:49:49.662Z Checking hex-literal v0.4.1
46292026-06-24T22:49:49.753Z Checking ssh-cipher v0.2.0
46302026-06-24T22:49:49.756Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46312026-06-24T22:49:49.778Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46322026-06-24T22:49:49.781Z Checking socket2 v0.5.10
46332026-06-24T22:49:49.791Z Checking internet-checksum v0.2.1
46342026-06-24T22:49:49.917Z Checking ssh-key v0.6.7
46352026-06-24T22:49:50.027Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-24T22:49:50.546Z Checking russh-keys v0.45.0
46372026-06-24T22:49:51.094Z Checking russh v0.45.0
46382026-06-24T22:50:07.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
46392026-06-24T22:50:07.786Z
46402026-06-24T22:50:07.786Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46412026-06-24T22:50:08.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-06-24T22:50:08.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-06-24T22:50:08.367Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46442026-06-24T22:50:08.471Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46452026-06-24T22:50:08.478Z Checking termios v0.3.3
46462026-06-24T22:50:09.680Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46472026-06-24T22:50:09.826Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46482026-06-24T22:50:11.488Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46492026-06-24T22:50:12.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
46502026-06-24T22:50:12.219Z
46512026-06-24T22:50:12.219Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46522026-06-24T22:50:12.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-06-24T22:50:12.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-06-24T22:50:12.872Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46552026-06-24T22:50:12.875Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46562026-06-24T22:50:12.990Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46572026-06-24T22:50:12.993Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46582026-06-24T22:50:13.005Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46592026-06-24T22:50:13.008Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46602026-06-24T22:50:13.743Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46612026-06-24T22:50:14.081Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46622026-06-24T22:50:14.084Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46632026-06-24T22:50:14.725Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46642026-06-24T22:50:16.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
46652026-06-24T22:50:16.536Z
46662026-06-24T22:50:16.537Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46672026-06-24T22:50:16.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-06-24T22:50:16.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-06-24T22:50:17.116Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46702026-06-24T22:50:17.561Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46712026-06-24T22:50:17.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46722026-06-24T22:50:18.035Z
46732026-06-24T22:50:18.035Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46742026-06-24T22:50:18.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-06-24T22:50:18.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-06-24T22:50:18.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46772026-06-24T22:50:18.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46782026-06-24T22:50:18.552Z
46792026-06-24T22:50:18.552Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46802026-06-24T22:50:18.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-06-24T22:50:18.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-06-24T22:50:18.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-06-24T22:50:18.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46842026-06-24T22:50:19.068Z
46852026-06-24T22:50:19.068Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
46862026-06-24T22:50:19.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-06-24T22:50:19.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-06-24T22:50:19.764Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46892026-06-24T22:50:20.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
46902026-06-24T22:50:20.523Z
46912026-06-24T22:50:20.523Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
46922026-06-24T22:50:20.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-24T22:50:20.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-24T22:50:21.115Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46952026-06-24T22:50:21.118Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46962026-06-24T22:50:21.386Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46972026-06-24T22:50:21.386Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46982026-06-24T22:50:22.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46992026-06-24T22:50:22.341Z
47002026-06-24T22:50:22.341Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47012026-06-24T22:50:22.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-06-24T22:50:22.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-06-24T22:50:22.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47042026-06-24T22:50:22.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47052026-06-24T22:50:22.860Z
47062026-06-24T22:50:22.860Zinfo: running `cargo check --bins` on omicron-package (290/296)
47072026-06-24T22:50:23.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-06-24T22:50:23.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-06-24T22:50:23.487Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47102026-06-24T22:50:24.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47112026-06-24T22:50:24.722Z
47122026-06-24T22:50:24.723Zinfo: running `cargo check --bins` on tqdb (291/296)
47132026-06-24T22:50:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-24T22:50:25.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-24T22:50:25.449Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47162026-06-24T22:50:25.794Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47172026-06-24T22:50:26.313Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47182026-06-24T22:50:26.313Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47192026-06-24T22:50:32.312Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47202026-06-24T22:50:32.314Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47212026-06-24T22:50:32.887Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47222026-06-24T22:50:32.887Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47232026-06-24T22:50:32.890Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47242026-06-24T22:50:32.890Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47252026-06-24T22:50:33.703Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47262026-06-24T22:50:34.697Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47272026-06-24T22:50:35.484Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47282026-06-24T22:50:36.087Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47292026-06-24T22:50:40.744Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47302026-06-24T22:50:47.321Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47312026-06-24T22:50:47.324Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47322026-06-24T22:50:47.324Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47332026-06-24T22:50:47.324Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47342026-06-24T22:50:48.822Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47352026-06-24T22:50:50.146Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47362026-06-24T22:50:50.814Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47372026-06-24T22:50:52.048Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47382026-06-24T22:50:52.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.86s
47392026-06-24T22:50:52.784Z
47402026-06-24T22:50:52.784Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47412026-06-24T22:50:53.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-06-24T22:50:53.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-06-24T22:50:53.446Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47442026-06-24T22:50:53.446Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47452026-06-24T22:50:53.450Z Checking rtoolbox v0.0.3
47462026-06-24T22:50:53.450Z Checking tui-tree-widget v0.23.1
47472026-06-24T22:50:53.670Z Checking rpassword v7.4.0
47482026-06-24T22:50:54.739Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47492026-06-24T22:50:57.845Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47502026-06-24T22:50:59.729Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47512026-06-24T22:51:00.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.82s
47522026-06-24T22:51:00.793Z
47532026-06-24T22:51:00.794Zinfo: running `cargo check --bins` on wicket (293/296)
47542026-06-24T22:51:01.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-06-24T22:51:01.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-06-24T22:51:01.433Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47572026-06-24T22:51:01.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47582026-06-24T22:51:01.953Z
47592026-06-24T22:51:01.953Zinfo: running `cargo check --bins` on wicketd (294/296)
47602026-06-24T22:51:02.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-06-24T22:51:02.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-06-24T22:51:02.618Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47632026-06-24T22:51:02.621Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47642026-06-24T22:51:02.621Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47652026-06-24T22:51:02.727Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47662026-06-24T22:51:03.606Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47672026-06-24T22:51:04.181Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47682026-06-24T22:51:07.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47692026-06-24T22:51:07.412Z
47702026-06-24T22:51:07.412Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47712026-06-24T22:51:07.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-06-24T22:51:07.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-06-24T22:51:07.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47742026-06-24T22:51:07.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47752026-06-24T22:51:07.933Z
47762026-06-24T22:51:07.933Zinfo: running `cargo check --bins` on zone-setup (296/296)
47772026-06-24T22:51:08.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-06-24T22:51:08.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-06-24T22:51:08.544Z Checking uzers v0.12.2
47802026-06-24T22:51:08.806Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47812026-06-24T22:51:09.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
47822026-06-24T22:51:09.739Z
47832026-06-24T22:51:09.739Zreal 13:46.376266357
47842026-06-24T22:51:09.739Zuser 20:51.507181261
47852026-06-24T22:51:09.739Zsys 4:06.321967759
47862026-06-24T22:51:09.739Ztrap 0.341436145
47872026-06-24T22:51:09.742Ztflt 0.724157197
47882026-06-24T22:51:09.742Zdflt 1.150998026
47892026-06-24T22:51:09.742Zkflt 0.011813866
47902026-06-24T22:51:09.742Zlock 1:15:14.823656904
47912026-06-24T22:51:09.742Zslp 1:39:53.897184858
47922026-06-24T22:51:09.742Zlat 51.901232482
47932026-06-24T22:51:09.742Zstop 3:15.981030891
47942026-06-24T22:51:09.742Zprocess exited: duration 948032 ms, exit code 0
 
47952026-06-24T22:51:09.797Zfound 0 output files