01KVVMV9QS8TXK9PX2RJJVB1PQ: 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: 01KVVMVR8D7CAAF8VP1CWCWEQ3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T01:46:24.829Zjob assigned to worker 01KVVMVZ71NYS6E6ZMS8VW1D9B [factory aws, i-0dfb26c6231fa931b] (queued for 48 s)
 
22026-06-24T01:46:30.666Zstarting task 0: "setup"
32026-06-24T01:46:30.670Z++ uname -s
42026-06-24T01:46:30.674Z+ kern=SunOS
52026-06-24T01:46:30.674Z+ build_user=build
62026-06-24T01:46:30.674Z+ build_uid=12345
72026-06-24T01:46:30.674Z+ work_dir=/work
82026-06-24T01:46:30.674Z+ input_dir=/input
92026-06-24T01:46:30.674Z+ [[ 0 == 12345 ]]
102026-06-24T01:46:30.674Z+ case "$kern" in
112026-06-24T01:46:30.674Z+ groupadd -g 12345 build
122026-06-24T01:46:30.677Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T01:46:32.682Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T01:46:32.762Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T01:46:32.765Z+ home_fs=zfs
162026-06-24T01:46:32.765Z+ [[ zfs == autofs ]]
172026-06-24T01:46:32.765Z+ mkdir -p /home/build
182026-06-24T01:46:32.765Z+ chown build:build /home/build /work
192026-06-24T01:46:34.767Z+ chmod 0700 /home/build /work
202026-06-24T01:46:34.769Zprocess exited: duration 4105 ms, exit code 0
 
212026-06-24T01:46:34.777Zstarting task 1: "rust-toolchain"
222026-06-24T01:46:34.782Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T01:46:34.782Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-24T01:46:34.782Z * rust toolchain channel = "1.96.0"
252026-06-24T01:46:34.782Z * rust toolchain profile = "default"
262026-06-24T01:46:34.782Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-24T01:46:34.782Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-24T01:46:34.785Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T01:46:34.785Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T01:46:34.852Zinfo: downloading installer
312026-06-24T01:46:36.272Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T01:46:36.272Zwarn: /home/build/.rustup/settings.toml
332026-06-24T01:46:36.272Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T01:46:36.272Zwarn: instead of the one inferred from the default host triple.
352026-06-24T01:46:36.285Zinfo: profile set to default
362026-06-24T01:46:36.285Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T01:46:36.288Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T01:46:36.450Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T01:46:36.454Zinfo: downloading 6 components
402026-06-24T01:46:53.478Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T01:46:53.478Z
422026-06-24T01:46:53.505Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T01:46:53.505Z
442026-06-24T01:46:53.505Z
452026-06-24T01:46:53.505ZRust is installed now. Great!
462026-06-24T01:46:53.505Z
472026-06-24T01:46:53.505ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T01:46:53.505Zenvironment variable. This has not been done automatically.
492026-06-24T01:46:53.506Z
502026-06-24T01:46:53.506ZTo configure your current shell, you need to source
512026-06-24T01:46:53.506Zthe corresponding env file under $HOME/.cargo.
522026-06-24T01:46:53.506Z
532026-06-24T01:46:53.506ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T01:46:53.509Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T01:46:53.509Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T01:46:53.509Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T01:46:53.509Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T01:46:53.509Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T01:46:53.509Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T01:46:53.509Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T01:46:53.509Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T01:46:53.592Z+ rustup --version
632026-06-24T01:46:53.601Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T01:46:53.604Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T01:46:53.623Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T01:46:53.625Z+ cargo --version
672026-06-24T01:46:53.638Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T01:46:53.641Z+ rustc --version
692026-06-24T01:46:53.662Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T01:46:53.666Zprocess exited: duration 18885 ms, exit code 0
 
712026-06-24T01:46:53.672Zstarting task 2: "authentication"
722026-06-24T01:46:53.689Zprocess exited: duration 16 ms, exit code 0
 
732026-06-24T01:46:53.696Zstarting task 3: "clone repository"
742026-06-24T01:46:53.699Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-24T01:46:53.702Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-24T01:46:53.732ZCloning into '/work/oxidecomputer/omicron'...
772026-06-24T01:47:04.851Z+ cd /work/oxidecomputer/omicron
782026-06-24T01:47:04.851Z+ git fetch origin 3559cc0cbcdae07971bbc35938fa33d77a525c3f
792026-06-24T01:47:05.181ZFrom https://github.com/oxidecomputer/omicron
802026-06-24T01:47:05.181Z * branch 3559cc0cbcdae07971bbc35938fa33d77a525c3f -> FETCH_HEAD
812026-06-24T01:47:05.194Z+ [[ -n alan/the-update-channel ]]
822026-06-24T01:47:05.197Z++ git branch --show-current
832026-06-24T01:47:05.197Z+ current=main
842026-06-24T01:47:05.197Z+ [[ main != alan/the-update-channel ]]
852026-06-24T01:47:05.197Z+ git branch -f alan/the-update-channel 3559cc0cbcdae07971bbc35938fa33d77a525c3f
862026-06-24T01:47:05.200Z+ git checkout -f alan/the-update-channel
872026-06-24T01:47:05.232ZSwitched to branch 'alan/the-update-channel'
882026-06-24T01:47:05.235Z+ git reset --hard 3559cc0cbcdae07971bbc35938fa33d77a525c3f
892026-06-24T01:47:05.270ZHEAD is now at 3559cc0cb fix hakari
902026-06-24T01:47:05.273Zprocess exited: duration 11575 ms, exit code 0
 
912026-06-24T01:47:05.279Zstarting task 4: "build"
922026-06-24T01:47:05.282Z+ source .github/buildomat/ci-env.sh
932026-06-24T01:47:05.285Z++ export CARGO_TERM_COLOR=always
942026-06-24T01:47:05.285Z++ CARGO_TERM_COLOR=always
952026-06-24T01:47:05.285Z+ cargo --version
962026-06-24T01:47:05.292Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-24T01:47:05.295Z+ rustc --version
982026-06-24T01:47:05.315Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-24T01:47:05.318Z+ source ./env.sh
1002026-06-24T01:47:05.318Z++ OLD_SHELL_OPTS=ehxB
1012026-06-24T01:47:05.318Z++ set -o xtrace
1022026-06-24T01:47:05.321Z++++ dirname ./env.sh
1032026-06-24T01:47:05.324Z+++ readlink -f .
1042026-06-24T01:47:05.324Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ 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-24T01:47:05.325Z++ case $OLD_SHELL_OPTS in
1162026-06-24T01:47:05.328Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-24T01:47:05.328Z+ 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-24T01:47:05.328Z+ 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-24T01:47:05.328Z+ banner prerequisites
1202026-06-24T01:47:05.328Z
1212026-06-24T01:47:05.328Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-24T01:47:05.328Z # # # # # # # # # # # # # # #
1232026-06-24T01:47:05.328Z # # # # ##### # # ##### # # # # # #### #
1242026-06-24T01:47:05.328Z ##### ##### # ##### # # # # # # # # #
1252026-06-24T01:47:05.328Z # # # # # # # # # # # # # # #
1262026-06-24T01:47:05.328Z # # # ###### # # ###### ### # #### # #### #
1272026-06-24T01:47:05.329Z
1282026-06-24T01:47:05.329Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-24T01:47:06.862Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-24T01:47:06.965Z Startup: Caching catalogs ... Done
1312026-06-24T01:47:07.445ZPlanning: Solver setup ... Done (0.410s)
1322026-06-24T01:47:07.450ZPlanning: Running solver ... Done (0.025s)
1332026-06-24T01:47:07.455ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-24T01:47:07.466ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-24T01:47:07.487ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-24T01:47:07.499ZPlanning: Package planning ... Done (0.014s)
1372026-06-24T01:47:07.502ZPlanning: Merging actions ... Done (0.002s)
1382026-06-24T01:47:07.665ZPlanning: Checking for conflicting actions ... Done (0.164s)
1392026-06-24T01:47:07.668ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-24T01:47:08.432ZPlanning: Evaluating mediators ... Done (0.765s)
1412026-06-24T01:47:08.436ZPlanning: Planning completed in 1.45 seconds
1422026-06-24T01:47:08.441Z Packages to install: 2
1432026-06-24T01:47:08.441Z Estimated space available: 156.06 GB
1442026-06-24T01:47:08.441ZEstimated space to be consumed: 29.56 MB
1452026-06-24T01:47:08.444Z Create boot environment: No
1462026-06-24T01:47:08.444ZCreate backup boot environment: No
1472026-06-24T01:47:08.444Z Rebuild boot archive: No
1482026-06-24T01:47:08.444Z
1492026-06-24T01:47:08.444ZChanged packages:
1502026-06-24T01:47:08.444Zhelios
1512026-06-24T01:47:08.444Z developer/build-essential
1522026-06-24T01:47:08.444Z None -> 11-3.0
1532026-06-24T01:47:08.444Z library/libxmlsec1
1542026-06-24T01:47:08.444Z None -> 1.2.35-3.0
1552026-06-24T01:47:08.465Z
1562026-06-24T01:47:08.465ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-24T01:47:08.946ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1582026-06-24T01:47:09.022Z Actions: 1/268 actions (Installing new actions)
1592026-06-24T01:47:09.061Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-24T01:47:09.071ZFinalize: Updating package state database ... Done (0.010s)
1612026-06-24T01:47:09.071ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-24T01:47:09.099ZFinalize: Updating image state ... Done (0.028s)
1632026-06-24T01:47:11.525ZFinalize: Creating fast lookup database ... Done (2.402s)
1642026-06-24T01:47:11.594ZFinalize: Reading search index ... Done (0.012s)
1652026-06-24T01:47:11.597ZFinalize: Updating search index ... Done (0.000s)
1662026-06-24T01:47:11.673ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-24T01:47:11.983ZPlanning: Evaluating mediator changes ... Done
1682026-06-24T01:47:12.086ZPlanning: Checking for conflicting actions ... Done
1692026-06-24T01:47:12.090ZPlanning: Consolidating action changes ... Done
1702026-06-24T01:47:12.242ZPlanning: Evaluating mediators ... Done
1712026-06-24T01:47:12.245ZPlanning: Planning completed in 0.26 seconds
1722026-06-24T01:47:12.265Z Mediators to change: 2
1732026-06-24T01:47:12.265Z Create boot environment: No
1742026-06-24T01:47:12.265ZCreate backup boot environment: No
1752026-06-24T01:47:12.314ZFinalize: Updating package state database ... Done
1762026-06-24T01:47:12.314ZFinalize: Updating package cache ... Done
1772026-06-24T01:47:12.329ZFinalize: Updating image state ... Done
1782026-06-24T01:47:14.285ZFinalize: Creating fast lookup database ... Done
1792026-06-24T01:47:14.352ZFinalize: Reading search index ... Done
1802026-06-24T01:47:14.355ZFinalize: Updating search index ... Done
1812026-06-24T01:47:14.426ZFinalize: Updating package cache ... Done
1822026-06-24T01:47:14.712ZPlanning: Evaluating mediator changes ... Done
1832026-06-24T01:47:14.819ZPlanning: Checking for conflicting actions ... Done
1842026-06-24T01:47:14.822ZPlanning: Consolidating action changes ... Done
1852026-06-24T01:47:14.974ZPlanning: Evaluating mediators ... Done
1862026-06-24T01:47:14.978ZPlanning: Planning completed in 0.26 seconds
1872026-06-24T01:47:14.998Z Mediators to change: 1
1882026-06-24T01:47:14.998Z Create boot environment: No
1892026-06-24T01:47:14.998ZCreate backup boot environment: No
1902026-06-24T01:47:15.047ZFinalize: Updating package state database ... Done
1912026-06-24T01:47:15.050ZFinalize: Updating package cache ... Done
1922026-06-24T01:47:15.061ZFinalize: Updating image state ... Done
1932026-06-24T01:47:17.000ZFinalize: Creating fast lookup database ... Done
1942026-06-24T01:47:17.065ZFinalize: Reading search index ... Done
1952026-06-24T01:47:17.067ZFinalize: Updating search index ... Done
1962026-06-24T01:47:17.122ZFinalize: Updating package cache ... Done
1972026-06-24T01:47:17.435ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-24T01:47:17.435Zapache system 2.4 system
1992026-06-24T01:47:17.435Zclang system 15 system
2002026-06-24T01:47:17.435Zcsh system system illumos
2012026-06-24T01:47:17.436Zctags system system illumos
2022026-06-24T01:47:17.436Zfile vendor vendor darwinsys
2032026-06-24T01:47:17.436Zfile system system illumos
2042026-06-24T01:47:17.436Zgcc vendor 14 vendor
2052026-06-24T01:47:17.436Zgcc system 13 system
2062026-06-24T01:47:17.436Zgcc system 10 system
2072026-06-24T01:47:17.436Zgo system 1.25 system
2082026-06-24T01:47:17.436Zllvm system 15 system
2092026-06-24T01:47:17.436Zmariadb system 11.4 system
2102026-06-24T01:47:17.436Zmta vendor vendor dma
2112026-06-24T01:47:17.436Zopenjdk system 17 system
2122026-06-24T01:47:17.436Zopenjdk system 11 system
2132026-06-24T01:47:17.436Zopenssl vendor 3 vendor
2142026-06-24T01:47:17.436Zperl system 5.40 system
2152026-06-24T01:47:17.436Zpostgresql system 18 system
2162026-06-24T01:47:17.436Zpostgresql system 17 system
2172026-06-24T01:47:17.436Zpython vendor 3 vendor
2182026-06-24T01:47:17.436Zpython system 2 system
2192026-06-24T01:47:17.436Zpython3 vendor 3.13 vendor
2202026-06-24T01:47:17.436Zruby system 3.4 system
2212026-06-24T01:47:17.436Zruby system 3.0 system
2222026-06-24T01:47:17.436Zwords vendor vendor american-english
2232026-06-24T01:47:17.436Zwords system system australian-english
2242026-06-24T01:47:17.436Zwords system system british-english
2252026-06-24T01:47:17.436Zwords system system canadian-english
2262026-06-24T01:47:17.436Zwords system system french
2272026-06-24T01:47:17.436Zwords system system italian
2282026-06-24T01:47:17.436Zwords system system ngerman
2292026-06-24T01:47:17.436Zwords system system ogerman
2302026-06-24T01:47:17.436Zwords system system spanish
2312026-06-24T01:47:17.691ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-24T01:47:17.691Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-24T01:47:17.991ZFMRI IFO
2342026-06-24T01:47:17.991Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-24T01:47:17.991Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-24T01:47:17.991Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-24T01:47:17.991Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-24T01:47:17.992Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-24T01:47:17.992Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-24T01:47:17.992Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-24T01:47:17.992Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-24T01:47:17.992Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-24T01:47:18.247Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-24T01:47:18.477Z Updating crates.io index
2452026-06-24T01:47:18.479Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-24T01:47:18.718Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-24T01:47:19.008Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-24T01:47:19.276Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-24T01:47:20.138Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-24T01:47:20.887Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-24T01:47:22.379Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-24T01:47:23.092Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-24T01:47:23.347Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-24T01:47:24.327Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-24T01:47:24.721Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-24T01:47:25.015Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-24T01:47:25.226Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-24T01:47:25.628Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-24T01:47:26.074Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-24T01:47:26.304Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-24T01:47:26.527Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-24T01:47:26.766Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-24T01:47:27.045Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-24T01:47:27.284Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-24T01:47:27.516Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-24T01:47:27.750Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-24T01:47:28.073Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-24T01:47:28.357Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-24T01:47:28.598Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-24T01:47:28.978Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-24T01:47:29.363Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-24T01:47:29.654Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-24T01:47:29.901Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-24T01:47:30.107Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-24T01:47:30.397Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-24T01:47:30.725Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-24T01:47:30.936Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-24T01:47:31.202Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-24T01:47:31.432Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-24T01:47:31.657Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-24T01:47:31.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-24T01:47:32.148Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-24T01:47:32.397Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-24T01:47:32.620Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-24T01:47:35.218Z Downloading crates ...
2862026-06-24T01:47:35.268Z Downloaded generic-array v0.14.7
2872026-06-24T01:47:35.273Z Downloaded colorchoice v1.0.4
2882026-06-24T01:47:35.276Z Downloaded byteorder v1.5.0
2892026-06-24T01:47:35.277Z Downloaded cpufeatures v0.2.17
2902026-06-24T01:47:35.277Z Downloaded anstyle-query v1.1.5
2912026-06-24T01:47:35.280Z Downloaded anstyle-parse v1.0.0
2922026-06-24T01:47:35.280Z Downloaded synstructure v0.13.2
2932026-06-24T01:47:35.283Z Downloaded proc-macro-error-attr v1.0.4
2942026-06-24T01:47:35.283Z Downloaded anyhow v1.0.102
2952026-06-24T01:47:35.289Z Downloaded tempfile v3.25.0
2962026-06-24T01:47:35.291Z Downloaded papergrid v0.11.0
2972026-06-24T01:47:35.295Z Downloaded clap_lex v1.0.0
2982026-06-24T01:47:35.298Z Downloaded autocfg v1.5.0
2992026-06-24T01:47:35.298Z Downloaded cargo-util-schemas v0.8.2
3002026-06-24T01:47:35.301Z Downloaded textwrap v0.16.2
3012026-06-24T01:47:35.301Z Downloaded anstream v1.0.0
3022026-06-24T01:47:35.305Z Downloaded version_check v0.9.5
3032026-06-24T01:47:35.306Z Downloaded toml v0.8.23
3042026-06-24T01:47:35.309Z Downloaded fnv v1.0.7
3052026-06-24T01:47:35.309Z Downloaded displaydoc v0.2.5
3062026-06-24T01:47:35.309Z Downloaded anstyle v1.0.14
3072026-06-24T01:47:35.312Z Downloaded utf8_iter v1.0.4
3082026-06-24T01:47:35.315Z Downloaded thread-id v4.2.2
3092026-06-24T01:47:35.315Z Downloaded form_urlencoded v1.2.2
3102026-06-24T01:47:35.317Z Downloaded usdt-attr-macro v0.5.0
3112026-06-24T01:47:35.320Z Downloaded cargo_metadata v0.21.0
3122026-06-24T01:47:35.320Z Downloaded camino-tempfile v1.4.1
3132026-06-24T01:47:35.323Z Downloaded utf8parse v0.2.2
3142026-06-24T01:47:35.323Z Downloaded cargo-platform v0.2.0
3152026-06-24T01:47:35.323Z Downloaded toml_write v0.1.2
3162026-06-24T01:47:35.326Z Downloaded ordered-float v2.10.1
3172026-06-24T01:47:35.326Z Downloaded heck v0.4.1
3182026-06-24T01:47:35.329Z Downloaded yoke-derive v0.8.1
3192026-06-24T01:47:35.329Z Downloaded usdt-macro v0.5.0
3202026-06-24T01:47:35.329Z Downloaded usdt v0.5.0
3212026-06-24T01:47:35.329Z Downloaded block-buffer v0.10.4
3222026-06-24T01:47:35.333Z Downloaded fastrand v2.3.0
3232026-06-24T01:47:35.333Z Downloaded digest v0.10.7
3242026-06-24T01:47:35.333Z Downloaded yoke v0.8.1
3252026-06-24T01:47:35.336Z Downloaded dof v0.3.0
3262026-06-24T01:47:35.336Z Downloaded bitflags v2.11.0
3272026-06-24T01:47:35.336Z Downloaded zerofrom-derive v0.1.6
3282026-06-24T01:47:35.339Z Downloaded zerofrom v0.1.6
3292026-06-24T01:47:35.339Z Downloaded typeid v1.0.3
3302026-06-24T01:47:35.339Z Downloaded dtrace-parser v0.2.0
3312026-06-24T01:47:35.339Z Downloaded heck v0.5.0
3322026-06-24T01:47:35.339Z Downloaded errno v0.3.14
3332026-06-24T01:47:35.342Z Downloaded unicode-xid v0.2.6
3342026-06-24T01:47:35.342Z Downloaded equivalent v1.0.2
3352026-06-24T01:47:35.345Z Downloaded toml_datetime v0.6.11
3362026-06-24T01:47:35.345Z Downloaded zmij v1.0.21
3372026-06-24T01:47:35.345Z Downloaded thiserror v2.0.18
3382026-06-24T01:47:35.349Z Downloaded usdt-impl v0.5.0
3392026-06-24T01:47:35.352Z Downloaded unicode-linebreak v0.1.5
3402026-06-24T01:47:35.352Z Downloaded thiserror-impl v2.0.18
3412026-06-24T01:47:35.352Z Downloaded writeable v0.6.2
3422026-06-24T01:47:35.355Z Downloaded ucd-trie v0.1.7
3432026-06-24T01:47:35.355Z Downloaded percent-encoding v2.3.2
3442026-06-24T01:47:35.355Z Downloaded thiserror-impl v1.0.69
3452026-06-24T01:47:35.355Z Downloaded serde_spanned v0.6.9
3462026-06-24T01:47:35.358Z Downloaded is_terminal_polyfill v1.70.2
3472026-06-24T01:47:35.358Z Downloaded idna_adapter v1.2.1
3482026-06-24T01:47:35.358Z Downloaded tinystr v0.8.2
3492026-06-24T01:47:35.361Z Downloaded zerocopy-derive v0.7.35
3502026-06-24T01:47:35.364Z Downloaded zerovec-derive v0.11.2
3512026-06-24T01:47:35.367Z Downloaded cfg-if v1.0.4
3522026-06-24T01:47:35.370Z Downloaded macaddr v1.0.1
3532026-06-24T01:47:35.370Z Downloaded memmap v0.7.0
3542026-06-24T01:47:35.370Z Downloaded crypto-common v0.1.7
3552026-06-24T01:47:35.373Z Downloaded swrite v0.1.0
3562026-06-24T01:47:35.375Z Downloaded plain v0.2.3
3572026-06-24T01:47:35.378Z Downloaded serde-value v0.7.0
3582026-06-24T01:47:35.378Z Downloaded stable_deref_trait v1.2.1
3592026-06-24T01:47:35.382Z Downloaded unicode-ident v1.0.24
3602026-06-24T01:47:35.386Z Downloaded typenum v1.19.0
3612026-06-24T01:47:35.391Z Downloaded scroll_derive v0.12.1
3622026-06-24T01:47:35.391Z Downloaded potential_utf v0.1.4
3632026-06-24T01:47:35.391Z Downloaded icu_normalizer_data v2.1.1
3642026-06-24T01:47:35.391Z Downloaded camino v1.2.2
3652026-06-24T01:47:35.395Z Downloaded url v2.5.8
3662026-06-24T01:47:35.398Z Downloaded toml_edit v0.22.27
3672026-06-24T01:47:35.401Z Downloaded pretty-hex v0.4.1
3682026-06-24T01:47:35.401Z Downloaded strsim v0.11.1
3692026-06-24T01:47:35.403Z Downloaded smawk v0.3.2
3702026-06-24T01:47:35.403Z Downloaded terminal_size v0.4.3
3712026-06-24T01:47:35.407Z Downloaded tabled_derive v0.7.0
3722026-06-24T01:47:35.410Z Downloaded fs-err v3.3.0
3732026-06-24T01:47:35.414Z Downloaded erased-serde v0.4.9
3742026-06-24T01:47:35.414Z Downloaded zerotrie v0.2.3
3752026-06-24T01:47:35.424Z Downloaded serde-untagged v0.1.9
3762026-06-24T01:47:35.427Z Downloaded cargo_toml v0.21.0
3772026-06-24T01:47:35.427Z Downloaded itoa v1.0.17
3782026-06-24T01:47:35.427Z Downloaded icu_normalizer v2.1.1
3792026-06-24T01:47:35.430Z Downloaded clap v4.6.1
3802026-06-24T01:47:35.433Z Downloaded zerovec v0.11.5
3812026-06-24T01:47:35.436Z Downloaded zerocopy v0.7.35
3822026-06-24T01:47:35.444Z Downloaded thiserror v1.0.69
3832026-06-24T01:47:35.447Z Downloaded winnow v0.7.14
3842026-06-24T01:47:35.452Z Downloaded scroll v0.12.0
3852026-06-24T01:47:35.454Z Downloaded clap_derive v4.6.1
3862026-06-24T01:47:35.455Z Downloaded unicode-width v0.2.0
3872026-06-24T01:47:35.457Z Downloaded serde_tokenstream v0.2.3
3882026-06-24T01:47:35.460Z Downloaded icu_provider v2.1.1
3892026-06-24T01:47:35.460Z Downloaded icu_properties v2.1.2
3902026-06-24T01:47:35.474Z Downloaded once_cell v1.21.3
3912026-06-24T01:47:35.474Z Downloaded getrandom v0.4.1
3922026-06-24T01:47:35.474Z Downloaded unicode-width v0.1.14
3932026-06-24T01:47:35.474Z Downloaded smallvec v1.15.1
3942026-06-24T01:47:35.474Z Downloaded pest_derive v2.8.6
3952026-06-24T01:47:35.474Z Downloaded litemap v0.8.1
3962026-06-24T01:47:35.474Z Downloaded proc-macro-error v1.0.4
3972026-06-24T01:47:35.477Z Downloaded quote v1.0.45
3982026-06-24T01:47:35.477Z Downloaded sha2 v0.10.9
3992026-06-24T01:47:35.477Z Downloaded semver v1.0.28
4002026-06-24T01:47:35.477Z Downloaded pest_generator v2.8.6
4012026-06-24T01:47:35.478Z Downloaded bytecount v0.6.9
4022026-06-24T01:47:35.481Z Downloaded serde_derive v1.0.228
4032026-06-24T01:47:35.484Z Downloaded proc-macro2 v1.0.106
4042026-06-24T01:47:35.487Z Downloaded log v0.4.29
4052026-06-24T01:47:35.495Z Downloaded num-traits v0.2.19
4062026-06-24T01:47:35.498Z Downloaded icu_locale_core v2.1.1
4072026-06-24T01:47:35.507Z Downloaded pest_meta v2.8.6
4082026-06-24T01:47:35.511Z Downloaded serde_core v1.0.228
4092026-06-24T01:47:35.515Z Downloaded icu_collections v2.1.1
4102026-06-24T01:47:35.525Z Downloaded memchr v2.8.0
4112026-06-24T01:47:35.528Z Downloaded serde v1.0.228
4122026-06-24T01:47:35.531Z Downloaded indexmap v2.14.0
4132026-06-24T01:47:35.557Z Downloaded pest v2.8.6
4142026-06-24T01:47:35.561Z Downloaded clap_builder v4.6.0
4152026-06-24T01:47:35.564Z Downloaded icu_properties_data v2.1.2
4162026-06-24T01:47:35.572Z Downloaded serde_json v1.0.150
4172026-06-24T01:47:35.576Z Downloaded idna v1.1.0
4182026-06-24T01:47:35.579Z Downloaded hashbrown v0.17.0
4192026-06-24T01:47:35.585Z Downloaded goblin v0.8.2
4202026-06-24T01:47:35.600Z Downloaded tabled v0.15.0
4212026-06-24T01:47:35.608Z Downloaded syn v1.0.109
4222026-06-24T01:47:35.617Z Downloaded syn v2.0.117
4232026-06-24T01:47:35.634Z Downloaded rustix v1.1.3
4242026-06-24T01:47:35.647Z Downloaded libc v0.2.185
4252026-06-24T01:47:35.717Z Compiling proc-macro2 v1.0.106
4262026-06-24T01:47:35.717Z Compiling unicode-ident v1.0.24
4272026-06-24T01:47:35.717Z Compiling quote v1.0.45
4282026-06-24T01:47:35.719Z Compiling serde_core v1.0.228
4292026-06-24T01:47:35.720Z Compiling libc v0.2.185
4302026-06-24T01:47:35.720Z Compiling version_check v0.9.5
4312026-06-24T01:47:35.720Z Compiling stable_deref_trait v1.2.1
4322026-06-24T01:47:35.720Z Compiling serde v1.0.228
4332026-06-24T01:47:35.983Z Compiling memchr v2.8.0
4342026-06-24T01:47:36.024Z Compiling zmij v1.0.21
4352026-06-24T01:47:36.218Z Compiling itoa v1.0.17
4362026-06-24T01:47:36.296Z Compiling ucd-trie v0.1.7
4372026-06-24T01:47:36.387Z Compiling thiserror v1.0.69
4382026-06-24T01:47:36.575Z Compiling autocfg v1.5.0
4392026-06-24T01:47:36.599Z Compiling pest v2.8.6
4402026-06-24T01:47:36.615Z Compiling litemap v0.8.1
4412026-06-24T01:47:36.658Z Compiling writeable v0.6.2
4422026-06-24T01:47:36.846Z Compiling rustix v1.1.3
4432026-06-24T01:47:36.862Z Compiling icu_properties_data v2.1.2
4442026-06-24T01:47:37.039Z Compiling byteorder v1.5.0
4452026-06-24T01:47:37.155Z Compiling icu_normalizer_data v2.1.1
4462026-06-24T01:47:37.218Z Compiling syn v2.0.117
4472026-06-24T01:47:37.356Z Compiling errno v0.3.14
4482026-06-24T01:47:37.359Z Compiling serde_json v1.0.150
4492026-06-24T01:47:37.389Z Compiling bitflags v2.11.0
4502026-06-24T01:47:37.544Z Compiling num-traits v0.2.19
4512026-06-24T01:47:37.663Z Compiling pest_meta v2.8.6
4522026-06-24T01:47:37.728Z Compiling hashbrown v0.17.0
4532026-06-24T01:47:37.810Z Compiling typeid v1.0.3
4542026-06-24T01:47:37.846Z Compiling smallvec v1.15.1
4552026-06-24T01:47:38.073Z Compiling equivalent v1.0.2
4562026-06-24T01:47:38.174Z Compiling thread-id v4.2.2
4572026-06-24T01:47:38.259Z Compiling indexmap v2.14.0
4582026-06-24T01:47:38.263Z Compiling proc-macro-error-attr v1.0.4
4592026-06-24T01:47:38.310Z Compiling usdt-impl v0.5.0
4602026-06-24T01:47:38.326Z Compiling syn v1.0.109
4612026-06-24T01:47:38.516Z Compiling toml_write v0.1.2
4622026-06-24T01:47:38.599Z Compiling winnow v0.7.14
4632026-06-24T01:47:38.625Z Compiling erased-serde v0.4.9
4642026-06-24T01:47:38.930Z Compiling proc-macro-error v1.0.4
4652026-06-24T01:47:39.006Z Compiling plain v0.2.3
4662026-06-24T01:47:39.114Z Compiling thiserror v2.0.18
4672026-06-24T01:47:39.132Z Compiling utf8_iter v1.0.4
4682026-06-24T01:47:39.285Z Compiling utf8parse v0.2.2
4692026-06-24T01:47:39.288Z Compiling camino v1.2.2
4702026-06-24T01:47:39.419Z Compiling log v0.4.29
4712026-06-24T01:47:39.445Z Compiling percent-encoding v2.3.2
4722026-06-24T01:47:39.449Z Compiling getrandom v0.4.1
4732026-06-24T01:47:39.617Z Compiling form_urlencoded v1.2.2
4742026-06-24T01:47:39.651Z Compiling anstyle-parse v1.0.0
4752026-06-24T01:47:39.682Z Compiling ordered-float v2.10.1
4762026-06-24T01:47:39.794Z Compiling synstructure v0.13.2
4772026-06-24T01:47:39.806Z Compiling pest_generator v2.8.6
4782026-06-24T01:47:39.940Z Compiling terminal_size v0.4.3
4792026-06-24T01:47:40.083Z Compiling anstyle v1.0.14
4802026-06-24T01:47:40.246Z Compiling cfg-if v1.0.4
4812026-06-24T01:47:40.261Z Compiling anstyle-query v1.1.5
4822026-06-24T01:47:40.300Z Compiling pretty-hex v0.4.1
4832026-06-24T01:47:40.319Z Compiling is_terminal_polyfill v1.70.2
4842026-06-24T01:47:40.332Z Compiling colorchoice v1.0.4
4852026-06-24T01:47:40.422Z Compiling serde-untagged v0.1.9
4862026-06-24T01:47:40.454Z Compiling anstream v1.0.0
4872026-06-24T01:47:40.495Z Compiling semver v1.0.28
4882026-06-24T01:47:40.559Z Compiling fs-err v3.3.0
4892026-06-24T01:47:40.663Z Compiling fastrand v2.3.0
4902026-06-24T01:47:40.748Z Compiling unicode-width v0.1.14
4912026-06-24T01:47:40.765Z Compiling fnv v1.0.7
4922026-06-24T01:47:40.814Z Compiling unicode-xid v0.2.6
4932026-06-24T01:47:40.845Z Compiling once_cell v1.21.3
4942026-06-24T01:47:40.868Z Compiling clap_lex v1.0.0
4952026-06-24T01:47:40.926Z Compiling anyhow v1.0.102
4962026-06-24T01:47:40.942Z Compiling strsim v0.11.1
4972026-06-24T01:47:41.062Z Compiling bytecount v0.6.9
4982026-06-24T01:47:41.093Z Compiling heck v0.5.0
4992026-06-24T01:47:41.199Z Compiling heck v0.4.1
5002026-06-24T01:47:41.287Z Compiling papergrid v0.11.0
5012026-06-24T01:47:41.325Z Compiling clap_builder v4.6.0
5022026-06-24T01:47:41.328Z Compiling tempfile v3.25.0
5032026-06-24T01:47:41.418Z Compiling serde_derive v1.0.228
5042026-06-24T01:47:41.452Z Compiling zerofrom-derive v0.1.6
5052026-06-24T01:47:41.519Z Compiling yoke-derive v0.8.1
5062026-06-24T01:47:41.697Z Compiling zerovec-derive v0.11.2
5072026-06-24T01:47:41.858Z Compiling displaydoc v0.2.5
5082026-06-24T01:47:42.650Z Compiling thiserror-impl v1.0.69
5092026-06-24T01:47:42.727Z Compiling zerocopy-derive v0.7.35
5102026-06-24T01:47:42.752Z Compiling pest_derive v2.8.6
5112026-06-24T01:47:42.809Z Compiling scroll_derive v0.12.1
5122026-06-24T01:47:42.859Z Compiling zerofrom v0.1.6
5132026-06-24T01:47:42.995Z Compiling yoke v0.8.1
5142026-06-24T01:47:43.190Z Compiling zerovec v0.11.5
5152026-06-24T01:47:43.193Z Compiling zerotrie v0.2.3
5162026-06-24T01:47:43.485Z Compiling scroll v0.12.0
5172026-06-24T01:47:43.517Z Compiling thiserror-impl v2.0.18
5182026-06-24T01:47:43.599Z Compiling zerocopy v0.7.35
5192026-06-24T01:47:43.705Z Compiling tinystr v0.8.2
5202026-06-24T01:47:43.760Z Compiling potential_utf v0.1.4
5212026-06-24T01:47:43.914Z Compiling icu_locale_core v2.1.1
5222026-06-24T01:47:43.935Z Compiling icu_collections v2.1.1
5232026-06-24T01:47:44.046Z Compiling dtrace-parser v0.2.0
5242026-06-24T01:47:44.145Z Compiling goblin v0.8.2
5252026-06-24T01:47:44.407Z Compiling tabled_derive v0.7.0
5262026-06-24T01:47:44.428Z Compiling clap_derive v4.6.1
5272026-06-24T01:47:44.778Z Compiling icu_provider v2.1.1
5282026-06-24T01:47:44.800Z Compiling serde_spanned v0.6.9
5292026-06-24T01:47:44.849Z Compiling toml_datetime v0.6.11
5302026-06-24T01:47:44.865Z Compiling dof v0.3.0
5312026-06-24T01:47:44.881Z Compiling serde_tokenstream v0.2.3
5322026-06-24T01:47:45.064Z Compiling icu_properties v2.1.2
5332026-06-24T01:47:45.080Z Compiling icu_normalizer v2.1.1
5342026-06-24T01:47:45.109Z Compiling toml_edit v0.22.27
5352026-06-24T01:47:45.259Z Compiling serde-value v0.7.0
5362026-06-24T01:47:45.307Z Compiling cargo-platform v0.2.0
5372026-06-24T01:47:45.611Z Compiling memmap v0.7.0
5382026-06-24T01:47:45.649Z Compiling smawk v0.3.2
5392026-06-24T01:47:45.650Z Compiling unicode-width v0.2.0
5402026-06-24T01:47:45.758Z Compiling unicode-linebreak v0.1.5
5412026-06-24T01:47:45.785Z Compiling tabled v0.15.0
5422026-06-24T01:47:45.802Z Compiling usdt-attr-macro v0.5.0
5432026-06-24T01:47:45.912Z Compiling idna_adapter v1.2.1
5442026-06-24T01:47:46.029Z Compiling usdt-macro v0.5.0
5452026-06-24T01:47:46.097Z Compiling idna v1.1.0
5462026-06-24T01:47:46.138Z Compiling textwrap v0.16.2
5472026-06-24T01:47:46.184Z Compiling clap v4.6.1
5482026-06-24T01:47:46.279Z Compiling macaddr v1.0.1
5492026-06-24T01:47:46.483Z Compiling url v2.5.8
5502026-06-24T01:47:46.602Z Compiling toml v0.8.23
5512026-06-24T01:47:46.634Z Compiling camino-tempfile v1.4.1
5522026-06-24T01:47:46.988Z Compiling cargo-util-schemas v0.8.2
5532026-06-24T01:47:47.259Z Compiling usdt v0.5.0
5542026-06-24T01:47:47.277Z Compiling cargo_toml v0.21.0
5552026-06-24T01:47:47.499Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-24T01:47:47.519Z Compiling swrite v0.1.0
5572026-06-24T01:47:48.016Z Compiling cargo_metadata v0.21.0
5582026-06-24T01:47:48.946Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-24T01:47:51.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.93s
5602026-06-24T01:47:51.222Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-24T01:47:51.715Z Downloading crates ...
5622026-06-24T01:47:51.808Z Downloaded arrayref v0.3.9
5632026-06-24T01:47:51.821Z Downloaded array-init v0.0.4
5642026-06-24T01:47:51.825Z Downloaded bitfield-struct v0.6.2
5652026-06-24T01:47:51.828Z Downloaded cbc v0.1.2
5662026-06-24T01:47:51.833Z Downloaded adler2 v2.0.1
5672026-06-24T01:47:51.840Z Downloaded crc8 v0.1.1
5682026-06-24T01:47:51.844Z Downloaded aead v0.5.2
5692026-06-24T01:47:51.847Z Downloaded ascii-canvas v3.0.0
5702026-06-24T01:47:51.847Z Downloaded base16ct v0.2.0
5712026-06-24T01:47:51.851Z Downloaded async-stream-impl v0.3.6
5722026-06-24T01:47:51.853Z Downloaded bitfield-macros v0.19.4
5732026-06-24T01:47:51.857Z Downloaded bit-set v0.5.3
5742026-06-24T01:47:51.857Z Downloaded async-stream v0.3.6
5752026-06-24T01:47:51.860Z Downloaded assert_matches v1.5.0
5762026-06-24T01:47:51.863Z Downloaded crc32fast v1.5.0
5772026-06-24T01:47:51.866Z Downloaded darling v0.21.3
5782026-06-24T01:47:51.870Z Downloaded bcrypt-pbkdf v0.10.0
5792026-06-24T01:47:51.870Z Downloaded base64ct v1.8.3
5802026-06-24T01:47:51.873Z Downloaded anstream v0.6.21
5812026-06-24T01:47:51.873Z Downloaded darling_macro v0.20.11
5822026-06-24T01:47:51.873Z Downloaded curve25519-dalek-derive v0.1.1
5832026-06-24T01:47:51.876Z Downloaded daft v0.1.7
5842026-06-24T01:47:51.876Z Downloaded cargo-platform v0.3.2
5852026-06-24T01:47:51.876Z Downloaded dunce v1.0.5
5862026-06-24T01:47:51.876Z Downloaded darling_macro v0.13.4
5872026-06-24T01:47:51.880Z Downloaded atomicwrites v0.4.4
5882026-06-24T01:47:51.880Z Downloaded async-recursion v1.1.1
5892026-06-24T01:47:51.883Z Downloaded cstr-argument v0.1.2
5902026-06-24T01:47:51.883Z Downloaded defmt-macros v1.0.1
5912026-06-24T01:47:51.886Z Downloaded bitfield v0.19.4
5922026-06-24T01:47:51.886Z Downloaded darling_macro v0.21.3
5932026-06-24T01:47:51.886Z Downloaded bit-set v0.8.0
5942026-06-24T01:47:51.890Z Downloaded atomic-waker v1.1.2
5952026-06-24T01:47:51.890Z Downloaded crunchy v0.2.4
5962026-06-24T01:47:51.890Z Downloaded argon2 v0.5.3
5972026-06-24T01:47:51.893Z Downloaded bitflags v1.3.2
5982026-06-24T01:47:51.893Z Downloaded derive_builder_macro v0.20.2
5992026-06-24T01:47:51.896Z Downloaded cpufeatures v0.3.0
6002026-06-24T01:47:51.896Z Downloaded darling_macro v0.23.0
6012026-06-24T01:47:51.900Z Downloaded convert_case v0.4.0
6022026-06-24T01:47:51.903Z Downloaded debug-ignore v1.0.5
6032026-06-24T01:47:51.912Z Downloaded cfg_aliases v0.2.1
6042026-06-24T01:47:51.915Z Downloaded block-buffer v0.12.1
6052026-06-24T01:47:51.919Z Downloaded flagset v0.4.7
6062026-06-24T01:47:51.919Z Downloaded async-trait v0.1.89
6072026-06-24T01:47:51.922Z Downloaded dof v0.4.0
6082026-06-24T01:47:51.922Z Downloaded bzip2 v0.4.4
6092026-06-24T01:47:51.922Z Downloaded bitvec v1.0.1
6102026-06-24T01:47:51.929Z Downloaded dirs-sys-next v0.1.2
6112026-06-24T01:47:51.932Z Downloaded diesel_table_macro_syntax v0.3.0
6122026-06-24T01:47:51.932Z Downloaded ciborium-ll v0.2.2
6132026-06-24T01:47:51.932Z Downloaded backon v1.6.0
6142026-06-24T01:47:51.935Z Downloaded block-padding v0.3.3
6152026-06-24T01:47:51.935Z Downloaded defmt-parser v1.0.0
6162026-06-24T01:47:51.939Z Downloaded fixedbitset v0.4.2
6172026-06-24T01:47:51.939Z Downloaded atty v0.2.14
6182026-06-24T01:47:51.939Z Downloaded embedded-io v0.4.0
6192026-06-24T01:47:51.942Z Downloaded crucible-workspace-hack v0.1.0
6202026-06-24T01:47:51.942Z Downloaded compression-core v0.4.31
6212026-06-24T01:47:51.942Z Downloaded ciborium-io v0.2.2
6222026-06-24T01:47:51.942Z Downloaded cfg_aliases v0.1.1
6232026-06-24T01:47:51.945Z Downloaded crypto-common v0.2.2
6242026-06-24T01:47:51.945Z Downloaded allocator-api2 v0.2.21
6252026-06-24T01:47:51.948Z Downloaded dtrace-parser v0.3.0
6262026-06-24T01:47:51.949Z Downloaded dropshot-api-manager-types v0.7.2
6272026-06-24T01:47:51.952Z Downloaded async-bb8-diesel v0.2.1
6282026-06-24T01:47:51.955Z Downloaded endian-type v0.1.2
6292026-06-24T01:47:51.955Z Downloaded embedded-io v0.6.1
6302026-06-24T01:47:51.955Z Downloaded daft-derive v0.1.7
6312026-06-24T01:47:51.958Z Downloaded float-ord v0.3.2
6322026-06-24T01:47:51.958Z Downloaded crc v3.4.0
6332026-06-24T01:47:51.958Z Downloaded dirs-next v2.0.0
6342026-06-24T01:47:51.961Z Downloaded derive_builder_core v0.20.2
6352026-06-24T01:47:51.961Z Downloaded darling v0.13.4
6362026-06-24T01:47:51.965Z Downloaded float-cmp v0.10.0
6372026-06-24T01:47:51.965Z Downloaded crossbeam-utils v0.8.21
6382026-06-24T01:47:51.968Z Downloaded foreign-types-shared v0.1.1
6392026-06-24T01:47:51.968Z Downloaded foreign-types v0.5.0
6402026-06-24T01:47:51.968Z Downloaded foreign-types v0.3.2
6412026-06-24T01:47:51.968Z Downloaded find-msvc-tools v0.1.9
6422026-06-24T01:47:51.971Z Downloaded derive-ex v0.1.8
6432026-06-24T01:47:51.971Z Downloaded foreign-types-macros v0.2.3
6442026-06-24T01:47:51.971Z Downloaded der_derive v0.7.3
6452026-06-24T01:47:51.971Z Downloaded data-encoding v2.10.0
6462026-06-24T01:47:51.974Z Downloaded castaway v0.2.4
6472026-06-24T01:47:51.974Z Downloaded corncobs v0.1.4
6482026-06-24T01:47:51.974Z Downloaded convert_case v0.10.0
6492026-06-24T01:47:51.977Z Downloaded defmt v0.3.100
6502026-06-24T01:47:51.977Z Downloaded display-error-chain v0.2.2
6512026-06-24T01:47:51.977Z Downloaded crc-catalog v2.4.0
6522026-06-24T01:47:51.981Z Downloaded bb8 v0.8.6
6532026-06-24T01:47:51.981Z Downloaded constant_time_eq v0.4.2
6542026-06-24T01:47:51.981Z Downloaded enum-as-inner v0.6.1
6552026-06-24T01:47:51.984Z Downloaded cmake v0.1.57
6562026-06-24T01:47:51.984Z Downloaded bit-vec v0.8.0
6572026-06-24T01:47:51.984Z Downloaded cexpr v0.6.0
6582026-06-24T01:47:51.987Z Downloaded gethostname v0.5.0
6592026-06-24T01:47:51.987Z Downloaded difflib v0.4.0
6602026-06-24T01:47:51.987Z Downloaded fxhash v0.2.1
6612026-06-24T01:47:51.990Z Downloaded funty v2.0.0
6622026-06-24T01:47:51.990Z Downloaded ghash v0.5.1
6632026-06-24T01:47:51.990Z Downloaded dsl_auto_type v0.2.0
6642026-06-24T01:47:51.990Z Downloaded foreign-types-shared v0.3.1
6652026-06-24T01:47:51.993Z Downloaded futures-io v0.3.32
6662026-06-24T01:47:51.993Z Downloaded futures-task v0.3.32
6672026-06-24T01:47:51.993Z Downloaded futures-core v0.3.32
6682026-06-24T01:47:51.993Z Downloaded arrayvec v0.7.6
6692026-06-24T01:47:51.996Z Downloaded chacha20 v0.9.1
6702026-06-24T01:47:51.996Z Downloaded fd-lock v4.0.4
6712026-06-24T01:47:51.999Z Downloaded git-stub v1.0.0
6722026-06-24T01:47:51.999Z Downloaded futures-sink v0.3.32
6732026-06-24T01:47:51.999Z Downloaded futures-macro v0.3.32
6742026-06-24T01:47:52.004Z Downloaded camino-tempfile-ext v0.3.3
6752026-06-24T01:47:52.004Z Downloaded bit-vec v0.6.3
6762026-06-24T01:47:52.004Z Downloaded backoff v0.4.0
6772026-06-24T01:47:52.004Z Downloaded crossbeam-epoch v0.9.18
6782026-06-24T01:47:52.007Z Downloaded buf-list v1.1.2
6792026-06-24T01:47:52.007Z Downloaded ena v0.14.4
6802026-06-24T01:47:52.010Z Downloaded csv-core v0.1.13
6812026-06-24T01:47:52.010Z Downloaded crossbeam-deque v0.8.6
6822026-06-24T01:47:52.010Z Downloaded blowfish v0.9.1
6832026-06-24T01:47:52.014Z Downloaded anstyle-parse v0.2.7
6842026-06-24T01:47:52.015Z Downloaded const_format_proc_macros v0.2.34
6852026-06-24T01:47:52.018Z Downloaded async-compression v0.4.41
6862026-06-24T01:47:52.018Z Downloaded dyn-clone v1.0.20
6872026-06-24T01:47:52.021Z Downloaded filetime v0.2.27
6882026-06-24T01:47:52.021Z Downloaded cipher v0.4.4
6892026-06-24T01:47:52.024Z Downloaded cassowary v0.3.0
6902026-06-24T01:47:52.024Z Downloaded either v1.15.0
6912026-06-24T01:47:52.024Z Downloaded fixedbitset v0.5.7
6922026-06-24T01:47:52.027Z Downloaded globwalk v0.9.1
6932026-06-24T01:47:52.027Z Downloaded critical-section v1.2.0
6942026-06-24T01:47:52.027Z Downloaded ff v0.13.1
6952026-06-24T01:47:52.031Z Downloaded env_logger v0.11.9
6962026-06-24T01:47:52.031Z Downloaded headers-core v0.3.0
6972026-06-24T01:47:52.031Z Downloaded hash32 v0.3.1
6982026-06-24T01:47:52.034Z Downloaded defmt v1.0.1
6992026-06-24T01:47:52.034Z Downloaded darling v0.23.0
7002026-06-24T01:47:52.037Z Downloaded compression-codecs v0.4.37
7012026-06-24T01:47:52.040Z Downloaded foldhash v0.2.0
7022026-06-24T01:47:52.040Z Downloaded hash32 v0.2.1
7032026-06-24T01:47:52.043Z Downloaded cobs v0.3.0
7042026-06-24T01:47:52.043Z Downloaded darling_core v0.13.4
7052026-06-24T01:47:52.046Z Downloaded hex-literal v0.4.1
7062026-06-24T01:47:52.046Z Downloaded hex v0.4.3
7072026-06-24T01:47:52.046Z Downloaded ciborium v0.2.2
7082026-06-24T01:47:52.049Z Downloaded fs_extra v1.3.0
7092026-06-24T01:47:52.049Z Downloaded fs-err v2.11.0
7102026-06-24T01:47:52.053Z Downloaded cookie v0.18.1
7112026-06-24T01:47:52.053Z Downloaded http-body v1.0.1
7122026-06-24T01:47:52.053Z Downloaded hostname v0.3.1
7132026-06-24T01:47:52.056Z Downloaded foldhash v0.1.5
7142026-06-24T01:47:52.056Z Downloaded const-oid v0.9.6
7152026-06-24T01:47:52.056Z Downloaded ctr v0.9.2
7162026-06-24T01:47:52.059Z Downloaded hostname v0.4.2
7172026-06-24T01:47:52.059Z Downloaded home v0.5.12
7182026-06-24T01:47:52.062Z Downloaded fallible-iterator v0.2.0
7192026-06-24T01:47:52.062Z Downloaded env_filter v1.0.0
7202026-06-24T01:47:52.062Z Downloaded http-range v0.1.5
7212026-06-24T01:47:52.062Z Downloaded document-features v0.2.12
7222026-06-24T01:47:52.065Z Downloaded bzip2 v0.6.1
7232026-06-24T01:47:52.065Z Downloaded glob v0.3.3
7242026-06-24T01:47:52.065Z Downloaded futures-executor v0.3.32
7252026-06-24T01:47:52.069Z Downloaded chacha20 v0.10.0
7262026-06-24T01:47:52.069Z Downloaded diesel-dtrace v0.5.0
7272026-06-24T01:47:52.072Z Downloaded colored v2.2.0
7282026-06-24T01:47:52.072Z Downloaded cargo_metadata v0.23.1
7292026-06-24T01:47:52.075Z Downloaded hubpack_derive v0.1.1
7302026-06-24T01:47:52.075Z Downloaded httpdate v1.0.3
7312026-06-24T01:47:52.075Z Downloaded console v0.16.2
7322026-06-24T01:47:52.078Z Downloaded ahash v0.8.12
7332026-06-24T01:47:52.078Z Downloaded deranged v0.5.8
7342026-06-24T01:47:52.078Z Downloaded bcs v0.1.6
7352026-06-24T01:47:52.081Z Downloaded indent_write v2.2.0
7362026-06-24T01:47:52.081Z Downloaded illumos-nvpair v0.3.0
7372026-06-24T01:47:52.081Z Downloaded ident_case v1.0.1
7382026-06-24T01:47:52.084Z Downloaded hyper-tls v0.6.0
7392026-06-24T01:47:52.084Z Downloaded git-stub-vcs v0.1.0
7402026-06-24T01:47:52.084Z Downloaded erased-serde v0.3.31
7412026-06-24T01:47:52.090Z Downloaded diff v0.1.13
7422026-06-24T01:47:52.094Z Downloaded group v0.13.0
7432026-06-24T01:47:52.095Z Downloaded globset v0.4.18
7442026-06-24T01:47:52.098Z Downloaded indoc v1.0.9
7452026-06-24T01:47:52.098Z Downloaded illumos-nvpair-sys v0.2.0
7462026-06-24T01:47:52.098Z Downloaded downcast-rs v2.0.2
7472026-06-24T01:47:52.101Z Downloaded internet-checksum v0.2.1
7482026-06-24T01:47:52.101Z Downloaded instant v0.1.13
7492026-06-24T01:47:52.101Z Downloaded instability v0.3.11
7502026-06-24T01:47:52.104Z Downloaded ed25519 v2.2.3
7512026-06-24T01:47:52.108Z Downloaded derive_builder v0.20.2
7522026-06-24T01:47:52.111Z Downloaded darling_core v0.23.0
7532026-06-24T01:47:52.113Z Downloaded crossbeam-channel v0.5.15
7542026-06-24T01:47:52.119Z Downloaded kstat-rs v0.2.4
7552026-06-24T01:47:52.123Z Downloaded is-terminal v0.4.17
7562026-06-24T01:47:52.123Z Downloaded lalrpop-util v0.19.12
7572026-06-24T01:47:52.123Z Downloaded keccak v0.1.6
7582026-06-24T01:47:52.123Z Downloaded inout v0.1.4
7592026-06-24T01:47:52.123Z Downloaded cancel-safe-futures v0.1.5
7602026-06-24T01:47:52.123Z Downloaded darling v0.20.11
7612026-06-24T01:47:52.126Z Downloaded lazy_static v1.5.0
7622026-06-24T01:47:52.130Z Downloaded libscf-sys v1.1.0
7632026-06-24T01:47:52.130Z Downloaded is_ci v1.2.0
7642026-06-24T01:47:52.130Z Downloaded highway v1.3.0
7652026-06-24T01:47:52.134Z Downloaded http-body-util v0.1.3
7662026-06-24T01:47:52.134Z Downloaded console v0.15.11
7672026-06-24T01:47:52.134Z Downloaded lru v0.12.5
7682026-06-24T01:47:52.134Z Downloaded byte-wrapper v0.1.0
7692026-06-24T01:47:52.142Z Downloaded memoffset v0.9.1
7702026-06-24T01:47:52.142Z Downloaded linked-hash-map v0.5.6
7712026-06-24T01:47:52.142Z Downloaded digest v0.11.3
7722026-06-24T01:47:52.149Z Downloaded lru-slab v0.1.2
7732026-06-24T01:47:52.152Z Downloaded des v0.8.1
7742026-06-24T01:47:52.152Z Downloaded getrandom v0.2.17
7752026-06-24T01:47:52.152Z Downloaded clang-sys v1.8.1
7762026-06-24T01:47:52.152Z Downloaded futures-channel v0.3.32
7772026-06-24T01:47:52.152Z Downloaded humantime v2.3.0
7782026-06-24T01:47:52.156Z Downloaded hubpack v0.1.2
7792026-06-24T01:47:52.156Z Downloaded mime v0.3.17
7802026-06-24T01:47:52.156Z Downloaded managed v0.8.0
7812026-06-24T01:47:52.160Z Downloaded lru-cache v0.1.2
7822026-06-24T01:47:52.160Z Downloaded hyper-staticfile v0.10.1
7832026-06-24T01:47:52.167Z Downloaded new_debug_unreachable v1.0.6
7842026-06-24T01:47:52.167Z Downloaded blake2 v0.10.6
7852026-06-24T01:47:52.167Z Downloaded match_cfg v0.1.0
7862026-06-24T01:47:52.167Z Downloaded maybe-uninit v2.0.0
7872026-06-24T01:47:52.167Z Downloaded maplit v1.0.2
7882026-06-24T01:47:52.177Z Downloaded ipnet v2.11.0
7892026-06-24T01:47:52.177Z Downloaded ingot v0.1.1
7902026-06-24T01:47:52.177Z Downloaded impl-trait-for-tuples v0.2.3
7912026-06-24T01:47:52.191Z Downloaded derive-where v1.6.0
7922026-06-24T01:47:52.191Z Downloaded newtype_derive v0.1.6
7932026-06-24T01:47:52.191Z Downloaded normalize-line-endings v0.3.0
7942026-06-24T01:47:52.191Z Downloaded dropshot_endpoint v0.17.1
7952026-06-24T01:47:52.191Z Downloaded nodrop v0.1.14
7962026-06-24T01:47:52.191Z Downloaded num-derive v0.3.3
7972026-06-24T01:47:52.191Z Downloaded newtype-uuid-macros v0.1.0
7982026-06-24T01:47:52.191Z Downloaded crc-any v2.5.0
7992026-06-24T01:47:52.196Z Downloaded num-derive v0.4.2
8002026-06-24T01:47:52.196Z Downloaded ipnetwork v0.21.1
8012026-06-24T01:47:52.197Z Downloaded indoc v2.0.7
8022026-06-24T01:47:52.197Z Downloaded multimap v0.10.1
8032026-06-24T01:47:52.197Z Downloaded nibble_vec v0.1.0
8042026-06-24T01:47:52.197Z Downloaded const-oid v0.10.2
8052026-06-24T01:47:52.197Z Downloaded colored v3.1.1
8062026-06-24T01:47:52.197Z Downloaded md-5 v0.10.6
8072026-06-24T01:47:52.197Z Downloaded lzss v0.8.2
8082026-06-24T01:47:52.201Z Downloaded jobserver v0.1.34
8092026-06-24T01:47:52.201Z Downloaded num-conv v0.2.0
8102026-06-24T01:47:52.201Z Downloaded num v0.4.3
8112026-06-24T01:47:52.201Z Downloaded crypto-bigint v0.5.5
8122026-06-24T01:47:52.207Z Downloaded cookie_store v0.22.1
8132026-06-24T01:47:52.207Z Downloaded hmac v0.12.1
8142026-06-24T01:47:52.211Z Downloaded ingot-types v0.1.2
8152026-06-24T01:47:52.211Z Downloaded libsw-core v0.3.2
8162026-06-24T01:47:52.211Z Downloaded libloading v0.8.9
8172026-06-24T01:47:52.214Z Downloaded openssl-macros v0.1.1
8182026-06-24T01:47:52.218Z Downloaded futures v0.3.32
8192026-06-24T01:47:52.218Z Downloaded num_enum_derive v0.5.11
8202026-06-24T01:47:52.222Z Downloaded num_threads v0.1.7
8212026-06-24T01:47:52.222Z Downloaded hybrid-array v0.4.10
8222026-06-24T01:47:52.222Z Downloaded compact_str v0.8.1
8232026-06-24T01:47:52.227Z Downloaded oso-derive v0.27.3
8242026-06-24T01:47:52.227Z Downloaded bytes v1.11.1
8252026-06-24T01:47:52.231Z Downloaded libsw v3.5.0
8262026-06-24T01:47:52.231Z Downloaded openssl-probe v0.1.6
8272026-06-24T01:47:52.231Z Downloaded olpc-cjson v0.1.4
8282026-06-24T01:47:52.231Z Downloaded chacha20poly1305 v0.10.1
8292026-06-24T01:47:52.235Z Downloaded bumpalo v3.20.2
8302026-06-24T01:47:52.235Z Downloaded drift v0.2.0
8312026-06-24T01:47:52.242Z Downloaded packed_struct_codegen v0.10.1
8322026-06-24T01:47:52.246Z Downloaded fatfs v0.3.6
8332026-06-24T01:47:52.246Z Downloaded multer v3.1.0
8342026-06-24T01:47:52.247Z Downloaded md5 v0.7.0
8352026-06-24T01:47:52.252Z Downloaded lock_api v0.4.14
8362026-06-24T01:47:52.252Z Downloaded openssl-probe v0.2.1
8372026-06-24T01:47:52.252Z Downloaded newline-converter v0.3.0
8382026-06-24T01:47:52.255Z Downloaded native-tls v0.2.18
8392026-06-24T01:47:52.255Z Downloaded linear-map v1.2.0
8402026-06-24T01:47:52.255Z Downloaded iana-time-zone v0.1.65
8412026-06-24T01:47:52.255Z Downloaded darling_core v0.20.11
8422026-06-24T01:47:52.261Z Downloaded parse-display v0.10.0
8432026-06-24T01:47:52.261Z Downloaded nanorand v0.7.0
8442026-06-24T01:47:52.264Z Downloaded const_format v0.2.35
8452026-06-24T01:47:52.264Z Downloaded flume v0.11.1
8462026-06-24T01:47:52.267Z Downloaded half v1.8.3
8472026-06-24T01:47:52.267Z Downloaded darling_core v0.21.3
8482026-06-24T01:47:52.269Z Downloaded arc-swap v1.8.2
8492026-06-24T01:47:52.272Z Downloaded num_enum v0.7.6
8502026-06-24T01:47:52.276Z Downloaded num-rational v0.4.2
8512026-06-24T01:47:52.279Z Downloaded opaque-debug v0.3.1
8522026-06-24T01:47:52.279Z Downloaded num_enum v0.5.11
8532026-06-24T01:47:52.282Z Downloaded parse-size v1.1.0
8542026-06-24T01:47:52.282Z Downloaded nonempty v0.12.0
8552026-06-24T01:47:52.285Z Downloaded peg-runtime v0.8.5
8562026-06-24T01:47:52.285Z Downloaded phf_shared v0.12.1
8572026-06-24T01:47:52.285Z Downloaded pbkdf2 v0.12.2
8582026-06-24T01:47:52.288Z Downloaded pbkdf2 v0.11.0
8592026-06-24T01:47:52.300Z Downloaded nu-ansi-term v0.50.3
8602026-06-24T01:47:52.303Z Downloaded oxnet v0.1.6
8612026-06-24T01:47:52.306Z Downloaded oxide-tokio-rt v0.1.4
8622026-06-24T01:47:52.306Z Downloaded num-iter v0.1.45
8632026-06-24T01:47:52.306Z Downloaded num-complex v0.4.6
8642026-06-24T01:47:52.309Z Downloaded mime_guess v2.0.5
8652026-06-24T01:47:52.309Z Downloaded phf_shared v0.13.1
8662026-06-24T01:47:52.309Z Downloaded num_enum_derive v0.7.6
8672026-06-24T01:47:52.313Z Downloaded num-integer v0.1.46
8682026-06-24T01:47:52.313Z Downloaded ingot-macros v0.1.1
8692026-06-24T01:47:52.313Z Downloaded path-slash v0.1.5
8702026-06-24T01:47:52.316Z Downloaded hyper-rustls v0.27.7
8712026-06-24T01:47:52.316Z Downloaded httparse v1.10.1
8722026-06-24T01:47:52.316Z Downloaded predicates-tree v1.0.13
8732026-06-24T01:47:52.321Z Downloaded powerfmt v0.2.0
8742026-06-24T01:47:52.321Z Downloaded indexmap v1.9.3
8752026-06-24T01:47:52.324Z Downloaded flate2 v1.1.9
8762026-06-24T01:47:52.324Z Downloaded newtype-uuid v1.3.2
8772026-06-24T01:47:52.324Z Downloaded phf_shared v0.11.3
8782026-06-24T01:47:52.328Z Downloaded predicates-core v1.0.10
8792026-06-24T01:47:52.328Z Downloaded litrs v1.0.0
8802026-06-24T01:47:52.331Z Downloaded packed_struct v0.10.1
8812026-06-24T01:47:52.331Z Downloaded elliptic-curve v0.13.8
8822026-06-24T01:47:52.331Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-06-24T01:47:52.334Z Downloaded proc-macro-crate v3.4.0
8842026-06-24T01:47:52.334Z Downloaded ar_archive_writer v0.5.1
8852026-06-24T01:47:52.337Z Downloaded ecdsa v0.16.9
8862026-06-24T01:47:52.337Z Downloaded ignore v0.4.25
8872026-06-24T01:47:52.358Z Downloaded headers v0.4.1
8882026-06-24T01:47:52.364Z Downloaded precomputed-hash v0.1.1
8892026-06-24T01:47:52.365Z Downloaded owo-colors v4.3.0
8902026-06-24T01:47:52.365Z Downloaded half v2.7.1
8912026-06-24T01:47:52.365Z Downloaded parking_lot_core v0.8.6
8922026-06-24T01:47:52.365Z Downloaded parse-display-derive v0.10.0
8932026-06-24T01:47:52.365Z Downloaded omicron-zone-package v0.12.2
8942026-06-24T01:47:52.365Z Downloaded heapless v0.8.0
8952026-06-24T01:47:52.365Z Downloaded derive_more v2.1.1
8962026-06-24T01:47:52.365Z Downloaded quick-error v1.2.3
8972026-06-24T01:47:52.365Z Downloaded pem-rfc7468 v0.7.0
8982026-06-24T01:47:52.365Z Downloaded paste v1.0.15
8992026-06-24T01:47:52.368Z Downloaded password-hash v0.5.0
9002026-06-24T01:47:52.368Z Downloaded password-hash v0.4.2
9012026-06-24T01:47:52.368Z Downloaded psl-types v2.0.11
9022026-06-24T01:47:52.368Z Downloaded progenitor-macro v0.13.0
9032026-06-24T01:47:52.368Z Downloaded pem v3.0.6
9042026-06-24T01:47:52.368Z Downloaded progenitor-client v0.14.0
9052026-06-24T01:47:52.373Z Downloaded progenitor-macro v0.14.0
9062026-06-24T01:47:52.373Z Downloaded proc-macro-crate v1.3.1
9072026-06-24T01:47:52.373Z Downloaded memmap2 v0.9.10
9082026-06-24T01:47:52.373Z Downloaded getrandom v0.3.4
9092026-06-24T01:47:52.376Z Downloaded radium v0.7.0
9102026-06-24T01:47:52.376Z Downloaded derive_more v0.99.20
9112026-06-24T01:47:52.379Z Downloaded rand_chacha v0.3.1
9122026-06-24T01:47:52.379Z Downloaded polyval v0.6.2
9132026-06-24T01:47:52.384Z Downloaded poly1305 v0.8.0
9142026-06-24T01:47:52.385Z Downloaded pkg-config v0.3.32
9152026-06-24T01:47:52.388Z Downloaded peg-macros v0.8.5
9162026-06-24T01:47:52.388Z Downloaded base64 v0.21.7
9172026-06-24T01:47:52.388Z Downloaded pkcs8 v0.10.2
9182026-06-24T01:47:52.391Z Downloaded base64 v0.22.1
9192026-06-24T01:47:52.393Z Downloaded indicatif v0.18.4
9202026-06-24T01:47:52.394Z Downloaded libbz2-rs-sys v0.2.2
9212026-06-24T01:47:52.397Z Downloaded aes v0.8.4
9222026-06-24T01:47:52.399Z Downloaded postgres-protocol v0.6.10
9232026-06-24T01:47:52.399Z Downloaded primeorder v0.13.6
9242026-06-24T01:47:52.400Z Downloaded phf v0.12.1
9252026-06-24T01:47:52.402Z Downloaded ref-cast-impl v1.0.25
9262026-06-24T01:47:52.403Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-06-24T01:47:52.405Z Downloaded progenitor v0.13.0
9282026-06-24T01:47:52.408Z Downloaded pin-project-lite v0.2.17
9292026-06-24T01:47:52.411Z Downloaded predicates v3.1.4
9302026-06-24T01:47:52.411Z Downloaded ref-cast v1.0.25
9312026-06-24T01:47:52.415Z Downloaded ppv-lite86 v0.2.21
9322026-06-24T01:47:52.417Z Downloaded progenitor-client v0.13.0
9332026-06-24T01:47:52.417Z Downloaded heapless v0.7.17
9342026-06-24T01:47:52.420Z Downloaded parking_lot_core v0.9.12
9352026-06-24T01:47:52.420Z Downloaded ed25519-dalek v2.2.0
9362026-06-24T01:47:52.426Z Downloaded rand_core v0.6.4
9372026-06-24T01:47:52.426Z Downloaded rand_chacha v0.9.0
9382026-06-24T01:47:52.430Z Downloaded rtoolbox v0.0.3
9392026-06-24T01:47:52.431Z Downloaded rand_xorshift v0.4.0
9402026-06-24T01:47:52.431Z Downloaded r2d2 v0.8.10
9412026-06-24T01:47:52.431Z Downloaded rustc_version v0.4.1
9422026-06-24T01:47:52.431Z Downloaded psm v0.1.30
9432026-06-24T01:47:52.433Z Downloaded rand_seeder v0.4.0
9442026-06-24T01:47:52.434Z Downloaded expectorate v1.2.0
9452026-06-24T01:47:52.434Z Downloaded cc v1.2.56
9462026-06-24T01:47:52.436Z Downloaded progenitor-extras v0.2.0
9472026-06-24T01:47:52.436Z Downloaded der v0.7.10
9482026-06-24T01:47:52.439Z Downloaded pkcs5 v0.7.1
9492026-06-24T01:47:52.442Z Downloaded peg v0.8.5
9502026-06-24T01:47:52.445Z Downloaded postcard v1.1.3
9512026-06-24T01:47:52.448Z Downloaded rustc-hash v2.1.1
9522026-06-24T01:47:52.448Z Downloaded parking_lot v0.11.2
9532026-06-24T01:47:52.451Z Downloaded p256 v0.13.2
9542026-06-24T01:47:52.452Z Downloaded oso v0.27.3
9552026-06-24T01:47:52.455Z Downloaded salsa20 v0.10.2
9562026-06-24T01:47:52.455Z Downloaded progenitor v0.14.0
9572026-06-24T01:47:52.455Z Downloaded pin-project-internal v1.1.11
9582026-06-24T01:47:52.459Z Downloaded libefi-sys v0.1.0
9592026-06-24T01:47:52.459Z Downloaded pkcs1 v0.7.5
9602026-06-24T01:47:52.464Z Downloaded proc-macro-error2 v2.0.1
9612026-06-24T01:47:52.464Z Downloaded aes-gcm v0.10.3
9622026-06-24T01:47:52.468Z Downloaded russh-cryptovec v0.7.3
9632026-06-24T01:47:52.472Z Downloaded sapling-renderdag v0.1.0
9642026-06-24T01:47:52.472Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-24T01:47:52.472Z Downloaded scrypt v0.11.0
9662026-06-24T01:47:52.476Z Downloaded rand_core v0.9.5
9672026-06-24T01:47:52.479Z Downloaded hashbrown v0.12.3
9682026-06-24T01:47:52.483Z Downloaded scopeguard v1.2.0
9692026-06-24T01:47:52.492Z Downloaded recursive v0.1.1
9702026-06-24T01:47:52.495Z Downloaded phf v0.13.1
9712026-06-24T01:47:52.495Z Downloaded same-file v1.0.6
9722026-06-24T01:47:52.499Z Downloaded scroll_derive v0.13.1
9732026-06-24T01:47:52.502Z Downloaded hickory-resolver v0.25.2
9742026-06-24T01:47:52.505Z Downloaded serde_spanned v1.1.1
9752026-06-24T01:47:52.505Z Downloaded miniz_oxide v0.8.9
9762026-06-24T01:47:52.508Z Downloaded postgres-types v0.2.12
9772026-06-24T01:47:52.511Z Downloaded rand_core v0.10.0
9782026-06-24T01:47:52.514Z Downloaded serde-big-array v0.5.1
9792026-06-24T01:47:52.517Z Downloaded hyper-util v0.1.20
9802026-06-24T01:47:52.520Z Downloaded serde_plain v1.0.2
9812026-06-24T01:47:52.520Z Downloaded serde_bytes v0.11.19
9822026-06-24T01:47:52.523Z Downloaded rustc_version v0.1.7
9832026-06-24T01:47:52.523Z Downloaded rustls-pemfile v2.2.0
9842026-06-24T01:47:52.526Z Downloaded rustls-native-certs v0.8.3
9852026-06-24T01:47:52.526Z Downloaded diesel_derives v2.3.7
9862026-06-24T01:47:52.529Z Downloaded sigpipe v0.1.3
9872026-06-24T01:47:52.532Z Downloaded rusty-fork v0.3.1
9882026-06-24T01:47:52.532Z Downloaded rfc6979 v0.4.0
9892026-06-24T01:47:52.532Z Downloaded resolv-conf v0.7.6
9902026-06-24T01:47:52.535Z Downloaded pin-project v1.1.11
9912026-06-24T01:47:52.541Z Downloaded serde_repr v0.1.20
9922026-06-24T01:47:52.544Z Downloaded shell-words v1.1.1
9932026-06-24T01:47:52.544Z Downloaded seq-macro v0.3.6
9942026-06-24T01:47:52.544Z Downloaded slog-bunyan v2.5.0
9952026-06-24T01:47:52.547Z Downloaded siphasher v1.0.2
9962026-06-24T01:47:52.547Z Downloaded signature v2.2.0
9972026-06-24T01:47:52.547Z Downloaded sha1 v0.11.0
9982026-06-24T01:47:52.548Z Downloaded sha1 v0.10.6
9992026-06-24T01:47:52.551Z Downloaded slog-envlogger v2.2.0
10002026-06-24T01:47:52.551Z Downloaded quinn-udp v0.5.14
10012026-06-24T01:47:52.554Z Downloaded papergrid v0.17.0
10022026-06-24T01:47:52.554Z Downloaded derive_more-impl v2.1.1
10032026-06-24T01:47:52.557Z Downloaded semver v0.1.20
10042026-06-24T01:47:52.561Z Downloaded sec1 v0.7.3
10052026-06-24T01:47:52.561Z Downloaded signal-hook-tokio v0.3.1
10062026-06-24T01:47:52.561Z Downloaded signal-hook-mio v0.2.5
10072026-06-24T01:47:52.566Z Downloaded secrecy v0.10.3
10082026-06-24T01:47:52.570Z Downloaded hickory-resolver v0.24.4
10092026-06-24T01:47:52.579Z Downloaded jiff-static v0.2.21
10102026-06-24T01:47:52.582Z Downloaded serde_urlencoded v0.7.1
10112026-06-24T01:47:52.585Z Downloaded serde_derive_internals v0.29.1
10122026-06-24T01:47:52.585Z Downloaded russh-keys v0.45.0
10132026-06-24T01:47:52.589Z Downloaded serde_path_to_error v0.1.20
10142026-06-24T01:47:52.608Z Downloaded openssl-sys v0.9.115
10152026-06-24T01:47:52.611Z Downloaded ssh-encoding v0.2.0
10162026-06-24T01:47:52.614Z Downloaded serde_with_macros v1.5.2
10172026-06-24T01:47:52.614Z Downloaded ssh-cipher v0.2.0
10182026-06-24T01:47:52.618Z Downloaded sqlparser_derive v0.5.0
10192026-06-24T01:47:52.618Z Downloaded secrecy v0.8.0
10202026-06-24T01:47:52.618Z Downloaded scroll v0.13.0
10212026-06-24T01:47:52.618Z Downloaded parking_lot v0.12.5
10222026-06-24T01:47:52.621Z Downloaded prettyplease v0.2.37
10232026-06-24T01:47:52.621Z Downloaded pretty_assertions v1.4.1
10242026-06-24T01:47:52.625Z Downloaded serde-hex v0.1.0
10252026-06-24T01:47:52.628Z Downloaded strum v0.26.3
10262026-06-24T01:47:52.628Z Downloaded minimal-lexical v0.2.1
10272026-06-24T01:47:52.631Z Downloaded structmeta-derive v0.3.0
10282026-06-24T01:47:52.634Z Downloaded slab v0.4.12
10292026-06-24T01:47:52.643Z Downloaded slog-stdlog v4.1.1
10302026-06-24T01:47:52.646Z Downloaded sync_wrapper v1.0.2
10312026-06-24T01:47:52.646Z Downloaded rustls-pki-types v1.14.0
10322026-06-24T01:47:52.646Z Downloaded smf v0.2.3
10332026-06-24T01:47:52.646Z Downloaded schemars_derive v0.8.22
10342026-06-24T01:47:52.649Z Downloaded slog-json v2.6.1
10352026-06-24T01:47:52.649Z Downloaded signal-hook-registry v1.4.8
10362026-06-24T01:47:52.649Z Downloaded ron v0.8.1
10372026-06-24T01:47:52.652Z Downloaded structmeta v0.3.0
10382026-06-24T01:47:52.655Z Downloaded progenitor-impl v0.13.0
10392026-06-24T01:47:52.655Z Downloaded tabwriter v1.4.1
10402026-06-24T01:47:52.655Z Downloaded strum v0.27.2
10412026-06-24T01:47:52.659Z Downloaded strsim v0.10.0
10422026-06-24T01:47:52.659Z Downloaded strip-ansi-escapes v0.2.1
10432026-06-24T01:47:52.659Z Downloaded simd-adler32 v0.3.8
10442026-06-24T01:47:52.662Z Downloaded serde_cbor v0.11.2
10452026-06-24T01:47:52.662Z Downloaded progenitor-impl v0.14.0
10462026-06-24T01:47:52.666Z Downloaded rustversion v1.0.22
10472026-06-24T01:47:52.666Z Downloaded thiserror-impl-no-std v2.0.2
10482026-06-24T01:47:52.669Z Downloaded tap v1.0.1
10492026-06-24T01:47:52.669Z Downloaded take_mut v0.2.2
10502026-06-24T01:47:52.669Z Downloaded termtree v0.5.1
10512026-06-24T01:47:52.669Z Downloaded tagptr v0.2.0
10522026-06-24T01:47:52.669Z Downloaded slog-scope v4.4.1
10532026-06-24T01:47:52.672Z Downloaded slog-dtrace v0.3.0
10542026-06-24T01:47:52.672Z Downloaded slog-async v2.8.0
10552026-06-24T01:47:52.678Z Downloaded mio v1.2.0
10562026-06-24T01:47:52.681Z Downloaded rcgen v0.12.1
10572026-06-24T01:47:52.684Z Downloaded rayon-core v1.13.0
10582026-06-24T01:47:52.687Z Downloaded sync-ptr v0.1.4
10592026-06-24T01:47:52.687Z Downloaded subtle v2.6.1
10602026-06-24T01:47:52.689Z Downloaded tabled_derive v0.11.0
10612026-06-24T01:47:52.694Z Downloaded testing_table v0.3.0
10622026-06-24T01:47:52.698Z Downloaded snafu-derive v0.8.9
10632026-06-24T01:47:52.701Z Downloaded spki v0.7.3
10642026-06-24T01:47:52.701Z Downloaded prefix-trie v0.7.0
10652026-06-24T01:47:52.701Z Downloaded crossterm v0.28.1
10662026-06-24T01:47:52.704Z Downloaded thread-id v5.1.0
10672026-06-24T01:47:52.707Z Downloaded time-core v0.1.8
10682026-06-24T01:47:52.707Z Downloaded http v1.4.2
10692026-06-24T01:47:52.710Z Downloaded dropshot-api-manager v0.7.2
10702026-06-24T01:47:52.719Z Downloaded schemars v0.8.22
10712026-06-24T01:47:52.725Z Downloaded tinyvec_macros v0.1.1
10722026-06-24T01:47:52.729Z Downloaded supports-color v3.0.2
10732026-06-24T01:47:52.729Z Downloaded stacker v0.1.23
10742026-06-24T01:47:52.729Z Downloaded hashbrown v0.13.2
10752026-06-24T01:47:52.735Z Downloaded libxml v0.3.3
10762026-06-24T01:47:52.739Z Downloaded stringprep v0.1.5
10772026-06-24T01:47:52.751Z Downloaded string_cache v0.8.9
10782026-06-24T01:47:52.751Z Downloaded sqlformat v0.3.5
10792026-06-24T01:47:52.751Z Downloaded rustls-platform-verifier v0.6.2
10802026-06-24T01:47:52.751Z Downloaded shlex v1.3.0
10812026-06-24T01:47:52.751Z Downloaded ryu v1.0.23
10822026-06-24T01:47:52.756Z Downloaded spin v0.9.8
10832026-06-24T01:47:52.756Z Downloaded termios v0.3.3
10842026-06-24T01:47:52.756Z Downloaded itertools v0.10.5
10852026-06-24T01:47:52.773Z Downloaded topological-sort v0.2.2
10862026-06-24T01:47:52.779Z Downloaded tower-service v0.3.3
10872026-06-24T01:47:52.779Z Downloaded tower-layer v0.3.3
10882026-06-24T01:47:52.779Z Downloaded support-bundle-viewer v0.1.2
10892026-06-24T01:47:52.779Z Downloaded strum_macros v0.27.2
10902026-06-24T01:47:52.779Z Downloaded serde_yaml v0.9.34+deprecated
10912026-06-24T01:47:52.779Z Downloaded strum_macros v0.26.4
10922026-06-24T01:47:52.782Z Downloaded try-lock v0.2.5
10932026-06-24T01:47:52.782Z Downloaded time-macros v0.2.27
10942026-06-24T01:47:52.782Z Downloaded thread_local v1.1.9
10952026-06-24T01:47:52.782Z Downloaded slog-term v2.9.2
10962026-06-24T01:47:52.788Z Downloaded tokio-dtrace v0.1.1
10972026-06-24T01:47:52.788Z Downloaded slog v2.8.2
10982026-06-24T01:47:52.788Z Downloaded num-bigint v0.4.6
10992026-06-24T01:47:52.791Z Downloaded tls_codec_derive v0.4.2
11002026-06-24T01:47:52.791Z Downloaded smallvec v0.6.14
11012026-06-24T01:47:52.795Z Downloaded nom v7.1.3
11022026-06-24T01:47:52.795Z Downloaded trait-variant v0.1.2
11032026-06-24T01:47:52.800Z Downloaded unarray v0.1.4
11042026-06-24T01:47:52.800Z Downloaded crossterm v0.29.0
11052026-06-24T01:47:52.804Z Downloaded itertools v0.12.1
11062026-06-24T01:47:52.807Z Downloaded tiny-keccak v2.0.2
11072026-06-24T01:47:52.807Z Downloaded hickory-server v0.25.2
11082026-06-24T01:47:52.811Z Downloaded static_assertions v1.1.0
11092026-06-24T01:47:52.811Z Downloaded unicode-truncate v1.1.0
11102026-06-24T01:47:52.815Z Downloaded typify-macro v0.6.2
11112026-06-24T01:47:52.815Z Downloaded unit-prefix v0.5.2
11122026-06-24T01:47:52.815Z Downloaded serde_with_macros v3.17.0
11132026-06-24T01:47:52.815Z Downloaded universal-hash v0.5.1
11142026-06-24T01:47:52.821Z Downloaded tls_codec v0.4.2
11152026-06-24T01:47:52.822Z Downloaded tokio-macros v2.7.0
11162026-06-24T01:47:52.822Z Downloaded socket2 v0.5.10
11172026-06-24T01:47:52.825Z Downloaded qorb v0.4.1
11182026-06-24T01:47:52.830Z Downloaded term v0.7.0
11192026-06-24T01:47:52.830Z Downloaded tokio-tungstenite v0.23.1
11202026-06-24T01:47:52.835Z Downloaded usdt-macro v0.6.0
11212026-06-24T01:47:52.835Z Downloaded untrusted v0.9.0
11222026-06-24T01:47:52.841Z Downloaded usdt-attr-macro v0.6.0
11232026-06-24T01:47:52.842Z Downloaded usdt v0.6.0
11242026-06-24T01:47:52.842Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-06-24T01:47:52.845Z Downloaded utf-8 v0.7.6
11262026-06-24T01:47:52.845Z Downloaded tokio-tungstenite v0.21.0
11272026-06-24T01:47:52.845Z Downloaded tokio-native-tls v0.3.1
11282026-06-24T01:47:52.845Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11292026-06-24T01:47:52.845Z Downloaded aho-corasick v1.1.4
11302026-06-24T01:47:52.849Z Downloaded rand v0.8.6
11312026-06-24T01:47:52.853Z Downloaded hyper v1.10.1
11322026-06-24T01:47:52.856Z Downloaded signal-hook v0.3.18
11332026-06-24T01:47:52.856Z Downloaded thiserror-no-std v2.0.2
11342026-06-24T01:47:52.860Z Downloaded want v0.3.1
11352026-06-24T01:47:52.860Z Downloaded void v1.0.2
11362026-06-24T01:47:52.863Z Downloaded rustls-webpki v0.103.9
11372026-06-24T01:47:52.866Z Downloaded toml_writer v1.1.1+spec-1.1.0
11382026-06-24T01:47:52.870Z Downloaded tui-tree-widget v0.23.1
11392026-06-24T01:47:52.873Z Downloaded schemars v1.2.1
11402026-06-24T01:47:52.882Z Downloaded term v1.2.1
11412026-06-24T01:47:52.885Z Downloaded similar v2.7.0
11422026-06-24T01:47:52.885Z Downloaded subprocess v0.2.15
11432026-06-24T01:47:52.889Z Downloaded num-bigint-dig v0.8.6
11442026-06-24T01:47:52.892Z Downloaded waitgroup v0.1.2
11452026-06-24T01:47:52.892Z Downloaded wait-timeout v0.2.1
11462026-06-24T01:47:52.895Z Downloaded futures-util v0.3.32
11472026-06-24T01:47:52.900Z Downloaded tokio-rustls v0.26.4
11482026-06-24T01:47:52.903Z Downloaded snafu v0.8.9
11492026-06-24T01:47:52.916Z Downloaded zeroize_derive v1.4.3
11502026-06-24T01:47:52.923Z Downloaded unicase v2.9.0
11512026-06-24T01:47:52.923Z Downloaded vergen-gitcl v1.0.8
11522026-06-24T01:47:52.923Z Downloaded toml_parser v1.1.2+spec-1.1.0
11532026-06-24T01:47:52.923Z Downloaded rsa v0.9.10
11542026-06-24T01:47:52.926Z Downloaded publicsuffix v2.3.0
11552026-06-24T01:47:52.926Z Downloaded tokio-stream v0.1.18
11562026-06-24T01:47:52.930Z Downloaded untrusted v0.7.1
11572026-06-24T01:47:52.930Z Downloaded xshell-macros v0.2.7
11582026-06-24T01:47:52.930Z Downloaded strum_macros v0.24.3
11592026-06-24T01:47:52.933Z Downloaded quinn v0.11.9
11602026-06-24T01:47:52.933Z Downloaded zone_cfg_derive v0.3.1
11612026-06-24T01:47:52.933Z Downloaded vergen-git2 v9.1.0
11622026-06-24T01:47:52.954Z Downloaded zone v0.3.1
11632026-06-24T01:47:52.959Z Downloaded usdt-impl v0.6.0
11642026-06-24T01:47:52.959Z Downloaded hashbrown v0.16.1
11652026-06-24T01:47:52.959Z Downloaded itertools v0.13.0
11662026-06-24T01:47:52.959Z Downloaded hashbrown v0.15.5
11672026-06-24T01:47:52.959Z Downloaded whoami v1.6.1
11682026-06-24T01:47:52.959Z Downloaded unicode-properties v0.1.4
11692026-06-24T01:47:52.959Z Downloaded uzers v0.12.2
11702026-06-24T01:47:52.959Z Downloaded test-strategy v0.4.5
11712026-06-24T01:47:52.959Z Downloaded schemars v0.9.0
11722026-06-24T01:47:52.966Z Downloaded vergen-lib v9.1.0
11732026-06-24T01:47:52.972Z Downloaded vergen-lib v0.1.6
11742026-06-24T01:47:52.972Z Downloaded samael v0.0.19
11752026-06-24T01:47:52.972Z Downloaded socket2 v0.6.3
11762026-06-24T01:47:52.972Z Downloaded tracing-attributes v0.1.31
11772026-06-24T01:47:52.972Z Downloaded hkdf v0.12.4
11782026-06-24T01:47:52.976Z Downloaded wyz v0.5.1
11792026-06-24T01:47:52.976Z Downloaded rand v0.10.0
11802026-06-24T01:47:52.976Z Downloaded whoami v2.1.0
11812026-06-24T01:47:52.983Z Downloaded rand v0.9.2
11822026-06-24T01:47:52.986Z Downloaded twox-hash v2.1.2
11832026-06-24T01:47:52.986Z Downloaded tinyvec v1.10.0
11842026-06-24T01:47:52.993Z Downloaded xattr v1.6.1
11852026-06-24T01:47:52.996Z Downloaded nom v8.0.0
11862026-06-24T01:47:52.999Z Downloaded zeroize v1.8.2
11872026-06-24T01:47:52.999Z Downloaded xshell v0.2.7
11882026-06-24T01:47:52.999Z Downloaded blake3 v1.8.5
11892026-06-24T01:47:53.005Z Downloaded toml v0.7.8
11902026-06-24T01:47:53.009Z Downloaded itertools v0.14.0
11912026-06-24T01:47:53.014Z Downloaded zstd-safe v7.2.4
11922026-06-24T01:47:53.014Z Downloaded iri-string v0.7.10
11932026-06-24T01:47:53.017Z Downloaded vergen v9.1.0
11942026-06-24T01:47:53.017Z Downloaded serde_with v1.14.0
11952026-06-24T01:47:53.020Z Downloaded tungstenite v0.21.0
11962026-06-24T01:47:53.023Z Downloaded typify v0.6.2
11972026-06-24T01:47:53.026Z Downloaded tar v0.4.45
11982026-06-24T01:47:53.026Z Downloaded walkdir v2.5.0
11992026-06-24T01:47:53.030Z Downloaded unicode-bidi v0.3.18
12002026-06-24T01:47:53.033Z Downloaded tungstenite v0.23.0
12012026-06-24T01:47:53.036Z Downloaded h2 v0.4.15
12022026-06-24T01:47:53.045Z Downloaded toml v1.1.2+spec-1.1.0
12032026-06-24T01:47:53.048Z Downloaded rustyline v14.0.0
12042026-06-24T01:47:53.051Z Downloaded uuid v1.23.3
12052026-06-24T01:47:53.054Z Downloaded unsafe-libyaml v0.2.11
12062026-06-24T01:47:53.057Z Downloaded russh v0.45.0
12072026-06-24T01:47:53.060Z Downloaded yasna v0.5.2
12082026-06-24T01:47:53.060Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-24T01:47:53.065Z Downloaded zstd v0.13.3
12102026-06-24T01:47:53.068Z Downloaded tracing-core v0.1.36
12112026-06-24T01:47:53.071Z Downloaded steno v0.4.1
12122026-06-24T01:47:53.074Z Downloaded vte v0.14.1
12132026-06-24T01:47:53.078Z Downloaded p521 v0.13.3
12142026-06-24T01:47:53.081Z Downloaded reedline v0.40.0
12152026-06-24T01:47:53.085Z Downloaded vsss-rs v3.3.4
12162026-06-24T01:47:53.090Z Downloaded rpassword v7.4.0
12172026-06-24T01:47:53.102Z Downloaded aws-lc-rs v1.16.3
12182026-06-24T01:47:53.108Z Downloaded libm v0.2.16
12192026-06-24T01:47:53.114Z Downloaded toml_edit v0.19.15
12202026-06-24T01:47:53.123Z Downloaded zerocopy v0.6.6
12212026-06-24T01:47:53.125Z Downloaded chrono v0.4.44
12222026-06-24T01:47:53.128Z Downloaded tokio-postgres v0.7.16
12232026-06-24T01:47:53.132Z Downloaded iddqd v0.4.2
12242026-06-24T01:47:53.137Z Downloaded zopfli v0.8.3
12252026-06-24T01:47:53.140Z Downloaded ssh-key v0.6.7
12262026-06-24T01:47:53.143Z Downloaded p384 v0.13.1
12272026-06-24T01:47:53.153Z Downloaded regex v1.12.3
12282026-06-24T01:47:53.157Z Downloaded unicode_categories v0.1.1
12292026-06-24T01:47:53.163Z Downloaded reqwest v0.13.2
12302026-06-24T01:47:53.170Z Downloaded bindgen v0.71.1
12312026-06-24T01:47:53.176Z Downloaded zip v0.6.6
12322026-06-24T01:47:53.179Z Downloaded git2 v0.20.4
12332026-06-24T01:47:53.201Z Downloaded lalrpop v0.19.12
12342026-06-24T01:47:53.206Z Downloaded typed-path v0.9.3
12352026-06-24T01:47:53.210Z Downloaded quick-xml v0.37.5
12362026-06-24T01:47:53.214Z Downloaded reqwest v0.12.28
12372026-06-24T01:47:53.217Z Downloaded zerocopy-derive v0.8.40
12382026-06-24T01:47:53.223Z Downloaded yansi v1.0.1
12392026-06-24T01:47:53.226Z Downloaded rayon v1.11.0
12402026-06-24T01:47:53.236Z Downloaded portable-atomic v1.13.1
12412026-06-24T01:47:53.241Z Downloaded tower v0.5.3
12422026-06-24T01:47:53.246Z Downloaded tokio-util v0.7.18
12432026-06-24T01:47:53.250Z Downloaded unicode-segmentation v1.12.0
12442026-06-24T01:47:53.253Z Downloaded salty v0.3.0
12452026-06-24T01:47:53.256Z Downloaded x509-cert v0.2.5
12462026-06-24T01:47:53.261Z Downloaded serde_with v3.17.0
12472026-06-24T01:47:53.267Z Downloaded moka v0.12.13
12482026-06-24T01:47:53.273Z Downloaded proptest v1.10.0
12492026-06-24T01:47:53.281Z Downloaded unicode-normalization v0.1.25
12502026-06-24T01:47:53.285Z Downloaded curve25519-dalek v4.1.3
12512026-06-24T01:47:53.292Z Downloaded zip v4.6.1
12522026-06-24T01:47:53.297Z Downloaded petname v2.0.2
12532026-06-24T01:47:53.300Z Downloaded tower-http v0.6.8
12542026-06-24T01:47:53.302Z Downloaded goblin v0.10.5
12552026-06-24T01:47:53.314Z Downloaded object v0.30.4
12562026-06-24T01:47:53.330Z Downloaded tough v0.22.0
12572026-06-24T01:47:53.335Z Downloaded winnow v0.5.40
12582026-06-24T01:47:53.340Z Downloaded quinn-proto v0.11.13
12592026-06-24T01:47:53.345Z Downloaded radix_trie v0.2.1
12602026-06-24T01:47:53.354Z Downloaded nix v0.27.1
12612026-06-24T01:47:53.371Z Downloaded polar-core v0.27.3
12622026-06-24T01:47:53.381Z Downloaded winnow v0.6.26
12632026-06-24T01:47:53.400Z Downloaded openssl v0.10.79
12642026-06-24T01:47:53.413Z Downloaded dropshot v0.17.1
12652026-06-24T01:47:53.428Z Downloaded tabled v0.20.0
12662026-06-24T01:47:53.438Z Downloaded vcpkg v0.2.15
12672026-06-24T01:47:53.462Z Downloaded winnow v1.0.3
12682026-06-24T01:47:53.467Z Downloaded object v0.37.3
12692026-06-24T01:47:53.474Z Downloaded nix v0.28.0
12702026-06-24T01:47:53.482Z Downloaded regex-syntax v0.6.29
12712026-06-24T01:47:53.486Z Downloaded smoltcp v0.9.1
12722026-06-24T01:47:53.493Z Downloaded time v0.3.47
12732026-06-24T01:47:53.500Z Downloaded hickory-proto v0.25.2
12742026-06-24T01:47:53.510Z Downloaded diesel v2.3.7
12752026-06-24T01:47:53.523Z Downloaded zlib-rs v0.6.2
12762026-06-24T01:47:53.526Z Downloaded webpki-roots v1.0.6
12772026-06-24T01:47:53.530Z Downloaded rustix v0.38.44
12782026-06-24T01:47:53.541Z Downloaded zerocopy v0.8.40
12792026-06-24T01:47:53.547Z Downloaded smoltcp v0.11.0
12802026-06-24T01:47:53.554Z Downloaded regress v0.11.1
12812026-06-24T01:47:53.561Z Downloaded openapiv3 v2.2.0
12822026-06-24T01:47:53.567Z Downloaded regress v0.10.5
12832026-06-24T01:47:53.575Z Downloaded regex-syntax v0.8.10
12842026-06-24T01:47:53.579Z Downloaded hickory-proto v0.24.4
12852026-06-24T01:47:53.588Z Downloaded rustls v0.23.41
12862026-06-24T01:47:53.595Z Downloaded nix v0.31.2
12872026-06-24T01:47:53.603Z Downloaded bstr v1.12.1
12882026-06-24T01:47:53.610Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-06-24T01:47:53.616Z Downloaded typify-impl v0.6.2
12902026-06-24T01:47:53.639Z Downloaded sqlparser v0.61.0
12912026-06-24T01:47:53.665Z Downloaded zerocopy-derive v0.6.6
12922026-06-24T01:47:53.670Z Downloaded sled v0.34.7
12932026-06-24T01:47:53.676Z Downloaded tracing v0.1.44
12942026-06-24T01:47:53.690Z Downloaded ratatui v0.29.0
12952026-06-24T01:47:53.701Z Downloaded regex-automata v0.4.14
12962026-06-24T01:47:53.714Z Downloaded petgraph v0.6.5
12972026-06-24T01:47:53.723Z Downloaded jiff v0.2.21
12982026-06-24T01:47:53.748Z Downloaded chrono-tz v0.10.4
12992026-06-24T01:47:53.758Z Downloaded csv v1.4.0
13002026-06-24T01:47:53.772Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-06-24T01:47:53.790Z Downloaded petgraph v0.8.3
13022026-06-24T01:47:53.804Z Downloaded libz-sys v1.1.24
13032026-06-24T01:47:53.818Z Downloaded sha3 v0.10.8
13042026-06-24T01:47:53.842Z Downloaded tokio v1.52.1
13052026-06-24T01:47:53.865Z Downloaded encoding_rs v0.8.35
13062026-06-24T01:47:53.913Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-06-24T01:47:53.947Z Downloaded ring v0.17.14
13082026-06-24T01:47:54.501Z Downloaded aws-lc-sys v0.40.0
13092026-06-24T01:47:54.751Z Compiling libc v0.2.185
13102026-06-24T01:47:54.751Z Compiling serde v1.0.228
13112026-06-24T01:47:54.754Z Compiling log v0.4.29
13122026-06-24T01:47:54.754Z Compiling find-msvc-tools v0.1.9
13132026-06-24T01:47:54.906Z Compiling shlex v1.3.0
13142026-06-24T01:47:54.915Z Compiling syn v2.0.117
13152026-06-24T01:47:54.918Z Compiling smallvec v1.15.1
13162026-06-24T01:47:54.918Z Compiling typenum v1.19.0
13172026-06-24T01:47:55.068Z Compiling generic-array v0.14.7
13182026-06-24T01:47:55.090Z Compiling subtle v2.6.1
13192026-06-24T01:47:55.109Z Compiling scopeguard v1.2.0
13202026-06-24T01:47:55.144Z Compiling const-oid v0.9.6
13212026-06-24T01:47:55.208Z Compiling lock_api v0.4.14
13222026-06-24T01:47:55.220Z Compiling serde_json v1.0.150
13232026-06-24T01:47:55.255Z Compiling zerocopy v0.8.40
13242026-06-24T01:47:55.309Z Compiling pin-project-lite v0.2.17
13252026-06-24T01:47:55.407Z Compiling portable-atomic v1.13.1
13262026-06-24T01:47:55.433Z Compiling parking_lot_core v0.9.12
13272026-06-24T01:47:55.675Z Compiling pkg-config v0.3.32
13282026-06-24T01:47:55.688Z Compiling getrandom v0.2.17
13292026-06-24T01:47:55.750Z Compiling jobserver v0.1.34
13302026-06-24T01:47:55.850Z Compiling rand_core v0.6.4
13312026-06-24T01:47:55.864Z Compiling errno v0.3.14
13322026-06-24T01:47:55.959Z Compiling cc v1.2.56
13332026-06-24T01:47:56.006Z Compiling signal-hook-registry v1.4.8
13342026-06-24T01:47:56.128Z Compiling bitflags v2.11.0
13352026-06-24T01:47:56.213Z Compiling libm v0.2.16
13362026-06-24T01:47:56.267Z Compiling critical-section v1.2.0
13372026-06-24T01:47:56.351Z Compiling futures-core v0.3.32
13382026-06-24T01:47:56.374Z Compiling parking_lot v0.12.5
13392026-06-24T01:47:56.388Z Compiling once_cell v1.21.3
13402026-06-24T01:47:56.484Z Compiling mio v1.2.0
13412026-06-24T01:47:56.499Z Compiling num-traits v0.2.19
13422026-06-24T01:47:56.512Z Compiling percent-encoding v2.3.2
13432026-06-24T01:47:56.593Z Compiling socket2 v0.6.3
13442026-06-24T01:47:56.696Z Compiling futures-sink v0.3.32
13452026-06-24T01:47:56.733Z Compiling slab v0.4.12
13462026-06-24T01:47:56.799Z Compiling futures-channel v0.3.32
13472026-06-24T01:47:56.834Z Compiling futures-task v0.3.32
13482026-06-24T01:47:56.904Z Compiling cpufeatures v0.2.17
13492026-06-24T01:47:56.931Z Compiling futures-io v0.3.32
13502026-06-24T01:47:56.975Z Compiling getrandom v0.4.1
13512026-06-24T01:47:56.989Z Compiling rand_core v0.10.0
13522026-06-24T01:47:57.001Z Compiling indexmap v2.14.0
13532026-06-24T01:47:57.019Z Compiling rustversion v1.0.22
13542026-06-24T01:47:57.079Z Compiling getrandom v0.3.4
13552026-06-24T01:47:57.254Z Compiling cmake v0.1.57
13562026-06-24T01:47:57.632Z Compiling form_urlencoded v1.2.2
13572026-06-24T01:47:57.645Z Compiling dunce v1.0.5
13582026-06-24T01:47:57.662Z Compiling fs_extra v1.3.0
13592026-06-24T01:47:57.735Z Compiling ident_case v1.0.1
13602026-06-24T01:47:57.757Z Compiling synstructure v0.13.2
13612026-06-24T01:47:57.803Z Compiling base64ct v1.8.3
13622026-06-24T01:47:57.861Z Compiling flagset v0.4.7
13632026-06-24T01:47:57.939Z Compiling aws-lc-sys v0.40.0
13642026-06-24T01:47:57.992Z Compiling regex-syntax v0.8.10
13652026-06-24T01:47:58.015Z Compiling iana-time-zone v0.1.65
13662026-06-24T01:47:58.096Z Compiling pem-rfc7468 v0.7.0
13672026-06-24T01:47:58.133Z Compiling rustix v1.1.3
13682026-06-24T01:47:58.222Z Compiling rand_core v0.9.5
13692026-06-24T01:47:58.300Z Compiling ring v0.17.14
13702026-06-24T01:47:58.368Z Compiling vcpkg v0.2.15
13712026-06-24T01:47:58.408Z Compiling aws-lc-rs v1.16.3
13722026-06-24T01:47:58.531Z Compiling uuid v1.23.3
13732026-06-24T01:47:58.703Z Compiling rustc_version v0.4.1
13742026-06-24T01:47:59.032Z Compiling tracing-core v0.1.36
13752026-06-24T01:47:59.134Z Compiling openssl-sys v0.9.115
13762026-06-24T01:47:59.280Z Compiling base64 v0.22.1
13772026-06-24T01:47:59.538Z Compiling serde_derive v1.0.228
13782026-06-24T01:47:59.615Z Compiling zeroize_derive v1.4.3
13792026-06-24T01:47:59.629Z Compiling zerofrom-derive v0.1.6
13802026-06-24T01:47:59.673Z Compiling yoke-derive v0.8.1
13812026-06-24T01:47:59.911Z Compiling zerovec-derive v0.11.2
13822026-06-24T01:48:00.266Z Compiling zeroize v1.8.2
13832026-06-24T01:48:00.466Z Compiling zerocopy-derive v0.8.40
13842026-06-24T01:48:00.861Z Compiling displaydoc v0.2.5
13852026-06-24T01:48:01.001Z Compiling crypto-common v0.1.7
13862026-06-24T01:48:01.039Z Compiling zerofrom v0.1.6
13872026-06-24T01:48:01.052Z Compiling block-buffer v0.10.4
13882026-06-24T01:48:01.150Z Compiling yoke v0.8.1
13892026-06-24T01:48:01.166Z Compiling tokio-macros v2.7.0
13902026-06-24T01:48:01.215Z Compiling digest v0.10.7
13912026-06-24T01:48:01.334Z Compiling zerovec v0.11.5
13922026-06-24T01:48:01.463Z Compiling futures-macro v0.3.32
13932026-06-24T01:48:01.602Z Compiling zerotrie v0.2.3
13942026-06-24T01:48:01.839Z Compiling tinystr v0.8.2
13952026-06-24T01:48:01.875Z Compiling potential_utf v0.1.4
13962026-06-24T01:48:01.894Z Compiling hmac v0.12.1
13972026-06-24T01:48:02.027Z Compiling icu_locale_core v2.1.1
13982026-06-24T01:48:02.030Z Compiling icu_collections v2.1.1
13992026-06-24T01:48:02.052Z Compiling block-padding v0.3.3
14002026-06-24T01:48:02.254Z Compiling inout v0.1.4
14012026-06-24T01:48:02.323Z Compiling futures-util v0.3.32
14022026-06-24T01:48:02.416Z Compiling cipher v0.4.4
14032026-06-24T01:48:02.536Z Compiling sha2 v0.10.9
14042026-06-24T01:48:02.676Z Compiling icu_provider v2.1.1
14052026-06-24T01:48:02.906Z Compiling der_derive v0.7.3
14062026-06-24T01:48:02.977Z Compiling bytes v1.11.1
14072026-06-24T01:48:02.989Z Compiling icu_properties v2.1.2
14082026-06-24T01:48:03.040Z Compiling icu_normalizer v2.1.1
14092026-06-24T01:48:03.587Z Compiling tokio v1.52.1
14102026-06-24T01:48:03.588Z Compiling http v1.4.2
14112026-06-24T01:48:03.853Z Compiling idna_adapter v1.2.1
14122026-06-24T01:48:03.958Z Compiling idna v1.1.0
14132026-06-24T01:48:03.988Z Compiling der v0.7.10
14142026-06-24T01:48:04.075Z Compiling chrono v0.4.44
14152026-06-24T01:48:04.482Z Compiling url v2.5.8
14162026-06-24T01:48:04.594Z Compiling salsa20 v0.10.2
14172026-06-24T01:48:04.630Z Compiling pbkdf2 v0.12.2
14182026-06-24T01:48:04.730Z Compiling rustls-pki-types v1.14.0
14192026-06-24T01:48:04.744Z Compiling tracing-attributes v0.1.31
14202026-06-24T01:48:04.945Z Compiling ppv-lite86 v0.2.21
14212026-06-24T01:48:05.158Z Compiling spki v0.7.3
14222026-06-24T01:48:05.170Z Compiling thiserror-impl v2.0.18
14232026-06-24T01:48:05.262Z Compiling rand_chacha v0.9.0
14242026-06-24T01:48:05.265Z Compiling scrypt v0.11.0
14252026-06-24T01:48:05.354Z Compiling http-body v1.0.1
14262026-06-24T01:48:05.413Z Compiling cbc v0.1.2
14272026-06-24T01:48:05.501Z Compiling aes v0.8.4
14282026-06-24T01:48:05.561Z Compiling httparse v1.10.1
14292026-06-24T01:48:05.576Z Compiling openssl-probe v0.2.1
14302026-06-24T01:48:05.748Z Compiling untrusted v0.9.0
14312026-06-24T01:48:05.869Z Compiling tinyvec_macros v0.1.1
14322026-06-24T01:48:05.882Z Compiling untrusted v0.7.1
14332026-06-24T01:48:05.931Z Compiling tinyvec v1.10.0
14342026-06-24T01:48:05.988Z Compiling pkcs5 v0.7.1
14352026-06-24T01:48:06.041Z Compiling tracing v0.1.44
14362026-06-24T01:48:06.276Z Compiling pest_generator v2.8.6
14372026-06-24T01:48:06.292Z Compiling rand v0.9.2
14382026-06-24T01:48:06.452Z Compiling serde_derive_internals v0.29.1
14392026-06-24T01:48:06.478Z Compiling thiserror v2.0.18
14402026-06-24T01:48:06.537Z Compiling aho-corasick v1.1.4
14412026-06-24T01:48:06.578Z Compiling atomic-waker v1.1.2
14422026-06-24T01:48:06.703Z Compiling tower-service v0.3.3
14432026-06-24T01:48:06.803Z Compiling tower-layer v0.3.3
14442026-06-24T01:48:06.941Z Compiling rustls v0.23.41
14452026-06-24T01:48:06.965Z Compiling try-lock v0.2.5
14462026-06-24T01:48:07.073Z Compiling schemars v0.8.22
14472026-06-24T01:48:07.089Z Compiling dyn-clone v1.0.20
14482026-06-24T01:48:07.152Z Compiling want v0.3.1
14492026-06-24T01:48:07.234Z Compiling pest_derive v2.8.6
14502026-06-24T01:48:07.288Z Compiling pkcs8 v0.10.2
14512026-06-24T01:48:07.315Z Compiling tokio-util v0.7.18
14522026-06-24T01:48:07.353Z Compiling schemars_derive v0.8.22
14532026-06-24T01:48:07.592Z Compiling regex-automata v0.4.14
14542026-06-24T01:48:07.788Z Compiling ipnet v2.11.0
14552026-06-24T01:48:07.952Z Compiling scroll_derive v0.13.1
14562026-06-24T01:48:08.234Z Compiling h2 v0.4.15
14572026-06-24T01:48:08.297Z Compiling darling_core v0.20.11
14582026-06-24T01:48:08.341Z Compiling httpdate v1.0.3
14592026-06-24T01:48:08.564Z Compiling foreign-types-shared v0.1.1
14602026-06-24T01:48:08.598Z Compiling openssl v0.10.79
14612026-06-24T01:48:08.649Z Compiling foreign-types v0.3.2
14622026-06-24T01:48:08.742Z Compiling scroll v0.13.0
14632026-06-24T01:48:08.841Z Compiling tempfile v3.25.0
14642026-06-24T01:48:09.004Z Compiling unicode-normalization v0.1.25
14652026-06-24T01:48:09.218Z Compiling openssl-macros v0.1.1
14662026-06-24T01:48:09.449Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14672026-06-24T01:48:09.600Z Compiling spin v0.9.8
14682026-06-24T01:48:09.604Z Compiling crc32fast v1.5.0
14692026-06-24T01:48:09.804Z Compiling time-core v0.1.8
14702026-06-24T01:48:09.824Z Compiling num-conv v0.2.0
14712026-06-24T01:48:09.869Z Compiling native-tls v0.2.18
14722026-06-24T01:48:09.944Z Compiling powerfmt v0.2.0
14732026-06-24T01:48:09.947Z Compiling time-macros v0.2.27
14742026-06-24T01:48:10.083Z Compiling deranged v0.5.8
14752026-06-24T01:48:10.515Z Compiling darling_macro v0.20.11
14762026-06-24T01:48:10.985Z Compiling darling v0.20.11
14772026-06-24T01:48:10.988Z Compiling goblin v0.10.5
14782026-06-24T01:48:11.028Z Compiling rustls-native-certs v0.8.3
14792026-06-24T01:48:11.065Z Compiling sync_wrapper v1.0.2
14802026-06-24T01:48:11.173Z Compiling wait-timeout v0.2.1
14812026-06-24T01:48:11.310Z Compiling hyper v1.10.1
14822026-06-24T01:48:11.436Z Compiling quick-error v1.2.3
14832026-06-24T01:48:11.542Z Compiling usdt-impl v0.6.0
14842026-06-24T01:48:11.581Z Compiling syn v1.0.109
14852026-06-24T01:48:11.738Z Compiling crossbeam-utils v0.8.21
14862026-06-24T01:48:11.875Z Compiling siphasher v1.0.2
14872026-06-24T01:48:12.020Z Compiling simd-adler32 v0.3.8
14882026-06-24T01:48:12.059Z Compiling bit-vec v0.8.0
14892026-06-24T01:48:12.296Z Compiling num_threads v0.1.7
14902026-06-24T01:48:12.320Z Compiling bit-set v0.8.0
14912026-06-24T01:48:12.390Z Compiling time v0.3.47
14922026-06-24T01:48:12.479Z Compiling hyper-util v0.1.20
14932026-06-24T01:48:12.736Z Compiling rusty-fork v0.3.1
14942026-06-24T01:48:12.955Z Compiling tower v0.5.3
14952026-06-24T01:48:13.048Z Compiling derive_builder_core v0.20.2
14962026-06-24T01:48:13.287Z Compiling dtrace-parser v0.3.0
14972026-06-24T01:48:13.426Z Compiling http-body-util v0.1.3
14982026-06-24T01:48:13.670Z Compiling webpki-roots v1.0.6
14992026-06-24T01:48:13.793Z Compiling dof v0.4.0
15002026-06-24T01:48:13.901Z Compiling signature v2.2.0
15012026-06-24T01:48:13.956Z Compiling thiserror-impl v1.0.69
15022026-06-24T01:48:14.015Z Compiling scroll_derive v0.12.1
15032026-06-24T01:48:14.076Z Compiling heapless v0.7.17
15042026-06-24T01:48:14.222Z Compiling rand_xorshift v0.4.0
15052026-06-24T01:48:14.308Z Compiling slog v2.8.2
15062026-06-24T01:48:14.379Z Compiling darling_core v0.21.3
15072026-06-24T01:48:14.485Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-06-24T01:48:14.658Z Compiling thread-id v5.1.0
15092026-06-24T01:48:14.742Z Compiling cookie v0.18.1
15102026-06-24T01:48:14.754Z Compiling iri-string v0.7.10
15112026-06-24T01:48:14.918Z Compiling adler2 v2.0.1
15122026-06-24T01:48:14.931Z Compiling zstd-safe v7.2.4
15132026-06-24T01:48:15.048Z Compiling anyhow v1.0.102
15142026-06-24T01:48:15.122Z Compiling allocator-api2 v0.2.21
15152026-06-24T01:48:15.165Z Compiling paste v1.0.15
15162026-06-24T01:48:15.185Z Compiling unicode-properties v0.1.4
15172026-06-24T01:48:15.339Z Compiling unarray v0.1.4
15182026-06-24T01:48:15.386Z Compiling unicode-bidi v0.3.18
15192026-06-24T01:48:15.424Z Compiling ryu v1.0.23
15202026-06-24T01:48:15.438Z Compiling signal-hook v0.3.18
15212026-06-24T01:48:15.494Z Compiling proptest v1.10.0
15222026-06-24T01:48:15.593Z Compiling serde_urlencoded v0.7.1
15232026-06-24T01:48:15.827Z Compiling stringprep v0.1.5
15242026-06-24T01:48:15.840Z Compiling thiserror v1.0.69
15252026-06-24T01:48:15.906Z Compiling tower-http v0.6.8
15262026-06-24T01:48:15.936Z Compiling miniz_oxide v0.8.9
15272026-06-24T01:48:16.298Z Compiling scroll v0.12.0
15282026-06-24T01:48:16.553Z Compiling derive_builder_macro v0.20.2
15292026-06-24T01:48:16.826Z Compiling darling_macro v0.21.3
15302026-06-24T01:48:16.840Z Compiling tokio-native-tls v0.3.1
15312026-06-24T01:48:16.998Z Compiling bstr v1.12.1
15322026-06-24T01:48:17.012Z Compiling ipnetwork v0.21.1
15332026-06-24T01:48:17.026Z Compiling rand_chacha v0.3.1
15342026-06-24T01:48:17.341Z Compiling toml_datetime v0.6.11
15352026-06-24T01:48:17.384Z Compiling serde_tokenstream v0.2.3
15362026-06-24T01:48:17.449Z Compiling erased-serde v0.3.31
15372026-06-24T01:48:17.601Z Compiling serde_spanned v0.6.9
15382026-06-24T01:48:17.691Z Compiling md-5 v0.10.6
15392026-06-24T01:48:17.704Z Compiling async-trait v0.1.89
15402026-06-24T01:48:17.747Z Compiling pin-project-internal v1.1.11
15412026-06-24T01:48:17.859Z Compiling zerocopy-derive v0.7.35
15422026-06-24T01:48:17.871Z Compiling curve25519-dalek v4.1.3
15432026-06-24T01:48:17.937Z Compiling vergen-lib v9.1.0
15442026-06-24T01:48:18.114Z Compiling num-integer v0.1.46
15452026-06-24T01:48:18.198Z Compiling hash32 v0.2.1
15462026-06-24T01:48:18.391Z Compiling ff v0.13.1
15472026-06-24T01:48:18.439Z Compiling memoffset v0.9.1
15482026-06-24T01:48:18.531Z Compiling encoding_rs v0.8.35
15492026-06-24T01:48:18.626Z Compiling zlib-rs v0.6.2
15502026-06-24T01:48:18.716Z Compiling smoltcp v0.9.1
15512026-06-24T01:48:18.719Z Compiling num-bigint-dig v0.8.6
15522026-06-24T01:48:18.841Z Compiling rustix v0.38.44
15532026-06-24T01:48:18.906Z Compiling ref-cast v1.0.25
15542026-06-24T01:48:19.054Z Compiling cfg_aliases v0.2.1
15552026-06-24T01:48:19.132Z Compiling psl-types v2.0.11
15562026-06-24T01:48:19.178Z Compiling mime v0.3.17
15572026-06-24T01:48:19.211Z Compiling base16ct v0.2.0
15582026-06-24T01:48:19.253Z Compiling litrs v1.0.0
15592026-06-24T01:48:19.387Z Compiling fallible-iterator v0.2.0
15602026-06-24T01:48:19.435Z Compiling sec1 v0.7.3
15612026-06-24T01:48:19.699Z Compiling postgres-protocol v0.6.10
15622026-06-24T01:48:19.712Z Compiling publicsuffix v2.3.0
15632026-06-24T01:48:19.752Z Compiling document-features v0.2.12
15642026-06-24T01:48:20.005Z Compiling nix v0.31.2
15652026-06-24T01:48:20.052Z Compiling pin-project v1.1.11
15662026-06-24T01:48:20.152Z Compiling zerocopy v0.7.35
15672026-06-24T01:48:20.328Z Compiling group v0.13.0
15682026-06-24T01:48:20.356Z Compiling num-iter v0.1.45
15692026-06-24T01:48:20.397Z Compiling hubpack_derive v0.1.1
15702026-06-24T01:48:20.541Z Compiling newtype-uuid v1.3.2
15712026-06-24T01:48:20.676Z Compiling darling v0.21.3
15722026-06-24T01:48:20.762Z Compiling oxnet v0.1.6
15732026-06-24T01:48:20.797Z Compiling rand v0.8.6
15742026-06-24T01:48:20.824Z Compiling derive_builder v0.20.2
15752026-06-24T01:48:20.893Z Compiling hyper-tls v0.6.0
15762026-06-24T01:48:20.958Z Compiling goblin v0.8.2
15772026-06-24T01:48:21.489Z Compiling phf_shared v0.13.1
15782026-06-24T01:48:21.632Z Compiling flate2 v1.1.9
15792026-06-24T01:48:21.646Z Compiling regex v1.12.3
15802026-06-24T01:48:21.723Z Compiling lazy_static v1.5.0
15812026-06-24T01:48:21.819Z Compiling anstyle-parse v0.2.7
15822026-06-24T01:48:21.916Z Compiling futures-executor v0.3.32
15832026-06-24T01:48:21.977Z Compiling hex v0.4.3
15842026-06-24T01:48:21.995Z Compiling hkdf v0.12.4
15852026-06-24T01:48:22.032Z Compiling crypto-bigint v0.5.5
15862026-06-24T01:48:22.069Z Compiling terminal_size v0.4.3
15872026-06-24T01:48:22.190Z Compiling ref-cast-impl v1.0.25
15882026-06-24T01:48:22.203Z Compiling strum_macros v0.27.2
15892026-06-24T01:48:22.216Z Compiling snafu-derive v0.8.9
15902026-06-24T01:48:22.294Z Compiling daft-derive v0.1.7
15912026-06-24T01:48:22.733Z Compiling curve25519-dalek-derive v0.1.1
15922026-06-24T01:48:23.025Z Compiling vergen v9.1.0
15932026-06-24T01:48:23.206Z Compiling fs-err v3.3.0
15942026-06-24T01:48:23.378Z Compiling cargo-platform v0.3.2
15952026-06-24T01:48:23.395Z Compiling ahash v0.8.12
15962026-06-24T01:48:23.599Z Compiling object v0.37.3
15972026-06-24T01:48:23.649Z Compiling bumpalo v3.20.2
15982026-06-24T01:48:23.869Z Compiling same-file v1.0.6
15992026-06-24T01:48:23.907Z Compiling foldhash v0.1.5
16002026-06-24T01:48:24.034Z Compiling managed v0.8.0
16012026-06-24T01:48:24.079Z Compiling bitflags v1.3.2
16022026-06-24T01:48:24.106Z Compiling winnow v0.5.40
16032026-06-24T01:48:24.154Z Compiling unicode-segmentation v1.12.0
16042026-06-24T01:48:24.168Z Compiling foldhash v0.2.0
16052026-06-24T01:48:24.183Z Compiling libbz2-rs-sys v0.2.2
16062026-06-24T01:48:24.383Z Compiling hashbrown v0.16.1
16072026-06-24T01:48:24.471Z Compiling strum v0.27.2
16082026-06-24T01:48:24.535Z Compiling snafu v0.8.9
16092026-06-24T01:48:24.599Z Compiling bzip2 v0.6.1
16102026-06-24T01:48:24.803Z Compiling clap_builder v4.6.0
16112026-06-24T01:48:24.852Z Compiling hashbrown v0.15.5
16122026-06-24T01:48:24.887Z Compiling walkdir v2.5.0
16132026-06-24T01:48:25.016Z Compiling zopfli v0.8.3
16142026-06-24T01:48:25.086Z Compiling cargo_metadata v0.23.1
16152026-06-24T01:48:25.391Z Compiling toml_edit v0.19.15
16162026-06-24T01:48:25.528Z Compiling dof v0.3.0
16172026-06-24T01:48:25.684Z Compiling elliptic-curve v0.13.8
16182026-06-24T01:48:26.088Z Compiling daft v0.1.7
16192026-06-24T01:48:26.338Z Compiling futures v0.3.32
16202026-06-24T01:48:26.365Z Compiling anstream v0.6.21
16212026-06-24T01:48:26.435Z Compiling phf v0.13.1
16222026-06-24T01:48:26.452Z Compiling cookie_store v0.22.1
16232026-06-24T01:48:26.588Z Compiling signal-hook-mio v0.2.5
16242026-06-24T01:48:26.706Z Compiling zstd v0.13.3
16252026-06-24T01:48:26.966Z Compiling bzip2 v0.4.4
16262026-06-24T01:48:27.023Z Compiling hubpack v0.1.2
16272026-06-24T01:48:27.089Z Compiling serde_with_macros v3.17.0
16282026-06-24T01:48:27.260Z Compiling postgres-types v0.2.12
16292026-06-24T01:48:27.808Z Compiling usdt-macro v0.6.0
16302026-06-24T01:48:27.821Z Compiling usdt-attr-macro v0.6.0
16312026-06-24T01:48:28.051Z Compiling globset v0.4.18
16322026-06-24T01:48:28.251Z Compiling dtrace-parser v0.2.0
16332026-06-24T01:48:28.325Z Compiling ed25519 v2.2.3
16342026-06-24T01:48:28.426Z Compiling phf_shared v0.11.3
16352026-06-24T01:48:28.547Z Compiling olpc-cjson v0.1.4
16362026-06-24T01:48:28.609Z Compiling pkcs1 v0.7.5
16372026-06-24T01:48:28.614Z Compiling serde-big-array v0.5.1
16382026-06-24T01:48:28.703Z Compiling serde_plain v1.0.2
16392026-06-24T01:48:28.725Z Compiling rfc6979 v0.4.0
16402026-06-24T01:48:28.762Z Compiling strum_macros v0.26.4
16412026-06-24T01:48:28.846Z Compiling enum-as-inner v0.6.1
16422026-06-24T01:48:28.890Z Compiling async-recursion v1.1.1
16432026-06-24T01:48:28.983Z Compiling serde_repr v0.1.20
16442026-06-24T01:48:29.006Z Compiling clap_derive v4.6.1
16452026-06-24T01:48:29.225Z Compiling pem v3.0.6
16462026-06-24T01:48:29.349Z Compiling float-cmp v0.10.0
16472026-06-24T01:48:29.508Z Compiling thread-id v4.2.2
16482026-06-24T01:48:29.514Z Compiling memmap2 v0.9.10
16492026-06-24T01:48:29.532Z Compiling env_filter v1.0.0
16502026-06-24T01:48:29.549Z Compiling data-encoding v2.10.0
16512026-06-24T01:48:29.579Z Compiling whoami v2.1.0
16522026-06-24T01:48:29.723Z Compiling normalize-line-endings v0.3.0
16532026-06-24T01:48:29.822Z Compiling new_debug_unreachable v1.0.6
16542026-06-24T01:48:29.835Z Compiling precomputed-hash v0.1.1
16552026-06-24T01:48:29.895Z Compiling keccak v0.1.6
16562026-06-24T01:48:29.924Z Compiling jiff v0.2.21
16572026-06-24T01:48:29.958Z Compiling fixedbitset v0.4.2
16582026-06-24T01:48:30.172Z Compiling either v1.15.0
16592026-06-24T01:48:30.242Z Compiling static_assertions v1.1.0
16602026-06-24T01:48:30.320Z Compiling predicates-core v1.0.10
16612026-06-24T01:48:30.377Z Compiling winnow v1.0.3
16622026-06-24T01:48:30.488Z Compiling typed-path v0.9.3
16632026-06-24T01:48:30.488Z Compiling fixedbitset v0.5.7
16642026-06-24T01:48:30.628Z Compiling difflib v0.4.0
16652026-06-24T01:48:30.720Z Compiling petgraph v0.8.3
16662026-06-24T01:48:30.747Z Compiling clap v4.6.1
16672026-06-24T01:48:30.804Z Compiling toml_parser v1.1.2+spec-1.1.0
16682026-06-24T01:48:30.829Z Compiling toml_edit v0.22.27
16692026-06-24T01:48:31.177Z Compiling predicates v3.1.4
16702026-06-24T01:48:31.444Z Compiling strum v0.26.3
16712026-06-24T01:48:31.578Z Compiling itertools v0.13.0
16722026-06-24T01:48:31.700Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-24T01:48:31.825Z Compiling petgraph v0.6.5
16742026-06-24T01:48:32.106Z Compiling sha3 v0.10.8
16752026-06-24T01:48:32.599Z Compiling zip v4.6.1
16762026-06-24T01:48:32.727Z Compiling string_cache v0.8.9
16772026-06-24T01:48:32.867Z Compiling hickory-proto v0.25.2
16782026-06-24T01:48:32.967Z Compiling tokio-postgres v0.7.16
16792026-06-24T01:48:33.398Z Compiling env_logger v0.11.9
16802026-06-24T01:48:33.558Z Compiling usdt v0.6.0
16812026-06-24T01:48:33.573Z Compiling usdt-impl v0.5.0
16822026-06-24T01:48:33.752Z Compiling rsa v0.9.10
16832026-06-24T01:48:33.817Z Compiling ecdsa v0.16.9
16842026-06-24T01:48:34.082Z Compiling ed25519-dalek v2.2.0
16852026-06-24T01:48:34.159Z Compiling serde_with v3.17.0
16862026-06-24T01:48:34.218Z Compiling crossterm v0.28.1
16872026-06-24T01:48:34.743Z Compiling zip v0.6.6
16882026-06-24T01:48:35.307Z Compiling toml v0.7.8
16892026-06-24T01:48:35.505Z Compiling iddqd v0.4.2
16902026-06-24T01:48:36.008Z Compiling similar v2.7.0
16912026-06-24T01:48:36.102Z Compiling heck v0.4.1
16922026-06-24T01:48:36.105Z Compiling crossbeam-epoch v0.9.18
16932026-06-24T01:48:36.335Z Compiling tokio-stream v0.1.18
16942026-06-24T01:48:36.443Z Compiling buf-list v1.1.2
16952026-06-24T01:48:36.720Z Compiling x509-cert v0.2.5
16962026-06-24T01:48:36.793Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16972026-06-24T01:48:36.797Z Compiling openapiv3 v2.2.0
16982026-06-24T01:48:36.879Z Compiling sha1 v0.10.6
16992026-06-24T01:48:37.081Z Compiling peg-runtime v0.8.5
17002026-06-24T01:48:37.130Z Compiling lalrpop-util v0.19.12
17012026-06-24T01:48:37.134Z Compiling thread_local v1.1.9
17022026-06-24T01:48:37.342Z Compiling slog-async v2.8.0
17032026-06-24T01:48:37.373Z Compiling crossbeam-channel v0.5.15
17042026-06-24T01:48:37.386Z Compiling is-terminal v0.4.17
17052026-06-24T01:48:37.486Z Compiling filetime v0.2.27
17062026-06-24T01:48:37.633Z Compiling xattr v1.6.1
17072026-06-24T01:48:37.653Z Compiling term v1.2.1
17082026-06-24T01:48:37.666Z Compiling take_mut v0.2.2
17092026-06-24T01:48:37.803Z Compiling tar v0.4.45
17102026-06-24T01:48:38.226Z Compiling slog-term v2.9.2
17112026-06-24T01:48:47.927Z Compiling rustls-webpki v0.103.9
17122026-06-24T01:48:50.770Z Compiling tokio-rustls v0.26.4
17132026-06-24T01:48:50.770Z Compiling rustls-platform-verifier v0.6.2
17142026-06-24T01:48:50.969Z Compiling hyper-rustls v0.27.7
17152026-06-24T01:48:51.172Z Compiling reqwest v0.12.28
17162026-06-24T01:48:51.172Z Compiling reqwest v0.13.2
17172026-06-24T01:48:52.453Z Compiling tough v0.22.0
17182026-06-24T01:48:54.992Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-06-24T01:48:55.201Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-06-24T01:48:58.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17212026-06-24T01:48:58.199Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17222026-06-24T01:48:58.251ZJun 24 01:48:57.437 INFO Starting download, target: Cockroach
17232026-06-24T01:48:58.255ZJun 24 01:48:57.437 INFO Starting download, target: Clickhouse
17242026-06-24T01:48:58.256ZJun 24 01:48:57.437 INFO Starting download, target: Console
17252026-06-24T01:48:58.256ZJun 24 01:48:57.437 INFO Starting download, target: DendriteStub
17262026-06-24T01:48:58.256ZJun 24 01:48:57.437 INFO Starting download, target: MaghemiteMgd
17272026-06-24T01:48:58.256ZJun 24 01:48:57.437 INFO Starting download, target: MaghemiteDdmd
17282026-06-24T01:48:58.256ZJun 24 01:48:57.437 INFO Starting download, target: TransceiverControl
17292026-06-24T01:48:58.256ZJun 24 01:48:57.437 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-06-24T01:48:58.256ZJun 24 01:48:57.437 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-24T01:48:58.256ZJun 24 01:48:57.438 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17322026-06-24T01:48:58.256ZJun 24 01:48:57.438 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-06-24T01:48:58.257ZJun 24 01:48:57.438 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-06-24T01:48:58.257ZJun 24 01:48:57.438 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-24T01:48:58.257ZJun 24 01:48:57.438 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-06-24T01:48:58.854ZJun 24 01:48:58.039 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-06-24T01:48:59.166ZJun 24 01:48:58.313 INFO Download complete, target: TransceiverControl
17382026-06-24T01:48:59.222ZJun 24 01:48:58.385 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-06-24T01:48:59.473ZJun 24 01:48:58.632 INFO Download complete, target: Console
17402026-06-24T01:49:00.127ZJun 24 01:48:59.267 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-06-24T01:49:00.707ZJun 24 01:48:59.860 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17422026-06-24T01:49:01.593ZJun 24 01:49:00.779 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-24T01:49:02.053ZJun 24 01:49:01.225 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-24T01:49:02.448ZJun 24 01:49:01.635 INFO Download complete, target: MaghemiteDdmd
17452026-06-24T01:49:02.504ZJun 24 01:49:01.690 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-24T01:49:02.504ZJun 24 01:49:01.690 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-24T01:49:04.121ZJun 24 01:49:03.308 INFO Download complete, target: DendriteStub
17482026-06-24T01:49:04.529ZJun 24 01:49:03.716 INFO Download complete, target: MaghemiteMgd
17492026-06-24T01:49:06.951ZJun 24 01:49:06.138 INFO Checking that binary works, target: Clickhouse
17502026-06-24T01:49:07.077ZJun 24 01:49:06.265 INFO Download complete, target: Clickhouse
17512026-06-24T01:49:07.209ZJun 24 01:49:06.396 INFO Checking that binary works, target: Cockroach
17522026-06-24T01:49:07.324ZJun 24 01:49:06.511 INFO Download complete, target: Cockroach
17532026-06-24T01:49:07.341ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-06-24T01:49:07.344Z
17552026-06-24T01:49:07.345Zreal 2:02.010410637
17562026-06-24T01:49:07.345Zuser 6:51.467462443
17572026-06-24T01:49:07.345Zsys 1:23.124135247
17582026-06-24T01:49:07.345Ztrap 0.239206130
17592026-06-24T01:49:07.345Ztflt 0.630187658
17602026-06-24T01:49:07.345Zdflt 0.721734701
17612026-06-24T01:49:07.345Zkflt 0.026559456
17622026-06-24T01:49:07.345Zlock 22:33.717448870
17632026-06-24T01:49:07.345Zslp 21:04.434573116
17642026-06-24T01:49:07.345Zlat 43.938323336
17652026-06-24T01:49:07.345Zstop 1:58.681093368
17662026-06-24T01:49:07.345Z+ banner hack-check
17672026-06-24T01:49:07.345Z
17682026-06-24T01:49:07.345Z # # ## #### # # #### # # ###### #### # #
17692026-06-24T01:49:07.345Z # # # # # # # # # # # # # # # # #
17702026-06-24T01:49:07.345Z ###### # # # #### ##### # ###### ##### # ####
17712026-06-24T01:49:07.346Z # # ###### # # # # # # # # # #
17722026-06-24T01:49:07.346Z # # # # # # # # # # # # # # # # #
17732026-06-24T01:49:07.346Z # # # # #### # # #### # # ###### #### # #
17742026-06-24T01:49:07.346Z
17752026-06-24T01:49:07.346Z+ export CARGO_INCREMENTAL=0
17762026-06-24T01:49:07.346Z+ CARGO_INCREMENTAL=0
17772026-06-24T01:49:07.346Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-06-24T01:49:07.802Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-06-24T01:49:08.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-06-24T01:49:09.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17812026-06-24T01:49:09.942Z Running `target/debug/xtask check-features --ci`
17822026-06-24T01:49:09.966Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-06-24T01:49:09.969Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-06-24T01:49:10.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17852026-06-24T01:49:10.407Z Running `target/debug/xtask download cargo-hack`
17862026-06-24T01:49:11.132Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-06-24T01:49:11.438Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-06-24T01:49:14.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17892026-06-24T01:49:14.162Z Running `target/debug/xtask-downloader cargo-hack`
17902026-06-24T01:49:14.206ZJun 24 01:49:13.392 INFO Starting download, target: CargoHack
17912026-06-24T01:49:14.210ZJun 24 01:49:13.393 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-06-24T01:49:14.558ZJun 24 01:49:13.745 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-06-24T01:49:14.609ZJun 24 01:49:13.796 INFO Download complete, target: CargoHack
17942026-06-24T01:49:14.612Zrunning: "/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"
17952026-06-24T01:49:14.626Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-06-24T01:49:14.786Zinfo: running `cargo check --bins` on api_identity (1/296)
17972026-06-24T01:49:15.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-06-24T01:49:15.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-06-24T01:49:15.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-06-24T01:49:15.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18012026-06-24T01:49:15.303Z
18022026-06-24T01:49:15.303Zinfo: running `cargo check --bins` on bootstore (2/296)
18032026-06-24T01:49:15.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-06-24T01:49:15.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-06-24T01:49:15.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-06-24T01:49:15.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18072026-06-24T01:49:15.804Z
18082026-06-24T01:49:15.805Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18092026-06-24T01:49:16.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-06-24T01:49:16.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-06-24T01:49:16.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-06-24T01:49:16.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18132026-06-24T01:49:16.301Z
18142026-06-24T01:49:16.301Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18152026-06-24T01:49:16.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-06-24T01:49:16.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-06-24T01:49:16.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-06-24T01:49:16.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18192026-06-24T01:49:16.799Z
18202026-06-24T01:49:16.799Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18212026-06-24T01:49:17.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-06-24T01:49:17.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-06-24T01:49:17.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-06-24T01:49:17.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18252026-06-24T01:49:17.306Z
18262026-06-24T01:49:17.306Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18272026-06-24T01:49:17.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-06-24T01:49:17.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-06-24T01:49:17.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-06-24T01:49:17.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18312026-06-24T01:49:17.829Z
18322026-06-24T01:49:17.830Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18332026-06-24T01:49:18.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-06-24T01:49:18.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-06-24T01:49:18.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-06-24T01:49:18.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18372026-06-24T01:49:18.344Z
18382026-06-24T01:49:18.344Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18392026-06-24T01:49:18.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-06-24T01:49:18.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-06-24T01:49:18.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-06-24T01:49:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18432026-06-24T01:49:18.860Z
18442026-06-24T01:49:18.860Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18452026-06-24T01:49:19.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-06-24T01:49:19.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-06-24T01:49:19.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-06-24T01:49:19.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18492026-06-24T01:49:19.246Z
18502026-06-24T01:49:19.246Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18512026-06-24T01:49:19.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-06-24T01:49:19.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-06-24T01:49:19.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-06-24T01:49:19.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18552026-06-24T01:49:19.640Z
18562026-06-24T01:49:19.640Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18572026-06-24T01:49:19.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-06-24T01:49:19.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-06-24T01:49:19.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-06-24T01:49:19.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18612026-06-24T01:49:20.028Z
18622026-06-24T01:49:20.029Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18632026-06-24T01:49:20.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-06-24T01:49:20.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-06-24T01:49:20.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-06-24T01:49:20.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18672026-06-24T01:49:20.417Z
18682026-06-24T01:49:20.418Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18692026-06-24T01:49:20.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-06-24T01:49:20.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-06-24T01:49:20.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-06-24T01:49:20.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18732026-06-24T01:49:20.809Z
18742026-06-24T01:49:20.809Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18752026-06-24T01:49:21.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-06-24T01:49:21.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-06-24T01:49:21.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-06-24T01:49:21.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18792026-06-24T01:49:21.202Z
18802026-06-24T01:49:21.202Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18812026-06-24T01:49:21.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-06-24T01:49:21.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-06-24T01:49:21.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-06-24T01:49:21.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18852026-06-24T01:49:21.596Z
18862026-06-24T01:49:21.596Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18872026-06-24T01:49:21.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-06-24T01:49:21.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-06-24T01:49:21.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-06-24T01:49:21.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18912026-06-24T01:49:21.986Z
18922026-06-24T01:49:21.986Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18932026-06-24T01:49:22.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-06-24T01:49:22.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-06-24T01:49:22.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-06-24T01:49:22.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18972026-06-24T01:49:22.371Z
18982026-06-24T01:49:22.371Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
18992026-06-24T01:49:22.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-06-24T01:49:22.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-06-24T01:49:22.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-06-24T01:49:22.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19032026-06-24T01:49:22.761Z
19042026-06-24T01:49:22.761Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19052026-06-24T01:49:23.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-06-24T01:49:23.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-06-24T01:49:23.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-06-24T01:49:23.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19092026-06-24T01:49:23.152Z
19102026-06-24T01:49:23.152Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19112026-06-24T01:49:23.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-06-24T01:49:23.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-06-24T01:49:23.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-06-24T01:49:23.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19152026-06-24T01:49:23.549Z
19162026-06-24T01:49:23.549Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19172026-06-24T01:49:23.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-06-24T01:49:23.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-06-24T01:49:23.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-06-24T01:49:23.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19212026-06-24T01:49:23.944Z
19222026-06-24T01:49:23.944Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19232026-06-24T01:49:24.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-06-24T01:49:24.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-06-24T01:49:24.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-06-24T01:49:24.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19272026-06-24T01:49:24.341Z
19282026-06-24T01:49:24.341Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19292026-06-24T01:49:24.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-06-24T01:49:24.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-06-24T01:49:24.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-06-24T01:49:24.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19332026-06-24T01:49:24.731Z
19342026-06-24T01:49:24.731Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19352026-06-24T01:49:25.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-06-24T01:49:25.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-06-24T01:49:25.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-06-24T01:49:25.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19392026-06-24T01:49:25.125Z
19402026-06-24T01:49:25.125Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19412026-06-24T01:49:25.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-06-24T01:49:25.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-06-24T01:49:25.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-06-24T01:49:25.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19452026-06-24T01:49:25.517Z
19462026-06-24T01:49:25.517Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19472026-06-24T01:49:25.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-06-24T01:49:25.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-06-24T01:49:25.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-06-24T01:49:25.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19512026-06-24T01:49:25.905Z
19522026-06-24T01:49:25.905Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19532026-06-24T01:49:26.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-06-24T01:49:26.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-06-24T01:49:26.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-06-24T01:49:26.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19572026-06-24T01:49:26.294Z
19582026-06-24T01:49:26.294Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19592026-06-24T01:49:26.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-06-24T01:49:26.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-06-24T01:49:26.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-06-24T01:49:26.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19632026-06-24T01:49:26.687Z
19642026-06-24T01:49:26.687Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19652026-06-24T01:49:27.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-06-24T01:49:27.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-06-24T01:49:27.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-06-24T01:49:27.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19692026-06-24T01:49:27.080Z
19702026-06-24T01:49:27.080Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19712026-06-24T01:49:27.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-06-24T01:49:27.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-06-24T01:49:27.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-06-24T01:49:27.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19752026-06-24T01:49:27.463Z
19762026-06-24T01:49:27.463Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19772026-06-24T01:49:27.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-06-24T01:49:27.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-06-24T01:49:27.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-06-24T01:49:27.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19812026-06-24T01:49:27.848Z
19822026-06-24T01:49:27.848Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19832026-06-24T01:49:28.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-06-24T01:49:28.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-06-24T01:49:28.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-06-24T01:49:28.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19872026-06-24T01:49:28.236Z
19882026-06-24T01:49:28.236Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19892026-06-24T01:49:28.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-06-24T01:49:28.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-06-24T01:49:28.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-06-24T01:49:28.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19932026-06-24T01:49:28.624Z
19942026-06-24T01:49:28.624Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19952026-06-24T01:49:28.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-06-24T01:49:28.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-06-24T01:49:28.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-06-24T01:49:28.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19992026-06-24T01:49:29.015Z
20002026-06-24T01:49:29.015Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20012026-06-24T01:49:29.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-06-24T01:49:29.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-06-24T01:49:29.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-06-24T01:49:29.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20052026-06-24T01:49:29.404Z
20062026-06-24T01:49:29.404Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20072026-06-24T01:49:29.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-06-24T01:49:29.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-06-24T01:49:29.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-06-24T01:49:29.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20112026-06-24T01:49:29.795Z
20122026-06-24T01:49:29.795Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20132026-06-24T01:49:30.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-06-24T01:49:30.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-06-24T01:49:30.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-06-24T01:49:30.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20172026-06-24T01:49:30.186Z
20182026-06-24T01:49:30.186Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20192026-06-24T01:49:30.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-06-24T01:49:30.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-06-24T01:49:30.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-06-24T01:49:30.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20232026-06-24T01:49:30.578Z
20242026-06-24T01:49:30.578Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20252026-06-24T01:49:30.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-06-24T01:49:30.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-06-24T01:49:30.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-06-24T01:49:30.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20292026-06-24T01:49:30.971Z
20302026-06-24T01:49:30.971Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20312026-06-24T01:49:31.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-06-24T01:49:31.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-06-24T01:49:31.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-06-24T01:49:31.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20352026-06-24T01:49:31.365Z
20362026-06-24T01:49:31.365Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20372026-06-24T01:49:31.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-06-24T01:49:31.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-06-24T01:49:31.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-06-24T01:49:31.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20412026-06-24T01:49:31.759Z
20422026-06-24T01:49:31.759Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20432026-06-24T01:49:32.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-06-24T01:49:32.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-06-24T01:49:32.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-06-24T01:49:32.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20472026-06-24T01:49:32.155Z
20482026-06-24T01:49:32.155Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20492026-06-24T01:49:32.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-06-24T01:49:32.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-06-24T01:49:32.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-06-24T01:49:32.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20532026-06-24T01:49:32.550Z
20542026-06-24T01:49:32.550Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20552026-06-24T01:49:32.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-06-24T01:49:32.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-06-24T01:49:32.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-06-24T01:49:32.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20592026-06-24T01:49:32.950Z
20602026-06-24T01:49:32.950Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20612026-06-24T01:49:33.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-06-24T01:49:33.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-06-24T01:49:33.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-06-24T01:49:33.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20652026-06-24T01:49:33.347Z
20662026-06-24T01:49:33.347Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20672026-06-24T01:49:33.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-06-24T01:49:33.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-06-24T01:49:33.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-06-24T01:49:33.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20712026-06-24T01:49:33.744Z
20722026-06-24T01:49:33.744Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20732026-06-24T01:49:34.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-06-24T01:49:34.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-06-24T01:49:34.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-06-24T01:49:34.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20772026-06-24T01:49:34.144Z
20782026-06-24T01:49:34.144Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20792026-06-24T01:49:34.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-06-24T01:49:34.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-06-24T01:49:34.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-06-24T01:49:34.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20832026-06-24T01:49:34.543Z
20842026-06-24T01:49:34.543Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20852026-06-24T01:49:35.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-06-24T01:49:35.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-06-24T01:49:35.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-06-24T01:49:35.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20892026-06-24T01:49:35.115Z
20902026-06-24T01:49:35.115Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20912026-06-24T01:49:35.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-06-24T01:49:35.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-06-24T01:49:35.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-06-24T01:49:35.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20952026-06-24T01:49:35.683Z
20962026-06-24T01:49:35.683Zinfo: running `cargo check --bins` on nexus-config (51/296)
20972026-06-24T01:49:36.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-06-24T01:49:36.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-06-24T01:49:36.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-06-24T01:49:36.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21012026-06-24T01:49:36.249Z
21022026-06-24T01:49:36.249Zinfo: running `cargo check --bins` on nexus-types (52/296)
21032026-06-24T01:49:36.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-06-24T01:49:36.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-06-24T01:49:36.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-06-24T01:49:36.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21072026-06-24T01:49:36.814Z
21082026-06-24T01:49:36.814Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21092026-06-24T01:49:37.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-06-24T01:49:37.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-06-24T01:49:37.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-06-24T01:49:37.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21132026-06-24T01:49:37.347Z
21142026-06-24T01:49:37.347Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21152026-06-24T01:49:37.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-06-24T01:49:37.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-06-24T01:49:37.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-06-24T01:49:37.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21192026-06-24T01:49:37.861Z
21202026-06-24T01:49:37.861Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21212026-06-24T01:49:38.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-06-24T01:49:38.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-06-24T01:49:38.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-06-24T01:49:38.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21252026-06-24T01:49:38.395Z
21262026-06-24T01:49:38.395Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21272026-06-24T01:49:38.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-06-24T01:49:38.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-06-24T01:49:38.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-06-24T01:49:38.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21312026-06-24T01:49:38.933Z
21322026-06-24T01:49:38.933Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21332026-06-24T01:49:39.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-06-24T01:49:39.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-06-24T01:49:39.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-06-24T01:49:39.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21372026-06-24T01:49:39.469Z
21382026-06-24T01:49:39.469Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21392026-06-24T01:49:39.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-06-24T01:49:39.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-06-24T01:49:39.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-06-24T01:49:39.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21432026-06-24T01:49:40.010Z
21442026-06-24T01:49:40.010Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21452026-06-24T01:49:40.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-06-24T01:49:40.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-06-24T01:49:40.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-06-24T01:49:40.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21492026-06-24T01:49:40.528Z
21502026-06-24T01:49:40.528Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21512026-06-24T01:49:40.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-06-24T01:49:40.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-06-24T01:49:40.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-06-24T01:49:40.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21552026-06-24T01:49:41.042Z
21562026-06-24T01:49:41.042Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21572026-06-24T01:49:41.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-06-24T01:49:41.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-06-24T01:49:41.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-06-24T01:49:41.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21612026-06-24T01:49:41.554Z
21622026-06-24T01:49:41.554Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21632026-06-24T01:49:41.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-06-24T01:49:41.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-06-24T01:49:41.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-06-24T01:49:41.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21672026-06-24T01:49:42.078Z
21682026-06-24T01:49:42.078Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21692026-06-24T01:49:42.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-06-24T01:49:42.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-06-24T01:49:42.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-06-24T01:49:42.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21732026-06-24T01:49:42.602Z
21742026-06-24T01:49:42.602Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21752026-06-24T01:49:43.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-06-24T01:49:43.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-06-24T01:49:43.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-06-24T01:49:43.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21792026-06-24T01:49:43.122Z
21802026-06-24T01:49:43.122Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21812026-06-24T01:49:43.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-06-24T01:49:43.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-06-24T01:49:43.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-06-24T01:49:43.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21852026-06-24T01:49:43.636Z
21862026-06-24T01:49:43.636Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21872026-06-24T01:49:44.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-06-24T01:49:44.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-06-24T01:49:44.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-06-24T01:49:44.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21912026-06-24T01:49:44.152Z
21922026-06-24T01:49:44.152Zinfo: running `cargo check --bins` on ereport-types (67/296)
21932026-06-24T01:49:44.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-06-24T01:49:44.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-06-24T01:49:44.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-06-24T01:49:44.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21972026-06-24T01:49:44.702Z
21982026-06-24T01:49:44.702Zinfo: running `cargo check --bins` on gateway-client (68/296)
21992026-06-24T01:49:45.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-06-24T01:49:45.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-06-24T01:49:45.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-06-24T01:49:45.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22032026-06-24T01:49:45.199Z
22042026-06-24T01:49:45.199Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22052026-06-24T01:49:45.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-06-24T01:49:45.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-06-24T01:49:45.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-06-24T01:49:45.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22092026-06-24T01:49:45.718Z
22102026-06-24T01:49:45.718Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22112026-06-24T01:49:46.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-06-24T01:49:46.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-06-24T01:49:46.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-06-24T01:49:46.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22152026-06-24T01:49:46.241Z
22162026-06-24T01:49:46.241Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22172026-06-24T01:49:46.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-06-24T01:49:46.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-06-24T01:49:46.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-06-24T01:49:46.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22212026-06-24T01:49:46.768Z
22222026-06-24T01:49:46.768Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22232026-06-24T01:49:47.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-06-24T01:49:47.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-06-24T01:49:47.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-06-24T01:49:47.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22272026-06-24T01:49:47.297Z
22282026-06-24T01:49:47.297Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22292026-06-24T01:49:47.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-06-24T01:49:47.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-06-24T01:49:47.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-06-24T01:49:47.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22332026-06-24T01:49:47.847Z
22342026-06-24T01:49:47.847Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22352026-06-24T01:49:48.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-06-24T01:49:48.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-06-24T01:49:48.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-06-24T01:49:48.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22392026-06-24T01:49:48.393Z
22402026-06-24T01:49:48.393Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22412026-06-24T01:49:48.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-06-24T01:49:48.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-06-24T01:49:48.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-06-24T01:49:48.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22452026-06-24T01:49:48.905Z
22462026-06-24T01:49:48.905Zinfo: running `cargo check --bins` on oxlog (76/296)
22472026-06-24T01:49:49.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-06-24T01:49:49.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-06-24T01:49:49.463Z Checking cfg-if v1.0.4
22502026-06-24T01:49:49.466Z Checking libc v0.2.185
22512026-06-24T01:49:49.466Z Checking serde_core v1.0.228
22522026-06-24T01:49:49.574Z Checking zeroize v1.8.2
22532026-06-24T01:49:49.581Z Checking memchr v2.8.0
22542026-06-24T01:49:49.588Z Checking log v0.4.29
22552026-06-24T01:49:49.597Z Checking smallvec v1.15.1
22562026-06-24T01:49:49.606Z Checking typenum v1.19.0
22572026-06-24T01:49:49.616Z Checking subtle v2.6.1
22582026-06-24T01:49:49.714Z Checking itoa v1.0.17
22592026-06-24T01:49:49.742Z Checking scopeguard v1.2.0
22602026-06-24T01:49:49.755Z Checking stable_deref_trait v1.2.1
22612026-06-24T01:49:49.766Z Checking const-oid v0.9.6
22622026-06-24T01:49:49.826Z Checking zerofrom v0.1.6
22632026-06-24T01:49:49.840Z Checking lock_api v0.4.14
22642026-06-24T01:49:49.854Z Checking pin-project-lite v0.2.17
22652026-06-24T01:49:49.934Z Checking yoke v0.8.1
22662026-06-24T01:49:49.945Z Checking portable-atomic v1.13.1
22672026-06-24T01:49:49.948Z Checking futures-core v0.3.32
22682026-06-24T01:49:49.956Z Checking getrandom v0.2.17
22692026-06-24T01:49:50.031Z Checking errno v0.3.14
22702026-06-24T01:49:50.088Z Checking zerovec v0.11.5
22712026-06-24T01:49:50.111Z Checking parking_lot_core v0.9.12
22722026-06-24T01:49:50.122Z Checking rand_core v0.6.4
22732026-06-24T01:49:50.143Z Checking signal-hook-registry v1.4.8
22742026-06-24T01:49:50.266Z Checking generic-array v0.14.7
22752026-06-24T01:49:50.289Z Checking critical-section v1.2.0
22762026-06-24T01:49:50.290Z Checking parking_lot v0.12.5
22772026-06-24T01:49:50.310Z Checking mio v1.2.0
22782026-06-24T01:49:50.373Z Checking zerocopy v0.8.40
22792026-06-24T01:49:50.392Z Checking once_cell v1.21.3
22802026-06-24T01:49:50.448Z Checking zmij v1.0.21
22812026-06-24T01:49:50.475Z Checking socket2 v0.6.3
22822026-06-24T01:49:50.514Z Checking tinystr v0.8.2
22832026-06-24T01:49:50.559Z Checking libm v0.2.16
22842026-06-24T01:49:50.582Z Checking equivalent v1.0.2
22852026-06-24T01:49:50.656Z Checking percent-encoding v2.3.2
22862026-06-24T01:49:50.670Z Checking writeable v0.6.2
22872026-06-24T01:49:50.685Z Checking litemap v0.8.1
22882026-06-24T01:49:50.706Z Checking potential_utf v0.1.4
22892026-06-24T01:49:50.718Z Checking crypto-common v0.1.7
22902026-06-24T01:49:50.791Z Checking block-buffer v0.10.4
22912026-06-24T01:49:50.819Z Checking zerotrie v0.2.3
22922026-06-24T01:49:50.832Z Checking futures-sink v0.3.32
22932026-06-24T01:49:50.845Z Checking icu_collections v2.1.1
22942026-06-24T01:49:50.856Z Checking icu_locale_core v2.1.1
22952026-06-24T01:49:50.932Z Checking futures-channel v0.3.32
22962026-06-24T01:49:50.935Z Checking digest v0.10.7
22972026-06-24T01:49:51.061Z Checking serde v1.0.228
22982026-06-24T01:49:51.103Z Checking bitflags v2.11.0
22992026-06-24T01:49:51.122Z Checking serde_json v1.0.150
23002026-06-24T01:49:51.135Z Checking cpufeatures v0.2.17
23012026-06-24T01:49:51.151Z Checking futures-io v0.3.32
23022026-06-24T01:49:51.197Z Checking futures-task v0.3.32
23032026-06-24T01:49:51.233Z Checking slab v0.4.12
23042026-06-24T01:49:51.259Z Checking num-traits v0.2.19
23052026-06-24T01:49:51.259Z Checking hmac v0.12.1
23062026-06-24T01:49:51.331Z Checking icu_normalizer_data v2.1.1
23072026-06-24T01:49:51.385Z Checking futures-util v0.3.32
23082026-06-24T01:49:51.398Z Checking icu_properties_data v2.1.2
23092026-06-24T01:49:51.401Z Checking icu_provider v2.1.1
23102026-06-24T01:49:51.420Z Checking hashbrown v0.17.0
23112026-06-24T01:49:51.463Z Checking bytes v1.11.1
23122026-06-24T01:49:51.528Z Checking rand_core v0.10.0
23132026-06-24T01:49:51.628Z Checking icu_normalizer v2.1.1
23142026-06-24T01:49:51.667Z Checking getrandom v0.4.1
23152026-06-24T01:49:51.775Z Checking icu_properties v2.1.2
23162026-06-24T01:49:51.788Z Checking block-padding v0.3.3
23172026-06-24T01:49:51.813Z Checking utf8_iter v1.0.4
23182026-06-24T01:49:51.878Z Checking indexmap v2.14.0
23192026-06-24T01:49:51.905Z Checking tokio v1.52.1
23202026-06-24T01:49:51.916Z Checking inout v0.1.4
23212026-06-24T01:49:51.929Z Checking sha2 v0.10.9
23222026-06-24T01:49:51.929Z Checking form_urlencoded v1.2.2
23232026-06-24T01:49:52.049Z Checking cipher v0.4.4
23242026-06-24T01:49:52.061Z Checking getrandom v0.3.4
23252026-06-24T01:49:52.201Z Checking byteorder v1.5.0
23262026-06-24T01:49:52.214Z Checking base64ct v1.8.3
23272026-06-24T01:49:52.252Z Checking fnv v1.0.7
23282026-06-24T01:49:52.346Z Checking flagset v0.4.7
23292026-06-24T01:49:52.401Z Checking rand_core v0.9.5
23302026-06-24T01:49:52.432Z Checking http v1.4.2
23312026-06-24T01:49:52.444Z Checking pem-rfc7468 v0.7.0
23322026-06-24T01:49:52.466Z Checking regex-syntax v0.8.10
23332026-06-24T01:49:52.576Z Checking salsa20 v0.10.2
23342026-06-24T01:49:52.594Z Checking idna_adapter v1.2.1
23352026-06-24T01:49:52.605Z Checking der v0.7.10
23362026-06-24T01:49:52.704Z Checking uuid v1.23.3
23372026-06-24T01:49:52.716Z Checking idna v1.1.0
23382026-06-24T01:49:52.951Z Checking url v2.5.8
23392026-06-24T01:49:52.988Z Checking pbkdf2 v0.12.2
23402026-06-24T01:49:53.016Z Checking rustix v1.1.3
23412026-06-24T01:49:53.097Z Checking tracing-core v0.1.36
23422026-06-24T01:49:53.137Z Checking ppv-lite86 v0.2.21
23432026-06-24T01:49:53.293Z Checking rustls-pki-types v1.14.0
23442026-06-24T01:49:53.330Z Checking spki v0.7.3
23452026-06-24T01:49:53.388Z Checking iana-time-zone v0.1.65
23462026-06-24T01:49:53.402Z Checking base64 v0.22.1
23472026-06-24T01:49:53.429Z Checking rand_chacha v0.9.0
23482026-06-24T01:49:53.492Z Checking chrono v0.4.44
23492026-06-24T01:49:53.495Z Checking tracing v0.1.44
23502026-06-24T01:49:53.573Z Checking scrypt v0.11.0
23512026-06-24T01:49:53.626Z Checking http-body v1.0.1
23522026-06-24T01:49:53.639Z Checking aes v0.8.4
23532026-06-24T01:49:53.705Z Checking cbc v0.1.2
23542026-06-24T01:49:53.719Z Checking aws-lc-sys v0.40.0
23552026-06-24T01:49:53.755Z Checking untrusted v0.7.1
23562026-06-24T01:49:53.768Z Checking openssl-probe v0.2.1
23572026-06-24T01:49:53.830Z Checking untrusted v0.9.0
23582026-06-24T01:49:53.843Z Checking tinyvec_macros v0.1.1
23592026-06-24T01:49:53.866Z Checking rand v0.9.2
23602026-06-24T01:49:53.880Z Checking atomic-waker v1.1.2
23612026-06-24T01:49:53.906Z Checking tinyvec v1.10.0
23622026-06-24T01:49:53.935Z Checking ring v0.17.14
23632026-06-24T01:49:53.973Z Checking try-lock v0.2.5
23642026-06-24T01:49:54.030Z Checking pkcs5 v0.7.1
23652026-06-24T01:49:54.072Z Checking tower-layer v0.3.3
23662026-06-24T01:49:54.221Z Checking tower-service v0.3.3
23672026-06-24T01:49:54.224Z Checking aws-lc-rs v1.16.3
23682026-06-24T01:49:54.243Z Checking want v0.3.1
23692026-06-24T01:49:54.285Z Checking pkcs8 v0.10.2
23702026-06-24T01:49:54.310Z Checking ipnet v2.11.0
23712026-06-24T01:49:54.358Z Checking httparse v1.10.1
23722026-06-24T01:49:54.361Z Checking aho-corasick v1.1.4
23732026-06-24T01:49:54.382Z Checking fastrand v2.3.0
23742026-06-24T01:49:54.464Z Checking utf8parse v0.2.2
23752026-06-24T01:49:54.560Z Checking foreign-types-shared v0.1.1
23762026-06-24T01:49:54.573Z Checking dyn-clone v1.0.20
23772026-06-24T01:49:54.576Z Checking plain v0.2.3
23782026-06-24T01:49:54.595Z Checking httpdate v1.0.3
23792026-06-24T01:49:54.639Z Checking foreign-types v0.3.2
23802026-06-24T01:49:54.672Z Checking tempfile v3.25.0
23812026-06-24T01:49:54.685Z Checking unicode-normalization v0.1.25
23822026-06-24T01:49:54.705Z Checking semver v1.0.28
23832026-06-24T01:49:54.732Z Checking openssl-sys v0.9.115
23842026-06-24T01:49:54.863Z Checking spin v0.9.8
23852026-06-24T01:49:54.910Z Checking ucd-trie v0.1.7
23862026-06-24T01:49:54.955Z Checking unicode-ident v1.0.24
23872026-06-24T01:49:55.045Z Checking regex-automata v0.4.14
23882026-06-24T01:49:55.057Z Checking anstyle v1.0.14
23892026-06-24T01:49:55.070Z Checking proc-macro2 v1.0.106
23902026-06-24T01:49:55.080Z Checking rustls-webpki v0.103.9
23912026-06-24T01:49:55.082Z Checking pest v2.8.6
23922026-06-24T01:49:55.102Z Checking schemars v0.8.22
23932026-06-24T01:49:55.112Z Checking openssl v0.10.79
23942026-06-24T01:49:55.174Z Checking tokio-util v0.7.18
23952026-06-24T01:49:55.232Z Checking rustls-native-certs v0.8.3
23962026-06-24T01:49:55.361Z Checking thiserror v2.0.18
23972026-06-24T01:49:55.374Z Checking sync_wrapper v1.0.2
23982026-06-24T01:49:55.460Z Checking wait-timeout v0.2.1
23992026-06-24T01:49:55.473Z Checking quick-error v1.2.3
24002026-06-24T01:49:55.495Z Checking rustls v0.23.41
24012026-06-24T01:49:55.569Z Checking colorchoice v1.0.4
24022026-06-24T01:49:55.581Z Checking siphasher v1.0.2
24032026-06-24T01:49:55.670Z Checking simd-adler32 v0.3.8
24042026-06-24T01:49:55.736Z Checking bit-vec v0.8.0
24052026-06-24T01:49:55.748Z Checking pretty-hex v0.4.1
24062026-06-24T01:49:55.778Z Checking h2 v0.4.15
24072026-06-24T01:49:55.832Z Checking powerfmt v0.2.0
24082026-06-24T01:49:55.858Z Checking is_terminal_polyfill v1.70.2
24092026-06-24T01:49:55.924Z Checking anstyle-query v1.1.5
24102026-06-24T01:49:55.944Z Checking bit-set v0.8.0
24112026-06-24T01:49:55.978Z Checking deranged v0.5.8
24122026-06-24T01:49:56.011Z Checking rusty-fork v0.3.1
24132026-06-24T01:49:56.087Z Checking tower v0.5.3
24142026-06-24T01:49:56.139Z Checking quote v1.0.45
24152026-06-24T01:49:56.183Z Compiling newtype-uuid v1.3.2
24162026-06-24T01:49:56.309Z Checking http-body-util v0.1.3
24172026-06-24T01:49:56.359Z Checking webpki-roots v1.0.6
24182026-06-24T01:49:56.474Z Checking crossbeam-utils v0.8.21
24192026-06-24T01:49:56.487Z Checking rand_xorshift v0.4.0
24202026-06-24T01:49:56.523Z Checking crc32fast v1.5.0
24212026-06-24T01:49:56.601Z Checking scroll v0.13.0
24222026-06-24T01:49:56.662Z Checking signature v2.2.0
24232026-06-24T01:49:56.791Z Checking num_threads v0.1.7
24242026-06-24T01:49:56.808Z Checking num-conv v0.2.0
24252026-06-24T01:49:56.825Z Checking time-core v0.1.8
24262026-06-24T01:49:56.876Z Checking unicode-properties v0.1.4
24272026-06-24T01:49:56.888Z Checking iri-string v0.7.10
24282026-06-24T01:49:56.900Z Checking unarray v0.1.4
24292026-06-24T01:49:56.921Z Checking adler2 v2.0.1
24302026-06-24T01:49:56.959Z Checking allocator-api2 v0.2.21
24312026-06-24T01:49:56.999Z Checking ryu v1.0.23
24322026-06-24T01:49:57.028Z Checking unicode-bidi v0.3.18
24332026-06-24T01:49:57.058Z Checking miniz_oxide v0.8.9
24342026-06-24T01:49:57.098Z Checking native-tls v0.2.18
24352026-06-24T01:49:57.132Z Checking serde_urlencoded v0.7.1
24362026-06-24T01:49:57.243Z Checking proptest v1.10.0
24372026-06-24T01:49:57.271Z Checking tokio-native-tls v0.3.1
24382026-06-24T01:49:57.316Z Checking stringprep v0.1.5
24392026-06-24T01:49:57.336Z Checking time v0.3.47
24402026-06-24T01:49:57.404Z Checking bstr v1.12.1
24412026-06-24T01:49:57.426Z Checking goblin v0.10.5
24422026-06-24T01:49:57.463Z Checking crossbeam-epoch v0.9.18
24432026-06-24T01:49:57.687Z Checking syn v2.0.117
24442026-06-24T01:49:57.789Z Compiling daft v0.1.7
24452026-06-24T01:49:57.870Z Checking tokio-rustls v0.26.4
24462026-06-24T01:49:57.894Z Checking tower-http v0.6.8
24472026-06-24T01:49:58.077Z Checking ipnetwork v0.21.1
24482026-06-24T01:49:58.105Z Checking anstyle-parse v1.0.0
24492026-06-24T01:49:58.170Z Checking rand_chacha v0.3.1
24502026-06-24T01:49:58.256Z Checking thiserror v1.0.69
24512026-06-24T01:49:58.293Z Checking scroll v0.12.0
24522026-06-24T01:49:58.353Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-06-24T01:49:58.380Z Checking hash32 v0.2.1
24542026-06-24T01:49:58.463Z Checking num-integer v0.1.46
24552026-06-24T01:49:58.476Z Checking serde_spanned v0.6.9
24562026-06-24T01:49:58.514Z Checking toml_datetime v0.6.11
24572026-06-24T01:49:58.535Z Checking md-5 v0.10.6
24582026-06-24T01:49:58.597Z Checking ff v0.13.1
24592026-06-24T01:49:58.615Z Checking hyper v1.10.1
24602026-06-24T01:49:58.668Z Checking encoding_rs v0.8.35
24612026-06-24T01:49:58.685Z Checking psl-types v2.0.11
24622026-06-24T01:49:58.697Z Checking base16ct v0.2.0
24632026-06-24T01:49:58.721Z Checking mime v0.3.17
24642026-06-24T01:49:58.800Z Checking fallible-iterator v0.2.0
24652026-06-24T01:49:58.818Z Checking zlib-rs v0.6.2
24662026-06-24T01:49:58.893Z Checking sec1 v0.7.3
24672026-06-24T01:49:59.067Z Checking postgres-protocol v0.6.10
24682026-06-24T01:49:59.118Z Checking publicsuffix v2.3.0
24692026-06-24T01:49:59.186Z Checking group v0.13.0
24702026-06-24T01:49:59.284Z Checking num-iter v0.1.45
24712026-06-24T01:49:59.335Z Checking heapless v0.7.17
24722026-06-24T01:49:59.384Z Checking goblin v0.8.2
24732026-06-24T01:49:59.396Z Checking cookie v0.18.1
24742026-06-24T01:49:59.550Z Checking hyper-util v0.1.20
24752026-06-24T01:49:59.622Z Checking zstd-safe v7.2.4
24762026-06-24T01:49:59.626Z Checking rand v0.8.6
24772026-06-24T01:49:59.731Z Checking flate2 v1.1.9
24782026-06-24T01:49:59.750Z Checking oxnet v0.1.6
24792026-06-24T01:49:59.763Z Checking dof v0.4.0
24802026-06-24T01:49:59.796Z Checking anstream v1.0.0
24812026-06-24T01:49:59.990Z Compiling iddqd v0.4.2
24822026-06-24T01:50:00.009Z Checking dtrace-parser v0.3.0
24832026-06-24T01:50:00.025Z Checking phf_shared v0.13.1
24842026-06-24T01:50:00.025Z Checking lazy_static v1.5.0
24852026-06-24T01:50:00.114Z Checking anstyle-parse v0.2.7
24862026-06-24T01:50:00.136Z Checking zerocopy v0.7.35
24872026-06-24T01:50:00.229Z Checking pin-project v1.1.11
24882026-06-24T01:50:00.242Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-24T01:50:00.260Z Checking signal-hook v0.3.18
24902026-06-24T01:50:00.320Z Checking terminal_size v0.4.3
24912026-06-24T01:50:00.324Z Checking futures-executor v0.3.32
24922026-06-24T01:50:00.383Z Checking hex v0.4.3
24932026-06-24T01:50:00.430Z Checking hkdf v0.12.4
24942026-06-24T01:50:00.446Z Checking crypto-bigint v0.5.5
24952026-06-24T01:50:00.475Z Checking thread-id v5.1.0
24962026-06-24T01:50:00.550Z Checking libbz2-rs-sys v0.2.2
24972026-06-24T01:50:00.562Z Checking strsim v0.11.1
24982026-06-24T01:50:00.602Z Checking foldhash v0.2.0
24992026-06-24T01:50:00.624Z Checking managed v0.8.0
25002026-06-24T01:50:00.721Z Checking same-file v1.0.6
25012026-06-24T01:50:00.751Z Checking winnow v0.5.40
25022026-06-24T01:50:00.807Z Compiling rayon-core v1.13.0
25032026-06-24T01:50:00.819Z Checking hyper-rustls v0.27.7
25042026-06-24T01:50:00.834Z Checking hyper-tls v0.6.0
25052026-06-24T01:50:00.939Z Checking bitflags v1.3.2
25062026-06-24T01:50:00.978Z Checking bumpalo v3.20.2
25072026-06-24T01:50:01.006Z Checking foldhash v0.1.5
25082026-06-24T01:50:01.018Z Checking either v1.15.0
25092026-06-24T01:50:01.029Z Checking clap_lex v1.0.0
25102026-06-24T01:50:01.138Z Checking hashbrown v0.15.5
25112026-06-24T01:50:01.172Z Checking zopfli v0.8.3
25122026-06-24T01:50:01.176Z Checking clap_builder v4.6.0
25132026-06-24T01:50:01.196Z Checking reqwest v0.12.28
25142026-06-24T01:50:01.247Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-06-24T01:50:01.285Z Checking dof v0.3.0
25162026-06-24T01:50:01.363Z Checking elliptic-curve v0.13.8
25172026-06-24T01:50:01.427Z Checking smoltcp v0.9.1
25182026-06-24T01:50:01.512Z Checking bzip2 v0.6.1
25192026-06-24T01:50:01.574Z Checking walkdir v2.5.0
25202026-06-24T01:50:01.598Z Checking hashbrown v0.16.1
25212026-06-24T01:50:01.669Z Checking usdt-impl v0.6.0
25222026-06-24T01:50:01.672Z Checking futures v0.3.32
25232026-06-24T01:50:01.732Z Checking signal-hook-mio v0.2.5
25242026-06-24T01:50:01.755Z Checking snafu v0.8.9
25252026-06-24T01:50:01.837Z Checking bzip2 v0.4.4
25262026-06-24T01:50:01.906Z Checking toml_edit v0.19.15
25272026-06-24T01:50:01.950Z Checking anstream v0.6.21
25282026-06-24T01:50:01.991Z Checking phf v0.13.1
25292026-06-24T01:50:02.002Z Checking num-bigint-dig v0.8.6
25302026-06-24T01:50:02.042Z Checking zstd v0.13.3
25312026-06-24T01:50:02.098Z Checking cookie_store v0.22.1
25322026-06-24T01:50:02.131Z Checking postgres-types v0.2.12
25332026-06-24T01:50:02.143Z Checking dtrace-parser v0.2.0
25342026-06-24T01:50:02.226Z Checking rustls-platform-verifier v0.6.2
25352026-06-24T01:50:02.244Z Checking globset v0.4.18
25362026-06-24T01:50:02.363Z Checking crossbeam-deque v0.8.6
25372026-06-24T01:50:02.377Z Checking regex v1.12.3
25382026-06-24T01:50:02.420Z Checking ed25519 v2.2.3
25392026-06-24T01:50:02.433Z Checking phf_shared v0.11.3
25402026-06-24T01:50:02.436Z Checking olpc-cjson v0.1.4
25412026-06-24T01:50:02.494Z Checking curve25519-dalek v4.1.3
25422026-06-24T01:50:02.538Z Checking ref-cast v1.0.25
25432026-06-24T01:50:02.572Z Checking strum v0.27.2
25442026-06-24T01:50:02.575Z Checking hubpack v0.1.2
25452026-06-24T01:50:02.598Z Checking memoffset v0.9.1
25462026-06-24T01:50:02.631Z Checking rustix v0.38.44
25472026-06-24T01:50:02.645Z Checking pkcs1 v0.7.5
25482026-06-24T01:50:02.673Z Checking pem v3.0.6
25492026-06-24T01:50:02.685Z Checking float-cmp v0.10.0
25502026-06-24T01:50:02.732Z Checking serde-big-array v0.5.1
25512026-06-24T01:50:02.803Z Checking erased-serde v0.3.31
25522026-06-24T01:50:02.815Z Checking serde_plain v1.0.2
25532026-06-24T01:50:02.826Z Checking rfc6979 v0.4.0
25542026-06-24T01:50:02.850Z Checking thread-id v4.2.2
25552026-06-24T01:50:02.862Z Checking memmap2 v0.9.10
25562026-06-24T01:50:02.929Z Checking env_filter v1.0.0
25572026-06-24T01:50:02.940Z Checking unicode-segmentation v1.12.0
25582026-06-24T01:50:02.953Z Checking typed-path v0.9.3
25592026-06-24T01:50:02.956Z Checking predicates-core v1.0.10
25602026-06-24T01:50:03.020Z Checking normalize-line-endings v0.3.0
25612026-06-24T01:50:03.068Z Checking precomputed-hash v0.1.1
25622026-06-24T01:50:03.082Z Checking fixedbitset v0.5.7
25632026-06-24T01:50:03.108Z Checking new_debug_unreachable v1.0.6
25642026-06-24T01:50:03.149Z Checking fixedbitset v0.4.2
25652026-06-24T01:50:03.176Z Checking whoami v2.1.0
25662026-06-24T01:50:03.187Z Checking jiff v0.2.21
25672026-06-24T01:50:03.245Z Checking winnow v0.7.14
25682026-06-24T01:50:03.273Z Checking keccak v0.1.6
25692026-06-24T01:50:03.276Z Checking difflib v0.4.0
25702026-06-24T01:50:03.298Z Checking static_assertions v1.1.0
25712026-06-24T01:50:03.363Z Checking winnow v1.0.3
25722026-06-24T01:50:03.376Z Checking data-encoding v2.10.0
25732026-06-24T01:50:03.431Z Checking toml_write v0.1.2
25742026-06-24T01:50:03.445Z Checking sha3 v0.10.8
25752026-06-24T01:50:03.462Z Checking predicates v3.1.4
25762026-06-24T01:50:03.592Z Checking crossterm v0.28.1
25772026-06-24T01:50:03.639Z Checking hickory-proto v0.25.2
25782026-06-24T01:50:03.639Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25792026-06-24T01:50:03.663Z Checking toml_parser v1.1.2+spec-1.1.0
25802026-06-24T01:50:03.713Z Checking tough v0.22.0
25812026-06-24T01:50:03.755Z Checking tokio-postgres v0.7.16
25822026-06-24T01:50:03.983Z Checking petgraph v0.6.5
25832026-06-24T01:50:04.325Z Checking ed25519-dalek v2.2.0
25842026-06-24T01:50:04.446Z Checking toml_edit v0.22.27
25852026-06-24T01:50:04.563Z Checking petgraph v0.8.3
25862026-06-24T01:50:05.068Z Checking similar v2.7.0
25872026-06-24T01:50:05.268Z Checking slog v2.8.2
25882026-06-24T01:50:05.408Z Checking zip v4.6.1
25892026-06-24T01:50:05.460Z Checking string_cache v0.8.9
25902026-06-24T01:50:05.528Z Checking env_logger v0.11.9
25912026-06-24T01:50:05.544Z Checking usdt v0.6.0
25922026-06-24T01:50:05.628Z Checking toml v0.7.8
25932026-06-24T01:50:05.711Z Checking ecdsa v0.16.9
25942026-06-24T01:50:05.723Z Checking usdt-impl v0.5.0
25952026-06-24T01:50:05.761Z Checking rsa v0.9.10
25962026-06-24T01:50:05.926Z Checking nix v0.31.2
25972026-06-24T01:50:06.000Z Checking reqwest v0.13.2
25982026-06-24T01:50:06.058Z Checking clap v4.6.1
25992026-06-24T01:50:06.129Z Checking zip v0.6.6
26002026-06-24T01:50:06.157Z Checking itertools v0.13.0
26012026-06-24T01:50:06.237Z Checking serde_with v3.17.0
26022026-06-24T01:50:06.305Z Checking strum v0.26.3
26032026-06-24T01:50:06.415Z Checking fs-err v3.3.0
26042026-06-24T01:50:06.444Z Checking ahash v0.8.12
26052026-06-24T01:50:06.456Z Checking object v0.37.3
26062026-06-24T01:50:06.638Z Checking tokio-stream v0.1.18
26072026-06-24T01:50:06.711Z Checking buf-list v1.1.2
26082026-06-24T01:50:06.836Z Checking anyhow v1.0.102
26092026-06-24T01:50:06.863Z Checking camino v1.2.2
26102026-06-24T01:50:06.895Z Checking x509-cert v0.2.5
26112026-06-24T01:50:06.978Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26122026-06-24T01:50:07.029Z Checking openapiv3 v2.2.0
26132026-06-24T01:50:07.032Z Checking sha1 v0.10.6
26142026-06-24T01:50:07.108Z Checking lalrpop-util v0.19.12
26152026-06-24T01:50:07.176Z Checking peg-runtime v0.8.5
26162026-06-24T01:50:07.201Z Checking rayon v1.11.0
26172026-06-24T01:50:07.236Z Checking sigpipe v0.1.3
26182026-06-24T01:50:07.267Z Checking glob v0.3.3
26192026-06-24T01:50:08.683Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-06-24T01:50:08.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.05s
26212026-06-24T01:50:09.115Z
26222026-06-24T01:50:09.115Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26232026-06-24T01:50:09.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-06-24T01:50:09.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-06-24T01:50:09.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-06-24T01:50:09.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26272026-06-24T01:50:09.646Z
26282026-06-24T01:50:09.646Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26292026-06-24T01:50:10.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-06-24T01:50:10.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-06-24T01:50:10.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-06-24T01:50:10.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26332026-06-24T01:50:10.171Z
26342026-06-24T01:50:10.171Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26352026-06-24T01:50:10.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-06-24T01:50:10.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-06-24T01:50:10.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-06-24T01:50:10.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26392026-06-24T01:50:10.712Z
26402026-06-24T01:50:10.712Zinfo: running `cargo check --bins` on oxql-types (80/296)
26412026-06-24T01:50:11.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-06-24T01:50:11.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-06-24T01:50:11.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-06-24T01:50:11.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26452026-06-24T01:50:11.238Z
26462026-06-24T01:50:11.238Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26472026-06-24T01:50:11.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-06-24T01:50:11.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-06-24T01:50:11.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-06-24T01:50:11.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26512026-06-24T01:50:11.766Z
26522026-06-24T01:50:11.766Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26532026-06-24T01:50:12.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-06-24T01:50:12.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-06-24T01:50:12.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-06-24T01:50:12.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26572026-06-24T01:50:12.294Z
26582026-06-24T01:50:12.294Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26592026-06-24T01:50:12.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-06-24T01:50:12.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-06-24T01:50:12.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-06-24T01:50:12.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26632026-06-24T01:50:12.807Z
26642026-06-24T01:50:12.807Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26652026-06-24T01:50:13.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-06-24T01:50:13.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-06-24T01:50:13.442Z Compiling structmeta-derive v0.3.0
26682026-06-24T01:50:13.554Z Compiling multer v3.1.0
26692026-06-24T01:50:13.565Z Compiling async-stream-impl v0.3.6
26702026-06-24T01:50:13.565Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-06-24T01:50:13.582Z Compiling dropshot v0.17.1
26722026-06-24T01:50:13.595Z Compiling newtype-uuid-macros v0.1.0
26732026-06-24T01:50:13.595Z Compiling dropshot_endpoint v0.17.1
26742026-06-24T01:50:13.619Z Checking newtype-uuid v1.3.2
26752026-06-24T01:50:13.774Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26762026-06-24T01:50:13.808Z Checking hybrid-array v0.4.10
26772026-06-24T01:50:13.820Z Checking daft v0.1.7
26782026-06-24T01:50:14.063Z Checking thread_local v1.1.9
26792026-06-24T01:50:14.138Z Checking compression-core v0.4.31
26802026-06-24T01:50:14.171Z Checking const-oid v0.10.2
26812026-06-24T01:50:14.229Z Checking match_cfg v0.1.0
26822026-06-24T01:50:14.255Z Checking block-buffer v0.12.1
26832026-06-24T01:50:14.268Z Checking crypto-common v0.2.2
26842026-06-24T01:50:14.299Z Checking hostname v0.3.1
26852026-06-24T01:50:14.331Z Checking compression-codecs v0.4.37
26862026-06-24T01:50:14.366Z Checking iddqd v0.4.2
26872026-06-24T01:50:14.392Z Checking crossbeam-channel v0.5.15
26882026-06-24T01:50:14.404Z Checking atomicwrites v0.4.4
26892026-06-24T01:50:14.473Z Checking slog-json v2.6.1
26902026-06-24T01:50:14.493Z Checking toml_datetime v1.1.1+spec-1.1.0
26912026-06-24T01:50:14.525Z Checking serde_spanned v1.1.1
26922026-06-24T01:50:14.619Z Compiling structmeta v0.3.0
26932026-06-24T01:50:14.632Z Checking is-terminal v0.4.17
26942026-06-24T01:50:14.663Z Checking take_mut v0.2.2
26952026-06-24T01:50:14.690Z Checking debug-ignore v1.0.5
26962026-06-24T01:50:14.714Z Checking toml_writer v1.1.1+spec-1.1.0
26972026-06-24T01:50:14.727Z Checking cpufeatures v0.3.0
26982026-06-24T01:50:14.749Z Checking term v1.2.1
26992026-06-24T01:50:14.788Z Checking slog-async v2.8.0
27002026-06-24T01:50:14.801Z Checking slog-bunyan v2.5.0
27012026-06-24T01:50:14.828Z Compiling derive-ex v0.1.8
27022026-06-24T01:50:14.831Z Compiling parse-display-derive v0.10.0
27032026-06-24T01:50:14.891Z Checking digest v0.11.3
27042026-06-24T01:50:14.910Z Checking toml v1.1.2+spec-1.1.0
27052026-06-24T01:50:14.959Z Checking async-compression v0.4.41
27062026-06-24T01:50:14.971Z Checking slog-term v2.9.2
27072026-06-24T01:50:15.039Z Checking sha1 v0.11.0
27082026-06-24T01:50:15.222Z Checking async-stream v0.3.6
27092026-06-24T01:50:15.273Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-24T01:50:15.346Z Checking progenitor-client v0.14.0
27112026-06-24T01:50:15.359Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-06-24T01:50:15.362Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-06-24T01:50:15.463Z Checking waitgroup v0.1.2
27142026-06-24T01:50:15.476Z Checking backon v1.6.0
27152026-06-24T01:50:15.507Z Checking rustls-pemfile v2.2.0
27162026-06-24T01:50:15.561Z Checking serde_path_to_error v0.1.20
27172026-06-24T01:50:15.574Z Checking hostname v0.4.2
27182026-06-24T01:50:15.596Z Checking instant v0.1.13
27192026-06-24T01:50:15.678Z Checking backoff v0.4.0
27202026-06-24T01:50:15.847Z Checking progenitor-extras v0.2.0
27212026-06-24T01:50:15.871Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-24T01:50:16.042Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-24T01:50:16.042Z Checking itertools v0.14.0
27242026-06-24T01:50:16.066Z Checking regress v0.10.5
27252026-06-24T01:50:16.079Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-24T01:50:16.508Z Compiling test-strategy v0.4.5
27272026-06-24T01:50:16.517Z Checking parse-display v0.10.0
27282026-06-24T01:50:16.546Z Checking macaddr v1.0.1
27292026-06-24T01:50:16.809Z Checking humantime v2.3.0
27302026-06-24T01:50:17.685Z Compiling prettyplease v0.2.37
27312026-06-24T01:50:17.933Z Checking num-rational v0.4.2
27322026-06-24T01:50:17.973Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-24T01:50:18.340Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-24T01:50:18.527Z Checking num-complex v0.4.6
27352026-06-24T01:50:18.929Z Compiling num v0.4.3
27362026-06-24T01:50:19.016Z Compiling usdt-attr-macro v0.5.0
27372026-06-24T01:50:19.097Z Compiling usdt-macro v0.5.0
27382026-06-24T01:50:19.163Z Checking memmap v0.7.0
27392026-06-24T01:50:19.174Z Compiling float-ord v0.3.2
27402026-06-24T01:50:19.294Z Checking unicode-width v0.2.0
27412026-06-24T01:50:19.319Z Compiling convert_case v0.4.0
27422026-06-24T01:50:19.555Z Checking console v0.15.11
27432026-06-24T01:50:19.693Z Compiling derive_more v0.99.20
27442026-06-24T01:50:19.828Z Checking newline-converter v0.3.0
27452026-06-24T01:50:19.840Z Checking usdt v0.5.0
27462026-06-24T01:50:19.852Z Compiling toml v0.8.23
27472026-06-24T01:50:19.940Z Checking linked-hash-map v0.5.6
27482026-06-24T01:50:20.010Z Compiling minimal-lexical v0.2.1
27492026-06-24T01:50:20.117Z Checking lru-cache v0.1.2
27502026-06-24T01:50:20.246Z Compiling nom v7.1.3
27512026-06-24T01:50:20.269Z Checking expectorate v1.2.0
27522026-06-24T01:50:20.568Z Checking camino-tempfile v1.4.1
27532026-06-24T01:50:20.741Z Checking hickory-proto v0.24.4
27542026-06-24T01:50:20.812Z Checking phf_shared v0.12.1
27552026-06-24T01:50:20.953Z Compiling slog-dtrace v0.3.0
27562026-06-24T01:50:21.147Z Checking resolv-conf v0.7.6
27572026-06-24T01:50:21.259Z Compiling chrono-tz v0.10.4
27582026-06-24T01:50:21.340Z Checking heck v0.5.0
27592026-06-24T01:50:21.455Z Compiling const_format_proc_macros v0.2.34
27602026-06-24T01:50:21.519Z Checking phf v0.12.1
27612026-06-24T01:50:21.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622026-06-24T01:50:21.663Z Checking tokio-dtrace v0.1.1
27632026-06-24T01:50:21.726Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-06-24T01:50:21.853Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-24T01:50:22.062Z Compiling derive-where v1.6.0
27662026-06-24T01:50:22.267Z Checking highway v1.3.0
27672026-06-24T01:50:22.270Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-06-24T01:50:22.497Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27692026-06-24T01:50:22.560Z Checking hickory-resolver v0.24.4
27702026-06-24T01:50:22.995Z Checking const_format v0.2.35
27712026-06-24T01:50:23.248Z Checking oxide-tokio-rt v0.1.4
27722026-06-24T01:50:23.262Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-06-24T01:50:23.363Z Checking qorb v0.4.1
27742026-06-24T01:50:23.461Z Checking gethostname v0.5.0
27752026-06-24T01:50:23.506Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-06-24T01:50:23.551Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-06-24T01:50:23.634Z Checking bcs v0.1.6
27782026-06-24T01:50:23.653Z Checking termtree v0.5.1
27792026-06-24T01:50:23.778Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-24T01:50:27.129Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-24T01:50:29.655Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-24T01:50:31.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.96s
27832026-06-24T01:50:31.932Z
27842026-06-24T01:50:31.932Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27852026-06-24T01:50:32.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-24T01:50:32.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-24T01:50:32.551Z Compiling ar_archive_writer v0.5.1
27882026-06-24T01:50:32.657Z Compiling stacker v0.1.23
27892026-06-24T01:50:32.663Z Compiling cfg_aliases v0.1.1
27902026-06-24T01:50:32.670Z Compiling convert_case v0.10.0
27912026-06-24T01:50:32.675Z Checking unicode-width v0.1.14
27922026-06-24T01:50:32.682Z Compiling proc-macro-error v1.0.4
27932026-06-24T01:50:32.692Z Checking fd-lock v4.0.4
27942026-06-24T01:50:32.695Z Checking nibble_vec v0.1.0
27952026-06-24T01:50:32.717Z Compiling nix v0.28.0
27962026-06-24T01:50:32.804Z Checking vte v0.14.1
27972026-06-24T01:50:32.823Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-24T01:50:32.907Z Checking endian-type v0.1.2
27992026-06-24T01:50:32.919Z Checking bytecount v0.6.9
28002026-06-24T01:50:32.949Z Checking strip-ansi-escapes v0.2.1
28012026-06-24T01:50:32.960Z Compiling derive_more-impl v2.1.1
28022026-06-24T01:50:32.972Z Compiling tabled_derive v0.7.0
28032026-06-24T01:50:33.011Z Checking papergrid v0.11.0
28042026-06-24T01:50:33.023Z Checking radix_trie v0.2.1
28052026-06-24T01:50:33.058Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-24T01:50:33.223Z Compiling peg-macros v0.8.5
28072026-06-24T01:50:33.235Z Checking winnow v0.6.26
28082026-06-24T01:50:33.478Z Compiling psm v0.1.30
28092026-06-24T01:50:33.519Z Compiling sqlparser_derive v0.5.0
28102026-06-24T01:50:33.616Z Checking nu-ansi-term v0.50.3
28112026-06-24T01:50:33.757Z Checking derive_more v2.1.1
28122026-06-24T01:50:33.825Z Checking home v0.5.12
28132026-06-24T01:50:33.838Z Checking unicode_categories v0.1.1
28142026-06-24T01:50:33.911Z Checking tabled v0.15.0
28152026-06-24T01:50:33.930Z Checking crossterm v0.29.0
28162026-06-24T01:50:33.990Z Checking rustyline v14.0.0
28172026-06-24T01:50:34.046Z Checking reedline v0.40.0
28182026-06-24T01:50:34.235Z Checking recursive v0.1.1
28192026-06-24T01:50:34.344Z Checking sqlparser v0.61.0
28202026-06-24T01:50:34.360Z Checking display-error-chain v0.2.2
28212026-06-24T01:50:34.401Z Checking sqlformat v0.3.5
28222026-06-24T01:50:34.637Z Checking peg v0.8.5
28232026-06-24T01:50:45.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28242026-06-24T01:50:45.772Z
28252026-06-24T01:50:45.772Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28262026-06-24T01:50:46.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-24T01:50:46.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-24T01:50:46.390Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-24T01:50:49.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28302026-06-24T01:50:50.036Z
28312026-06-24T01:50:50.036Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28322026-06-24T01:50:50.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-24T01:50:50.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-24T01:50:50.652Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-24T01:50:53.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28362026-06-24T01:50:53.277Z
28372026-06-24T01:50:53.277Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28382026-06-24T01:50:53.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-24T01:50:53.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-24T01:50:53.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-24T01:50:57.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28422026-06-24T01:50:57.325Z
28432026-06-24T01:50:57.325Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28442026-06-24T01:50:57.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-24T01:50:57.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-24T01:50:57.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-24T01:51:01.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28482026-06-24T01:51:01.410Z
28492026-06-24T01:51:01.410Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28502026-06-24T01:51:01.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-24T01:51:01.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-24T01:51:02.027Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-24T01:51:04.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28542026-06-24T01:51:04.800Z
28552026-06-24T01:51:04.800Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28562026-06-24T01:51:05.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-24T01:51:05.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-24T01:51:05.415Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-24T01:51:08.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28602026-06-24T01:51:08.241Z
28612026-06-24T01:51:08.241Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28622026-06-24T01:51:08.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-24T01:51:08.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-24T01:51:08.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-24T01:51:12.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28662026-06-24T01:51:12.512Z
28672026-06-24T01:51:12.513Zinfo: running `cargo check --bins` on oximeter (93/296)
28682026-06-24T01:51:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-24T01:51:12.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-24T01:51:12.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-24T01:51:12.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28722026-06-24T01:51:13.040Z
28732026-06-24T01:51:13.041Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28742026-06-24T01:51:13.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-24T01:51:13.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-24T01:51:13.610Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-24T01:51:13.767Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-06-24T01:51:13.771Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-06-24T01:51:14.110Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-24T01:51:16.810Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-24T01:51:18.024Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-24T01:51:18.232Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-24T01:51:18.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
28842026-06-24T01:51:19.068Z
28852026-06-24T01:51:19.068Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28862026-06-24T01:51:19.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-24T01:51:19.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-24T01:51:19.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-24T01:51:19.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28902026-06-24T01:51:19.595Z
28912026-06-24T01:51:19.595Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28922026-06-24T01:51:20.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-24T01:51:20.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-24T01:51:20.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-24T01:51:20.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28962026-06-24T01:51:20.151Z
28972026-06-24T01:51:20.151Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28982026-06-24T01:51:20.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-24T01:51:20.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-24T01:51:20.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-24T01:51:20.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29022026-06-24T01:51:20.678Z
29032026-06-24T01:51:20.678Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29042026-06-24T01:51:21.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-24T01:51:21.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-24T01:51:21.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-24T01:51:21.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-06-24T01:51:21.211Z
29092026-06-24T01:51:21.211Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29102026-06-24T01:51:21.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-24T01:51:21.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-24T01:51:21.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-24T01:51:21.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29142026-06-24T01:51:21.741Z
29152026-06-24T01:51:21.742Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29162026-06-24T01:51:22.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-24T01:51:22.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-24T01:51:22.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-24T01:51:22.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-06-24T01:51:22.275Z
29212026-06-24T01:51:22.275Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29222026-06-24T01:51:22.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-24T01:51:22.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-24T01:51:22.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-24T01:51:22.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29262026-06-24T01:51:22.785Z
29272026-06-24T01:51:22.785Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29282026-06-24T01:51:23.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-24T01:51:23.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-24T01:51:23.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-24T01:51:23.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-06-24T01:51:23.318Z
29332026-06-24T01:51:23.318Zinfo: running `cargo check --bins` on update-engine (103/296)
29342026-06-24T01:51:23.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-24T01:51:23.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-24T01:51:23.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-24T01:51:23.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29382026-06-24T01:51:23.828Z
29392026-06-24T01:51:23.828Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29402026-06-24T01:51:24.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-24T01:51:24.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-24T01:51:24.492Z Compiling crucible-workspace-hack v0.1.0
29432026-06-24T01:51:24.604Z Checking secrecy v0.10.3
29442026-06-24T01:51:24.611Z Compiling heapless v0.8.0
29452026-06-24T01:51:24.611Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-06-24T01:51:24.623Z Compiling ingot-macros v0.1.1
29472026-06-24T01:51:24.631Z Checking hash32 v0.3.1
29482026-06-24T01:51:24.643Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29492026-06-24T01:51:24.666Z Compiling smoltcp v0.11.0
29502026-06-24T01:51:24.704Z Checking cobs v0.3.0
29512026-06-24T01:51:24.746Z Compiling thiserror-impl-no-std v2.0.2
29522026-06-24T01:51:24.833Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-06-24T01:51:24.846Z Checking universal-hash v0.5.1
29542026-06-24T01:51:24.849Z Checking half v2.7.1
29552026-06-24T01:51:24.892Z Checking ciborium-io v0.2.2
29562026-06-24T01:51:24.974Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-06-24T01:51:24.977Z Checking opaque-debug v0.3.1
29582026-06-24T01:51:25.014Z Checking postcard v1.1.3
29592026-06-24T01:51:25.065Z Checking poly1305 v0.8.0
29602026-06-24T01:51:25.115Z Checking ciborium-ll v0.2.2
29612026-06-24T01:51:25.164Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
29622026-06-24T01:51:25.287Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-06-24T01:51:25.304Z Checking password-hash v0.5.0
29642026-06-24T01:51:25.320Z Checking chacha20 v0.9.1
29652026-06-24T01:51:25.422Z Compiling proc-macro-crate v3.4.0
29662026-06-24T01:51:25.531Z Compiling proc-macro-crate v1.3.1
29672026-06-24T01:51:25.550Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
29682026-06-24T01:51:25.564Z Checking blake2 v0.10.6
29692026-06-24T01:51:25.786Z Checking aead v0.5.2
29702026-06-24T01:51:25.802Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29712026-06-24T01:51:25.878Z Compiling foreign-types-macros v0.2.3
29722026-06-24T01:51:25.912Z Checking thiserror-no-std v2.0.2
29732026-06-24T01:51:25.926Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-24T01:51:25.941Z Checking foreign-types-shared v0.3.1
29752026-06-24T01:51:25.970Z Compiling num_enum_derive v0.7.6
29762026-06-24T01:51:25.996Z Checking vsss-rs v3.3.4
29772026-06-24T01:51:26.009Z Compiling num_enum_derive v0.5.11
29782026-06-24T01:51:26.024Z Checking chacha20poly1305 v0.10.1
29792026-06-24T01:51:26.149Z Checking argon2 v0.5.3
29802026-06-24T01:51:26.162Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
29812026-06-24T01:51:26.465Z Checking foreign-types v0.5.0
29822026-06-24T01:51:26.489Z Checking ciborium v0.2.2
29832026-06-24T01:51:26.681Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29842026-06-24T01:51:26.761Z Checking tabwriter v1.4.1
29852026-06-24T01:51:26.909Z Checking chacha20 v0.10.0
29862026-06-24T01:51:26.909Z Checking byte-wrapper v0.1.0
29872026-06-24T01:51:26.971Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-06-24T01:51:27.009Z Checking num_enum v0.7.6
29892026-06-24T01:51:27.024Z Checking cstr-argument v0.1.2
29902026-06-24T01:51:27.095Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29912026-06-24T01:51:27.120Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-06-24T01:51:27.134Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-06-24T01:51:27.134Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29942026-06-24T01:51:27.159Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-06-24T01:51:27.300Z Checking rand v0.10.0
29962026-06-24T01:51:27.324Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-06-24T01:51:27.339Z Checking num_enum v0.5.11
29982026-06-24T01:51:27.386Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-24T01:51:27.408Z Checking ingot-types v0.1.2
30002026-06-24T01:51:27.449Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-06-24T01:51:27.493Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-06-24T01:51:27.531Z Checking indent_write v2.2.0
30032026-06-24T01:51:27.628Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30042026-06-24T01:51:27.646Z Checking colored v3.1.1
30052026-06-24T01:51:27.662Z Compiling zone_cfg_derive v0.3.1
30062026-06-24T01:51:27.725Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-24T01:51:27.768Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30082026-06-24T01:51:27.781Z Checking ingot v0.1.1
30092026-06-24T01:51:27.784Z Checking itertools v0.12.1
30102026-06-24T01:51:27.806Z Compiling num-derive v0.4.2
30112026-06-24T01:51:27.895Z Checking swrite v0.1.0
30122026-06-24T01:51:27.938Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-06-24T01:51:27.986Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30142026-06-24T01:51:28.136Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-06-24T01:51:28.298Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30162026-06-24T01:51:28.303Z Checking dropshot-api-manager-types v0.7.2
30172026-06-24T01:51:28.323Z Checking smf v0.2.3
30182026-06-24T01:51:28.411Z Checking nanorand v0.7.0
30192026-06-24T01:51:28.428Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-06-24T01:51:28.477Z Checking whoami v1.6.1
30212026-06-24T01:51:28.555Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-06-24T01:51:28.606Z Checking flume v0.11.1
30232026-06-24T01:51:28.728Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
30242026-06-24T01:51:28.807Z Checking zone v0.3.1
30252026-06-24T01:51:29.337Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30262026-06-24T01:51:30.317Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-24T01:51:31.193Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-24T01:51:34.534Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292026-06-24T01:51:36.595Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30302026-06-24T01:51:37.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
30312026-06-24T01:51:37.882Z
30322026-06-24T01:51:37.882Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30332026-06-24T01:51:38.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-06-24T01:51:38.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-06-24T01:51:38.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-06-24T01:51:38.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30372026-06-24T01:51:38.406Z
30382026-06-24T01:51:38.406Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30392026-06-24T01:51:38.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-06-24T01:51:38.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-06-24T01:51:38.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-06-24T01:51:38.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30432026-06-24T01:51:38.936Z
30442026-06-24T01:51:38.936Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30452026-06-24T01:51:39.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-06-24T01:51:39.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-06-24T01:51:39.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-06-24T01:51:39.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30492026-06-24T01:51:39.464Z
30502026-06-24T01:51:39.464Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30512026-06-24T01:51:39.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-06-24T01:51:39.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-06-24T01:51:39.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-06-24T01:51:39.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30552026-06-24T01:51:39.993Z
30562026-06-24T01:51:39.993Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30572026-06-24T01:51:40.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-06-24T01:51:40.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-06-24T01:51:40.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-06-24T01:51:40.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30612026-06-24T01:51:40.521Z
30622026-06-24T01:51:40.521Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30632026-06-24T01:51:40.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-06-24T01:51:40.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-06-24T01:51:40.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-06-24T01:51:40.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30672026-06-24T01:51:41.053Z
30682026-06-24T01:51:41.053Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30692026-06-24T01:51:41.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-06-24T01:51:41.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-06-24T01:51:41.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-06-24T01:51:41.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30732026-06-24T01:51:41.582Z
30742026-06-24T01:51:41.582Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30752026-06-24T01:51:42.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-06-24T01:51:42.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-06-24T01:51:42.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-06-24T01:51:42.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30792026-06-24T01:51:42.099Z
30802026-06-24T01:51:42.099Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30812026-06-24T01:51:42.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-06-24T01:51:42.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-06-24T01:51:42.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-06-24T01:51:42.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30852026-06-24T01:51:42.627Z
30862026-06-24T01:51:42.627Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30872026-06-24T01:51:43.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-06-24T01:51:43.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-06-24T01:51:43.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-06-24T01:51:43.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30912026-06-24T01:51:43.154Z
30922026-06-24T01:51:43.154Zinfo: running `cargo check --bins` on installinator-client (115/296)
30932026-06-24T01:51:43.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-06-24T01:51:43.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-06-24T01:51:43.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-06-24T01:51:43.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30972026-06-24T01:51:43.683Z
30982026-06-24T01:51:43.683Zinfo: running `cargo check --bins` on nexus-client (116/296)
30992026-06-24T01:51:44.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-06-24T01:51:44.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-06-24T01:51:44.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-06-24T01:51:44.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31032026-06-24T01:51:44.248Z
31042026-06-24T01:51:44.248Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31052026-06-24T01:51:44.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-06-24T01:51:44.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-06-24T01:51:44.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-06-24T01:51:44.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31092026-06-24T01:51:44.810Z
31102026-06-24T01:51:44.810Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31112026-06-24T01:51:45.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-06-24T01:51:45.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-06-24T01:51:45.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-06-24T01:51:45.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31152026-06-24T01:51:45.324Z
31162026-06-24T01:51:45.324Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31172026-06-24T01:51:45.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-06-24T01:51:45.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-06-24T01:51:45.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-06-24T01:51:45.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31212026-06-24T01:51:45.839Z
31222026-06-24T01:51:45.839Zinfo: running `cargo check --bins` on oxide-client (120/296)
31232026-06-24T01:51:46.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-06-24T01:51:46.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-06-24T01:51:46.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-06-24T01:51:46.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31272026-06-24T01:51:46.353Z
31282026-06-24T01:51:46.353Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31292026-06-24T01:51:46.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-06-24T01:51:46.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-06-24T01:51:46.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-06-24T01:51:46.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31332026-06-24T01:51:46.883Z
31342026-06-24T01:51:46.883Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31352026-06-24T01:51:47.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-06-24T01:51:47.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-06-24T01:51:47.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-06-24T01:51:47.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31392026-06-24T01:51:47.398Z
31402026-06-24T01:51:47.398Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31412026-06-24T01:51:47.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-06-24T01:51:47.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-06-24T01:51:47.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-06-24T01:51:47.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31452026-06-24T01:51:47.932Z
31462026-06-24T01:51:47.932Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31472026-06-24T01:51:48.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-06-24T01:51:48.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-06-24T01:51:48.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-06-24T01:51:48.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31512026-06-24T01:51:48.487Z
31522026-06-24T01:51:48.487Zinfo: running `cargo check --bins` on installinator-common (125/296)
31532026-06-24T01:51:48.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-06-24T01:51:48.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-06-24T01:51:48.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-06-24T01:51:48.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31572026-06-24T01:51:49.040Z
31582026-06-24T01:51:49.040Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31592026-06-24T01:51:49.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-06-24T01:51:49.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-06-24T01:51:49.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-06-24T01:51:49.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31632026-06-24T01:51:49.559Z
31642026-06-24T01:51:49.559Zinfo: running `cargo check --bins` on wicket-common (127/296)
31652026-06-24T01:51:50.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-06-24T01:51:50.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-06-24T01:51:50.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-06-24T01:51:50.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31692026-06-24T01:51:50.101Z
31702026-06-24T01:51:50.101Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31712026-06-24T01:51:50.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-06-24T01:51:50.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-06-24T01:51:50.741Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-06-24T01:51:50.850Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-06-24T01:51:50.858Z Checking csv-core v0.1.13
31762026-06-24T01:51:50.866Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-06-24T01:51:50.871Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31782026-06-24T01:51:50.872Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-06-24T01:51:50.891Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-06-24T01:51:50.902Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-06-24T01:51:51.016Z Checking csv v1.4.0
31822026-06-24T01:51:51.053Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-06-24T01:51:51.067Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31842026-06-24T01:51:51.091Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-06-24T01:51:51.110Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-06-24T01:51:51.356Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-06-24T01:51:51.721Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-06-24T01:51:51.724Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-06-24T01:51:52.058Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-06-24T01:51:57.989Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-06-24T01:51:58.520Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-06-24T01:52:00.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
31932026-06-24T01:52:01.068Z
31942026-06-24T01:52:01.068Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31952026-06-24T01:52:01.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-06-24T01:52:01.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-06-24T01:52:01.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-06-24T01:52:01.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31992026-06-24T01:52:01.595Z
32002026-06-24T01:52:01.595Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32012026-06-24T01:52:02.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-06-24T01:52:02.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-06-24T01:52:02.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-06-24T01:52:02.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32052026-06-24T01:52:02.207Z
32062026-06-24T01:52:02.207Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32072026-06-24T01:52:02.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-06-24T01:52:02.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-06-24T01:52:02.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-06-24T01:52:02.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32112026-06-24T01:52:02.817Z
32122026-06-24T01:52:02.818Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32132026-06-24T01:52:03.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-06-24T01:52:03.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-06-24T01:52:03.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-06-24T01:52:03.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32172026-06-24T01:52:03.400Z
32182026-06-24T01:52:03.400Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32192026-06-24T01:52:03.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-06-24T01:52:03.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-06-24T01:52:04.111Z Compiling regress v0.11.1
32222026-06-24T01:52:04.249Z Compiling unsafe-libyaml v0.2.11
32232026-06-24T01:52:04.260Z Compiling semver v0.1.20
32242026-06-24T01:52:04.263Z Compiling radium v0.7.0
32252026-06-24T01:52:04.281Z Checking nom v8.0.0
32262026-06-24T01:52:04.284Z Compiling maybe-uninit v2.0.0
32272026-06-24T01:52:04.284Z Checking tap v1.0.1
32282026-06-24T01:52:04.392Z Checking wyz v0.5.1
32292026-06-24T01:52:04.531Z Compiling rustc_version v0.1.7
32302026-06-24T01:52:04.568Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-06-24T01:52:04.656Z Compiling zerocopy-derive v0.6.6
32322026-06-24T01:52:04.747Z Compiling newtype_derive v0.1.6
32332026-06-24T01:52:04.761Z Compiling serde_yaml v0.9.34+deprecated
32342026-06-24T01:52:04.933Z Compiling cancel-safe-futures v0.1.5
32352026-06-24T01:52:04.978Z Checking crc-catalog v2.4.0
32362026-06-24T01:52:05.074Z Compiling packed_struct v0.10.1
32372026-06-24T01:52:05.134Z Checking funty v2.0.0
32382026-06-24T01:52:05.326Z Compiling owo-colors v4.3.0
32392026-06-24T01:52:05.455Z Checking bitvec v1.0.1
32402026-06-24T01:52:05.507Z Checking zerocopy v0.6.6
32412026-06-24T01:52:05.708Z Checking typify-impl v0.6.2
32422026-06-24T01:52:05.743Z Checking crc v3.4.0
32432026-06-24T01:52:06.043Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-06-24T01:52:06.092Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-06-24T01:52:06.208Z Compiling packed_struct_codegen v0.10.1
32462026-06-24T01:52:06.229Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-24T01:52:06.437Z Checking libsw-core v0.3.2
32482026-06-24T01:52:06.569Z Compiling bitfield-macros v0.19.4
32492026-06-24T01:52:06.587Z Compiling indexmap v1.9.3
32502026-06-24T01:52:06.777Z Checking nodrop v0.1.14
32512026-06-24T01:52:06.791Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-06-24T01:52:06.879Z Checking array-init v0.0.4
32532026-06-24T01:52:06.882Z Checking libsw v3.5.0
32542026-06-24T01:52:06.905Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32552026-06-24T01:52:07.029Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-06-24T01:52:07.194Z Checking smallvec v0.6.14
32572026-06-24T01:52:07.285Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-06-24T01:52:07.298Z Checking bitfield v0.19.4
32592026-06-24T01:52:07.434Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32602026-06-24T01:52:07.551Z Checking linear-map v1.2.0
32612026-06-24T01:52:07.565Z Checking smawk v0.3.2
32622026-06-24T01:52:07.578Z Checking unicode-linebreak v0.1.5
32632026-06-24T01:52:07.696Z Checking hashbrown v0.12.3
32642026-06-24T01:52:07.712Z Checking tagptr v0.2.0
32652026-06-24T01:52:07.724Z Checking base64 v0.21.7
32662026-06-24T01:52:07.788Z Checking textwrap v0.16.2
32672026-06-24T01:52:07.851Z Checking moka v0.12.13
32682026-06-24T01:52:07.941Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32692026-06-24T01:52:07.961Z Checking ron v0.8.1
32702026-06-24T01:52:08.003Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-06-24T01:52:08.176Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-06-24T01:52:08.309Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32732026-06-24T01:52:08.443Z Checking serde-hex v0.1.0
32742026-06-24T01:52:08.484Z Checking steno v0.4.1
32752026-06-24T01:52:08.498Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-24T01:52:08.657Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32772026-06-24T01:52:08.999Z Checking hashbrown v0.13.2
32782026-06-24T01:52:09.256Z Checking crc-any v2.5.0
32792026-06-24T01:52:09.272Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-06-24T01:52:09.440Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32812026-06-24T01:52:09.460Z Checking object v0.30.4
32822026-06-24T01:52:09.491Z Checking hickory-resolver v0.25.2
32832026-06-24T01:52:09.524Z Checking void v1.0.2
32842026-06-24T01:52:09.609Z Checking utf-8 v0.7.6
32852026-06-24T01:52:09.631Z Checking path-slash v0.1.5
32862026-06-24T01:52:09.737Z Checking half v1.8.3
32872026-06-24T01:52:09.750Z Checking tungstenite v0.23.0
32882026-06-24T01:52:09.946Z Checking serde_cbor v0.11.2
32892026-06-24T01:52:09.992Z Checking lzss v0.8.2
32902026-06-24T01:52:10.184Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32912026-06-24T01:52:10.203Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-06-24T01:52:10.264Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32932026-06-24T01:52:10.297Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-24T01:52:10.300Z Compiling typify-macro v0.6.2
32952026-06-24T01:52:10.324Z Checking nix v0.27.1
32962026-06-24T01:52:10.336Z Checking kstat-rs v0.2.4
32972026-06-24T01:52:10.359Z Checking fxhash v0.2.1
32982026-06-24T01:52:10.478Z Checking serde_bytes v0.11.19
32992026-06-24T01:52:10.523Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33002026-06-24T01:52:10.546Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33012026-06-24T01:52:10.612Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33022026-06-24T01:52:10.653Z Checking tokio-tungstenite v0.23.1
33032026-06-24T01:52:10.825Z Checking signal-hook-tokio v0.3.1
33042026-06-24T01:52:11.400Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33052026-06-24T01:52:11.649Z Compiling typify v0.6.2
33062026-06-24T01:52:11.729Z Compiling progenitor-impl v0.14.0
33072026-06-24T01:52:12.308Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33082026-06-24T01:52:12.616Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33092026-06-24T01:52:13.174Z Compiling progenitor-macro v0.14.0
33102026-06-24T01:52:15.472Z Checking progenitor v0.14.0
33112026-06-24T01:52:15.587Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33122026-06-24T01:52:15.590Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-06-24T01:52:18.252Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-06-24T01:52:26.295Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-06-24T01:52:32.867Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33162026-06-24T01:52:34.260Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33172026-06-24T01:52:34.752Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33182026-06-24T01:52:36.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.44s
33192026-06-24T01:52:37.025Z
33202026-06-24T01:52:37.025Zinfo: running `cargo check --bins` on gateway-api (134/296)
33212026-06-24T01:52:37.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-06-24T01:52:37.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-06-24T01:52:37.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-06-24T01:52:37.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33252026-06-24T01:52:37.554Z
33262026-06-24T01:52:37.554Zinfo: running `cargo check --bins` on ipcc (135/296)
33272026-06-24T01:52:38.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-06-24T01:52:38.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-06-24T01:52:38.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-06-24T01:52:38.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33312026-06-24T01:52:38.090Z
33322026-06-24T01:52:38.090Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33332026-06-24T01:52:38.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-06-24T01:52:38.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-06-24T01:52:38.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-06-24T01:52:38.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33372026-06-24T01:52:38.607Z
33382026-06-24T01:52:38.608Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33392026-06-24T01:52:39.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-06-24T01:52:39.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-06-24T01:52:39.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-06-24T01:52:39.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33432026-06-24T01:52:39.160Z
33442026-06-24T01:52:39.160Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33452026-06-24T01:52:39.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-06-24T01:52:39.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-06-24T01:52:39.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-06-24T01:52:39.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33492026-06-24T01:52:39.692Z
33502026-06-24T01:52:39.692Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33512026-06-24T01:52:40.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-06-24T01:52:40.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-06-24T01:52:40.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-06-24T01:52:40.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33552026-06-24T01:52:40.227Z
33562026-06-24T01:52:40.227Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33572026-06-24T01:52:40.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-06-24T01:52:40.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-06-24T01:52:40.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-06-24T01:52:40.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33612026-06-24T01:52:40.762Z
33622026-06-24T01:52:40.762Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33632026-06-24T01:52:41.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-06-24T01:52:41.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-06-24T01:52:41.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-06-24T01:52:41.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33672026-06-24T01:52:41.315Z
33682026-06-24T01:52:41.315Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33692026-06-24T01:52:41.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-06-24T01:52:41.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-06-24T01:52:41.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-06-24T01:52:41.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33732026-06-24T01:52:41.851Z
33742026-06-24T01:52:41.852Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33752026-06-24T01:52:42.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-06-24T01:52:42.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-06-24T01:52:42.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-06-24T01:52:42.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33792026-06-24T01:52:42.386Z
33802026-06-24T01:52:42.386Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33812026-06-24T01:52:42.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-06-24T01:52:42.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-06-24T01:52:42.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-06-24T01:52:42.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33852026-06-24T01:52:42.918Z
33862026-06-24T01:52:42.918Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33872026-06-24T01:52:43.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-06-24T01:52:43.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-06-24T01:52:43.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-06-24T01:52:43.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33912026-06-24T01:52:43.450Z
33922026-06-24T01:52:43.450Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33932026-06-24T01:52:43.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-06-24T01:52:43.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-06-24T01:52:43.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-06-24T01:52:43.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33972026-06-24T01:52:43.983Z
33982026-06-24T01:52:43.983Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
33992026-06-24T01:52:44.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-06-24T01:52:44.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-06-24T01:52:44.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-06-24T01:52:44.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34032026-06-24T01:52:44.518Z
34042026-06-24T01:52:44.518Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34052026-06-24T01:52:44.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-06-24T01:52:44.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-06-24T01:52:44.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-06-24T01:52:44.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34092026-06-24T01:52:45.070Z
34102026-06-24T01:52:45.070Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34112026-06-24T01:52:45.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-06-24T01:52:45.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-06-24T01:52:45.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-06-24T01:52:45.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34152026-06-24T01:52:45.623Z
34162026-06-24T01:52:45.623Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34172026-06-24T01:52:46.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-06-24T01:52:46.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-06-24T01:52:46.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-06-24T01:52:46.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34212026-06-24T01:52:46.172Z
34222026-06-24T01:52:46.172Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34232026-06-24T01:52:46.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-06-24T01:52:46.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-06-24T01:52:46.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-06-24T01:52:46.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34272026-06-24T01:52:46.726Z
34282026-06-24T01:52:46.726Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34292026-06-24T01:52:47.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-06-24T01:52:47.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-06-24T01:52:47.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-06-24T01:52:47.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34332026-06-24T01:52:47.279Z
34342026-06-24T01:52:47.279Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34352026-06-24T01:52:47.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-06-24T01:52:47.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-06-24T01:52:47.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-06-24T01:52:47.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34392026-06-24T01:52:47.833Z
34402026-06-24T01:52:47.833Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34412026-06-24T01:52:48.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-06-24T01:52:48.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-06-24T01:52:48.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-06-24T01:52:48.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34452026-06-24T01:52:48.384Z
34462026-06-24T01:52:48.384Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34472026-06-24T01:52:48.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-06-24T01:52:48.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-06-24T01:52:48.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-06-24T01:52:48.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34512026-06-24T01:52:48.936Z
34522026-06-24T01:52:48.936Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34532026-06-24T01:52:49.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-06-24T01:52:49.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-06-24T01:52:49.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-06-24T01:52:49.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34572026-06-24T01:52:49.499Z
34582026-06-24T01:52:49.500Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34592026-06-24T01:52:49.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-06-24T01:52:49.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-06-24T01:52:49.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-06-24T01:52:49.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34632026-06-24T01:52:50.048Z
34642026-06-24T01:52:50.048Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34652026-06-24T01:52:50.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-06-24T01:52:50.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-06-24T01:52:50.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-06-24T01:52:50.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34692026-06-24T01:52:50.585Z
34702026-06-24T01:52:50.586Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34712026-06-24T01:52:51.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-06-24T01:52:51.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-06-24T01:52:51.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-06-24T01:52:51.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34752026-06-24T01:52:51.115Z
34762026-06-24T01:52:51.115Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34772026-06-24T01:52:51.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-06-24T01:52:51.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-06-24T01:52:51.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-06-24T01:52:51.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34812026-06-24T01:52:51.650Z
34822026-06-24T01:52:51.650Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34832026-06-24T01:52:52.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-06-24T01:52:52.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-06-24T01:52:52.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-06-24T01:52:52.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34872026-06-24T01:52:52.188Z
34882026-06-24T01:52:52.188Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34892026-06-24T01:52:52.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-06-24T01:52:52.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-06-24T01:52:52.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-06-24T01:52:52.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34932026-06-24T01:52:52.723Z
34942026-06-24T01:52:52.723Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34952026-06-24T01:52:53.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-06-24T01:52:53.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-06-24T01:52:53.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-06-24T01:52:53.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34992026-06-24T01:52:53.261Z
35002026-06-24T01:52:53.261Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35012026-06-24T01:52:53.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-06-24T01:52:53.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-06-24T01:52:53.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-06-24T01:52:53.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35052026-06-24T01:52:53.795Z
35062026-06-24T01:52:53.795Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35072026-06-24T01:52:54.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-06-24T01:52:54.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-06-24T01:52:54.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-06-24T01:52:54.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35112026-06-24T01:52:54.324Z
35122026-06-24T01:52:54.324Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35132026-06-24T01:52:54.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-06-24T01:52:54.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-06-24T01:52:54.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-06-24T01:52:54.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35172026-06-24T01:52:54.859Z
35182026-06-24T01:52:54.859Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35192026-06-24T01:52:55.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-06-24T01:52:55.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-06-24T01:52:55.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-06-24T01:52:55.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35232026-06-24T01:52:55.401Z
35242026-06-24T01:52:55.401Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35252026-06-24T01:52:55.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-06-24T01:52:55.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-06-24T01:52:55.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-06-24T01:52:55.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35292026-06-24T01:52:55.946Z
35302026-06-24T01:52:55.946Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35312026-06-24T01:52:56.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-06-24T01:52:56.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-06-24T01:52:56.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-06-24T01:52:56.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35352026-06-24T01:52:56.491Z
35362026-06-24T01:52:56.491Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35372026-06-24T01:52:56.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-06-24T01:52:56.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-06-24T01:52:56.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-06-24T01:52:56.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35412026-06-24T01:52:57.036Z
35422026-06-24T01:52:57.036Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35432026-06-24T01:52:57.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-06-24T01:52:57.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-06-24T01:52:57.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-06-24T01:52:57.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35472026-06-24T01:52:57.582Z
35482026-06-24T01:52:57.582Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35492026-06-24T01:52:58.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-06-24T01:52:58.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-06-24T01:52:58.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-06-24T01:52:58.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35532026-06-24T01:52:58.129Z
35542026-06-24T01:52:58.129Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35552026-06-24T01:52:58.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-06-24T01:52:58.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-06-24T01:52:58.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-06-24T01:52:58.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35592026-06-24T01:52:58.694Z
35602026-06-24T01:52:58.695Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35612026-06-24T01:52:59.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-06-24T01:52:59.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-06-24T01:52:59.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-06-24T01:52:59.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35652026-06-24T01:52:59.224Z
35662026-06-24T01:52:59.224Zinfo: running `cargo check --bins` on dns-server (175/296)
35672026-06-24T01:52:59.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-06-24T01:52:59.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-06-24T01:52:59.817Z Compiling parking_lot_core v0.8.6
35702026-06-24T01:52:59.820Z Compiling git-stub v1.0.0
35712026-06-24T01:52:59.820Z Checking prefix-trie v0.7.0
35722026-06-24T01:52:59.820Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35732026-06-24T01:53:00.040Z Compiling git-stub-vcs v0.1.0
35742026-06-24T01:53:00.197Z Checking hickory-server v0.25.2
35752026-06-24T01:53:00.313Z Checking parking_lot v0.11.2
35762026-06-24T01:53:00.324Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35772026-06-24T01:53:00.393Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35782026-06-24T01:53:00.393Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35792026-06-24T01:53:00.486Z Checking sled v0.34.7
35802026-06-24T01:53:02.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
35812026-06-24T01:53:02.556Z
35822026-06-24T01:53:02.556Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35832026-06-24T01:53:02.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-06-24T01:53:03.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-06-24T01:53:03.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-06-24T01:53:03.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35872026-06-24T01:53:03.083Z
35882026-06-24T01:53:03.083Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35892026-06-24T01:53:03.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-06-24T01:53:03.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-06-24T01:53:03.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-06-24T01:53:03.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35932026-06-24T01:53:03.612Z
35942026-06-24T01:53:03.612Zinfo: running `cargo check --bins` on sp-sim (178/296)
35952026-06-24T01:53:04.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-06-24T01:53:04.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-06-24T01:53:04.284Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35982026-06-24T01:53:06.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
35992026-06-24T01:53:06.223Z
36002026-06-24T01:53:06.223Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36012026-06-24T01:53:06.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-06-24T01:53:06.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-06-24T01:53:06.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-06-24T01:53:06.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36052026-06-24T01:53:06.804Z
36062026-06-24T01:53:06.804Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36072026-06-24T01:53:07.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-06-24T01:53:07.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-06-24T01:53:07.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-06-24T01:53:07.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36112026-06-24T01:53:07.390Z
36122026-06-24T01:53:07.390Zinfo: running `cargo check --bins` on db-macros (181/296)
36132026-06-24T01:53:07.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-06-24T01:53:07.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-06-24T01:53:07.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-06-24T01:53:07.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36172026-06-24T01:53:07.907Z
36182026-06-24T01:53:07.907Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36192026-06-24T01:53:08.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-06-24T01:53:08.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-06-24T01:53:08.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-06-24T01:53:08.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36232026-06-24T01:53:08.422Z
36242026-06-24T01:53:08.422Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36252026-06-24T01:53:08.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-06-24T01:53:08.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-06-24T01:53:08.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-06-24T01:53:08.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36292026-06-24T01:53:09.003Z
36302026-06-24T01:53:09.003Zinfo: running `cargo check --bins` on authz-macros (184/296)
36312026-06-24T01:53:09.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-06-24T01:53:09.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-06-24T01:53:09.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-06-24T01:53:09.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36352026-06-24T01:53:09.520Z
36362026-06-24T01:53:09.521Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36372026-06-24T01:53:09.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-06-24T01:53:09.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-06-24T01:53:09.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-06-24T01:53:10.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36412026-06-24T01:53:10.087Z
36422026-06-24T01:53:10.087Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36432026-06-24T01:53:10.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-06-24T01:53:10.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-06-24T01:53:10.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-06-24T01:53:10.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36472026-06-24T01:53:10.658Z
36482026-06-24T01:53:10.658Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36492026-06-24T01:53:11.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-06-24T01:53:11.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-06-24T01:53:11.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-06-24T01:53:11.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36532026-06-24T01:53:11.176Z
36542026-06-24T01:53:11.176Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36552026-06-24T01:53:11.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-06-24T01:53:11.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-06-24T01:53:11.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-06-24T01:53:11.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36592026-06-24T01:53:11.686Z
36602026-06-24T01:53:11.686Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36612026-06-24T01:53:12.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-06-24T01:53:12.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-06-24T01:53:12.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-06-24T01:53:12.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36652026-06-24T01:53:12.217Z
36662026-06-24T01:53:12.217Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36672026-06-24T01:53:12.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-06-24T01:53:12.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-06-24T01:53:12.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-06-24T01:53:12.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36712026-06-24T01:53:12.734Z
36722026-06-24T01:53:12.735Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36732026-06-24T01:53:13.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-06-24T01:53:13.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-06-24T01:53:13.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-06-24T01:53:13.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36772026-06-24T01:53:13.246Z
36782026-06-24T01:53:13.246Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36792026-06-24T01:53:13.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-06-24T01:53:13.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-06-24T01:53:13.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-06-24T01:53:13.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36832026-06-24T01:53:13.758Z
36842026-06-24T01:53:13.758Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36852026-06-24T01:53:14.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-06-24T01:53:14.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-06-24T01:53:14.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-06-24T01:53:14.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36892026-06-24T01:53:14.338Z
36902026-06-24T01:53:14.339Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36912026-06-24T01:53:14.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-06-24T01:53:14.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-06-24T01:53:14.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-06-24T01:53:14.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-06-24T01:53:14.927Z
36962026-06-24T01:53:14.927Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36972026-06-24T01:53:15.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-06-24T01:53:15.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-06-24T01:53:15.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-06-24T01:53:15.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37012026-06-24T01:53:15.494Z
37022026-06-24T01:53:15.494Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37032026-06-24T01:53:15.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-06-24T01:53:15.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-06-24T01:53:15.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-06-24T01:53:15.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37072026-06-24T01:53:16.046Z
37082026-06-24T01:53:16.046Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37092026-06-24T01:53:16.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-06-24T01:53:16.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-06-24T01:53:16.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-06-24T01:53:16.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37132026-06-24T01:53:16.582Z
37142026-06-24T01:53:16.582Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37152026-06-24T01:53:17.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-06-24T01:53:17.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-06-24T01:53:17.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-06-24T01:53:17.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37192026-06-24T01:53:17.136Z
37202026-06-24T01:53:17.136Zinfo: running `cargo check --bins` on key-manager (199/296)
37212026-06-24T01:53:17.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-06-24T01:53:17.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-06-24T01:53:17.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-06-24T01:53:17.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37252026-06-24T01:53:17.666Z
37262026-06-24T01:53:17.666Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37272026-06-24T01:53:18.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-06-24T01:53:18.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-06-24T01:53:18.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-06-24T01:53:18.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37312026-06-24T01:53:18.218Z
37322026-06-24T01:53:18.218Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37332026-06-24T01:53:18.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-06-24T01:53:18.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-06-24T01:53:18.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-06-24T01:53:18.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37372026-06-24T01:53:18.767Z
37382026-06-24T01:53:18.767Zinfo: running `cargo check --bins` on typed-rng (202/296)
37392026-06-24T01:53:19.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-06-24T01:53:19.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-06-24T01:53:19.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-06-24T01:53:19.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37432026-06-24T01:53:19.286Z
37442026-06-24T01:53:19.286Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37452026-06-24T01:53:19.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-06-24T01:53:19.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-06-24T01:53:20.077Z Compiling libefi-sys v0.1.0
37482026-06-24T01:53:20.080Z Compiling bitfield-struct v0.6.2
37492026-06-24T01:53:20.214Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502026-06-24T01:53:20.222Z Compiling xshell-macros v0.2.7
37512026-06-24T01:53:20.230Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37522026-06-24T01:53:20.243Z Compiling salty v0.3.0
37532026-06-24T01:53:20.257Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37542026-06-24T01:53:20.271Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37552026-06-24T01:53:20.284Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37562026-06-24T01:53:20.383Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37572026-06-24T01:53:20.551Z Checking primeorder v0.13.6
37582026-06-24T01:53:20.569Z Compiling proc-macro-error-attr2 v2.0.0
37592026-06-24T01:53:20.582Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37602026-06-24T01:53:20.584Z Checking xshell v0.2.7
37612026-06-24T01:53:20.713Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37622026-06-24T01:53:20.727Z Checking tungstenite v0.21.0
37632026-06-24T01:53:20.778Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37642026-06-24T01:53:20.792Z Checking p384 v0.13.1
37652026-06-24T01:53:20.817Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-24T01:53:20.918Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37672026-06-24T01:53:20.931Z Compiling num-derive v0.3.3
37682026-06-24T01:53:20.950Z Compiling proc-macro-error2 v2.0.1
37692026-06-24T01:53:21.049Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37702026-06-24T01:53:21.148Z Checking tokio-tungstenite v0.21.0
37712026-06-24T01:53:21.196Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37722026-06-24T01:53:21.211Z Checking papergrid v0.17.0
37732026-06-24T01:53:21.254Z Compiling tabled_derive v0.11.0
37742026-06-24T01:53:21.280Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37752026-06-24T01:53:21.295Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-06-24T01:53:21.409Z Compiling progenitor-impl v0.13.0
37772026-06-24T01:53:21.423Z Checking testing_table v0.3.0
37782026-06-24T01:53:21.519Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37792026-06-24T01:53:21.566Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37802026-06-24T01:53:21.580Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-06-24T01:53:21.770Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37822026-06-24T01:53:21.773Z Compiling unicase v2.9.0
37832026-06-24T01:53:21.811Z Checking libscf-sys v1.1.0
37842026-06-24T01:53:21.945Z Compiling illumos-nvpair-sys v0.2.0
37852026-06-24T01:53:21.964Z Checking corncobs v0.1.4
37862026-06-24T01:53:21.985Z Compiling mime_guess v2.0.5
37872026-06-24T01:53:22.053Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-06-24T01:53:22.093Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-06-24T01:53:22.167Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37902026-06-24T01:53:22.186Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37912026-06-24T01:53:22.262Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-06-24T01:53:22.285Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-06-24T01:53:22.396Z Checking tabled v0.20.0
37942026-06-24T01:53:22.525Z Checking progenitor-client v0.13.0
37952026-06-24T01:53:22.593Z Checking secrecy v0.8.0
37962026-06-24T01:53:22.720Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37972026-06-24T01:53:22.748Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37982026-06-24T01:53:22.838Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37992026-06-24T01:53:22.956Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38002026-06-24T01:53:23.151Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
38012026-06-24T01:53:23.225Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38022026-06-24T01:53:23.242Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38032026-06-24T01:53:23.298Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38042026-06-24T01:53:23.331Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38052026-06-24T01:53:23.495Z Checking filetime v0.2.27
38062026-06-24T01:53:23.510Z Checking http-range v0.1.5
38072026-06-24T01:53:23.634Z Checking crc8 v0.1.1
38082026-06-24T01:53:23.685Z Checking xattr v1.6.1
38092026-06-24T01:53:23.744Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38102026-06-24T01:53:23.822Z Checking tar v0.4.45
38112026-06-24T01:53:23.921Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38122026-06-24T01:53:23.974Z Compiling progenitor-macro v0.13.0
38132026-06-24T01:53:24.004Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-06-24T01:53:24.152Z Checking illumos-nvpair v0.3.0
38152026-06-24T01:53:24.206Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38162026-06-24T01:53:24.304Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38172026-06-24T01:53:24.319Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38182026-06-24T01:53:24.444Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38192026-06-24T01:53:24.485Z Checking atty v0.2.14
38202026-06-24T01:53:24.583Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
38212026-06-24T01:53:24.599Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38222026-06-24T01:53:24.762Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38232026-06-24T01:53:24.789Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38242026-06-24T01:53:24.910Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38252026-06-24T01:53:24.926Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38262026-06-24T01:53:24.939Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38272026-06-24T01:53:25.105Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38282026-06-24T01:53:25.143Z Checking hyper-staticfile v0.10.1
38292026-06-24T01:53:25.255Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38302026-06-24T01:53:25.324Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-24T01:53:25.434Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-24T01:53:25.517Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-06-24T01:53:25.708Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-06-24T01:53:25.790Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38352026-06-24T01:53:26.008Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
38362026-06-24T01:53:26.327Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-24T01:53:26.917Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38382026-06-24T01:53:27.394Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38392026-06-24T01:53:27.809Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38402026-06-24T01:53:28.074Z Checking progenitor v0.13.0
38412026-06-24T01:53:28.210Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38422026-06-24T01:53:30.319Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38432026-06-24T01:53:33.555Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38442026-06-24T01:53:44.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.17s
38452026-06-24T01:53:44.671Z
38462026-06-24T01:53:44.671Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38472026-06-24T01:53:45.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-06-24T01:53:45.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-06-24T01:53:45.387Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38502026-06-24T01:53:56.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38512026-06-24T01:53:56.308Z
38522026-06-24T01:53:56.308Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38532026-06-24T01:53:56.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-06-24T01:53:56.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-06-24T01:53:57.028Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38562026-06-24T01:54:07.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38572026-06-24T01:54:07.855Z
38582026-06-24T01:54:07.855Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38592026-06-24T01:54:08.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-06-24T01:54:08.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-06-24T01:54:08.574Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-06-24T01:54:19.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38632026-06-24T01:54:19.515Z
38642026-06-24T01:54:19.515Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38652026-06-24T01:54:20.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-06-24T01:54:20.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-06-24T01:54:20.230Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-06-24T01:54:30.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38692026-06-24T01:54:31.102Z
38702026-06-24T01:54:31.102Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38712026-06-24T01:54:31.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-06-24T01:54:31.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-06-24T01:54:31.817Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-06-24T01:54:42.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38752026-06-24T01:54:42.711Z
38762026-06-24T01:54:42.711Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38772026-06-24T01:54:43.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-06-24T01:54:43.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-06-24T01:54:43.430Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-06-24T01:54:54.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38812026-06-24T01:54:54.282Z
38822026-06-24T01:54:54.282Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38832026-06-24T01:54:54.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-06-24T01:54:54.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-06-24T01:54:54.998Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-06-24T01:55:05.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38872026-06-24T01:55:05.856Z
38882026-06-24T01:55:05.856Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38892026-06-24T01:55:06.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-06-24T01:55:06.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-06-24T01:55:06.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-06-24T01:55:06.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38932026-06-24T01:55:06.395Z
38942026-06-24T01:55:06.395Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38952026-06-24T01:55:06.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-06-24T01:55:06.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-06-24T01:55:06.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-06-24T01:55:06.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38992026-06-24T01:55:06.929Z
39002026-06-24T01:55:06.929Zinfo: running `cargo check --bins` on range-requests (213/296)
39012026-06-24T01:55:07.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-06-24T01:55:07.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-06-24T01:55:07.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-06-24T01:55:07.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39052026-06-24T01:55:07.447Z
39062026-06-24T01:55:07.447Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39072026-06-24T01:55:07.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-06-24T01:55:07.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-06-24T01:55:07.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-06-24T01:55:07.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39112026-06-24T01:55:07.974Z
39122026-06-24T01:55:07.974Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39132026-06-24T01:55:08.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-06-24T01:55:08.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-06-24T01:55:08.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-06-24T01:55:08.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39172026-06-24T01:55:08.522Z
39182026-06-24T01:55:08.522Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39192026-06-24T01:55:08.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-06-24T01:55:09.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-06-24T01:55:09.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-06-24T01:55:09.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39232026-06-24T01:55:09.068Z
39242026-06-24T01:55:09.068Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39252026-06-24T01:55:09.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-06-24T01:55:09.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-06-24T01:55:09.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-06-24T01:55:09.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39292026-06-24T01:55:09.613Z
39302026-06-24T01:55:09.613Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39312026-06-24T01:55:10.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-06-24T01:55:10.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-06-24T01:55:10.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-06-24T01:55:10.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39352026-06-24T01:55:10.167Z
39362026-06-24T01:55:10.167Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39372026-06-24T01:55:10.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-06-24T01:55:10.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-06-24T01:55:10.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-06-24T01:55:10.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39412026-06-24T01:55:10.719Z
39422026-06-24T01:55:10.719Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39432026-06-24T01:55:11.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-06-24T01:55:11.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-06-24T01:55:11.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-06-24T01:55:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39472026-06-24T01:55:11.269Z
39482026-06-24T01:55:11.269Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39492026-06-24T01:55:11.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-06-24T01:55:11.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-06-24T01:55:11.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-06-24T01:55:11.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39532026-06-24T01:55:11.814Z
39542026-06-24T01:55:11.814Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39552026-06-24T01:55:12.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-06-24T01:55:12.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-06-24T01:55:12.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-06-24T01:55:12.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39592026-06-24T01:55:12.368Z
39602026-06-24T01:55:12.368Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39612026-06-24T01:55:12.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-06-24T01:55:12.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-06-24T01:55:12.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-06-24T01:55:12.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39652026-06-24T01:55:12.923Z
39662026-06-24T01:55:12.923Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39672026-06-24T01:55:13.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-06-24T01:55:13.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-06-24T01:55:13.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-06-24T01:55:13.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39712026-06-24T01:55:13.475Z
39722026-06-24T01:55:13.475Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39732026-06-24T01:55:13.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-06-24T01:55:13.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-06-24T01:55:13.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-06-24T01:55:13.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39772026-06-24T01:55:14.051Z
39782026-06-24T01:55:14.051Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39792026-06-24T01:55:14.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-06-24T01:55:14.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-06-24T01:55:14.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-06-24T01:55:14.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39832026-06-24T01:55:14.604Z
39842026-06-24T01:55:14.604Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39852026-06-24T01:55:15.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-06-24T01:55:15.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-06-24T01:55:15.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-06-24T01:55:15.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39892026-06-24T01:55:15.172Z
39902026-06-24T01:55:15.172Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39912026-06-24T01:55:15.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-06-24T01:55:15.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-06-24T01:55:15.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-06-24T01:55:15.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39952026-06-24T01:55:15.750Z
39962026-06-24T01:55:15.750Zinfo: running `cargo check --bins` on update-common (229/296)
39972026-06-24T01:55:16.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-06-24T01:55:16.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-06-24T01:55:16.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-06-24T01:55:16.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40012026-06-24T01:55:16.285Z
40022026-06-24T01:55:16.285Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40032026-06-24T01:55:16.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-06-24T01:55:16.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-06-24T01:55:16.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-06-24T01:55:16.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40072026-06-24T01:55:16.869Z
40082026-06-24T01:55:16.869Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40092026-06-24T01:55:17.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-06-24T01:55:17.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-06-24T01:55:17.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-06-24T01:55:17.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40132026-06-24T01:55:17.379Z
40142026-06-24T01:55:17.379Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40152026-06-24T01:55:17.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-06-24T01:55:17.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-06-24T01:55:18.095Z Compiling fs-err v2.11.0
40182026-06-24T01:55:18.099Z Checking ignore v0.4.25
40192026-06-24T01:55:18.099Z Checking arc-swap v1.8.2
40202026-06-24T01:55:18.220Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40212026-06-24T01:55:18.223Z Checking predicates-tree v1.0.13
40222026-06-24T01:55:18.239Z Checking parse-size v1.1.0
40232026-06-24T01:55:18.250Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40242026-06-24T01:55:18.253Z Checking rand_seeder v0.4.0
40252026-06-24T01:55:18.317Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40262026-06-24T01:55:18.346Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40272026-06-24T01:55:18.399Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40282026-06-24T01:55:18.416Z Checking slog-scope v4.4.1
40292026-06-24T01:55:18.451Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40302026-06-24T01:55:18.541Z Checking slog-stdlog v4.1.1
40312026-06-24T01:55:18.556Z Compiling petname v2.0.2
40322026-06-24T01:55:18.571Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40332026-06-24T01:55:18.604Z Checking globwalk v0.9.1
40342026-06-24T01:55:18.651Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40352026-06-24T01:55:18.665Z Checking slog-envlogger v2.2.0
40362026-06-24T01:55:18.780Z Checking camino-tempfile-ext v0.3.3
40372026-06-24T01:55:18.811Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40382026-06-24T01:55:18.848Z Checking sapling-renderdag v0.1.0
40392026-06-24T01:55:18.969Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40402026-06-24T01:55:18.996Z Checking subprocess v0.2.15
40412026-06-24T01:55:19.097Z Checking sync-ptr v0.1.4
40422026-06-24T01:55:19.171Z Checking colored v2.2.0
40432026-06-24T01:55:19.212Z Checking assert_matches v1.5.0
40442026-06-24T01:55:19.282Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40452026-06-24T01:55:19.483Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40462026-06-24T01:55:19.486Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-06-24T01:55:20.186Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40482026-06-24T01:55:21.496Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40492026-06-24T01:55:23.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
40502026-06-24T01:55:23.851Z
40512026-06-24T01:55:23.851Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40522026-06-24T01:55:24.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-06-24T01:55:24.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-06-24T01:55:24.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-06-24T01:55:24.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40562026-06-24T01:55:24.361Z
40572026-06-24T01:55:24.361Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40582026-06-24T01:55:24.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-06-24T01:55:24.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-06-24T01:55:24.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-06-24T01:55:24.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40622026-06-24T01:55:24.905Z
40632026-06-24T01:55:24.905Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40642026-06-24T01:55:25.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-06-24T01:55:25.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-06-24T01:55:25.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-06-24T01:55:25.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40682026-06-24T01:55:25.483Z
40692026-06-24T01:55:25.483Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40702026-06-24T01:55:25.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-06-24T01:55:25.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-06-24T01:55:26.155Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40732026-06-24T01:55:26.155Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40742026-06-24T01:55:26.793Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40752026-06-24T01:55:28.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
40762026-06-24T01:55:28.528Z
40772026-06-24T01:55:28.528Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40782026-06-24T01:55:28.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-06-24T01:55:28.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-06-24T01:55:28.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-06-24T01:55:28.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40822026-06-24T01:55:29.056Z
40832026-06-24T01:55:29.056Zinfo: running `cargo check --bins` on cert-dev (238/296)
40842026-06-24T01:55:29.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-06-24T01:55:29.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-06-24T01:55:29.608Z Checking yasna v0.5.2
40872026-06-24T01:55:30.010Z Checking rcgen v0.12.1
40882026-06-24T01:55:30.259Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40892026-06-24T01:55:30.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40902026-06-24T01:55:30.593Z
40912026-06-24T01:55:30.593Zinfo: running `cargo check --bins` on clickana (239/296)
40922026-06-24T01:55:31.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-06-24T01:55:31.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-06-24T01:55:31.184Z Compiling darling_core v0.23.0
40952026-06-24T01:55:31.191Z Compiling instability v0.3.11
40962026-06-24T01:55:31.293Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40972026-06-24T01:55:31.296Z Checking castaway v0.2.4
40982026-06-24T01:55:31.303Z Compiling indoc v2.0.7
40992026-06-24T01:55:31.306Z Checking unicode-truncate v1.1.0
41002026-06-24T01:55:31.318Z Checking lru v0.12.5
41012026-06-24T01:55:31.318Z Checking cassowary v0.3.0
41022026-06-24T01:55:31.378Z Checking compact_str v0.8.1
41032026-06-24T01:55:32.599Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41042026-06-24T01:55:32.705Z Compiling darling_macro v0.23.0
41052026-06-24T01:55:32.772Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41062026-06-24T01:55:33.121Z Compiling darling v0.23.0
41072026-06-24T01:55:33.746Z Checking ratatui v0.29.0
41082026-06-24T01:55:34.811Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41092026-06-24T01:55:35.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
41102026-06-24T01:55:35.651Z
41112026-06-24T01:55:35.651Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41122026-06-24T01:55:36.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-06-24T01:55:36.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-06-24T01:55:36.322Z Checking headers-core v0.3.0
41152026-06-24T01:55:36.322Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41162026-06-24T01:55:36.515Z Checking headers v0.4.1
41172026-06-24T01:55:36.890Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41182026-06-24T01:55:37.761Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41192026-06-24T01:55:38.244Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41202026-06-24T01:55:38.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
41212026-06-24T01:55:38.825Z
41222026-06-24T01:55:38.825Zinfo: running `cargo check --bins` on ch-dev (241/296)
41232026-06-24T01:55:39.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-06-24T01:55:39.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-06-24T01:55:39.490Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41262026-06-24T01:55:40.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41272026-06-24T01:55:40.397Z
41282026-06-24T01:55:40.397Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41292026-06-24T01:55:40.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-06-24T01:55:40.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-06-24T01:55:40.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41322026-06-24T01:55:40.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41332026-06-24T01:55:40.788Z
41342026-06-24T01:55:40.788Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41352026-06-24T01:55:41.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-06-24T01:55:41.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-06-24T01:55:41.457Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41382026-06-24T01:55:42.445Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41392026-06-24T01:55:42.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
41402026-06-24T01:55:42.974Z
41412026-06-24T01:55:42.974Zinfo: running `cargo check --bins` on db-dev (244/296)
41422026-06-24T01:55:43.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-24T01:55:43.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-24T01:55:43.629Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41452026-06-24T01:55:44.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41462026-06-24T01:55:44.550Z
41472026-06-24T01:55:44.550Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41482026-06-24T01:55:45.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-06-24T01:55:45.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-06-24T01:55:45.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-06-24T01:55:45.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41522026-06-24T01:55:45.130Z
41532026-06-24T01:55:45.130Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41542026-06-24T01:55:45.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-06-24T01:55:45.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-06-24T01:55:45.684Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41572026-06-24T01:55:46.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41582026-06-24T01:55:46.525Z
41592026-06-24T01:55:46.525Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41602026-06-24T01:55:47.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-06-24T01:55:47.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-06-24T01:55:47.225Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41632026-06-24T01:55:47.225Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-24T01:55:47.228Z Checking git-stub v1.0.0
41652026-06-24T01:55:47.228Z Compiling trait-variant v0.1.2
41662026-06-24T01:55:47.228Z Checking maplit v1.0.2
41672026-06-24T01:55:47.228Z Checking is_ci v1.2.0
41682026-06-24T01:55:47.351Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41692026-06-24T01:55:47.377Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41702026-06-24T01:55:47.406Z Checking drift v0.2.0
41712026-06-24T01:55:47.431Z Checking supports-color v3.0.2
41722026-06-24T01:55:47.498Z Checking git-stub-vcs v0.1.0
41732026-06-24T01:55:47.560Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41742026-06-24T01:55:47.585Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41752026-06-24T01:55:47.599Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-24T01:55:47.688Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41772026-06-24T01:55:47.746Z Checking dropshot-api-manager v0.7.2
41782026-06-24T01:55:47.794Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792026-06-24T01:55:47.836Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41802026-06-24T01:55:47.853Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41812026-06-24T01:55:48.074Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41822026-06-24T01:55:48.586Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-24T01:55:49.542Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-24T01:55:50.741Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-24T01:55:51.340Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-24T01:55:51.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
41872026-06-24T01:55:51.958Z
41882026-06-24T01:55:51.958Zinfo: running `cargo check --bins` on installinator-api (248/296)
41892026-06-24T01:55:52.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-24T01:55:52.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-24T01:55:52.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-24T01:55:52.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41932026-06-24T01:55:52.487Z
41942026-06-24T01:55:52.487Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41952026-06-24T01:55:52.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-24T01:55:52.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-24T01:55:52.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-24T01:55:52.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41992026-06-24T01:55:53.050Z
42002026-06-24T01:55:53.050Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42012026-06-24T01:55:53.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-24T01:55:53.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-24T01:55:53.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-24T01:55:53.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42052026-06-24T01:55:53.607Z
42062026-06-24T01:55:53.608Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42072026-06-24T01:55:54.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-24T01:55:54.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-24T01:55:54.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-24T01:55:54.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42112026-06-24T01:55:54.177Z
42122026-06-24T01:55:54.177Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42132026-06-24T01:55:54.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-24T01:55:54.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-24T01:55:54.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-24T01:55:54.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42172026-06-24T01:55:54.702Z
42182026-06-24T01:55:54.702Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42192026-06-24T01:55:55.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-24T01:55:55.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-24T01:55:55.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-24T01:55:55.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42232026-06-24T01:55:55.219Z
42242026-06-24T01:55:55.219Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42252026-06-24T01:55:55.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-24T01:55:55.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-24T01:55:55.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-24T01:55:55.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42292026-06-24T01:55:55.761Z
42302026-06-24T01:55:55.761Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42312026-06-24T01:55:56.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-24T01:55:56.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-24T01:55:56.317Z Checking typeid v1.0.3
42342026-06-24T01:55:56.425Z Checking ordered-float v2.10.1
42352026-06-24T01:55:56.443Z Checking unicode-xid v0.2.6
42362026-06-24T01:55:56.455Z Checking cargo-platform v0.2.0
42372026-06-24T01:55:56.463Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-24T01:55:56.492Z Checking erased-serde v0.4.9
42392026-06-24T01:55:56.634Z Checking serde-value v0.7.0
42402026-06-24T01:55:56.806Z Checking serde-untagged v0.1.9
42412026-06-24T01:55:56.963Z Checking cargo-util-schemas v0.8.2
42422026-06-24T01:55:57.654Z Checking cargo_metadata v0.21.0
42432026-06-24T01:55:58.277Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-24T01:55:59.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
42452026-06-24T01:55:59.186Z
42462026-06-24T01:55:59.186Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42472026-06-24T01:55:59.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-24T01:55:59.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-24T01:55:59.862Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-24T01:56:00.467Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-24T01:56:00.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42522026-06-24T01:56:01.143Z
42532026-06-24T01:56:01.143Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42542026-06-24T01:56:01.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-24T01:56:01.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-24T01:56:02.041Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42572026-06-24T01:56:02.041Z Compiling vergen-lib v0.1.6
42582026-06-24T01:56:02.044Z Compiling diesel_derives v2.3.7
42592026-06-24T01:56:02.044Z Compiling dsl_auto_type v0.2.0
42602026-06-24T01:56:02.044Z Checking scheduled-thread-pool v0.2.7
42612026-06-24T01:56:02.044Z Compiling vergen-gitcl v1.0.8
42622026-06-24T01:56:02.044Z Compiling diesel_table_macro_syntax v0.3.0
42632026-06-24T01:56:02.044Z Compiling dirs-sys-next v0.1.2
42642026-06-24T01:56:02.301Z Compiling glob v0.3.3
42652026-06-24T01:56:02.365Z Compiling crunchy v0.2.4
42662026-06-24T01:56:02.426Z Compiling dirs-next v2.0.0
42672026-06-24T01:56:02.441Z Checking r2d2 v0.8.10
42682026-06-24T01:56:02.475Z Checking downcast-rs v2.0.2
42692026-06-24T01:56:02.544Z Compiling tiny-keccak v2.0.2
42702026-06-24T01:56:02.569Z Compiling term v0.7.0
42712026-06-24T01:56:02.681Z Compiling clang-sys v1.8.1
42722026-06-24T01:56:02.746Z Compiling bit-vec v0.6.3
42732026-06-24T01:56:02.812Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42742026-06-24T01:56:02.972Z Compiling bit-set v0.5.3
42752026-06-24T01:56:03.024Z Compiling ascii-canvas v3.0.0
42762026-06-24T01:56:03.062Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42772026-06-24T01:56:03.118Z Compiling itertools v0.10.5
42782026-06-24T01:56:03.136Z Compiling ena v0.14.4
42792026-06-24T01:56:03.178Z Compiling libloading v0.8.9
42802026-06-24T01:56:03.194Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42812026-06-24T01:56:03.213Z Compiling diff v0.1.13
42822026-06-24T01:56:03.262Z Compiling regex-syntax v0.6.29
42832026-06-24T01:56:03.343Z Compiling bindgen v0.71.1
42842026-06-24T01:56:03.500Z Compiling cexpr v0.6.0
42852026-06-24T01:56:03.788Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-24T01:56:03.803Z Compiling rustc-hash v2.1.1
42872026-06-24T01:56:03.998Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-24T01:56:04.129Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-24T01:56:04.178Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-06-24T01:56:04.181Z Compiling libxml v0.3.3
42912026-06-24T01:56:04.430Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-06-24T01:56:04.455Z Compiling strum_macros v0.24.3
42932026-06-24T01:56:04.458Z Compiling indoc v1.0.9
42942026-06-24T01:56:04.618Z Compiling lalrpop v0.19.12
42952026-06-24T01:56:05.383Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42962026-06-24T01:56:05.573Z Checking derive_builder v0.20.2
42972026-06-24T01:56:05.695Z Compiling oso-derive v0.27.3
42982026-06-24T01:56:05.809Z Checking quick-xml v0.37.5
42992026-06-24T01:56:05.894Z Compiling impl-trait-for-tuples v0.2.3
43002026-06-24T01:56:06.193Z Checking openssl-probe v0.1.6
43012026-06-24T01:56:06.339Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43022026-06-24T01:56:06.683Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43032026-06-24T01:56:06.875Z Checking bb8 v0.8.6
43042026-06-24T01:56:07.058Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43052026-06-24T01:56:07.095Z Compiling libz-sys v1.1.24
43062026-06-24T01:56:07.168Z Checking nonempty v0.12.0
43072026-06-24T01:56:07.280Z Compiling strsim v0.10.0
43082026-06-24T01:56:07.336Z Compiling libgit2-sys v0.18.3+1.9.2
43092026-06-24T01:56:07.416Z Compiling vergen-git2 v9.1.0
43102026-06-24T01:56:07.533Z Compiling darling_core v0.13.4
43112026-06-24T01:56:07.643Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43122026-06-24T01:56:07.723Z Compiling base64 v0.21.7
43132026-06-24T01:56:07.859Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43142026-06-24T01:56:08.048Z Compiling ron v0.8.1
43152026-06-24T01:56:08.108Z Checking diesel v2.3.7
43162026-06-24T01:56:08.826Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-24T01:56:09.006Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-24T01:56:09.110Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43192026-06-24T01:56:09.298Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43202026-06-24T01:56:09.406Z Compiling darling_macro v0.13.4
43212026-06-24T01:56:09.488Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43222026-06-24T01:56:09.676Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43232026-06-24T01:56:09.871Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43242026-06-24T01:56:09.887Z Compiling darling v0.13.4
43252026-06-24T01:56:09.979Z Compiling serde_with_macros v1.5.2
43262026-06-24T01:56:10.058Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272026-06-24T01:56:10.249Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-06-24T01:56:10.356Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43292026-06-24T01:56:10.434Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43302026-06-24T01:56:10.813Z Compiling serde_with v1.14.0
43312026-06-24T01:56:11.945Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43322026-06-24T01:56:11.985Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43332026-06-24T01:56:12.200Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43342026-06-24T01:56:12.870Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43352026-06-24T01:56:13.549Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43362026-06-24T01:56:13.566Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-06-24T01:56:13.809Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43382026-06-24T01:56:14.171Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43392026-06-24T01:56:14.367Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43402026-06-24T01:56:14.422Z Checking twox-hash v2.1.2
43412026-06-24T01:56:14.679Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43422026-06-24T01:56:14.736Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43432026-06-24T01:56:14.775Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43442026-06-24T01:56:15.504Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43452026-06-24T01:56:15.664Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43462026-06-24T01:56:16.443Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43472026-06-24T01:56:16.761Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43482026-06-24T01:56:16.954Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43492026-06-24T01:56:17.113Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
43502026-06-24T01:56:17.610Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43512026-06-24T01:56:17.801Z Checking console v0.16.2
43522026-06-24T01:56:18.084Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43532026-06-24T01:56:18.113Z Checking fatfs v0.3.6
43542026-06-24T01:56:18.234Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43552026-06-24T01:56:18.567Z Checking unit-prefix v0.5.2
43562026-06-24T01:56:18.708Z Compiling seq-macro v0.3.6
43572026-06-24T01:56:19.231Z Checking indicatif v0.18.4
43582026-06-24T01:56:19.621Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43592026-06-24T01:56:19.641Z Checking support-bundle-viewer v0.1.2
43602026-06-24T01:56:19.870Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43612026-06-24T01:56:19.888Z Checking multimap v0.10.1
43622026-06-24T01:56:25.963Z Checking async-bb8-diesel v0.2.1
43632026-06-24T01:56:26.341Z Checking diesel-dtrace v0.5.0
43642026-06-24T01:56:29.289Z Compiling samael v0.0.19
43652026-06-24T01:56:34.788Z Compiling git2 v0.20.4
43662026-06-24T01:56:35.360Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43672026-06-24T01:56:36.508Z Compiling polar-core v0.27.3
43682026-06-24T01:56:37.184Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
43692026-06-24T01:56:41.083Z Checking oso v0.27.3
43702026-06-24T01:57:10.761Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43712026-06-24T01:58:23.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43722026-06-24T01:58:24.195Z
43732026-06-24T01:58:24.195Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43742026-06-24T01:58:24.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-06-24T01:58:24.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-06-24T01:58:24.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-06-24T01:58:24.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43782026-06-24T01:58:24.812Z
43792026-06-24T01:58:24.812Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43802026-06-24T01:58:25.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-06-24T01:58:25.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-06-24T01:58:25.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-06-24T01:58:25.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43842026-06-24T01:58:25.404Z
43852026-06-24T01:58:25.404Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
43862026-06-24T01:58:25.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-06-24T01:58:25.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-06-24T01:58:25.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-06-24T01:58:25.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43902026-06-24T01:58:25.996Z
43912026-06-24T01:58:25.996Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
43922026-06-24T01:58:26.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-06-24T01:58:26.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-06-24T01:58:26.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-06-24T01:58:26.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43962026-06-24T01:58:26.510Z
43972026-06-24T01:58:26.510Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
43982026-06-24T01:58:27.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-06-24T01:58:27.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-06-24T01:58:27.293Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44012026-06-24T01:58:28.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44022026-06-24T01:58:28.234Z
44032026-06-24T01:58:28.234Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44042026-06-24T01:58:28.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-06-24T01:58:28.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-06-24T01:58:29.008Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44072026-06-24T01:59:06.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s
44082026-06-24T01:59:06.823Z
44092026-06-24T01:59:06.823Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44102026-06-24T01:59:07.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-06-24T01:59:07.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-06-24T01:59:07.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-06-24T01:59:07.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44142026-06-24T01:59:07.335Z
44152026-06-24T01:59:07.336Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44162026-06-24T01:59:07.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-24T01:59:07.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-24T01:59:07.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-06-24T01:59:07.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44202026-06-24T01:59:07.911Z
44212026-06-24T01:59:07.911Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44222026-06-24T01:59:08.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-24T01:59:08.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-24T01:59:08.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-06-24T01:59:08.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44262026-06-24T01:59:08.501Z
44272026-06-24T01:59:08.501Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44282026-06-24T01:59:08.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-06-24T01:59:08.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-06-24T01:59:08.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-06-24T01:59:09.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44322026-06-24T01:59:09.090Z
44332026-06-24T01:59:09.090Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44342026-06-24T01:59:09.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-06-24T01:59:09.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-06-24T01:59:09.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-06-24T01:59:09.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44382026-06-24T01:59:09.660Z
44392026-06-24T01:59:09.660Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44402026-06-24T01:59:10.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-24T01:59:10.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-24T01:59:10.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-06-24T01:59:10.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44442026-06-24T01:59:10.244Z
44452026-06-24T01:59:10.244Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44462026-06-24T01:59:10.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-24T01:59:10.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-24T01:59:10.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-06-24T01:59:10.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-06-24T01:59:10.825Z
44512026-06-24T01:59:10.825Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44522026-06-24T01:59:11.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-24T01:59:11.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-24T01:59:11.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-24T01:59:11.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44562026-06-24T01:59:11.413Z
44572026-06-24T01:59:11.413Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44582026-06-24T01:59:11.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-24T01:59:11.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-24T01:59:12.256Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44612026-06-24T01:59:12.256Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44622026-06-24T01:59:12.405Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44632026-06-24T01:59:12.420Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44642026-06-24T01:59:12.432Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44652026-06-24T01:59:12.435Z Checking yansi v1.0.1
44662026-06-24T01:59:12.435Z Checking diff v0.1.13
44672026-06-24T01:59:12.450Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44682026-06-24T01:59:12.574Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44692026-06-24T01:59:12.740Z Checking pretty_assertions v1.4.1
44702026-06-24T01:59:13.417Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44712026-06-24T01:59:13.480Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44722026-06-24T01:59:37.779Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44732026-06-24T01:59:37.788Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44742026-06-24T01:59:37.788Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44752026-06-24T01:59:37.788Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44762026-06-24T01:59:37.788Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44772026-06-24T01:59:37.788Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44782026-06-24T01:59:38.595Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44792026-06-24T01:59:38.599Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44802026-06-24T01:59:39.797Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44812026-06-24T02:00:17.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44822026-06-24T02:00:17.699Z
44832026-06-24T02:00:17.700Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44842026-06-24T02:00:18.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-06-24T02:00:18.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-06-24T02:00:18.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-06-24T02:00:18.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44882026-06-24T02:00:18.217Z
44892026-06-24T02:00:18.217Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
44902026-06-24T02:00:18.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-06-24T02:00:18.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-06-24T02:00:18.934Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44932026-06-24T02:00:19.050Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44942026-06-24T02:00:19.055Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44952026-06-24T02:00:46.475Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44962026-06-24T02:00:46.507Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44972026-06-24T02:00:48.110Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44982026-06-24T02:00:48.549Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44992026-06-24T02:00:51.517Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45002026-06-24T02:01:15.047Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45012026-06-24T02:01:15.736Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45022026-06-24T02:01:17.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.12s
45032026-06-24T02:01:17.542Z
45042026-06-24T02:01:17.542Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45052026-06-24T02:01:18.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-06-24T02:01:18.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-06-24T02:01:18.203Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45082026-06-24T02:01:18.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45092026-06-24T02:01:19.060Z
45102026-06-24T02:01:19.060Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45112026-06-24T02:01:19.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-06-24T02:01:19.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-06-24T02:01:19.659Z Compiling blake3 v1.8.5
45142026-06-24T02:01:19.763Z Checking arrayref v0.3.9
45152026-06-24T02:01:19.763Z Checking arrayvec v0.7.6
45162026-06-24T02:01:19.769Z Checking constant_time_eq v0.4.2
45172026-06-24T02:01:19.781Z Checking topological-sort v0.2.2
45182026-06-24T02:01:19.785Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45192026-06-24T02:01:19.785Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45202026-06-24T02:01:19.785Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45212026-06-24T02:01:19.819Z Checking shell-words v1.1.1
45222026-06-24T02:01:20.647Z Checking omicron-zone-package v0.12.2
45232026-06-24T02:01:21.370Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45242026-06-24T02:01:22.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
45252026-06-24T02:01:22.410Z
45262026-06-24T02:01:22.410Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45272026-06-24T02:01:22.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-06-24T02:01:22.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-06-24T02:01:22.996Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45302026-06-24T02:01:23.317Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45312026-06-24T02:01:23.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45322026-06-24T02:01:23.883Z
45332026-06-24T02:01:23.883Zinfo: running `cargo check --bins` on schema (278/296)
45342026-06-24T02:01:24.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-06-24T02:01:24.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-06-24T02:01:24.553Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45372026-06-24T02:01:25.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45382026-06-24T02:01:25.410Z
45392026-06-24T02:01:25.410Zinfo: running `cargo check --bins` on xtask (279/296)
45402026-06-24T02:01:25.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-06-24T02:01:25.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-06-24T02:01:25.795Z Checking libc v0.2.185
45432026-06-24T02:01:25.869Z Checking serde v1.0.228
45442026-06-24T02:01:25.874Z Checking zerofrom v0.1.6
45452026-06-24T02:01:25.878Z Checking bitflags v2.11.0
45462026-06-24T02:01:25.883Z Checking smallvec v1.15.1
45472026-06-24T02:01:25.889Z Checking indexmap v2.14.0
45482026-06-24T02:01:25.901Z Checking serde_json v1.0.150
45492026-06-24T02:01:25.907Z Checking scroll v0.12.0
45502026-06-24T02:01:25.969Z Checking yoke v0.8.1
45512026-06-24T02:01:26.021Z Checking num-traits v0.2.19
45522026-06-24T02:01:26.050Z Checking thiserror v1.0.69
45532026-06-24T02:01:26.117Z Checking percent-encoding v2.3.2
45542026-06-24T02:01:26.133Z Checking zerovec v0.11.5
45552026-06-24T02:01:26.145Z Checking zerotrie v0.2.3
45562026-06-24T02:01:26.155Z Checking errno v0.3.14
45572026-06-24T02:01:26.253Z Checking log v0.4.29
45582026-06-24T02:01:26.263Z Checking toml_datetime v0.6.11
45592026-06-24T02:01:26.273Z Checking rustix v1.1.3
45602026-06-24T02:01:26.377Z Checking serde_spanned v0.6.9
45612026-06-24T02:01:26.400Z Checking goblin v0.8.2
45622026-06-24T02:01:26.414Z Checking form_urlencoded v1.2.2
45632026-06-24T02:01:26.438Z Checking zerocopy v0.7.35
45642026-06-24T02:01:26.498Z Checking toml_edit v0.22.27
45652026-06-24T02:01:26.511Z Checking getrandom v0.4.1
45662026-06-24T02:01:26.529Z Checking ordered-float v2.10.1
45672026-06-24T02:01:26.539Z Checking thiserror v2.0.18
45682026-06-24T02:01:26.554Z Checking tinystr v0.8.2
45692026-06-24T02:01:26.634Z Checking potential_utf v0.1.4
45702026-06-24T02:01:26.643Z Checking syn v2.0.117
45712026-06-24T02:01:26.726Z Checking icu_locale_core v2.1.1
45722026-06-24T02:01:26.746Z Checking serde-value v0.7.0
45732026-06-24T02:01:26.761Z Checking icu_collections v2.1.1
45742026-06-24T02:01:26.922Z Checking dtrace-parser v0.2.0
45752026-06-24T02:01:26.951Z Checking thread-id v4.2.2
45762026-06-24T02:01:27.029Z Checking once_cell v1.21.3
45772026-06-24T02:01:27.076Z Checking cargo-platform v0.2.0
45782026-06-24T02:01:27.079Z Checking terminal_size v0.4.3
45792026-06-24T02:01:27.152Z Checking memmap v0.7.0
45802026-06-24T02:01:27.198Z Checking clap_builder v4.6.0
45812026-06-24T02:01:27.201Z Checking tempfile v3.25.0
45822026-06-24T02:01:27.268Z Checking textwrap v0.16.2
45832026-06-24T02:01:27.278Z Checking icu_provider v2.1.1
45842026-06-24T02:01:27.286Z Checking fs-err v3.3.0
45852026-06-24T02:01:27.394Z Checking camino-tempfile v1.4.1
45862026-06-24T02:01:27.459Z Checking tabled v0.15.0
45872026-06-24T02:01:27.477Z Checking anyhow v1.0.102
45882026-06-24T02:01:27.507Z Checking icu_properties v2.1.2
45892026-06-24T02:01:27.548Z Checking icu_normalizer v2.1.1
45902026-06-24T02:01:27.596Z Checking toml v0.8.23
45912026-06-24T02:01:27.669Z Checking macaddr v1.0.1
45922026-06-24T02:01:27.847Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45932026-06-24T02:01:27.914Z Checking cargo_toml v0.21.0
45942026-06-24T02:01:28.260Z Checking dof v0.3.0
45952026-06-24T02:01:28.302Z Checking idna_adapter v1.2.1
45962026-06-24T02:01:28.402Z Checking clap v4.6.1
45972026-06-24T02:01:28.417Z Checking idna v1.1.0
45982026-06-24T02:01:28.533Z Checking usdt-impl v0.5.0
45992026-06-24T02:01:28.640Z Checking url v2.5.8
46002026-06-24T02:01:28.781Z Checking usdt v0.5.0
46012026-06-24T02:01:28.984Z Checking cargo-util-schemas v0.8.2
46022026-06-24T02:01:29.690Z Checking cargo_metadata v0.21.0
46032026-06-24T02:01:30.294Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46042026-06-24T02:01:30.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
46052026-06-24T02:01:30.813Z
46062026-06-24T02:01:30.813Zinfo: running `cargo check --bins` on dnsadm (280/296)
46072026-06-24T02:01:31.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-06-24T02:01:31.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-06-24T02:01:31.395Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46102026-06-24T02:01:31.861Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46112026-06-24T02:01:32.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46122026-06-24T02:01:32.415Z
46132026-06-24T02:01:32.415Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46142026-06-24T02:01:32.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-06-24T02:01:32.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-06-24T02:01:33.162Z Checking polyval v0.6.2
46172026-06-24T02:01:33.286Z Checking ctr v0.9.2
46182026-06-24T02:01:33.294Z Checking ssh-encoding v0.2.0
46192026-06-24T02:01:33.294Z Checking blowfish v0.9.1
46202026-06-24T02:01:33.306Z Checking password-hash v0.4.2
46212026-06-24T02:01:33.330Z Checking p521 v0.13.3
46222026-06-24T02:01:33.334Z Checking p256 v0.13.2
46232026-06-24T02:01:33.343Z Checking russh-cryptovec v0.7.3
46242026-06-24T02:01:33.421Z Checking ghash v0.5.1
46252026-06-24T02:01:33.431Z Checking md5 v0.7.0
46262026-06-24T02:01:33.434Z Checking bcrypt-pbkdf v0.10.0
46272026-06-24T02:01:33.467Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46282026-06-24T02:01:33.488Z Checking num-bigint v0.4.6
46292026-06-24T02:01:33.523Z Checking pbkdf2 v0.11.0
46302026-06-24T02:01:33.554Z Checking aes-gcm v0.10.3
46312026-06-24T02:01:33.571Z Checking des v0.8.1
46322026-06-24T02:01:33.588Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46332026-06-24T02:01:33.601Z Checking hex-literal v0.4.1
46342026-06-24T02:01:33.684Z Checking ssh-cipher v0.2.0
46352026-06-24T02:01:33.697Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46362026-06-24T02:01:33.712Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46372026-06-24T02:01:33.712Z Checking socket2 v0.5.10
46382026-06-24T02:01:33.718Z Checking internet-checksum v0.2.1
46392026-06-24T02:01:33.863Z Checking ssh-key v0.6.7
46402026-06-24T02:01:33.976Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46412026-06-24T02:01:34.493Z Checking russh-keys v0.45.0
46422026-06-24T02:01:35.036Z Checking russh v0.45.0
46432026-06-24T02:01:51.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s
46442026-06-24T02:01:51.978Z
46452026-06-24T02:01:51.978Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46462026-06-24T02:01:52.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-06-24T02:01:52.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-06-24T02:01:52.562Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46492026-06-24T02:01:52.665Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46502026-06-24T02:01:52.672Z Checking termios v0.3.3
46512026-06-24T02:01:53.885Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46522026-06-24T02:01:54.035Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46532026-06-24T02:01:55.745Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46542026-06-24T02:01:56.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
46552026-06-24T02:01:56.476Z
46562026-06-24T02:01:56.476Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46572026-06-24T02:01:56.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-06-24T02:01:56.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-06-24T02:01:57.129Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46602026-06-24T02:01:57.132Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46612026-06-24T02:01:57.248Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46622026-06-24T02:01:57.248Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46632026-06-24T02:01:57.260Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46642026-06-24T02:01:57.268Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46652026-06-24T02:01:58.006Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46662026-06-24T02:01:58.346Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46672026-06-24T02:01:58.350Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46682026-06-24T02:01:58.998Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46692026-06-24T02:02:00.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
46702026-06-24T02:02:00.813Z
46712026-06-24T02:02:00.813Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46722026-06-24T02:02:01.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-06-24T02:02:01.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-06-24T02:02:01.389Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46752026-06-24T02:02:01.839Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46762026-06-24T02:02:02.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46772026-06-24T02:02:02.318Z
46782026-06-24T02:02:02.318Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46792026-06-24T02:02:02.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-06-24T02:02:02.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-06-24T02:02:02.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46822026-06-24T02:02:02.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46832026-06-24T02:02:02.834Z
46842026-06-24T02:02:02.834Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46852026-06-24T02:02:03.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-06-24T02:02:03.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-06-24T02:02:03.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-06-24T02:02:03.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46892026-06-24T02:02:03.353Z
46902026-06-24T02:02:03.353Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
46912026-06-24T02:02:03.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-06-24T02:02:03.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-06-24T02:02:04.052Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46942026-06-24T02:02:04.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
46952026-06-24T02:02:04.817Z
46962026-06-24T02:02:04.817Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
46972026-06-24T02:02:05.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-06-24T02:02:05.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-06-24T02:02:05.407Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47002026-06-24T02:02:05.410Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47012026-06-24T02:02:05.681Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47022026-06-24T02:02:05.684Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47032026-06-24T02:02:06.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47042026-06-24T02:02:06.654Z
47052026-06-24T02:02:06.654Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47062026-06-24T02:02:07.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-06-24T02:02:07.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-06-24T02:02:07.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-06-24T02:02:07.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47102026-06-24T02:02:07.172Z
47112026-06-24T02:02:07.172Zinfo: running `cargo check --bins` on omicron-package (290/296)
47122026-06-24T02:02:07.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-06-24T02:02:07.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-06-24T02:02:07.798Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47152026-06-24T02:02:08.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47162026-06-24T02:02:09.060Z
47172026-06-24T02:02:09.060Zinfo: running `cargo check --bins` on tqdb (291/296)
47182026-06-24T02:02:09.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-06-24T02:02:09.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-06-24T02:02:09.783Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47212026-06-24T02:02:10.133Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47222026-06-24T02:02:10.644Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47232026-06-24T02:02:10.648Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47242026-06-24T02:02:16.607Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47252026-06-24T02:02:16.611Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47262026-06-24T02:02:17.183Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47272026-06-24T02:02:17.188Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47282026-06-24T02:02:17.188Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47292026-06-24T02:02:17.188Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47302026-06-24T02:02:17.949Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47312026-06-24T02:02:18.963Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47322026-06-24T02:02:19.751Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47332026-06-24T02:02:20.357Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47342026-06-24T02:02:25.130Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47352026-06-24T02:02:31.733Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47362026-06-24T02:02:31.736Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47372026-06-24T02:02:31.736Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47382026-06-24T02:02:31.736Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47392026-06-24T02:02:33.226Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47402026-06-24T02:02:34.558Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47412026-06-24T02:02:35.224Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47422026-06-24T02:02:36.452Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47432026-06-24T02:02:36.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.93s
47442026-06-24T02:02:37.187Z
47452026-06-24T02:02:37.187Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47462026-06-24T02:02:37.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47472026-06-24T02:02:37.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47482026-06-24T02:02:37.844Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47492026-06-24T02:02:37.844Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47502026-06-24T02:02:37.847Z Checking rtoolbox v0.0.3
47512026-06-24T02:02:37.966Z Checking tui-tree-widget v0.23.1
47522026-06-24T02:02:38.062Z Checking rpassword v7.4.0
47532026-06-24T02:02:39.122Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47542026-06-24T02:02:42.324Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47552026-06-24T02:02:44.184Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47562026-06-24T02:02:45.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.87s
47572026-06-24T02:02:45.251Z
47582026-06-24T02:02:45.251Zinfo: running `cargo check --bins` on wicket (293/296)
47592026-06-24T02:02:45.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-06-24T02:02:45.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-06-24T02:02:45.892Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47622026-06-24T02:02:46.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47632026-06-24T02:02:46.419Z
47642026-06-24T02:02:46.419Zinfo: running `cargo check --bins` on wicketd (294/296)
47652026-06-24T02:02:46.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-06-24T02:02:46.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-06-24T02:02:47.080Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47682026-06-24T02:02:47.083Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47692026-06-24T02:02:47.083Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47702026-06-24T02:02:47.083Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47712026-06-24T02:02:48.082Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47722026-06-24T02:02:48.647Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47732026-06-24T02:02:51.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47742026-06-24T02:02:51.881Z
47752026-06-24T02:02:51.881Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47762026-06-24T02:02:52.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-24T02:02:52.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-24T02:02:52.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47792026-06-24T02:02:52.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47802026-06-24T02:02:52.392Z
47812026-06-24T02:02:52.392Zinfo: running `cargo check --bins` on zone-setup (296/296)
47822026-06-24T02:02:52.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-06-24T02:02:52.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-06-24T02:02:53.009Z Checking uzers v0.12.2
47852026-06-24T02:02:53.279Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47862026-06-24T02:02:54.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
47872026-06-24T02:02:54.223Z
47882026-06-24T02:02:54.223Zreal 13:46.869568005
47892026-06-24T02:02:54.223Zuser 20:42.662924446
47902026-06-24T02:02:54.223Zsys 4:09.035771342
47912026-06-24T02:02:54.223Ztrap 0.332921432
47922026-06-24T02:02:54.223Ztflt 0.761491617
47932026-06-24T02:02:54.223Zdflt 1.092747261
47942026-06-24T02:02:54.223Zkflt 0.005013612
47952026-06-24T02:02:54.223Zlock 1:18:06.368124606
47962026-06-24T02:02:54.223Zslp 1:39:37.984001091
47972026-06-24T02:02:54.223Zlat 54.488647400
47982026-06-24T02:02:54.223Zstop 3:21.451961297
47992026-06-24T02:02:54.226Zprocess exited: duration 948935 ms, exit code 0
 
48002026-06-24T02:02:54.232Zfound 0 output files