01KZVV90CGHVM1Y9585G638MKD: 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: 01KZVV9FXCSHJCXPG64M1GMCA1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-12T20:41:33.343Zjob assigned to worker 01KZVV9JYGNMTF0JR9QGVME1AH [factory aws, i-00dd56b760dae6787] (queued for 47 s)
 
22026-08-12T20:41:40.593Zstarting task 0: "setup"
32026-08-12T20:41:40.596Z++ uname -s
42026-08-12T20:41:40.599Z+ kern=SunOS
52026-08-12T20:41:40.602Z+ build_user=build
62026-08-12T20:41:40.602Z+ build_uid=12345
72026-08-12T20:41:40.602Z+ work_dir=/work
82026-08-12T20:41:40.602Z+ input_dir=/input
92026-08-12T20:41:40.602Z+ [[ 0 == 12345 ]]
102026-08-12T20:41:40.602Z+ case "$kern" in
112026-08-12T20:41:40.602Z+ groupadd -g 12345 build
122026-08-12T20:41:40.610Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-12T20:41:42.615Z+ zfs create -o mountpoint=/work rpool/work
142026-08-12T20:41:42.674Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-12T20:41:42.676Z+ home_fs=zfs
162026-08-12T20:41:42.676Z+ [[ zfs == autofs ]]
172026-08-12T20:41:42.676Z+ mkdir -p /home/build
182026-08-12T20:41:42.677Z+ chown build:build /home/build /work
192026-08-12T20:41:44.706Z+ chmod 0700 /home/build /work
202026-08-12T20:41:44.713Zprocess exited: duration 4087 ms, exit code 0
 
212026-08-12T20:41:44.721Zstarting task 1: "rust-toolchain"
222026-08-12T20:41:44.725Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-12T20:41:44.725Z * rust toolchain channel = "1.97.1"
242026-08-12T20:41:44.725Z * rust toolchain profile = "default"
252026-08-12T20:41:44.725Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-12T20:41:44.725Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-12T20:41:44.725Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-12T20:41:44.725Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-12T20:41:44.725Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-12T20:41:44.831Zinfo: downloading installer
312026-08-12T20:41:46.237Zwarn: It looks like you have an existing rustup settings file at:
322026-08-12T20:41:46.237Zwarn: /home/build/.rustup/settings.toml
332026-08-12T20:41:46.237Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-12T20:41:46.237Zwarn: instead of the one inferred from the default host triple.
352026-08-12T20:41:46.251Zinfo: profile set to default
362026-08-12T20:41:46.252Zinfo: default host triple is x86_64-unknown-illumos
372026-08-12T20:41:46.252Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-12T20:41:46.385Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-12T20:41:46.390Zinfo: downloading 6 components
402026-08-12T20:42:02.554Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-12T20:42:02.554Z
422026-08-12T20:42:02.613Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-12T20:42:02.613Z
442026-08-12T20:42:02.613Z
452026-08-12T20:42:02.613ZRust is installed now. Great!
462026-08-12T20:42:02.613Z
472026-08-12T20:42:02.613ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-12T20:42:02.613Zenvironment variable. This has not been done automatically.
492026-08-12T20:42:02.613Z
502026-08-12T20:42:02.613ZTo configure your current shell, you need to source
512026-08-12T20:42:02.614Zthe corresponding env file under $HOME/.cargo.
522026-08-12T20:42:02.614Z
532026-08-12T20:42:02.614ZThis is usually done by running one of the following (note the leading DOT):
542026-08-12T20:42:02.614Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-12T20:42:02.614Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-12T20:42:02.614Zsource "~/.cargo/env.nu" # For nushell
572026-08-12T20:42:02.614Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-12T20:42:02.614Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-12T20:42:02.614Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-12T20:42:02.619Zwarn: no default linker (`cc`) was found in your PATH
612026-08-12T20:42:02.619Zwarn: many Rust crates require a system C toolchain to build
622026-08-12T20:42:02.681Z+ rustup --version
632026-08-12T20:42:02.689Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-12T20:42:02.693Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-12T20:42:02.710Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-12T20:42:02.714Z+ cargo --version
672026-08-12T20:42:02.727Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-12T20:42:02.731Z+ rustc --version
692026-08-12T20:42:02.748Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-12T20:42:02.752Zprocess exited: duration 18030 ms, exit code 0
 
712026-08-12T20:42:02.758Zstarting task 2: "authentication"
722026-08-12T20:42:02.775Zprocess exited: duration 16 ms, exit code 0
 
732026-08-12T20:42:02.782Zstarting task 3: "clone repository"
742026-08-12T20:42:02.785Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-12T20:42:02.788Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-12T20:42:02.817ZCloning into '/work/oxidecomputer/omicron'...
772026-08-12T20:42:14.266Z+ cd /work/oxidecomputer/omicron
782026-08-12T20:42:14.270Z+ git fetch origin 05e8f0365dfe1ab760f8eac0deab994938295207
792026-08-12T20:42:14.607ZFrom https://github.com/oxidecomputer/omicron
802026-08-12T20:42:14.607Z * branch 05e8f0365dfe1ab760f8eac0deab994938295207 -> FETCH_HEAD
812026-08-12T20:42:14.620Z+ [[ -n john/remove-sled-agent-zone-nat-setup ]]
822026-08-12T20:42:14.623Z++ git branch --show-current
832026-08-12T20:42:14.623Z+ current=main
842026-08-12T20:42:14.623Z+ [[ main != john/remove-sled-agent-zone-nat-setup ]]
852026-08-12T20:42:14.623Z+ git branch -f john/remove-sled-agent-zone-nat-setup 05e8f0365dfe1ab760f8eac0deab994938295207
862026-08-12T20:42:14.627Z+ git checkout -f john/remove-sled-agent-zone-nat-setup
872026-08-12T20:42:14.883ZSwitched to branch 'john/remove-sled-agent-zone-nat-setup'
882026-08-12T20:42:14.886Z+ git reset --hard 05e8f0365dfe1ab760f8eac0deab994938295207
892026-08-12T20:42:15.142ZHEAD is now at 05e8f0365 update ls-apis
902026-08-12T20:42:15.148Zprocess exited: duration 12362 ms, exit code 0
 
912026-08-12T20:42:15.155Zstarting task 4: "build"
922026-08-12T20:42:15.158Z+ source .github/buildomat/ci-env.sh
932026-08-12T20:42:15.162Z++ export CARGO_TERM_COLOR=always
942026-08-12T20:42:15.162Z++ CARGO_TERM_COLOR=always
952026-08-12T20:42:15.162Z+++ uname -s
962026-08-12T20:42:15.162Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-12T20:42:15.162Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-12T20:42:15.162Z+ cargo --version
992026-08-12T20:42:15.171Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-12T20:42:15.175Z+ rustc --version
1012026-08-12T20:42:15.193Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-12T20:42:15.197Z+ source ./env.sh
1032026-08-12T20:42:15.197Z++ OLD_SHELL_OPTS=ehxB
1042026-08-12T20:42:15.197Z++ set -o xtrace
1052026-08-12T20:42:15.200Z++++ dirname ./env.sh
1062026-08-12T20:42:15.200Z+++ readlink -f .
1072026-08-12T20:42:15.204Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-12T20:42:15.204Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-12T20:42:15.204Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-12T20:42:15.204Z++ 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
1112026-08-12T20:42:15.204Z++ 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
1122026-08-12T20:42:15.204Z++ 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
1132026-08-12T20:42:15.204Z++ 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
1142026-08-12T20:42:15.204Z++ 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
1152026-08-12T20:42:15.204Z++ 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
1162026-08-12T20:42:15.204Z++ 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
1172026-08-12T20:42:15.204Z++ 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
1182026-08-12T20:42:15.204Z++ case $OLD_SHELL_OPTS in
1192026-08-12T20:42:15.204Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-12T20:42:15.204Z+ 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
1212026-08-12T20:42:15.204Z+ 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
1222026-08-12T20:42:15.205Z+ banner prerequisites
1232026-08-12T20:42:15.205Z
1242026-08-12T20:42:15.205Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-12T20:42:15.205Z # # # # # # # # # # # # # # #
1262026-08-12T20:42:15.205Z # # # # ##### # # ##### # # # # # #### #
1272026-08-12T20:42:15.205Z ##### ##### # ##### # # # # # # # # #
1282026-08-12T20:42:15.205Z # # # # # # # # # # # # # # #
1292026-08-12T20:42:15.205Z # # # ###### # # ###### ### # #### # #### #
1302026-08-12T20:42:15.205Z
1312026-08-12T20:42:15.205Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-12T20:42:17.163Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-12T20:42:17.469Z Startup: Caching catalogs ... Done
1342026-08-12T20:42:19.150ZPlanning: Solver setup ... Done (1.579s)
1352026-08-12T20:42:19.203ZPlanning: Running solver ... Done (0.053s)
1362026-08-12T20:42:19.242ZPlanning: Finding local manifests ... Done (0.002s)
1372026-08-12T20:42:19.254ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-12T20:42:19.278ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-12T20:42:19.292ZPlanning: Package planning ... Done (0.014s)
1402026-08-12T20:42:19.296ZPlanning: Merging actions ... Done (0.002s)
1412026-08-12T20:42:19.450ZPlanning: Checking for conflicting actions ... Done (0.157s)
1422026-08-12T20:42:19.454ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-12T20:42:20.102ZPlanning: Evaluating mediators ... Done (0.649s)
1442026-08-12T20:42:20.107ZPlanning: Planning completed in 2.60 seconds
1452026-08-12T20:42:20.114Z Packages to install: 2
1462026-08-12T20:42:20.114Z Estimated space available: 156.01 GB
1472026-08-12T20:42:20.115ZEstimated space to be consumed: 67.95 MB
1482026-08-12T20:42:20.115Z Create boot environment: No
1492026-08-12T20:42:20.115ZCreate backup boot environment: No
1502026-08-12T20:42:20.115Z Rebuild boot archive: No
1512026-08-12T20:42:20.115Z
1522026-08-12T20:42:20.115ZChanged packages:
1532026-08-12T20:42:20.115Zhelios
1542026-08-12T20:42:20.116Z developer/build-essential
1552026-08-12T20:42:20.116Z None -> 11-3.0
1562026-08-12T20:42:20.116Z library/libxmlsec1
1572026-08-12T20:42:20.116Z None -> 1.2.35-3.0
1582026-08-12T20:42:20.133Z
1592026-08-12T20:42:20.134ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-12T20:42:20.200ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1612026-08-12T20:42:20.291Z Actions: 1/268 actions (Installing new actions)
1622026-08-12T20:42:20.329Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-12T20:42:20.357ZFinalize: Updating package state database ... Done (0.028s)
1642026-08-12T20:42:20.360ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-12T20:42:20.430ZFinalize: Updating image state ... Done (0.072s)
1662026-08-12T20:42:22.858ZFinalize: Creating fast lookup database ... Done (2.383s)
1672026-08-12T20:42:22.924ZFinalize: Reading search index ... Done (0.011s)
1682026-08-12T20:42:22.929ZFinalize: Updating search index ... Done (0.000s)
1692026-08-12T20:42:23.020ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-12T20:42:23.362ZPlanning: Evaluating mediator changes ... Done
1712026-08-12T20:42:23.465ZPlanning: Checking for conflicting actions ... Done
1722026-08-12T20:42:23.470ZPlanning: Consolidating action changes ... Done
1732026-08-12T20:42:23.620ZPlanning: Evaluating mediators ... Done
1742026-08-12T20:42:23.624ZPlanning: Planning completed in 0.26 seconds
1752026-08-12T20:42:23.643Z Mediators to change: 2
1762026-08-12T20:42:23.643Z Create boot environment: No
1772026-08-12T20:42:23.643ZCreate backup boot environment: No
1782026-08-12T20:42:23.706ZFinalize: Updating package state database ... Done
1792026-08-12T20:42:23.706ZFinalize: Updating package cache ... Done
1802026-08-12T20:42:23.748ZFinalize: Updating image state ... Done
1812026-08-12T20:42:25.678ZFinalize: Creating fast lookup database ... Done
1822026-08-12T20:42:25.750ZFinalize: Reading search index ... Done
1832026-08-12T20:42:25.754ZFinalize: Updating search index ... Done
1842026-08-12T20:42:25.833ZFinalize: Updating package cache ... Done
1852026-08-12T20:42:26.105ZPlanning: Evaluating mediator changes ... Done
1862026-08-12T20:42:26.243ZPlanning: Checking for conflicting actions ... Done
1872026-08-12T20:42:26.248ZPlanning: Consolidating action changes ... Done
1882026-08-12T20:42:26.362ZPlanning: Evaluating mediators ... Done
1892026-08-12T20:42:26.364ZPlanning: Planning completed in 0.26 seconds
1902026-08-12T20:42:26.384Z Mediators to change: 1
1912026-08-12T20:42:26.388Z Create boot environment: No
1922026-08-12T20:42:26.388ZCreate backup boot environment: No
1932026-08-12T20:42:26.423ZFinalize: Updating package state database ... Done
1942026-08-12T20:42:26.423ZFinalize: Updating package cache ... Done
1952026-08-12T20:42:26.466ZFinalize: Updating image state ... Done
1962026-08-12T20:42:28.924ZFinalize: Creating fast lookup database ... Done
1972026-08-12T20:42:28.948ZFinalize: Reading search index ... Done
1982026-08-12T20:42:28.948ZFinalize: Updating search index ... Done
1992026-08-12T20:42:28.948ZFinalize: Updating package cache ... Done
2002026-08-12T20:42:28.948ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-12T20:42:28.948Zapache system 2.4 system
2022026-08-12T20:42:28.948Zclang system 15 system
2032026-08-12T20:42:28.948Zcsh system system illumos
2042026-08-12T20:42:28.948Zctags system system illumos
2052026-08-12T20:42:28.948Zfile vendor vendor darwinsys
2062026-08-12T20:42:28.949Zfile system system illumos
2072026-08-12T20:42:28.949Zgcc vendor 14 vendor
2082026-08-12T20:42:28.949Zgcc system 13 system
2092026-08-12T20:42:28.949Zgcc system 10 system
2102026-08-12T20:42:28.949Zgo system 1.25 system
2112026-08-12T20:42:28.949Zllvm system 15 system
2122026-08-12T20:42:28.949Zmariadb system 11.4 system
2132026-08-12T20:42:28.949Zmta vendor vendor dma
2142026-08-12T20:42:28.949Zopenjdk system 17 system
2152026-08-12T20:42:28.949Zopenjdk system 11 system
2162026-08-12T20:42:28.949Zopenssl vendor 3 vendor
2172026-08-12T20:42:28.949Zperl system 5.40 system
2182026-08-12T20:42:28.949Zpostgresql system 18 system
2192026-08-12T20:42:28.949Zpostgresql system 17 system
2202026-08-12T20:42:28.949Zpython vendor 3 vendor
2212026-08-12T20:42:28.949Zpython system 2 system
2222026-08-12T20:42:28.949Zpython3 vendor 3.13 vendor
2232026-08-12T20:42:28.949Zruby system 3.4 system
2242026-08-12T20:42:28.949Zruby system 3.0 system
2252026-08-12T20:42:28.949Zwords vendor vendor american-english
2262026-08-12T20:42:28.949Zwords system system australian-english
2272026-08-12T20:42:28.949Zwords system system british-english
2282026-08-12T20:42:28.949Zwords system system canadian-english
2292026-08-12T20:42:28.949Zwords system system french
2302026-08-12T20:42:28.949Zwords system system italian
2312026-08-12T20:42:28.949Zwords system system ngerman
2322026-08-12T20:42:28.949Zwords system system ogerman
2332026-08-12T20:42:28.949Zwords system system spanish
2342026-08-12T20:42:33.750ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-12T20:42:33.750Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-12T20:42:33.809ZFMRI IFO
2372026-08-12T20:42:33.809Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-12T20:42:33.809Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-12T20:42:33.810Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-12T20:42:33.810Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-12T20:42:33.810Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-12T20:42:33.810Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-12T20:42:33.810Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-12T20:42:33.810Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-12T20:42:33.810Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-12T20:42:33.810Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-12T20:42:33.810Z Updating crates.io index
2482026-08-12T20:42:33.810Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-12T20:42:33.810Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-12T20:42:33.820Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-12T20:42:33.820Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-12T20:42:33.820Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-12T20:42:37.753Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-12T20:42:37.763Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-12T20:42:37.763Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-12T20:42:37.795Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-12T20:42:37.795Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-12T20:42:37.795Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-12T20:42:38.740Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-12T20:42:38.751Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-12T20:42:38.751Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-12T20:42:39.408Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-12T20:42:39.415Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-12T20:42:41.244Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-12T20:42:41.268Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-08-12T20:42:41.268Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-12T20:42:41.293Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-12T20:42:41.735Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-12T20:42:41.785Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-12T20:42:42.483Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-12T20:42:42.857Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-12T20:42:43.133Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-12T20:42:43.589Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-12T20:42:43.899Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-12T20:42:44.334Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-12T20:42:44.668Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-12T20:42:44.939Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-12T20:42:45.269Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-12T20:42:45.635Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-12T20:42:46.475Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-12T20:42:46.805Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-12T20:42:47.116Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-12T20:42:47.416Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-12T20:42:48.400Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-12T20:42:48.675Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-12T20:42:48.960Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-12T20:42:49.293Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-12T20:42:49.572Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-12T20:42:52.473Z Downloading crates ...
2902026-08-12T20:42:52.523Z Downloaded anstream v1.0.0
2912026-08-12T20:42:52.529Z Downloaded cargo_metadata v0.23.1
2922026-08-12T20:42:52.533Z Downloaded equivalent v1.0.2
2932026-08-12T20:42:52.533Z Downloaded heck v0.4.1
2942026-08-12T20:42:52.536Z Downloaded autocfg v1.5.0
2952026-08-12T20:42:52.539Z Downloaded zerocopy-derive v0.7.35
2962026-08-12T20:42:52.542Z Downloaded zmij v1.0.21
2972026-08-12T20:42:52.545Z Downloaded block-buffer v0.10.4
2982026-08-12T20:42:52.545Z Downloaded errno v0.3.14
2992026-08-12T20:42:52.549Z Downloaded anyhow v1.0.102
3002026-08-12T20:42:52.552Z Downloaded zerocopy v0.7.35
3012026-08-12T20:42:52.558Z Downloaded itoa v1.0.17
3022026-08-12T20:42:52.561Z Downloaded macaddr v1.0.1
3032026-08-12T20:42:52.561Z Downloaded dof v0.3.0
3042026-08-12T20:42:52.561Z Downloaded generic-array v0.14.7
3052026-08-12T20:42:52.566Z Downloaded clap_lex v1.0.0
3062026-08-12T20:42:52.569Z Downloaded dtrace-parser v0.2.0
3072026-08-12T20:42:52.572Z Downloaded crypto-common v0.1.7
3082026-08-12T20:42:52.572Z Downloaded fnv v1.0.7
3092026-08-12T20:42:52.572Z Downloaded cargo_toml v0.21.0
3102026-08-12T20:42:52.579Z Downloaded colorchoice v1.0.4
3112026-08-12T20:42:52.583Z Downloaded cpufeatures v0.2.17
3122026-08-12T20:42:52.586Z Downloaded fastrand v2.3.0
3132026-08-12T20:42:52.589Z Downloaded toml_datetime v0.6.11
3142026-08-12T20:42:52.592Z Downloaded usdt-attr-macro v0.5.0
3152026-08-12T20:42:52.592Z Downloaded cfg-if v1.0.4
3162026-08-12T20:42:52.592Z Downloaded is_terminal_polyfill v1.70.2
3172026-08-12T20:42:52.595Z Downloaded cargo-platform v0.3.2
3182026-08-12T20:42:52.595Z Downloaded digest v0.10.7
3192026-08-12T20:42:52.595Z Downloaded anstyle-parse v1.0.0
3202026-08-12T20:42:52.595Z Downloaded bytecount v0.6.9
3212026-08-12T20:42:52.598Z Downloaded fs-err v3.3.0
3222026-08-12T20:42:52.601Z Downloaded serde_spanned v0.6.9
3232026-08-12T20:42:52.601Z Downloaded pretty-hex v0.4.1
3242026-08-12T20:42:52.604Z Downloaded terminal_size v0.4.3
3252026-08-12T20:42:52.604Z Downloaded heck v0.5.0
3262026-08-12T20:42:52.607Z Downloaded unicode-linebreak v0.1.5
3272026-08-12T20:42:52.611Z Downloaded version_check v0.9.5
3282026-08-12T20:42:52.618Z Downloaded plain v0.2.3
3292026-08-12T20:42:52.622Z Downloaded scroll_derive v0.12.1
3302026-08-12T20:42:52.625Z Downloaded strsim v0.11.1
3312026-08-12T20:42:52.625Z Downloaded swrite v0.1.0
3322026-08-12T20:42:52.625Z Downloaded memmap v0.7.0
3332026-08-12T20:42:52.628Z Downloaded smawk v0.3.2
3342026-08-12T20:42:52.628Z Downloaded tabled_derive v0.7.0
3352026-08-12T20:42:52.631Z Downloaded usdt-macro v0.5.0
3362026-08-12T20:42:52.636Z Downloaded proc-macro-error-attr v1.0.4
3372026-08-12T20:42:52.639Z Downloaded usdt v0.5.0
3382026-08-12T20:42:52.645Z Downloaded byteorder v1.5.0
3392026-08-12T20:42:52.649Z Downloaded scroll v0.12.0
3402026-08-12T20:42:52.649Z Downloaded sha2 v0.10.9
3412026-08-12T20:42:52.652Z Downloaded toml_write v0.1.2
3422026-08-12T20:42:52.652Z Downloaded camino-tempfile v1.4.1
3432026-08-12T20:42:52.655Z Downloaded thiserror-impl v1.0.69
3442026-08-12T20:42:52.658Z Downloaded tempfile v3.25.0
3452026-08-12T20:42:52.663Z Downloaded thread-id v4.2.2
3462026-08-12T20:42:52.668Z Downloaded anstyle v1.0.14
3472026-08-12T20:42:52.671Z Downloaded usdt-impl v0.5.0
3482026-08-12T20:42:52.672Z Downloaded anstyle-query v1.1.5
3492026-08-12T20:42:52.677Z Downloaded utf8parse v0.2.2
3502026-08-12T20:42:52.682Z Downloaded serde_tokenstream v0.2.3
3512026-08-12T20:42:52.690Z Downloaded camino v1.2.2
3522026-08-12T20:42:52.694Z Downloaded proc-macro-error v1.0.4
3532026-08-12T20:42:52.694Z Downloaded thiserror v1.0.69
3542026-08-12T20:42:52.697Z Downloaded clap_derive v4.6.1
3552026-08-12T20:42:52.700Z Downloaded pest_generator v2.8.6
3562026-08-12T20:42:52.709Z Downloaded semver v1.0.28
3572026-08-12T20:42:52.714Z Downloaded thiserror v2.0.18
3582026-08-12T20:42:52.718Z Downloaded pest_derive v2.8.6
3592026-08-12T20:42:52.723Z Downloaded quote v1.0.45
3602026-08-12T20:42:52.728Z Downloaded toml v0.8.23
3612026-08-12T20:42:52.731Z Downloaded thiserror-impl v2.0.18
3622026-08-12T20:42:52.735Z Downloaded log v0.4.29
3632026-08-12T20:42:52.738Z Downloaded once_cell v1.21.3
3642026-08-12T20:42:52.742Z Downloaded clap v4.6.1
3652026-08-12T20:42:52.745Z Downloaded unicode-ident v1.0.24
3662026-08-12T20:42:52.746Z Downloaded ucd-trie v0.1.7
3672026-08-12T20:42:52.746Z Downloaded textwrap v0.16.2
3682026-08-12T20:42:52.749Z Downloaded proc-macro2 v1.0.106
3692026-08-12T20:42:52.749Z Downloaded getrandom v0.4.1
3702026-08-12T20:42:52.752Z Downloaded serde_derive v1.0.228
3712026-08-12T20:42:52.757Z Downloaded papergrid v0.11.0
3722026-08-12T20:42:52.769Z Downloaded toml_edit v0.22.27
3732026-08-12T20:42:52.772Z Downloaded bitflags v2.11.0
3742026-08-12T20:42:52.776Z Downloaded serde_core v1.0.228
3752026-08-12T20:42:52.787Z Downloaded memchr v2.8.0
3762026-08-12T20:42:52.791Z Downloaded serde v1.0.228
3772026-08-12T20:42:52.794Z Downloaded pest_meta v2.8.6
3782026-08-12T20:42:52.807Z Downloaded indexmap v2.14.0
3792026-08-12T20:42:52.810Z Downloaded typenum v1.20.1
3802026-08-12T20:42:52.834Z Downloaded rustix v1.1.3
3812026-08-12T20:42:52.844Z Downloaded pest v2.8.6
3822026-08-12T20:42:52.853Z Downloaded hashbrown v0.17.0
3832026-08-12T20:42:52.856Z Downloaded serde_json v1.0.151
3842026-08-12T20:42:52.859Z Downloaded clap_builder v4.6.0
3852026-08-12T20:42:52.864Z Downloaded winnow v0.7.14
3862026-08-12T20:42:52.878Z Downloaded goblin v0.8.2
3872026-08-12T20:42:52.883Z Downloaded tabled v0.15.0
3882026-08-12T20:42:52.891Z Downloaded syn v1.0.109
3892026-08-12T20:42:52.896Z Downloaded unicode-width v0.1.14
3902026-08-12T20:42:52.899Z Downloaded syn v2.0.117
3912026-08-12T20:42:52.904Z Downloaded unicode-width v0.2.0
3922026-08-12T20:42:52.927Z Downloaded libc v0.2.185
3932026-08-12T20:42:52.984Z Compiling proc-macro2 v1.0.106
3942026-08-12T20:42:52.984Z Compiling quote v1.0.45
3952026-08-12T20:42:52.984Z Compiling unicode-ident v1.0.24
3962026-08-12T20:42:52.988Z Compiling serde_core v1.0.228
3972026-08-12T20:42:52.988Z Compiling libc v0.2.185
3982026-08-12T20:42:52.988Z Compiling version_check v0.9.5
3992026-08-12T20:42:52.988Z Compiling memchr v2.8.0
4002026-08-12T20:42:52.988Z Compiling serde v1.0.228
4012026-08-12T20:42:53.319Z Compiling zmij v1.0.21
4022026-08-12T20:42:53.761Z Compiling ucd-trie v0.1.7
4032026-08-12T20:42:53.852Z Compiling thiserror v1.0.69
4042026-08-12T20:42:53.968Z Compiling itoa v1.0.17
4052026-08-12T20:42:53.972Z Compiling pest v2.8.6
4062026-08-12T20:42:54.230Z Compiling rustix v1.1.3
4072026-08-12T20:42:54.319Z Compiling byteorder v1.5.0
4082026-08-12T20:42:54.351Z Compiling errno v0.3.14
4092026-08-12T20:42:54.497Z Compiling serde_json v1.0.151
4102026-08-12T20:42:54.513Z Compiling bitflags v2.11.0
4112026-08-12T20:42:54.766Z Compiling thread-id v4.2.2
4122026-08-12T20:42:54.783Z Compiling proc-macro-error-attr v1.0.4
4132026-08-12T20:42:54.821Z Compiling usdt-impl v0.5.0
4142026-08-12T20:42:54.848Z Compiling syn v2.0.117
4152026-08-12T20:42:54.934Z Compiling syn v1.0.109
4162026-08-12T20:42:54.959Z Compiling camino v1.2.2
4172026-08-12T20:42:55.021Z Compiling pest_meta v2.8.6
4182026-08-12T20:42:55.301Z Compiling proc-macro-error v1.0.4
4192026-08-12T20:42:55.318Z Compiling equivalent v1.0.2
4202026-08-12T20:42:55.333Z Compiling hashbrown v0.17.0
4212026-08-12T20:42:55.406Z Compiling utf8parse v0.2.2
4222026-08-12T20:42:55.478Z Compiling plain v0.2.3
4232026-08-12T20:42:55.515Z Compiling log v0.4.29
4242026-08-12T20:42:55.588Z Compiling getrandom v0.4.1
4252026-08-12T20:42:55.865Z Compiling indexmap v2.14.0
4262026-08-12T20:42:55.883Z Compiling terminal_size v0.4.3
4272026-08-12T20:42:55.954Z Compiling anstyle-parse v1.0.0
4282026-08-12T20:42:56.468Z Compiling toml_write v0.1.2
4292026-08-12T20:42:56.487Z Compiling anstyle v1.0.14
4302026-08-12T20:42:56.534Z Compiling autocfg v1.5.0
4312026-08-12T20:42:56.623Z Compiling pretty-hex v0.4.1
4322026-08-12T20:42:56.664Z Compiling cfg-if v1.0.4
4332026-08-12T20:42:56.696Z Compiling is_terminal_polyfill v1.70.2
4342026-08-12T20:42:56.715Z Compiling anstyle-query v1.1.5
4352026-08-12T20:42:56.737Z Compiling winnow v0.7.14
4362026-08-12T20:42:56.758Z Compiling colorchoice v1.0.4
4372026-08-12T20:42:56.791Z Compiling thiserror v2.0.18
4382026-08-12T20:42:56.871Z Compiling anstream v1.0.0
4392026-08-12T20:42:56.926Z Compiling fastrand v2.3.0
4402026-08-12T20:42:56.949Z Compiling fs-err v3.3.0
4412026-08-12T20:42:56.980Z Compiling fnv v1.0.7
4422026-08-12T20:42:57.084Z Compiling pest_generator v2.8.6
4432026-08-12T20:42:57.137Z Compiling anyhow v1.0.102
4442026-08-12T20:42:57.163Z Compiling clap_lex v1.0.0
4452026-08-12T20:42:57.180Z Compiling strsim v0.11.1
4462026-08-12T20:42:57.388Z Compiling heck v0.4.1
4472026-08-12T20:42:57.435Z Compiling heck v0.5.0
4482026-08-12T20:42:57.516Z Compiling bytecount v0.6.9
4492026-08-12T20:42:57.610Z Compiling unicode-width v0.1.14
4502026-08-12T20:42:57.628Z Compiling once_cell v1.21.3
4512026-08-12T20:42:57.687Z Compiling clap_builder v4.6.0
4522026-08-12T20:42:57.852Z Compiling papergrid v0.11.0
4532026-08-12T20:42:57.873Z Compiling tempfile v3.25.0
4542026-08-12T20:42:57.890Z Compiling semver v1.0.28
4552026-08-12T20:42:57.893Z Compiling cargo-platform v0.3.2
4562026-08-12T20:42:58.119Z Compiling tabled_derive v0.7.0
4572026-08-12T20:42:58.159Z Compiling memmap v0.7.0
4582026-08-12T20:42:58.193Z Compiling smawk v0.3.2
4592026-08-12T20:42:58.216Z Compiling unicode-width v0.2.0
4602026-08-12T20:42:58.235Z Compiling unicode-linebreak v0.1.5
4612026-08-12T20:42:58.329Z Compiling camino-tempfile v1.4.1
4622026-08-12T20:42:58.474Z Compiling textwrap v0.16.2
4632026-08-12T20:42:58.611Z Compiling swrite v0.1.0
4642026-08-12T20:42:58.717Z Compiling serde_derive v1.0.228
4652026-08-12T20:42:58.750Z Compiling thiserror-impl v1.0.69
4662026-08-12T20:42:58.812Z Compiling zerocopy-derive v0.7.35
4672026-08-12T20:42:58.845Z Compiling pest_derive v2.8.6
4682026-08-12T20:42:58.902Z Compiling scroll_derive v0.12.1
4692026-08-12T20:42:59.037Z Compiling thiserror-impl v2.0.18
4702026-08-12T20:42:59.207Z Compiling clap_derive v4.6.1
4712026-08-12T20:42:59.289Z Compiling tabled v0.15.0
4722026-08-12T20:42:59.564Z Compiling scroll v0.12.0
4732026-08-12T20:42:59.753Z Compiling zerocopy v0.7.35
4742026-08-12T20:42:59.885Z Compiling goblin v0.8.2
4752026-08-12T20:43:00.159Z Compiling dtrace-parser v0.2.0
4762026-08-12T20:43:00.885Z Compiling clap v4.6.1
4772026-08-12T20:43:01.516Z Compiling toml_datetime v0.6.11
4782026-08-12T20:43:01.516Z Compiling serde_spanned v0.6.9
4792026-08-12T20:43:01.516Z Compiling cargo_metadata v0.23.1
4802026-08-12T20:43:01.520Z Compiling macaddr v1.0.1
4812026-08-12T20:43:01.520Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-12T20:43:01.592Z Compiling dof v0.3.0
4832026-08-12T20:43:01.610Z Compiling serde_tokenstream v0.2.3
4842026-08-12T20:43:01.707Z Compiling toml_edit v0.22.27
4852026-08-12T20:43:02.355Z Compiling usdt-macro v0.5.0
4862026-08-12T20:43:02.370Z Compiling usdt-attr-macro v0.5.0
4872026-08-12T20:43:02.947Z Compiling usdt v0.5.0
4882026-08-12T20:43:03.039Z Compiling toml v0.8.23
4892026-08-12T20:43:03.366Z Compiling cargo_toml v0.21.0
4902026-08-12T20:43:04.654Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-12T20:43:06.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.98s
4922026-08-12T20:43:06.869Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-12T20:43:07.357Z Downloading crates ...
4942026-08-12T20:43:07.432Z Downloaded bcrypt-pbkdf v0.11.0
4952026-08-12T20:43:07.435Z Downloaded atty v0.2.14
4962026-08-12T20:43:07.442Z Downloaded ahash v0.8.12
4972026-08-12T20:43:07.447Z Downloaded async-stream v0.3.6
4982026-08-12T20:43:07.450Z Downloaded atomic-waker v1.1.2
4992026-08-12T20:43:07.450Z Downloaded ascii-canvas v3.0.0
5002026-08-12T20:43:07.450Z Downloaded async-stream-impl v0.3.6
5012026-08-12T20:43:07.450Z Downloaded futures-task v0.3.32
5022026-08-12T20:43:07.453Z Downloaded async-recursion v1.1.1
5032026-08-12T20:43:07.453Z Downloaded env_filter v1.0.0
5042026-08-12T20:43:07.453Z Downloaded cobs v0.3.0
5052026-08-12T20:43:07.456Z Downloaded convert_case v0.4.0
5062026-08-12T20:43:07.456Z Downloaded fs_extra v1.3.0
5072026-08-12T20:43:07.460Z Downloaded aead v0.6.1
5082026-08-12T20:43:07.460Z Downloaded atomicwrites v0.4.4
5092026-08-12T20:43:07.463Z Downloaded hickory-server v0.25.2
5102026-08-12T20:43:07.466Z Downloaded hyper-rustls v0.27.7
5112026-08-12T20:43:07.469Z Downloaded ff v0.13.1
5122026-08-12T20:43:07.469Z Downloaded foldhash v0.2.0
5132026-08-12T20:43:07.469Z Downloaded arrayref v0.3.9
5142026-08-12T20:43:07.469Z Downloaded float-cmp v0.10.0
5152026-08-12T20:43:07.473Z Downloaded funty v2.0.0
5162026-08-12T20:43:07.473Z Downloaded base16ct v1.0.0
5172026-08-12T20:43:07.473Z Downloaded bb8 v0.8.6
5182026-08-12T20:43:07.473Z Downloaded fallible-iterator v0.2.0
5192026-08-12T20:43:07.473Z Downloaded futures-sink v0.3.32
5202026-08-12T20:43:07.473Z Downloaded assert_matches v1.5.0
5212026-08-12T20:43:07.473Z Downloaded bit-set v0.5.3
5222026-08-12T20:43:07.476Z Downloaded foreign-types-shared v0.1.1
5232026-08-12T20:43:07.476Z Downloaded futures-macro v0.3.32
5242026-08-12T20:43:07.476Z Downloaded fd-lock v4.0.4
5252026-08-12T20:43:07.476Z Downloaded endian-type v0.1.2
5262026-08-12T20:43:07.476Z Downloaded getrandom v0.3.4
5272026-08-12T20:43:07.479Z Downloaded aead v0.5.2
5282026-08-12T20:43:07.479Z Downloaded base16ct v0.2.0
5292026-08-12T20:43:07.479Z Downloaded adler2 v2.0.1
5302026-08-12T20:43:07.482Z Downloaded argon2 v0.5.3
5312026-08-12T20:43:07.482Z Downloaded arrayvec v0.7.6
5322026-08-12T20:43:07.482Z Downloaded flume v0.11.1
5332026-08-12T20:43:07.486Z Downloaded futures-channel v0.3.32
5342026-08-12T20:43:07.489Z Downloaded expectorate v1.2.0
5352026-08-12T20:43:07.489Z Downloaded foreign-types-macros v0.2.3
5362026-08-12T20:43:07.492Z Downloaded fixedbitset v0.5.7
5372026-08-12T20:43:07.495Z Downloaded foldhash v0.1.5
5382026-08-12T20:43:07.498Z Downloaded array-init v0.0.4
5392026-08-12T20:43:07.501Z Downloaded futures v0.3.32
5402026-08-12T20:43:07.504Z Downloaded flate2 v1.1.9
5412026-08-12T20:43:07.507Z Downloaded enum-as-inner v0.6.1
5422026-08-12T20:43:07.507Z Downloaded futures-io v0.3.32
5432026-08-12T20:43:07.507Z Downloaded fixedbitset v0.4.2
5442026-08-12T20:43:07.511Z Downloaded form_urlencoded v1.2.2
5452026-08-12T20:43:07.511Z Downloaded backoff v0.4.0
5462026-08-12T20:43:07.511Z Downloaded float-ord v0.3.2
5472026-08-12T20:43:07.512Z Downloaded anstyle-parse v0.2.7
5482026-08-12T20:43:07.515Z Downloaded async-trait v0.1.89
5492026-08-12T20:43:07.515Z Downloaded bit-vec v0.6.3
5502026-08-12T20:43:07.518Z Downloaded filetime v0.2.27
5512026-08-12T20:43:07.518Z Downloaded ghash v0.6.0
5522026-08-12T20:43:07.518Z Downloaded fxhash v0.2.1
5532026-08-12T20:43:07.518Z Downloaded gethostname v0.5.0
5542026-08-12T20:43:07.518Z Downloaded hash32 v0.2.1
5552026-08-12T20:43:07.521Z Downloaded flagset v0.4.7
5562026-08-12T20:43:07.521Z Downloaded foreign-types v0.5.0
5572026-08-12T20:43:07.521Z Downloaded cfg_aliases v0.2.1
5582026-08-12T20:43:07.521Z Downloaded hyper-tls v0.6.0
5592026-08-12T20:43:07.524Z Downloaded globwalk v0.9.1
5602026-08-12T20:43:07.527Z Downloaded foreign-types-shared v0.3.1
5612026-08-12T20:43:07.527Z Downloaded git-stub v1.0.0
5622026-08-12T20:43:07.527Z Downloaded hex-literal v1.1.0
5632026-08-12T20:43:07.527Z Downloaded enum_dispatch v0.3.13
5642026-08-12T20:43:07.530Z Downloaded ciborium-io v0.2.2
5652026-08-12T20:43:07.531Z Downloaded block-padding v0.4.2
5662026-08-12T20:43:07.531Z Downloaded erased-serde v0.3.31
5672026-08-12T20:43:07.531Z Downloaded bitfield-struct v0.6.2
5682026-08-12T20:43:07.534Z Downloaded block-buffer v0.12.1
5692026-08-12T20:43:07.534Z Downloaded httpdate v1.0.3
5702026-08-12T20:43:07.537Z Downloaded headers-core v0.3.0
5712026-08-12T20:43:07.537Z Downloaded http-range v0.1.5
5722026-08-12T20:43:07.537Z Downloaded hubpack_derive v0.1.1
5732026-08-12T20:43:07.540Z Downloaded hash32 v0.3.1
5742026-08-12T20:43:07.540Z Downloaded hubpack v0.1.2
5752026-08-12T20:43:07.540Z Downloaded futures-core v0.3.32
5762026-08-12T20:43:07.543Z Downloaded bcs v0.1.6
5772026-08-12T20:43:07.543Z Downloaded http-body v1.0.1
5782026-08-12T20:43:07.546Z Downloaded home v0.5.12
5792026-08-12T20:43:07.546Z Downloaded cfg_aliases v0.1.1
5802026-08-12T20:43:07.550Z Downloaded castaway v0.2.4
5812026-08-12T20:43:07.553Z Downloaded hostname v0.3.1
5822026-08-12T20:43:07.556Z Downloaded hostname v0.4.2
5832026-08-12T20:43:07.570Z Downloaded ciborium-ll v0.2.2
5842026-08-12T20:43:07.574Z Downloaded find-msvc-tools v0.1.9
5852026-08-12T20:43:07.574Z Downloaded foreign-types v0.3.2
5862026-08-12T20:43:07.574Z Downloaded fs-err v2.11.0
5872026-08-12T20:43:07.578Z Downloaded compression-core v0.4.31
5882026-08-12T20:43:07.581Z Downloaded num_threads v0.1.7
5892026-08-12T20:43:07.581Z Downloaded bit-set v0.8.0
5902026-08-12T20:43:07.581Z Downloaded potential_utf v0.1.4
5912026-08-12T20:43:07.584Z Downloaded num v0.4.3
5922026-08-12T20:43:07.584Z Downloaded clang-sys v1.8.1
5932026-08-12T20:43:07.587Z Downloaded progenitor-client v0.14.0
5942026-08-12T20:43:07.587Z Downloaded bs58 v0.5.1
5952026-08-12T20:43:07.587Z Downloaded env_logger v0.11.9
5962026-08-12T20:43:07.591Z Downloaded ff v0.14.0
5972026-08-12T20:43:07.591Z Downloaded futures-executor v0.3.32
5982026-08-12T20:43:07.591Z Downloaded anstream v0.6.21
5992026-08-12T20:43:07.594Z Downloaded bitfield v0.19.4
6002026-08-12T20:43:07.594Z Downloaded cmake v0.1.57
6012026-08-12T20:43:07.594Z Downloaded argon2 v0.6.0-rc.8
6022026-08-12T20:43:07.597Z Downloaded rfc6979 v0.4.0
6032026-08-12T20:43:07.597Z Downloaded rustc_version v0.1.7
6042026-08-12T20:43:07.600Z Downloaded same-file v1.0.6
6052026-08-12T20:43:07.603Z Downloaded password-hash v0.6.1
6062026-08-12T20:43:07.603Z Downloaded serde_bytes v0.11.19
6072026-08-12T20:43:07.606Z Downloaded signature v2.2.0
6082026-08-12T20:43:07.609Z Downloaded proc-macro-crate v3.4.0
6092026-08-12T20:43:07.609Z Downloaded arc-swap v1.8.2
6102026-08-12T20:43:07.613Z Downloaded buf-list v1.1.2
6112026-08-12T20:43:07.613Z Downloaded globset v0.4.18
6122026-08-12T20:43:07.613Z Downloaded hex v0.4.3
6132026-08-12T20:43:07.616Z Downloaded humantime v2.3.0
6142026-08-12T20:43:07.616Z Downloaded const_format_proc_macros v0.2.34
6152026-08-12T20:43:07.620Z Downloaded highway v1.3.0
6162026-08-12T20:43:07.620Z Downloaded proc-macro-crate v1.3.1
6172026-08-12T20:43:07.620Z Downloaded rand_chacha v0.3.1
6182026-08-12T20:43:07.620Z Downloaded http-body-util v0.1.3
6192026-08-12T20:43:07.623Z Downloaded rand_xorshift v0.4.0
6202026-08-12T20:43:07.623Z Downloaded group v0.14.0
6212026-08-12T20:43:07.626Z Downloaded serde_plain v1.0.2
6222026-08-12T20:43:07.629Z Downloaded semver v0.1.20
6232026-08-12T20:43:07.629Z Downloaded serde_repr v0.1.20
6242026-08-12T20:43:07.632Z Downloaded bitfield-macros v0.19.4
6252026-08-12T20:43:07.633Z Downloaded byte-wrapper v0.1.0
6262026-08-12T20:43:07.633Z Downloaded cmov v0.5.4
6272026-08-12T20:43:07.633Z Downloaded signal-hook-tokio v0.3.1
6282026-08-12T20:43:07.636Z Downloaded bit-vec v0.8.0
6292026-08-12T20:43:07.636Z Downloaded blowfish v0.10.0
6302026-08-12T20:43:07.636Z Downloaded slog-bunyan v2.5.0
6312026-08-12T20:43:07.636Z Downloaded supports-color v3.0.2
6322026-08-12T20:43:07.639Z Downloaded async-bb8-diesel v0.2.1
6332026-08-12T20:43:07.639Z Downloaded chacha20 v0.10.0
6342026-08-12T20:43:07.639Z Downloaded half v1.8.3
6352026-08-12T20:43:07.642Z Downloaded blake2 v0.11.0-rc.6
6362026-08-12T20:43:07.642Z Downloaded bitflags v1.3.2
6372026-08-12T20:43:07.645Z Downloaded blake2 v0.10.6
6382026-08-12T20:43:07.648Z Downloaded git-stub-vcs v0.1.0
6392026-08-12T20:43:07.648Z Downloaded base64ct v1.8.3
6402026-08-12T20:43:07.651Z Downloaded glob v0.3.3
6412026-08-12T20:43:07.651Z Downloaded phf v0.12.1
6422026-08-12T20:43:07.651Z Downloaded thiserror-impl-no-std v2.0.2
6432026-08-12T20:43:07.655Z Downloaded pem v3.0.6
6442026-08-12T20:43:07.655Z Downloaded camino-tempfile-ext v0.3.3
6452026-08-12T20:43:07.655Z Downloaded num-rational v0.4.2
6462026-08-12T20:43:07.655Z Downloaded progenitor-client v0.13.0
6472026-08-12T20:43:07.655Z Downloaded constant_time_eq v0.4.2
6482026-08-12T20:43:07.658Z Downloaded pem-rfc7468 v0.7.0
6492026-08-12T20:43:07.658Z Downloaded thread-id v5.1.0
6502026-08-12T20:43:07.661Z Downloaded chacha20 v0.9.1
6512026-08-12T20:43:07.661Z Downloaded cipher v0.5.2
6522026-08-12T20:43:07.664Z Downloaded topological-sort v0.2.2
6532026-08-12T20:43:07.664Z Downloaded strum v0.26.3
6542026-08-12T20:43:07.667Z Downloaded pkg-config v0.3.32
6552026-08-12T20:43:07.671Z Downloaded cassowary v0.3.0
6562026-08-12T20:43:07.671Z Downloaded cipher v0.4.4
6572026-08-12T20:43:07.671Z Downloaded hyper-staticfile v0.10.1
6582026-08-12T20:43:07.675Z Downloaded compression-codecs v0.4.37
6592026-08-12T20:43:07.675Z Downloaded bzip2 v0.4.4
6602026-08-12T20:43:07.680Z Downloaded unit-prefix v0.5.2
6612026-08-12T20:43:07.680Z Downloaded universal-hash v0.5.1
6622026-08-12T20:43:07.680Z Downloaded tower-layer v0.3.3
6632026-08-12T20:43:07.683Z Downloaded hybrid-array v0.4.13
6642026-08-12T20:43:07.689Z Downloaded httparse v1.10.1
6652026-08-12T20:43:07.692Z Downloaded owo-colors v4.3.0
6662026-08-12T20:43:07.695Z Downloaded getrandom v0.2.17
6672026-08-12T20:43:07.695Z Downloaded group v0.13.0
6682026-08-12T20:43:07.699Z Downloaded hmac v0.12.1
6692026-08-12T20:43:07.699Z Downloaded backon v1.6.0
6702026-08-12T20:43:07.699Z Downloaded cancel-safe-futures v0.1.5
6712026-08-12T20:43:07.702Z Downloaded postgres-protocol v0.6.10
6722026-08-12T20:43:07.702Z Downloaded hmac v0.13.0
6732026-08-12T20:43:07.705Z Downloaded slog-dtrace v0.3.0
6742026-08-12T20:43:07.705Z Downloaded rustls-native-certs v0.8.3
6752026-08-12T20:43:07.705Z Downloaded stringprep v0.1.5
6762026-08-12T20:43:07.708Z Downloaded serde_spanned v1.1.1
6772026-08-12T20:43:07.708Z Downloaded want v0.3.1
6782026-08-12T20:43:07.708Z Downloaded xshell-macros v0.2.7
6792026-08-12T20:43:07.708Z Downloaded cpubits v0.1.1
6802026-08-12T20:43:07.708Z Downloaded crc-catalog v2.4.0
6812026-08-12T20:43:07.711Z Downloaded usdt-attr-macro v0.6.0
6822026-08-12T20:43:07.712Z Downloaded wait-timeout v0.2.1
6832026-08-12T20:43:07.715Z Downloaded termios v0.3.3
6842026-08-12T20:43:07.718Z Downloaded parking_lot_core v0.9.12
6852026-08-12T20:43:07.721Z Downloaded colored v2.2.0
6862026-08-12T20:43:07.721Z Downloaded cstr-argument v0.1.2
6872026-08-12T20:43:07.724Z Downloaded darling_macro v0.21.3
6882026-08-12T20:43:07.724Z Downloaded phf v0.13.1
6892026-08-12T20:43:07.724Z Downloaded pkcs8 v0.11.0
6902026-08-12T20:43:07.724Z Downloaded oxide-update-engine-display v0.1.2
6912026-08-12T20:43:07.727Z Downloaded allocator-api2 v0.2.21
6922026-08-12T20:43:07.728Z Downloaded thiserror-no-std v2.0.2
6932026-08-12T20:43:07.731Z Downloaded tls_codec_derive v0.4.2
6942026-08-12T20:43:07.731Z Downloaded tokio-test v0.4.5
6952026-08-12T20:43:07.731Z Downloaded ciborium v0.2.2
6962026-08-12T20:43:07.734Z Downloaded colored v3.1.1
6972026-08-12T20:43:07.734Z Downloaded bzip2 v0.6.1
6982026-08-12T20:43:07.734Z Downloaded cexpr v0.6.0
6992026-08-12T20:43:07.737Z Downloaded darling_macro v0.23.0
7002026-08-12T20:43:07.737Z Downloaded display-error-chain v0.2.2
7012026-08-12T20:43:07.737Z Downloaded const-oid v0.9.6
7022026-08-12T20:43:07.737Z Downloaded num-conv v0.2.0
7032026-08-12T20:43:07.742Z Downloaded postgres-types v0.2.12
7042026-08-12T20:43:07.742Z Downloaded cbc v0.2.1
7052026-08-12T20:43:07.746Z Downloaded synstructure v0.13.2
7062026-08-12T20:43:07.746Z Downloaded console v0.15.11
7072026-08-12T20:43:07.746Z Downloaded scroll v0.13.0
7082026-08-12T20:43:07.750Z Downloaded vergen-lib v9.1.0
7092026-08-12T20:43:07.750Z Downloaded downcast-rs v2.0.2
7102026-08-12T20:43:07.750Z Downloaded illumos-nvpair v0.3.0
7112026-08-12T20:43:07.750Z Downloaded internet-checksum v0.2.1
7122026-08-12T20:43:07.754Z Downloaded lru v0.12.5
7132026-08-12T20:43:07.754Z Downloaded fatfs v0.3.6
7142026-08-12T20:43:07.760Z Downloaded dsl_auto_type v0.2.0
7152026-08-12T20:43:07.763Z Downloaded sha2 v0.11.0
7162026-08-12T20:43:07.767Z Downloaded password-hash v0.5.0
7172026-08-12T20:43:07.773Z Downloaded signal-hook-registry v1.4.8
7182026-08-12T20:43:07.776Z Downloaded sqlformat v0.3.5
7192026-08-12T20:43:07.776Z Downloaded spin v0.9.8
7202026-08-12T20:43:07.776Z Downloaded libscf-sys v1.2.0
7212026-08-12T20:43:07.776Z Downloaded dropshot-api-manager-types v0.7.2
7222026-08-12T20:43:07.779Z Downloaded num-iter v0.1.45
7232026-08-12T20:43:07.779Z Downloaded is-terminal v0.4.17
7242026-08-12T20:43:07.783Z Downloaded headers v0.4.1
7252026-08-12T20:43:07.783Z Downloaded openssl-probe v0.2.1
7262026-08-12T20:43:07.786Z Downloaded packed_struct_codegen v0.10.1
7272026-08-12T20:43:07.786Z Downloaded static_assertions v1.1.0
7282026-08-12T20:43:07.786Z Downloaded papergrid v0.18.0
7292026-08-12T20:43:07.789Z Downloaded lalrpop-util v0.19.12
7302026-08-12T20:43:07.789Z Downloaded parse-display v0.10.0
7312026-08-12T20:43:07.793Z Downloaded peg-runtime v0.8.5
7322026-08-12T20:43:07.793Z Downloaded newtype-uuid-macros v0.1.0
7332026-08-12T20:43:07.793Z Downloaded newtype_derive v0.1.6
7342026-08-12T20:43:07.796Z Downloaded pkcs1 v0.7.5
7352026-08-12T20:43:07.796Z Downloaded unicase v2.9.0
7362026-08-12T20:43:07.799Z Downloaded usdt-impl v0.6.0
7372026-08-12T20:43:07.803Z Downloaded wyz v0.5.1
7382026-08-12T20:43:07.803Z Downloaded zerovec-derive v0.11.2
7392026-08-12T20:43:07.807Z Downloaded convert_case v0.10.0
7402026-08-12T20:43:07.810Z Downloaded ron v0.8.1
7412026-08-12T20:43:07.810Z Downloaded maybe-uninit v2.0.0
7422026-08-12T20:43:07.813Z Downloaded ryu v1.0.23
7432026-08-12T20:43:07.813Z Downloaded olpc-cjson v0.1.4
7442026-08-12T20:43:07.816Z Downloaded smallvec v1.15.1
7452026-08-12T20:43:07.816Z Downloaded keccak v0.2.0
7462026-08-12T20:43:07.816Z Downloaded memoffset v0.9.1
7472026-08-12T20:43:07.820Z Downloaded rustc-hash v2.1.1
7482026-08-12T20:43:07.823Z Downloaded scheduled-thread-pool v0.2.7
7492026-08-12T20:43:07.826Z Downloaded sapling-renderdag v0.1.0
7502026-08-12T20:43:07.830Z Downloaded daft v0.1.7
7512026-08-12T20:43:07.833Z Downloaded precomputed-hash v0.1.1
7522026-08-12T20:43:07.833Z Downloaded generic-array v1.4.3
7532026-08-12T20:43:07.833Z Downloaded yasna v0.5.2
7542026-08-12T20:43:07.836Z Downloaded path-slash v0.1.5
7552026-08-12T20:43:07.837Z Downloaded cc v1.2.56
7562026-08-12T20:43:07.837Z Downloaded native-tls v0.2.18
7572026-08-12T20:43:07.840Z Downloaded heapless v0.7.17
7582026-08-12T20:43:07.840Z Downloaded strum_macros v0.26.4
7592026-08-12T20:43:07.843Z Downloaded delegate v0.13.5
7602026-08-12T20:43:07.843Z Downloaded base64 v0.22.1
7612026-08-12T20:43:07.843Z Downloaded const-oid v0.10.2
7622026-08-12T20:43:07.847Z Downloaded derive-ex v0.1.8
7632026-08-12T20:43:07.847Z Downloaded digest v0.11.3
7642026-08-12T20:43:07.847Z Downloaded libsw v3.5.0
7652026-08-12T20:43:07.851Z Downloaded nonempty v0.12.0
7662026-08-12T20:43:07.851Z Downloaded predicates-core v1.0.10
7672026-08-12T20:43:07.858Z Downloaded psl-types v2.0.11
7682026-08-12T20:43:07.866Z Downloaded take_mut v0.2.2
7692026-08-12T20:43:07.866Z Downloaded termtree v0.5.1
7702026-08-12T20:43:07.866Z Downloaded num-traits v0.2.19
7712026-08-12T20:43:07.872Z Downloaded pin-project-lite v0.2.17
7722026-08-12T20:43:07.875Z Downloaded progenitor v0.13.0
7732026-08-12T20:43:07.876Z Downloaded ingot v0.2.1
7742026-08-12T20:43:07.876Z Downloaded void v1.0.2
7752026-08-12T20:43:07.876Z Downloaded lock_api v0.4.14
7762026-08-12T20:43:07.882Z Downloaded tungstenite v0.21.0
7772026-08-12T20:43:07.886Z Downloaded tungstenite v0.23.0
7782026-08-12T20:43:07.889Z Downloaded schemars v0.9.0
7792026-08-12T20:43:07.893Z Downloaded unicode-bidi v0.3.18
7802026-08-12T20:43:07.896Z Downloaded console v0.16.2
7812026-08-12T20:43:07.896Z Downloaded postcard v1.1.3
7822026-08-12T20:43:07.902Z Downloaded rand_seeder v0.4.0
7832026-08-12T20:43:07.902Z Downloaded shell-words v1.1.1
7842026-08-12T20:43:07.902Z Downloaded sec1 v0.7.3
7852026-08-12T20:43:07.902Z Downloaded utf-8 v0.7.6
7862026-08-12T20:43:07.905Z Downloaded uzers v0.12.2
7872026-08-12T20:43:07.905Z Downloaded waitgroup v0.1.2
7882026-08-12T20:43:07.905Z Downloaded zerofrom-derive v0.1.6
7892026-08-12T20:43:07.905Z Downloaded structmeta v0.3.0
7902026-08-12T20:43:07.905Z Downloaded hickory-resolver v0.24.4
7912026-08-12T20:43:07.908Z Downloaded half v2.7.1
7922026-08-12T20:43:07.909Z Downloaded num_enum_derive v0.7.6
7932026-08-12T20:43:07.912Z Downloaded oxide-tokio-rt v0.1.4
7942026-08-12T20:43:07.912Z Downloaded oxnet v0.1.6
7952026-08-12T20:43:07.912Z Downloaded ar_archive_writer v0.5.1
7962026-08-12T20:43:07.915Z Downloaded snafu v0.8.9
7972026-08-12T20:43:07.918Z Downloaded darling v0.21.3
7982026-08-12T20:43:07.922Z Downloaded smallvec v0.6.14
7992026-08-12T20:43:07.922Z Downloaded smf v0.2.3
8002026-08-12T20:43:07.922Z Downloaded bytes v1.11.1
8012026-08-12T20:43:07.925Z Downloaded compact_str v0.8.1
8022026-08-12T20:43:07.925Z Downloaded chacha20poly1305 v0.10.1
8032026-08-12T20:43:07.925Z Downloaded tiny-keccak v2.0.2
8042026-08-12T20:43:07.928Z Downloaded darling_macro v0.13.4
8052026-08-12T20:43:07.928Z Downloaded diesel_table_macro_syntax v0.3.0
8062026-08-12T20:43:07.929Z Downloaded dtrace-parser v0.3.0
8072026-08-12T20:43:07.929Z Downloaded heapless v0.8.0
8082026-08-12T20:43:07.937Z Downloaded untrusted v0.9.0
8092026-08-12T20:43:07.940Z Downloaded zerofrom v0.1.6
8102026-08-12T20:43:07.940Z Downloaded publicsuffix v2.3.0
8112026-08-12T20:43:07.943Z Downloaded tinystr v0.8.2
8122026-08-12T20:43:07.943Z Downloaded tokio-tungstenite v0.23.1
8132026-08-12T20:43:07.946Z Downloaded toml v1.1.2+spec-1.1.0
8142026-08-12T20:43:07.946Z Downloaded deranged v0.5.8
8152026-08-12T20:43:07.949Z Downloaded derive-where v1.6.0
8162026-08-12T20:43:07.949Z Downloaded dof v0.4.0
8172026-08-12T20:43:07.953Z Downloaded either v1.15.0
8182026-08-12T20:43:07.953Z Downloaded predicates v3.1.4
8192026-08-12T20:43:07.953Z Downloaded instability v0.3.11
8202026-08-12T20:43:07.956Z Downloaded crc8 v0.1.1
8212026-08-12T20:43:07.956Z Downloaded inout v0.2.2
8222026-08-12T20:43:07.956Z Downloaded lru-slab v0.1.2
8232026-08-12T20:43:07.956Z Downloaded match_cfg v0.1.0
8242026-08-12T20:43:07.956Z Downloaded defmt v0.3.100
8252026-08-12T20:43:07.956Z Downloaded quinn v0.11.11
8262026-08-12T20:43:07.959Z Downloaded vsss-rs v3.3.4
8272026-08-12T20:43:07.959Z Downloaded rustls-webpki v0.103.13
8282026-08-12T20:43:07.962Z Downloaded scuffle v0.1.0
8292026-08-12T20:43:07.962Z Downloaded indexmap v1.9.3
8302026-08-12T20:43:07.965Z Downloaded p384 v0.14.0
8312026-08-12T20:43:07.969Z Downloaded toml v0.7.8
8322026-08-12T20:43:07.969Z Downloaded rustls-pki-types v1.14.0
8332026-08-12T20:43:07.972Z Downloaded tui-tree-widget v0.23.1
8342026-08-12T20:43:07.972Z Downloaded nibble_vec v0.1.0
8352026-08-12T20:43:07.972Z Downloaded ingot-macros v0.2.0
8362026-08-12T20:43:07.972Z Downloaded num-derive v0.4.2
8372026-08-12T20:43:07.972Z Downloaded openssl-probe v0.1.6
8382026-08-12T20:43:07.975Z Downloaded rustls-pemfile v2.2.0
8392026-08-12T20:43:07.976Z Downloaded siphasher v1.0.2
8402026-08-12T20:43:07.976Z Downloaded slab v0.4.12
8412026-08-12T20:43:07.976Z Downloaded spki v0.8.0
8422026-08-12T20:43:07.979Z Downloaded embedded-io v0.6.1
8432026-08-12T20:43:07.979Z Downloaded hickory-resolver v0.25.2
8442026-08-12T20:43:07.982Z Downloaded ssh-encoding v0.3.0
8452026-08-12T20:43:07.985Z Downloaded strum_macros v0.27.2
8462026-08-12T20:43:07.985Z Downloaded yansi v1.0.1
8472026-08-12T20:43:07.989Z Downloaded ctutils v0.4.2
8482026-08-12T20:43:07.992Z Downloaded defmt v1.0.1
8492026-08-12T20:43:07.995Z Downloaded illumos-nvpair-sys v0.2.0
8502026-08-12T20:43:07.999Z Downloaded percent-encoding v2.3.2
8512026-08-12T20:43:07.999Z Downloaded proc-macro-error-attr2 v2.0.0
8522026-08-12T20:43:08.004Z Downloaded darling_core v0.20.11
8532026-08-12T20:43:08.007Z Downloaded pkcs1 v0.8.0-rc.4
8542026-08-12T20:43:08.008Z Downloaded mime v0.3.17
8552026-08-12T20:43:08.008Z Downloaded pkcs5 v0.8.1
8562026-08-12T20:43:08.011Z Downloaded twox-hash v2.1.2
8572026-08-12T20:43:08.014Z Downloaded bumpalo v3.20.2
8582026-08-12T20:43:08.014Z Downloaded const_format v0.2.35
8592026-08-12T20:43:08.017Z Downloaded unicode-properties v0.1.4
8602026-08-12T20:43:08.020Z Downloaded nodrop v0.1.14
8612026-08-12T20:43:08.024Z Downloaded progenitor-impl v0.14.0
8622026-08-12T20:43:08.030Z Downloaded zstd v0.13.3
8632026-08-12T20:43:08.033Z Downloaded ctr v0.10.1
8642026-08-12T20:43:08.036Z Downloaded critical-section v1.2.0
8652026-08-12T20:43:08.036Z Downloaded csv-core v0.1.13
8662026-08-12T20:43:08.036Z Downloaded zerocopy v0.6.6
8672026-08-12T20:43:08.036Z Downloaded zeroize v1.9.0
8682026-08-12T20:43:08.039Z Downloaded nanorand v0.7.0
8692026-08-12T20:43:08.040Z Downloaded ref-cast v1.0.25
8702026-08-12T20:43:08.040Z Downloaded hashbrown v0.12.3
8712026-08-12T20:43:08.043Z Downloaded phf_shared v0.12.1
8722026-08-12T20:43:08.043Z Downloaded russh-util v0.52.0
8732026-08-12T20:43:08.043Z Downloaded hashbrown v0.13.2
8742026-08-12T20:43:08.046Z Downloaded sync_wrapper v1.0.2
8752026-08-12T20:43:08.046Z Downloaded num-complex v0.4.6
8762026-08-12T20:43:08.050Z Downloaded sigpipe v0.1.3
8772026-08-12T20:43:08.053Z Downloaded sync-ptr v0.1.4
8782026-08-12T20:43:08.053Z Downloaded derive_builder_core v0.20.2
8792026-08-12T20:43:08.056Z Downloaded tower-service v0.3.3
8802026-08-12T20:43:08.056Z Downloaded unarray v0.1.4
8812026-08-12T20:43:08.056Z Downloaded async-compression v0.4.41
8822026-08-12T20:43:08.060Z Downloaded crypto-bigint v0.5.5
8832026-08-12T20:43:08.063Z Downloaded dropshot_endpoint v0.17.1
8842026-08-12T20:43:08.066Z Downloaded icu_properties v2.1.2
8852026-08-12T20:43:08.066Z Downloaded tracing-core v0.1.36
8862026-08-12T20:43:08.070Z Downloaded untrusted v0.7.1
8872026-08-12T20:43:08.070Z Downloaded elliptic-curve v0.13.8
8882026-08-12T20:43:08.070Z Downloaded impl-trait-for-tuples v0.2.3
8892026-08-12T20:43:08.073Z Downloaded yoke-derive v0.8.1
8902026-08-12T20:43:08.073Z Downloaded diff v0.1.13
8912026-08-12T20:43:08.073Z Downloaded ecdsa v0.17.0
8922026-08-12T20:43:08.077Z Downloaded sqlparser_derive v0.5.0
8932026-08-12T20:43:08.080Z Downloaded ppv-lite86 v0.2.21
8942026-08-12T20:43:08.080Z Downloaded polyval v0.7.1
8952026-08-12T20:43:08.080Z Downloaded r2d2 v0.8.10
8962026-08-12T20:43:08.084Z Downloaded crucible-workspace-hack v0.1.0
8972026-08-12T20:43:08.087Z Downloaded ident_case v1.0.1
8982026-08-12T20:43:08.087Z Downloaded icu_collections v2.1.1
8992026-08-12T20:43:08.092Z Downloaded term v1.2.1
9002026-08-12T20:43:08.095Z Downloaded rayon-core v1.13.0
9012026-08-12T20:43:08.098Z Downloaded kem v0.3.0
9022026-08-12T20:43:08.098Z Downloaded libsw-core v0.3.2
9032026-08-12T20:43:08.098Z Downloaded typify-macro v0.6.2
9042026-08-12T20:43:08.102Z Downloaded scrypt v0.12.0
9052026-08-12T20:43:08.106Z Downloaded simd-adler32 v0.3.8
9062026-08-12T20:43:08.109Z Downloaded sec1 v0.8.1
9072026-08-12T20:43:08.109Z Downloaded time-core v0.1.8
9082026-08-12T20:43:08.113Z Downloaded strum_macros v0.24.3
9092026-08-12T20:43:08.116Z Downloaded snafu-derive v0.8.9
9102026-08-12T20:43:08.116Z Downloaded lazy_static v1.5.0
9112026-08-12T20:43:08.119Z Downloaded dirs-sys-next v0.1.2
9122026-08-12T20:43:08.122Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9132026-08-12T20:43:08.125Z Downloaded crossbeam-channel v0.5.15
9142026-08-12T20:43:08.125Z Downloaded vergen v9.1.0
9152026-08-12T20:43:08.128Z Downloaded http v1.4.2
9162026-08-12T20:43:08.128Z Downloaded aes v0.9.1
9172026-08-12T20:43:08.131Z Downloaded parking_lot_core v0.8.6
9182026-08-12T20:43:08.131Z Downloaded whoami v2.1.0
9192026-08-12T20:43:08.134Z Downloaded maplit v1.0.2
9202026-08-12T20:43:08.144Z Downloaded darling v0.23.0
9212026-08-12T20:43:08.144Z Downloaded opaque-debug v0.3.1
9222026-08-12T20:43:08.144Z Downloaded pbkdf2 v0.13.0
9232026-08-12T20:43:08.144Z Downloaded resolv-conf v0.7.6
9242026-08-12T20:43:08.145Z Downloaded crossbeam-deque v0.8.6
9252026-08-12T20:43:08.145Z Downloaded indent_write v2.2.0
9262026-08-12T20:43:08.148Z Downloaded psm v0.1.30
9272026-08-12T20:43:08.148Z Downloaded predicates-tree v1.0.13
9282026-08-12T20:43:08.148Z Downloaded rand_core v0.6.4
9292026-08-12T20:43:08.151Z Downloaded serde_cbor v0.11.2
9302026-08-12T20:43:08.151Z Downloaded serde_path_to_error v0.1.20
9312026-08-12T20:43:08.151Z Downloaded diesel_derives v2.3.7
9322026-08-12T20:43:08.161Z Downloaded samael v0.0.19
9332026-08-12T20:43:08.165Z Downloaded recursive v0.1.1
9342026-08-12T20:43:08.169Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-08-12T20:43:08.169Z Downloaded shlex v1.3.0
9362026-08-12T20:43:08.169Z Downloaded vte v0.14.1
9372026-08-12T20:43:08.169Z Downloaded ssh-cipher v0.3.0
9382026-08-12T20:43:08.174Z Downloaded quick-error v1.2.3
9392026-08-12T20:43:08.174Z Downloaded miniz_oxide v0.8.9
9402026-08-12T20:43:08.177Z Downloaded indoc v2.0.7
9412026-08-12T20:43:08.180Z Downloaded tokio-tungstenite v0.21.0
9422026-08-12T20:43:08.183Z Downloaded subtle v2.6.1
9432026-08-12T20:43:08.183Z Downloaded subprocess v0.2.15
9442026-08-12T20:43:08.187Z Downloaded zerotrie v0.2.3
9452026-08-12T20:43:08.190Z Downloaded tap v1.0.1
9462026-08-12T20:43:08.190Z Downloaded hashbrown v0.15.5
9472026-08-12T20:43:08.193Z Downloaded hashbrown v0.16.1
9482026-08-12T20:43:08.196Z Downloaded vergen-gitcl v1.0.8
9492026-08-12T20:43:08.196Z Downloaded jobserver v0.1.34
9502026-08-12T20:43:08.199Z Downloaded mime_guess v2.0.5
9512026-08-12T20:43:08.199Z Downloaded progenitor-macro v0.13.0
9522026-08-12T20:43:08.199Z Downloaded steno v0.4.1
9532026-08-12T20:43:08.202Z Downloaded signal-hook-mio v0.2.5
9542026-08-12T20:43:08.202Z Downloaded whoami v1.6.1
9552026-08-12T20:43:08.202Z Downloaded yoke v0.8.1
9562026-08-12T20:43:08.205Z Downloaded slog-envlogger v2.2.0
9572026-08-12T20:43:08.205Z Downloaded base64 v0.21.7
9582026-08-12T20:43:08.209Z Downloaded unicode-truncate v1.1.0
9592026-08-12T20:43:08.209Z Downloaded oxide-update-engine v0.1.2
9602026-08-12T20:43:08.209Z Downloaded futures-util v0.3.32
9612026-08-12T20:43:08.216Z Downloaded tokio-postgres v0.7.16
9622026-08-12T20:43:08.219Z Downloaded icu_normalizer v2.1.1
9632026-08-12T20:43:08.219Z Downloaded daft-derive v0.1.7
9642026-08-12T20:43:08.222Z Downloaded primeorder v0.14.0
9652026-08-12T20:43:08.226Z Downloaded crunchy v0.2.4
9662026-08-12T20:43:08.226Z Downloaded strip-ansi-escapes v0.2.1
9672026-08-12T20:43:08.226Z Downloaded unicode_categories v0.1.1
9682026-08-12T20:43:08.226Z Downloaded rcgen v0.12.1
9692026-08-12T20:43:08.226Z Downloaded phc v0.6.1
9702026-08-12T20:43:08.230Z Downloaded rand_chacha v0.9.0
9712026-08-12T20:43:08.230Z Downloaded zopfli v0.8.3
9722026-08-12T20:43:08.230Z Downloaded der_derive v0.7.3
9732026-08-12T20:43:08.230Z Downloaded diesel-dtrace v0.5.0
9742026-08-12T20:43:08.233Z Downloaded pkcs8 v0.10.2
9752026-08-12T20:43:08.233Z Downloaded ecdsa v0.16.9
9762026-08-12T20:43:08.233Z Downloaded schemars_derive v0.8.22
9772026-08-12T20:43:08.237Z Downloaded debug-ignore v1.0.5
9782026-08-12T20:43:08.237Z Downloaded dirs-next v2.0.0
9792026-08-12T20:43:08.237Z Downloaded indoc v1.0.9
9802026-08-12T20:43:08.237Z Downloaded ipnet v2.11.0
9812026-08-12T20:43:08.241Z Downloaded rpassword v7.5.4
9822026-08-12T20:43:08.245Z Downloaded similar v2.7.0
9832026-08-12T20:43:08.248Z Downloaded aes-gcm v0.11.0
9842026-08-12T20:43:08.248Z Downloaded hyper v1.10.1
9852026-08-12T20:43:08.259Z Downloaded num_enum v0.5.11
9862026-08-12T20:43:08.263Z Downloaded multer v3.1.0
9872026-08-12T20:43:08.269Z Downloaded newtype-uuid v1.3.2
9882026-08-12T20:43:08.269Z Downloaded thread_local v1.1.9
9892026-08-12T20:43:08.269Z Downloaded kstat-rs v0.2.5
9902026-08-12T20:43:08.273Z Downloaded md5 v0.8.0
9912026-08-12T20:43:08.276Z Downloaded prettyplease v0.2.37
9922026-08-12T20:43:08.281Z Downloaded libbz2-rs-sys v0.2.2
9932026-08-12T20:43:08.286Z Downloaded ml-kem v0.3.2
9942026-08-12T20:43:08.286Z Downloaded corncobs v0.1.4
9952026-08-12T20:43:08.286Z Downloaded pem-rfc7468 v1.0.0
9962026-08-12T20:43:08.290Z Downloaded parse-display-derive v0.10.0
9972026-08-12T20:43:08.290Z Downloaded rustversion v1.0.22
9982026-08-12T20:43:08.290Z Downloaded serde-big-array v0.5.1
9992026-08-12T20:43:08.291Z Downloaded nom v8.0.0
10002026-08-12T20:43:08.300Z Downloaded cookie v0.18.1
10012026-08-12T20:43:08.304Z Downloaded serde_with_macros v3.21.0
10022026-08-12T20:43:08.304Z Downloaded rsa v0.10.0-rc.18
10032026-08-12T20:43:08.307Z Downloaded serde_with v1.14.0
10042026-08-12T20:43:08.310Z Downloaded serde-hex v0.1.0
10052026-08-12T20:43:08.311Z Downloaded oso-derive v0.27.3
10062026-08-12T20:43:08.311Z Downloaded unicode-xid v0.2.6
10072026-08-12T20:43:08.311Z Downloaded curve25519-dalek-derive v0.1.1
10082026-08-12T20:43:08.311Z Downloaded rustc_version v0.4.1
10092026-08-12T20:43:08.314Z Downloaded crypto-common v0.2.2
10102026-08-12T20:43:08.317Z Downloaded ingot-types v0.2.0
10112026-08-12T20:43:08.317Z Downloaded linear-map v1.2.0
10122026-08-12T20:43:08.317Z Downloaded h2 v0.4.15
10132026-08-12T20:43:08.323Z Downloaded iana-time-zone v0.1.65
10142026-08-12T20:43:08.327Z Downloaded tls_codec v0.4.2
10152026-08-12T20:43:08.327Z Downloaded writeable v0.6.2
10162026-08-12T20:43:08.330Z Downloaded module-lattice v0.2.3
10172026-08-12T20:43:08.330Z Downloaded nu-ansi-term v0.50.3
10182026-08-12T20:43:08.334Z Downloaded rfc6979 v0.6.0
10192026-08-12T20:43:08.334Z Downloaded sha1 v0.10.6
10202026-08-12T20:43:08.334Z Downloaded strum v0.27.2
10212026-08-12T20:43:08.334Z Downloaded derive_builder_macro v0.20.2
10222026-08-12T20:43:08.337Z Downloaded wnaf v0.14.0
10232026-08-12T20:43:08.337Z Downloaded newline-converter v0.3.0
10242026-08-12T20:43:08.337Z Downloaded try-lock v0.2.5
10252026-08-12T20:43:08.341Z Downloaded tokio-rustls v0.26.4
10262026-08-12T20:43:08.341Z Downloaded rand v0.8.6
10272026-08-12T20:43:08.344Z Downloaded toml_parser v1.1.2+spec-1.1.0
10282026-08-12T20:43:08.344Z Downloaded zip v0.6.6
10292026-08-12T20:43:08.348Z Downloaded hkdf v0.12.4
10302026-08-12T20:43:08.351Z Downloaded primeorder v0.13.6
10312026-08-12T20:43:08.351Z Downloaded parse-size v1.1.0
10322026-08-12T20:43:08.355Z Downloaded serde_yaml v0.9.34+deprecated
10332026-08-12T20:43:08.358Z Downloaded primefield v0.14.0
10342026-08-12T20:43:08.362Z Downloaded zone_cfg_derive v0.3.1
10352026-08-12T20:43:08.365Z Downloaded ed25519 v3.0.0
10362026-08-12T20:43:08.365Z Downloaded inout v0.1.4
10372026-08-12T20:43:08.365Z Downloaded instant v0.1.13
10382026-08-12T20:43:08.365Z Downloaded cookie_store v0.22.1
10392026-08-12T20:43:08.368Z Downloaded powerfmt v0.2.0
10402026-08-12T20:43:08.368Z Downloaded rusty-fork v0.3.1
10412026-08-12T20:43:08.368Z Downloaded rand_pcg v0.10.2
10422026-08-12T20:43:08.372Z Downloaded rand v0.10.1
10432026-08-12T20:43:08.375Z Downloaded slog-scope v4.4.1
10442026-08-12T20:43:08.375Z Downloaded spki v0.7.3
10452026-08-12T20:43:08.378Z Downloaded darling v0.20.11
10462026-08-12T20:43:08.378Z Downloaded socket2 v0.5.10
10472026-08-12T20:43:08.382Z Downloaded parking_lot v0.12.5
10482026-08-12T20:43:08.385Z Downloaded radium v0.7.0
10492026-08-12T20:43:08.385Z Downloaded sponge-cursor v0.1.0
10502026-08-12T20:43:08.385Z Downloaded tinyvec_macros v0.1.1
10512026-08-12T20:43:08.393Z Downloaded schemars v0.8.22
10522026-08-12T20:43:08.398Z Downloaded hkdf v0.13.0
10532026-08-12T20:43:08.404Z Downloaded signature v3.0.0
10542026-08-12T20:43:08.410Z Downloaded toml_edit v0.19.15
10552026-08-12T20:43:08.419Z Downloaded ipnetwork v0.21.1
10562026-08-12T20:43:08.424Z Downloaded url v2.5.8
10572026-08-12T20:43:08.424Z Downloaded progenitor-impl v0.13.0
10582026-08-12T20:43:08.429Z Downloaded tokio-native-tls v0.3.1
10592026-08-12T20:43:08.430Z Downloaded elliptic-curve v0.14.1
10602026-08-12T20:43:08.430Z Downloaded scroll_derive v0.13.1
10612026-08-12T20:43:08.430Z Downloaded typify v0.6.2
10622026-08-12T20:43:08.433Z Downloaded unsafe-libyaml v0.2.11
10632026-08-12T20:43:08.433Z Downloaded strsim v0.10.0
10642026-08-12T20:43:08.433Z Downloaded tabwriter v1.4.1
10652026-08-12T20:43:08.433Z Downloaded xattr v1.6.1
10662026-08-12T20:43:08.436Z Downloaded zeroize_derive v1.5.0
10672026-08-12T20:43:08.436Z Downloaded defmt-parser v1.0.0
10682026-08-12T20:43:08.436Z Downloaded difflib v0.4.0
10692026-08-12T20:43:08.436Z Downloaded dunce v1.0.5
10702026-08-12T20:43:08.436Z Downloaded poly1305 v0.9.0
10712026-08-12T20:43:08.440Z Downloaded darling_core v0.23.0
10722026-08-12T20:43:08.440Z Downloaded serdect v0.4.3
10732026-08-12T20:43:08.443Z Downloaded vergen-lib v0.1.6
10742026-08-12T20:43:08.443Z Downloaded darling_core v0.21.3
10752026-08-12T20:43:08.448Z Downloaded data-encoding v2.10.0
10762026-08-12T20:43:08.448Z Downloaded jiff-static v0.2.34
10772026-08-12T20:43:08.448Z Downloaded linked-hash-map v0.5.6
10782026-08-12T20:43:08.453Z Downloaded des v0.9.0
10792026-08-12T20:43:08.457Z Downloaded tokio-dtrace v0.1.1
10802026-08-12T20:43:08.460Z Downloaded derive_builder v0.20.2
10812026-08-12T20:43:08.463Z Downloaded sha1 v0.11.0
10822026-08-12T20:43:08.463Z Downloaded phf_shared v0.13.1
10832026-08-12T20:43:08.466Z Downloaded tokio-macros v2.7.0
10842026-08-12T20:43:08.466Z Downloaded oso v0.27.3
10852026-08-12T20:43:08.471Z Downloaded term v0.7.0
10862026-08-12T20:43:08.475Z Downloaded zerovec v0.11.5
10872026-08-12T20:43:08.479Z Downloaded crossterm v0.28.1
10882026-08-12T20:43:08.482Z Downloaded secrecy v0.10.3
10892026-08-12T20:43:08.485Z Downloaded tagptr v0.2.0
10902026-08-12T20:43:08.491Z Downloaded num-integer v0.1.46
10912026-08-12T20:43:08.495Z Downloaded lru-cache v0.1.2
10922026-08-12T20:43:08.498Z Downloaded signal-hook v0.3.18
10932026-08-12T20:43:08.499Z Downloaded phf_shared v0.11.3
10942026-08-12T20:43:08.521Z Downloaded cpufeatures v0.3.0
10952026-08-12T20:43:08.524Z Downloaded darling_macro v0.20.11
10962026-08-12T20:43:08.524Z Downloaded ena v0.14.4
10972026-08-12T20:43:08.525Z Downloaded omicron-zone-package v0.12.3
10982026-08-12T20:43:08.529Z Downloaded p521 v0.14.0
10992026-08-12T20:43:08.532Z Downloaded parking_lot v0.11.2
11002026-08-12T20:43:08.532Z Downloaded proc-macro-error2 v2.0.1
11012026-08-12T20:43:08.535Z Downloaded toml_edit v0.23.10+spec-1.0.0
11022026-08-12T20:43:08.535Z Downloaded tough v0.22.0
11032026-08-12T20:43:08.540Z Downloaded digest-io v0.1.0
11042026-08-12T20:43:08.542Z Downloaded trait-variant v0.1.2
11052026-08-12T20:43:08.542Z Downloaded libloading v0.8.9
11062026-08-12T20:43:08.542Z Downloaded rustyline v14.0.0
11072026-08-12T20:43:08.547Z Downloaded testing_table v0.3.0
11082026-08-12T20:43:08.547Z Downloaded zone v0.3.1
11092026-08-12T20:43:08.550Z Downloaded seq-macro v0.3.6
11102026-08-12T20:43:08.550Z Downloaded litrs v1.0.0
11112026-08-12T20:43:08.550Z Downloaded usdt v0.6.0
11122026-08-12T20:43:08.550Z Downloaded rsa v0.9.10
11132026-08-12T20:43:08.554Z Downloaded derive_more-impl v2.1.1
11142026-08-12T20:43:08.556Z Downloaded xshell v0.2.7
11152026-08-12T20:43:08.556Z Downloaded managed v0.8.0
11162026-08-12T20:43:08.561Z Downloaded pin-project-internal v1.1.11
11172026-08-12T20:43:08.561Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11182026-08-12T20:43:08.562Z Downloaded md-5 v0.10.6
11192026-08-12T20:43:08.562Z Downloaded schemars v1.2.1
11202026-08-12T20:43:08.569Z Downloaded test-strategy v0.4.5
11212026-08-12T20:43:08.572Z Downloaded stacker v0.1.23
11222026-08-12T20:43:08.572Z Downloaded num_enum_derive v0.5.11
11232026-08-12T20:43:08.573Z Downloaded dyn-clone v1.0.20
11242026-08-12T20:43:08.573Z Downloaded socket2 v0.6.3
11252026-08-12T20:43:08.573Z Downloaded tar v0.4.46
11262026-08-12T20:43:08.576Z Downloaded winnow v1.0.3
11272026-08-12T20:43:08.579Z Downloaded crc-any v2.5.0
11282026-08-12T20:43:08.582Z Downloaded num-bigint-dig v0.8.6
11292026-08-12T20:43:08.582Z Downloaded vergen-git2 v9.1.0
11302026-08-12T20:43:08.585Z Downloaded lzss v0.8.2
11312026-08-12T20:43:08.585Z Downloaded embedded-io v0.4.0
11322026-08-12T20:43:08.585Z Downloaded is_ci v1.2.0
11332026-08-12T20:43:08.585Z Downloaded secrecy v0.8.0
11342026-08-12T20:43:08.589Z Downloaded pin-project v1.1.11
11352026-08-12T20:43:08.592Z Downloaded slog-json v2.6.1
11362026-08-12T20:43:08.595Z Downloaded rtoolbox v0.0.3
11372026-08-12T20:43:08.595Z Downloaded russh-cryptovec v0.62.0
11382026-08-12T20:43:08.595Z Downloaded aho-corasick v1.1.4
11392026-08-12T20:43:08.598Z Downloaded crossbeam-utils v0.8.21
11402026-08-12T20:43:08.598Z Downloaded peg-macros v0.8.5
11412026-08-12T20:43:08.601Z Downloaded scopeguard v1.2.0
11422026-08-12T20:43:08.602Z Downloaded structmeta-derive v0.3.0
11432026-08-12T20:43:08.602Z Downloaded utf8_iter v1.0.4
11442026-08-12T20:43:08.602Z Downloaded num-bigint v0.4.6
11452026-08-12T20:43:08.605Z Downloaded rand_core v0.9.5
11462026-08-12T20:43:08.605Z Downloaded slog-stdlog v4.1.1
11472026-08-12T20:43:08.605Z Downloaded slog-async v2.8.0
11482026-08-12T20:43:08.605Z Downloaded oxide-update-engine-types v0.1.2
11492026-08-12T20:43:08.610Z Downloaded rayon v1.11.0
11502026-08-12T20:43:08.613Z Downloaded displaydoc v0.2.5
11512026-08-12T20:43:08.613Z Downloaded normalize-line-endings v0.3.0
11522026-08-12T20:43:08.613Z Downloaded salsa20 v0.11.0
11532026-08-12T20:43:08.613Z Downloaded progenitor-macro v0.14.0
11542026-08-12T20:43:08.613Z Downloaded universal-hash v0.6.1
11552026-08-12T20:43:08.616Z Downloaded litemap v0.8.1
11562026-08-12T20:43:08.617Z Downloaded crc v3.4.0
11572026-08-12T20:43:08.625Z Downloaded openssl-sys v0.9.117
11582026-08-12T20:43:08.628Z Downloaded ed25519-dalek v3.0.0
11592026-08-12T20:43:08.631Z Downloaded derive_more v0.99.20
11602026-08-12T20:43:08.634Z Downloaded icu_normalizer_data v2.1.1
11612026-08-12T20:43:08.634Z Downloaded drift v0.2.0
11622026-08-12T20:43:08.638Z Downloaded walkdir v2.5.0
11632026-08-12T20:43:08.644Z Downloaded serde_urlencoded v0.7.1
11642026-08-12T20:43:08.646Z Downloaded usdt-macro v0.6.0
11652026-08-12T20:43:08.646Z Downloaded defmt-macros v1.0.1
11662026-08-12T20:43:08.647Z Downloaded itertools v0.10.5
11672026-08-12T20:43:08.650Z Downloaded rawzip v0.4.4
11682026-08-12T20:43:08.653Z Downloaded poly1305 v0.8.0
11692026-08-12T20:43:08.659Z Downloaded openssl-macros v0.1.1
11702026-08-12T20:43:08.662Z Downloaded ref-cast-impl v1.0.25
11712026-08-12T20:43:08.662Z Downloaded new_debug_unreachable v1.0.6
11722026-08-12T20:43:08.662Z Downloaded idna_adapter v1.2.1
11732026-08-12T20:43:08.662Z Downloaded packed_struct v0.10.1
11742026-08-12T20:43:08.662Z Downloaded progenitor v0.14.0
11752026-08-12T20:43:08.662Z Downloaded rand_core v0.10.0
11762026-08-12T20:43:08.665Z Downloaded ed25519 v2.2.3
11772026-08-12T20:43:08.665Z Downloaded peg v0.8.5
11782026-08-12T20:43:08.668Z Downloaded pretty_assertions v1.4.1
11792026-08-12T20:43:08.668Z Downloaded document-features v0.2.12
11802026-08-12T20:43:08.668Z Downloaded multimap v0.10.1
11812026-08-12T20:43:08.672Z Downloaded keccak v0.1.6
11822026-08-12T20:43:08.676Z Downloaded num_enum v0.7.6
11832026-08-12T20:43:08.680Z Downloaded quick-xml v0.37.5
11842026-08-12T20:43:08.686Z Downloaded tokio-stream v0.1.18
11852026-08-12T20:43:08.686Z Downloaded crossbeam-epoch v0.9.18
11862026-08-12T20:43:08.686Z Downloaded prefix-trie v0.7.0
11872026-08-12T20:43:08.690Z Downloaded slog-term v2.9.2
11882026-08-12T20:43:08.690Z Downloaded stable_deref_trait v1.2.1
11892026-08-12T20:43:08.694Z Downloaded zstd-safe v7.2.4
11902026-08-12T20:43:08.694Z Downloaded serde_derive_internals v0.29.1
11912026-08-12T20:43:08.694Z Downloaded string_cache v0.8.9
11922026-08-12T20:43:08.700Z Downloaded zerocopy-derive v0.8.40
11932026-08-12T20:43:08.705Z Downloaded ed25519-dalek v2.2.0
11942026-08-12T20:43:08.711Z Downloaded paste v1.0.15
11952026-08-12T20:43:08.717Z Downloaded itertools v0.12.1
11962026-08-12T20:43:08.720Z Downloaded port-file v0.1.0
11972026-08-12T20:43:08.725Z Downloaded progenitor-extras v0.2.0
11982026-08-12T20:43:08.725Z Downloaded itertools v0.13.0
11992026-08-12T20:43:08.728Z Downloaded indicatif v0.18.4
12002026-08-12T20:43:08.728Z Downloaded ignore v0.4.25
12012026-08-12T20:43:08.731Z Downloaded darling v0.13.4
12022026-08-12T20:43:08.731Z Downloaded libefi-sys v0.1.0
12032026-08-12T20:43:08.734Z Downloaded time-macros v0.2.27
12042026-08-12T20:43:08.734Z Downloaded quinn-proto v0.11.16
12052026-08-12T20:43:08.738Z Downloaded russh v0.62.4
12062026-08-12T20:43:08.741Z Downloaded darling_core v0.13.4
12072026-08-12T20:43:08.744Z Downloaded hyper-util v0.1.20
12082026-08-12T20:43:08.747Z Downloaded support-bundle-viewer v0.1.2
12092026-08-12T20:43:08.747Z Downloaded libxml v0.3.3
12102026-08-12T20:43:08.750Z Downloaded tracing-attributes v0.1.31
12112026-08-12T20:43:08.754Z Downloaded toml_writer v1.1.1+spec-1.1.0
12122026-08-12T20:43:08.754Z Downloaded unicode-segmentation v1.12.0
12132026-08-12T20:43:08.754Z Downloaded serde_with_macros v1.5.2
12142026-08-12T20:43:08.758Z Downloaded crc32fast v1.5.0
12152026-08-12T20:43:08.761Z Downloaded goblin v0.10.5
12162026-08-12T20:43:08.765Z Downloaded iddqd v0.4.2
12172026-08-12T20:43:08.772Z Downloaded quinn-udp v0.5.14
12182026-08-12T20:43:08.775Z Downloaded x509-cert v0.2.5
12192026-08-12T20:43:08.779Z Downloaded tinyvec v1.10.0
12202026-08-12T20:43:08.787Z Downloaded uuid v1.23.4
12212026-08-12T20:43:08.790Z Downloaded serde_with v3.21.0
12222026-08-12T20:43:08.796Z Downloaded itertools v0.15.0
12232026-08-12T20:43:08.799Z Downloaded tower v0.5.3
12242026-08-12T20:43:08.804Z Downloaded icu_properties_data v2.1.2
12252026-08-12T20:43:08.809Z Downloaded blake3 v1.8.5
12262026-08-12T20:43:08.814Z Downloaded git2 v0.20.4
12272026-08-12T20:43:08.818Z Downloaded memmap2 v0.9.10
12282026-08-12T20:43:08.822Z Downloaded nom v7.1.3
12292026-08-12T20:43:08.825Z Downloaded petname v2.0.2
12302026-08-12T20:43:08.825Z Downloaded internal-russh-num-bigint v0.5.0
12312026-08-12T20:43:08.829Z Downloaded minimal-lexical v0.2.1
12322026-08-12T20:43:08.832Z Downloaded p256 v0.14.0
12332026-08-12T20:43:08.835Z Downloaded der v0.8.0
12342026-08-12T20:43:08.838Z Downloaded slog v2.8.2
12352026-08-12T20:43:08.838Z Downloaded aws-lc-rs v1.16.3
12362026-08-12T20:43:08.842Z Downloaded bindgen v0.71.1
12372026-08-12T20:43:08.846Z Downloaded reqwest v0.12.28
12382026-08-12T20:43:08.850Z Downloaded icu_locale_core v2.1.1
12392026-08-12T20:43:08.853Z Downloaded rustls-platform-verifier v0.6.2
12402026-08-12T20:43:08.857Z Downloaded mio v1.2.0
12412026-08-12T20:43:08.860Z Downloaded icu_provider v2.1.1
12422026-08-12T20:43:08.860Z Downloaded winnow v0.5.40
12432026-08-12T20:43:08.863Z Downloaded dropshot-api-manager v0.7.2
12442026-08-12T20:43:08.866Z Downloaded moka v0.12.13
12452026-08-12T20:43:08.870Z Downloaded tokio-util v0.7.18
12462026-08-12T20:43:08.874Z Downloaded itertools v0.14.0
12472026-08-12T20:43:08.877Z Downloaded libm v0.2.16
12482026-08-12T20:43:08.882Z Downloaded jiff-core v0.1.0
12492026-08-12T20:43:08.886Z Downloaded zip v4.6.1
12502026-08-12T20:43:08.891Z Downloaded bitvec v1.0.1
12512026-08-12T20:43:08.895Z Downloaded qorb v0.4.1
12522026-08-12T20:43:08.899Z Downloaded crossterm v0.29.0
12532026-08-12T20:43:08.909Z Downloaded time v0.3.47
12542026-08-12T20:43:08.926Z Downloaded unicode-normalization v0.1.25
12552026-08-12T20:43:08.935Z Downloaded ssh-key v0.7.0-rc.11
12562026-08-12T20:43:08.939Z Downloaded tower-http v0.6.8
12572026-08-12T20:43:08.944Z Downloaded iri-string v0.7.10
12582026-08-12T20:43:08.948Z Downloaded regex v1.12.3
12592026-08-12T20:43:08.951Z Downloaded object v0.37.3
12602026-08-12T20:43:08.957Z Downloaded typed-path v0.9.3
12612026-08-12T20:43:08.960Z Downloaded reqwest v0.13.2
12622026-08-12T20:43:08.964Z Downloaded chrono v0.4.45
12632026-08-12T20:43:08.968Z Downloaded crypto-primes v0.7.2
12642026-08-12T20:43:08.971Z Downloaded salty v0.3.0
12652026-08-12T20:43:08.975Z Downloaded der v0.7.10
12662026-08-12T20:43:08.985Z Downloaded reedline v0.40.0
12672026-08-12T20:43:08.988Z Downloaded regress v0.11.1
12682026-08-12T20:43:08.992Z Downloaded derive_more v2.1.1
12692026-08-12T20:43:09.003Z Downloaded hickory-proto v0.24.4
12702026-08-12T20:43:09.011Z Downloaded object v0.30.4
12712026-08-12T20:43:09.016Z Downloaded sha3 v0.12.0
12722026-08-12T20:43:09.020Z Downloaded rand v0.9.2
12732026-08-12T20:43:09.023Z Downloaded idna v1.1.0
12742026-08-12T20:43:09.023Z Downloaded hickory-proto v0.25.2
12752026-08-12T20:43:09.029Z Downloaded tabled v0.21.0
12762026-08-12T20:43:09.039Z Downloaded smoltcp v0.11.0
12772026-08-12T20:43:09.054Z Downloaded sqlparser v0.61.0
12782026-08-12T20:43:09.092Z Downloaded curve25519-dalek v4.1.3
12792026-08-12T20:43:09.117Z Downloaded nix v0.28.0
12802026-08-12T20:43:09.123Z Downloaded openssl v0.10.80
12812026-08-12T20:43:09.152Z Downloaded winnow v0.6.26
12822026-08-12T20:43:09.165Z Downloaded radix_trie v0.2.1
12832026-08-12T20:43:09.185Z Downloaded typify-impl v0.6.2
12842026-08-12T20:43:09.192Z Downloaded zlib-rs v0.6.2
12852026-08-12T20:43:09.195Z Downloaded p384 v0.13.1
12862026-08-12T20:43:09.198Z Downloaded vcpkg v0.2.15
12872026-08-12T20:43:09.221Z Downloaded regex-automata v0.4.14
12882026-08-12T20:43:09.229Z Downloaded bstr v1.12.1
12892026-08-12T20:43:09.235Z Downloaded portable-atomic v1.13.1
12902026-08-12T20:43:09.239Z Downloaded proptest v1.11.0
12912026-08-12T20:43:09.272Z Downloaded zerocopy-derive v0.6.6
12922026-08-12T20:43:09.277Z Downloaded crypto-bigint v0.7.5
12932026-08-12T20:43:09.297Z Downloaded petgraph v0.6.5
12942026-08-12T20:43:09.307Z Downloaded regress v0.10.5
12952026-08-12T20:43:09.311Z Downloaded jiff v0.2.34
12962026-08-12T20:43:09.330Z Downloaded nix v0.27.1
12972026-08-12T20:43:09.336Z Downloaded sha3 v0.10.8
12982026-08-12T20:43:09.340Z Downloaded tokio v1.52.1
12992026-08-12T20:43:09.361Z Downloaded zerocopy v0.8.40
13002026-08-12T20:43:09.367Z Downloaded csv v1.4.0
13012026-08-12T20:43:09.379Z Downloaded polar-core v0.27.3
13022026-08-12T20:43:09.384Z Downloaded libz-sys v1.1.24
13032026-08-12T20:43:09.397Z Downloaded lalrpop v0.19.12
13042026-08-12T20:43:09.403Z Downloaded smoltcp v0.9.1
13052026-08-12T20:43:09.409Z Downloaded regex-syntax v0.8.10
13062026-08-12T20:43:09.413Z Downloaded encoding_rs v0.8.35
13072026-08-12T20:43:09.428Z Downloaded regex-syntax v0.6.29
13082026-08-12T20:43:09.435Z Downloaded dropshot v0.17.1
13092026-08-12T20:43:09.448Z Downloaded nix v0.31.2
13102026-08-12T20:43:09.454Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-08-12T20:43:09.487Z Downloaded rustix v0.38.44
13122026-08-12T20:43:09.500Z Downloaded rustls v0.23.41
13132026-08-12T20:43:09.507Z Downloaded openapiv3 v2.2.0
13142026-08-12T20:43:09.513Z Downloaded tracing v0.1.44
13152026-08-12T20:43:09.526Z Downloaded curve25519-dalek v5.0.0
13162026-08-12T20:43:09.532Z Downloaded ratatui v0.29.0
13172026-08-12T20:43:09.548Z Downloaded diesel v2.3.7
13182026-08-12T20:43:09.556Z Downloaded sha3 v0.11.0
13192026-08-12T20:43:09.567Z Downloaded sled v0.34.7
13202026-08-12T20:43:09.579Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-08-12T20:43:09.649Z Downloaded chrono-tz v0.10.4
13222026-08-12T20:43:09.660Z Downloaded petgraph v0.8.3
13232026-08-12T20:43:09.674Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-08-12T20:43:09.783Z Downloaded ring v0.17.14
13252026-08-12T20:43:10.407Z Downloaded aws-lc-sys v0.40.0
13262026-08-12T20:43:10.666Z Compiling libc v0.2.185
13272026-08-12T20:43:10.666Z Compiling serde_core v1.0.228
13282026-08-12T20:43:10.669Z Compiling serde v1.0.228
13292026-08-12T20:43:10.669Z Compiling log v0.4.29
13302026-08-12T20:43:10.669Z Compiling smallvec v1.15.1
13312026-08-12T20:43:10.820Z Compiling shlex v1.3.0
13322026-08-12T20:43:10.827Z Compiling find-msvc-tools v0.1.9
13332026-08-12T20:43:10.831Z Compiling syn v2.0.117
13342026-08-12T20:43:11.014Z Compiling subtle v2.6.1
13352026-08-12T20:43:11.030Z Compiling scopeguard v1.2.0
13362026-08-12T20:43:11.030Z Compiling stable_deref_trait v1.2.1
13372026-08-12T20:43:11.112Z Compiling lock_api v0.4.14
13382026-08-12T20:43:11.125Z Compiling typenum v1.20.1
13392026-08-12T20:43:11.151Z Compiling zerocopy v0.8.40
13402026-08-12T20:43:11.154Z Compiling portable-atomic v1.13.1
13412026-08-12T20:43:11.178Z Compiling serde_json v1.0.151
13422026-08-12T20:43:11.332Z Compiling critical-section v1.2.0
13432026-08-12T20:43:11.395Z Compiling libm v0.2.16
13442026-08-12T20:43:11.434Z Compiling num-traits v0.2.19
13452026-08-12T20:43:11.581Z Compiling pkg-config v0.3.32
13462026-08-12T20:43:11.664Z Compiling errno v0.3.14
13472026-08-12T20:43:11.678Z Compiling jobserver v0.1.34
13482026-08-12T20:43:11.752Z Compiling getrandom v0.2.17
13492026-08-12T20:43:11.916Z Compiling cc v1.2.56
13502026-08-12T20:43:11.981Z Compiling rand_core v0.6.4
13512026-08-12T20:43:12.032Z Compiling generic-array v0.14.7
13522026-08-12T20:43:12.100Z Compiling once_cell v1.21.3
13532026-08-12T20:43:12.187Z Compiling parking_lot_core v0.9.12
13542026-08-12T20:43:12.217Z Compiling const-oid v0.9.6
13552026-08-12T20:43:12.248Z Compiling pin-project-lite v0.2.17
13562026-08-12T20:43:12.306Z Compiling getrandom v0.4.1
13572026-08-12T20:43:12.387Z Compiling rand_core v0.10.0
13582026-08-12T20:43:12.704Z Compiling signal-hook-registry v1.4.8
13592026-08-12T20:43:12.871Z Compiling bitflags v2.11.0
13602026-08-12T20:43:12.925Z Compiling writeable v0.6.2
13612026-08-12T20:43:12.938Z Compiling futures-core v0.3.32
13622026-08-12T20:43:12.968Z Compiling litemap v0.8.1
13632026-08-12T20:43:13.083Z Compiling percent-encoding v2.3.2
13642026-08-12T20:43:13.098Z Compiling semver v1.0.28
13652026-08-12T20:43:13.111Z Compiling parking_lot v0.12.5
13662026-08-12T20:43:13.151Z Compiling mio v1.2.0
13672026-08-12T20:43:13.151Z Compiling icu_normalizer_data v2.1.1
13682026-08-12T20:43:13.265Z Compiling icu_properties_data v2.1.2
13692026-08-12T20:43:13.401Z Compiling socket2 v0.6.3
13702026-08-12T20:43:13.415Z Compiling getrandom v0.3.4
13712026-08-12T20:43:13.427Z Compiling futures-sink v0.3.32
13722026-08-12T20:43:13.476Z Compiling indexmap v2.14.0
13732026-08-12T20:43:13.536Z Compiling synstructure v0.13.2
13742026-08-12T20:43:13.696Z Compiling futures-channel v0.3.32
13752026-08-12T20:43:13.710Z Compiling utf8_iter v1.0.4
13762026-08-12T20:43:13.858Z Compiling slab v0.4.12
13772026-08-12T20:43:13.882Z Compiling futures-task v0.3.32
13782026-08-12T20:43:13.926Z Compiling futures-io v0.3.32
13792026-08-12T20:43:14.034Z Compiling rustix v1.1.3
13802026-08-12T20:43:14.048Z Compiling form_urlencoded v1.2.2
13812026-08-12T20:43:14.061Z Compiling rustversion v1.0.22
13822026-08-12T20:43:14.081Z Compiling iana-time-zone v0.1.65
13832026-08-12T20:43:14.178Z Compiling base64ct v1.8.3
13842026-08-12T20:43:14.213Z Compiling cmake v0.1.57
13852026-08-12T20:43:14.217Z Compiling dunce v1.0.5
13862026-08-12T20:43:14.286Z Compiling fs_extra v1.3.0
13872026-08-12T20:43:14.324Z Compiling regex-syntax v0.8.10
13882026-08-12T20:43:14.373Z Compiling flagset v0.4.7
13892026-08-12T20:43:14.478Z Compiling pem-rfc7468 v0.7.0
13902026-08-12T20:43:14.497Z Compiling ident_case v1.0.1
13912026-08-12T20:43:14.553Z Compiling rand_core v0.9.5
13922026-08-12T20:43:14.616Z Compiling uuid v1.23.4
13932026-08-12T20:43:14.630Z Compiling aws-lc-sys v0.40.0
13942026-08-12T20:43:14.780Z Compiling base64 v0.22.1
13952026-08-12T20:43:14.830Z Compiling vcpkg v0.2.15
13962026-08-12T20:43:15.033Z Compiling syn v1.0.109
13972026-08-12T20:43:15.110Z Compiling serde_derive_internals v0.29.1
13982026-08-12T20:43:15.325Z Compiling rustc_version v0.4.1
13992026-08-12T20:43:15.369Z Compiling serde_derive v1.0.228
14002026-08-12T20:43:15.383Z Compiling zeroize_derive v1.5.0
14012026-08-12T20:43:15.567Z Compiling zerofrom-derive v0.1.6
14022026-08-12T20:43:15.646Z Compiling zerocopy-derive v0.8.40
14032026-08-12T20:43:15.750Z Compiling yoke-derive v0.8.1
14042026-08-12T20:43:16.014Z Compiling zerovec-derive v0.11.2
14052026-08-12T20:43:16.051Z Compiling zeroize v1.9.0
14062026-08-12T20:43:16.265Z Compiling displaydoc v0.2.5
14072026-08-12T20:43:16.956Z Compiling tokio-macros v2.7.0
14082026-08-12T20:43:17.003Z Compiling zerofrom v0.1.6
14092026-08-12T20:43:17.024Z Compiling futures-macro v0.3.32
14102026-08-12T20:43:17.132Z Compiling yoke v0.8.1
14112026-08-12T20:43:17.159Z Compiling der_derive v0.7.3
14122026-08-12T20:43:17.284Z Compiling block-buffer v0.10.4
14132026-08-12T20:43:17.324Z Compiling zerovec v0.11.5
14142026-08-12T20:43:17.452Z Compiling zerotrie v0.2.3
14152026-08-12T20:43:17.692Z Compiling crypto-common v0.1.7
14162026-08-12T20:43:17.742Z Compiling thiserror-impl v2.0.18
14172026-08-12T20:43:17.826Z Compiling tinystr v0.8.2
14182026-08-12T20:43:17.841Z Compiling potential_utf v0.1.4
14192026-08-12T20:43:17.841Z Compiling digest v0.10.7
14202026-08-12T20:43:18.014Z Compiling icu_locale_core v2.1.1
14212026-08-12T20:43:18.028Z Compiling icu_collections v2.1.1
14222026-08-12T20:43:18.077Z Compiling futures-util v0.3.32
14232026-08-12T20:43:18.127Z Compiling der v0.7.10
14242026-08-12T20:43:18.488Z Compiling openssl-sys v0.9.117
14252026-08-12T20:43:18.918Z Compiling bytes v1.11.1
14262026-08-12T20:43:18.939Z Compiling icu_provider v2.1.1
14272026-08-12T20:43:19.030Z Compiling chrono v0.4.45
14282026-08-12T20:43:19.101Z Compiling thiserror v2.0.18
14292026-08-12T20:43:19.209Z Compiling icu_properties v2.1.2
14302026-08-12T20:43:19.233Z Compiling icu_normalizer v2.1.1
14312026-08-12T20:43:19.361Z Compiling spki v0.7.3
14322026-08-12T20:43:19.539Z Compiling tokio v1.52.1
14332026-08-12T20:43:19.565Z Compiling http v1.4.2
14342026-08-12T20:43:19.763Z Compiling tracing-attributes v0.1.31
14352026-08-12T20:43:20.192Z Compiling idna_adapter v1.2.1
14362026-08-12T20:43:20.300Z Compiling ppv-lite86 v0.2.21
14372026-08-12T20:43:20.329Z Compiling idna v1.1.0
14382026-08-12T20:43:20.400Z Compiling tracing-core v0.1.36
14392026-08-12T20:43:20.441Z Compiling schemars v0.8.22
14402026-08-12T20:43:20.467Z Compiling aws-lc-rs v1.16.3
14412026-08-12T20:43:20.609Z Compiling url v2.5.8
14422026-08-12T20:43:20.642Z Compiling rand_chacha v0.9.0
14432026-08-12T20:43:20.737Z Compiling cpufeatures v0.2.17
14442026-08-12T20:43:20.811Z Compiling dyn-clone v1.0.20
14452026-08-12T20:43:20.931Z Compiling rand v0.9.2
14462026-08-12T20:43:20.964Z Compiling http-body v1.0.1
14472026-08-12T20:43:20.978Z Compiling pkcs8 v0.10.2
14482026-08-12T20:43:21.039Z Compiling tracing v0.1.44
14492026-08-12T20:43:21.222Z Compiling rustls-pki-types v1.14.0
14502026-08-12T20:43:21.291Z Compiling schemars_derive v0.8.22
14512026-08-12T20:43:21.381Z Compiling spin v0.9.8
14522026-08-12T20:43:21.437Z Compiling crc32fast v1.5.0
14532026-08-12T20:43:21.573Z Compiling tinyvec_macros v0.1.1
14542026-08-12T20:43:21.640Z Compiling cmov v0.5.4
14552026-08-12T20:43:21.654Z Compiling httparse v1.10.1
14562026-08-12T20:43:21.655Z Compiling openssl-probe v0.2.1
14572026-08-12T20:43:21.734Z Compiling tinyvec v1.10.0
14582026-08-12T20:43:21.829Z Compiling ctutils v0.4.2
14592026-08-12T20:43:21.842Z Compiling tempfile v3.25.0
14602026-08-12T20:43:22.017Z Compiling pest_generator v2.8.6
14612026-08-12T20:43:22.054Z Compiling sha2 v0.10.9
14622026-08-12T20:43:22.068Z Compiling aho-corasick v1.1.4
14632026-08-12T20:43:22.193Z Compiling try-lock v0.2.5
14642026-08-12T20:43:22.299Z Compiling radium v0.7.0
14652026-08-12T20:43:22.540Z Compiling tower-layer v0.3.3
14662026-08-12T20:43:22.682Z Compiling untrusted v0.7.1
14672026-08-12T20:43:22.696Z Compiling tower-service v0.3.3
14682026-08-12T20:43:22.786Z Compiling atomic-waker v1.1.2
14692026-08-12T20:43:22.800Z Compiling pest_derive v2.8.6
14702026-08-12T20:43:22.908Z Compiling regex-automata v0.4.14
14712026-08-12T20:43:23.228Z Compiling tokio-util v0.7.18
14722026-08-12T20:43:23.352Z Compiling want v0.3.1
14732026-08-12T20:43:23.756Z Compiling hybrid-array v0.4.13
14742026-08-12T20:43:23.838Z Compiling ipnet v2.11.0
14752026-08-12T20:43:23.979Z Compiling h2 v0.4.15
14762026-08-12T20:43:24.276Z Compiling scroll_derive v0.13.1
14772026-08-12T20:43:24.322Z Compiling darling_core v0.20.11
14782026-08-12T20:43:24.516Z Compiling untrusted v0.9.0
14792026-08-12T20:43:24.640Z Compiling tap v1.0.1
14802026-08-12T20:43:24.752Z Compiling foreign-types-shared v0.1.1
14812026-08-12T20:43:24.841Z Compiling rustls v0.23.41
14822026-08-12T20:43:25.010Z Compiling simd-adler32 v0.3.8
14832026-08-12T20:43:25.068Z Compiling httpdate v1.0.3
14842026-08-12T20:43:25.101Z Compiling openssl v0.10.80
14852026-08-12T20:43:25.173Z Compiling maybe-uninit v2.0.0
14862026-08-12T20:43:25.244Z Compiling scroll v0.13.0
14872026-08-12T20:43:25.280Z Compiling foreign-types v0.3.2
14882026-08-12T20:43:25.335Z Compiling wyz v0.5.1
14892026-08-12T20:43:25.470Z Compiling unicode-normalization v0.1.25
14902026-08-12T20:43:25.517Z Compiling rand_chacha v0.3.1
14912026-08-12T20:43:25.536Z Compiling hex v0.4.3
14922026-08-12T20:43:25.797Z Compiling signature v2.2.0
14932026-08-12T20:43:25.894Z Compiling terminal_size v0.4.3
14942026-08-12T20:43:25.911Z Compiling thiserror-impl v1.0.69
14952026-08-12T20:43:25.972Z Compiling openssl-macros v0.1.1
14962026-08-12T20:43:26.026Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-08-12T20:43:26.280Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-12T20:43:26.358Z Compiling num-integer v0.1.46
14992026-08-12T20:43:26.404Z Compiling wait-timeout v0.2.1
15002026-08-12T20:43:26.550Z Compiling ahash v0.8.12
15012026-08-12T20:43:26.554Z Compiling darling_macro v0.20.11
15022026-08-12T20:43:26.661Z Compiling bit-vec v0.8.0
15032026-08-12T20:43:26.664Z Compiling adler2 v2.0.1
15042026-08-12T20:43:26.755Z Compiling num-conv v0.2.0
15052026-08-12T20:43:26.791Z Compiling funty v2.0.0
15062026-08-12T20:43:26.882Z Compiling packed_struct v0.10.1
15072026-08-12T20:43:26.896Z Compiling native-tls v0.2.18
15082026-08-12T20:43:26.968Z Compiling quick-error v1.2.3
15092026-08-12T20:43:27.047Z Compiling hyper v1.10.1
15102026-08-12T20:43:27.074Z Compiling num-bigint-dig v0.8.6
15112026-08-12T20:43:27.088Z Compiling time-core v0.1.8
15122026-08-12T20:43:27.113Z Compiling powerfmt v0.2.0
15132026-08-12T20:43:27.126Z Compiling thiserror v1.0.69
15142026-08-12T20:43:27.237Z Compiling time-macros v0.2.27
15152026-08-12T20:43:27.263Z Compiling deranged v0.5.8
15162026-08-12T20:43:27.278Z Compiling bitvec v1.0.1
15172026-08-12T20:43:27.305Z Compiling clap_builder v4.6.0
15182026-08-12T20:43:27.370Z Compiling rusty-fork v0.3.1
15192026-08-12T20:43:27.675Z Compiling darling v0.20.11
15202026-08-12T20:43:27.757Z Compiling bit-set v0.8.0
15212026-08-12T20:43:27.965Z Compiling miniz_oxide v0.8.9
15222026-08-12T20:43:28.040Z Compiling num-iter v0.1.45
15232026-08-12T20:43:28.154Z Compiling hyper-util v0.1.20
15242026-08-12T20:43:28.633Z Compiling rand v0.8.6
15252026-08-12T20:43:28.782Z Compiling goblin v0.10.5
15262026-08-12T20:43:28.971Z Compiling packed_struct_codegen v0.10.1
15272026-08-12T20:43:29.424Z Compiling lazy_static v1.5.0
15282026-08-12T20:43:29.517Z Compiling toml_datetime v0.6.11
15292026-08-12T20:43:29.772Z Compiling serde_spanned v0.6.9
15302026-08-12T20:43:29.863Z Compiling hmac v0.12.1
15312026-08-12T20:43:29.918Z Compiling zerocopy-derive v0.6.6
15322026-08-12T20:43:30.017Z Compiling bitfield-macros v0.19.4
15332026-08-12T20:43:30.033Z Compiling clap_derive v4.6.1
15342026-08-12T20:43:30.291Z Compiling anstyle-parse v0.2.7
15352026-08-12T20:43:30.467Z Compiling rand_xorshift v0.4.0
15362026-08-12T20:43:30.626Z Compiling sync_wrapper v1.0.2
15372026-08-12T20:43:30.698Z Compiling indexmap v1.9.3
15382026-08-12T20:43:30.715Z Compiling paste v1.0.15
15392026-08-12T20:43:30.728Z Compiling crc-catalog v2.4.0
15402026-08-12T20:43:30.818Z Compiling num_threads v0.1.7
15412026-08-12T20:43:30.882Z Compiling nodrop v0.1.14
15422026-08-12T20:43:30.914Z Compiling crossbeam-utils v0.8.21
15432026-08-12T20:43:30.967Z Compiling usdt-impl v0.6.0
15442026-08-12T20:43:30.970Z Compiling unarray v0.1.4
15452026-08-12T20:43:31.087Z Compiling zlib-rs v0.6.2
15462026-08-12T20:43:31.168Z Compiling siphasher v1.0.2
15472026-08-12T20:43:31.233Z Compiling proptest v1.11.0
15482026-08-12T20:43:31.395Z Compiling array-init v0.0.4
15492026-08-12T20:43:31.513Z Compiling dof v0.4.0
15502026-08-12T20:43:31.730Z Compiling time v0.3.47
15512026-08-12T20:43:31.733Z Compiling clap v4.6.1
15522026-08-12T20:43:31.842Z Compiling crc v3.4.0
15532026-08-12T20:43:32.342Z Compiling zerocopy v0.6.6
15542026-08-12T20:43:32.649Z Compiling tower v0.5.3
15552026-08-12T20:43:32.661Z Compiling bitfield v0.19.4
15562026-08-12T20:43:32.937Z Compiling anstream v0.6.21
15572026-08-12T20:43:33.247Z Compiling smallvec v0.6.14
15582026-08-12T20:43:33.443Z Compiling derive_builder_core v0.20.2
15592026-08-12T20:43:33.578Z Compiling ipnetwork v0.21.1
15602026-08-12T20:43:33.959Z Compiling flate2 v1.1.9
15612026-08-12T20:43:34.217Z Compiling dtrace-parser v0.3.0
15622026-08-12T20:43:34.318Z Compiling pkcs1 v0.7.5
15632026-08-12T20:43:34.322Z Compiling http-body-util v0.1.3
15642026-08-12T20:43:34.363Z Compiling heapless v0.7.17
15652026-08-12T20:43:34.568Z Compiling scroll_derive v0.12.1
15662026-08-12T20:43:34.592Z Compiling structmeta-derive v0.3.0
15672026-08-12T20:43:34.703Z Compiling slog v2.8.2
15682026-08-12T20:43:34.882Z Compiling darling_core v0.23.0
15692026-08-12T20:43:34.942Z Compiling thread-id v5.1.0
15702026-08-12T20:43:34.957Z Compiling cookie v0.18.1
15712026-08-12T20:43:35.024Z Compiling env_filter v1.0.0
15722026-08-12T20:43:35.132Z Compiling allocator-api2 v0.2.21
15732026-08-12T20:43:35.215Z Compiling unicode-properties v0.1.4
15742026-08-12T20:43:35.317Z Compiling hashbrown v0.12.3
15752026-08-12T20:43:35.423Z Compiling iri-string v0.7.10
15762026-08-12T20:43:35.456Z Compiling anyhow v1.0.102
15772026-08-12T20:43:35.652Z Compiling ryu v1.0.23
15782026-08-12T20:43:35.750Z Compiling zstd-safe v7.2.4
15792026-08-12T20:43:35.774Z Compiling unicode-bidi v0.3.18
15802026-08-12T20:43:35.824Z Compiling signal-hook v0.3.18
15812026-08-12T20:43:35.938Z Compiling winnow v0.5.40
15822026-08-12T20:43:35.991Z Compiling base64 v0.21.7
15832026-08-12T20:43:36.291Z Compiling ron v0.8.1
15842026-08-12T20:43:36.309Z Compiling stringprep v0.1.5
15852026-08-12T20:43:36.743Z Compiling tower-http v0.6.8
15862026-08-12T20:43:36.946Z Compiling serde_urlencoded v0.7.1
15872026-08-12T20:43:37.205Z Compiling toml_edit v0.19.15
15882026-08-12T20:43:37.341Z Compiling structmeta v0.3.0
15892026-08-12T20:43:37.356Z Compiling scroll v0.12.0
15902026-08-12T20:43:37.371Z Compiling darling_macro v0.23.0
15912026-08-12T20:43:37.551Z Compiling env_logger v0.11.9
15922026-08-12T20:43:37.816Z Compiling rsa v0.9.10
15932026-08-12T20:43:37.857Z Compiling derive_builder_macro v0.20.2
15942026-08-12T20:43:37.891Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15952026-08-12T20:43:38.184Z Compiling oxnet v0.1.6
15962026-08-12T20:43:38.325Z Compiling newtype-uuid v1.3.2
15972026-08-12T20:43:38.531Z Compiling hashbrown v0.13.2
15982026-08-12T20:43:38.657Z Compiling serde-hex v0.1.0
15992026-08-12T20:43:38.701Z Compiling bzip2 v0.4.4
16002026-08-12T20:43:38.911Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16012026-08-12T20:43:39.046Z Compiling tokio-native-tls v0.3.1
16022026-08-12T20:43:39.103Z Compiling camino v1.2.2
16032026-08-12T20:43:39.721Z Compiling bstr v1.12.1
16042026-08-12T20:43:39.860Z Compiling block-padding v0.4.2
16052026-08-12T20:43:39.968Z Compiling crypto-common v0.2.2
16062026-08-12T20:43:40.026Z Compiling block-buffer v0.12.1
16072026-08-12T20:43:40.217Z Compiling rustls-native-certs v0.8.3
16082026-08-12T20:43:40.354Z Compiling x509-cert v0.2.5
16092026-08-12T20:43:40.392Z Compiling erased-serde v0.3.31
16102026-08-12T20:43:40.507Z Compiling serde_tokenstream v0.2.3
16112026-08-12T20:43:40.821Z Compiling md-5 v0.10.6
16122026-08-12T20:43:40.873Z Compiling curve25519-dalek v4.1.3
16132026-08-12T20:43:40.876Z Compiling pin-project-internal v1.1.11
16142026-08-12T20:43:40.989Z Compiling async-trait v0.1.89
16152026-08-12T20:43:41.195Z Compiling zerocopy-derive v0.7.35
16162026-08-12T20:43:41.680Z Compiling daft-derive v0.1.7
16172026-08-12T20:43:41.929Z Compiling vergen-lib v9.1.0
16182026-08-12T20:43:41.969Z Compiling hash32 v0.2.1
16192026-08-12T20:43:41.986Z Compiling memoffset v0.9.1
16202026-08-12T20:43:42.053Z Compiling encoding_rs v0.8.35
16212026-08-12T20:43:42.108Z Compiling fallible-iterator v0.2.0
16222026-08-12T20:43:42.151Z Compiling litrs v1.0.0
16232026-08-12T20:43:42.154Z Compiling mime v0.3.17
16242026-08-12T20:43:42.177Z Compiling ref-cast v1.0.25
16252026-08-12T20:43:42.401Z Compiling rustix v0.38.44
16262026-08-12T20:43:42.415Z Compiling cfg_aliases v0.2.1
16272026-08-12T20:43:42.419Z Compiling crc-any v2.5.0
16282026-08-12T20:43:42.441Z Compiling psl-types v2.0.11
16292026-08-12T20:43:42.461Z Compiling smoltcp v0.9.1
16302026-08-12T20:43:42.482Z Compiling nix v0.31.2
16312026-08-12T20:43:42.556Z Compiling publicsuffix v2.3.0
16322026-08-12T20:43:42.641Z Compiling document-features v0.2.12
16332026-08-12T20:43:42.641Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-12T20:43:42.762Z Compiling daft v0.1.7
16352026-08-12T20:43:42.796Z Compiling postgres-protocol v0.6.10
16362026-08-12T20:43:42.922Z Compiling zerocopy v0.7.35
16372026-08-12T20:43:43.036Z Compiling pin-project v1.1.11
16382026-08-12T20:43:43.219Z Compiling inout v0.2.2
16392026-08-12T20:43:43.304Z Compiling hyper-tls v0.6.0
16402026-08-12T20:43:43.326Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-12T20:43:43.391Z Compiling object v0.30.4
16422026-08-12T20:43:43.463Z Compiling zip v0.6.6
16432026-08-12T20:43:43.521Z Compiling toml v0.7.8
16442026-08-12T20:43:43.571Z Compiling derive_builder v0.20.2
16452026-08-12T20:43:43.619Z Compiling darling v0.23.0
16462026-08-12T20:43:43.702Z Compiling goblin v0.8.2
16472026-08-12T20:43:43.834Z Compiling derive-ex v0.1.8
16482026-08-12T20:43:44.203Z Compiling phf_shared v0.13.1
16492026-08-12T20:43:44.397Z Compiling regex v1.12.3
16502026-08-12T20:43:44.442Z Compiling hubpack_derive v0.1.1
16512026-08-12T20:43:44.446Z Compiling futures-executor v0.3.32
16522026-08-12T20:43:44.710Z Compiling curve25519-dalek-derive v0.1.1
16532026-08-12T20:43:44.824Z Compiling strum_macros v0.27.2
16542026-08-12T20:43:44.884Z Compiling ref-cast-impl v1.0.25
16552026-08-12T20:43:45.340Z Compiling snafu-derive v0.8.9
16562026-08-12T20:43:45.421Z Compiling vergen v9.1.0
16572026-08-12T20:43:45.477Z Compiling cargo-platform v0.3.2
16582026-08-12T20:43:45.595Z Compiling ff v0.13.1
16592026-08-12T20:43:45.730Z Compiling fs-err v3.3.0
16602026-08-12T20:43:45.744Z Compiling bitflags v1.3.2
16612026-08-12T20:43:45.819Z Compiling bumpalo v3.20.2
16622026-08-12T20:43:45.916Z Compiling unicode-segmentation v1.12.0
16632026-08-12T20:43:46.071Z Compiling managed v0.8.0
16642026-08-12T20:43:46.286Z Compiling object v0.37.3
16652026-08-12T20:43:46.290Z Compiling libbz2-rs-sys v0.2.2
16662026-08-12T20:43:46.302Z Compiling jiff-core v0.1.0
16672026-08-12T20:43:46.546Z Compiling foldhash v0.1.5
16682026-08-12T20:43:46.717Z Compiling foldhash v0.2.0
16692026-08-12T20:43:46.736Z Compiling same-file v1.0.6
16702026-08-12T20:43:46.899Z Compiling base16ct v0.2.0
16712026-08-12T20:43:46.932Z Compiling either v1.15.0
16722026-08-12T20:43:46.967Z Compiling path-slash v0.1.5
16732026-08-12T20:43:47.070Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16742026-08-12T20:43:47.094Z Compiling jiff v0.2.34
16752026-08-12T20:43:47.137Z Compiling sec1 v0.7.3
16762026-08-12T20:43:47.151Z Compiling hashbrown v0.16.1
16772026-08-12T20:43:47.219Z Compiling snafu v0.8.9
16782026-08-12T20:43:47.356Z Compiling walkdir v2.5.0
16792026-08-12T20:43:47.403Z Compiling strum v0.27.2
16802026-08-12T20:43:47.534Z Compiling bzip2 v0.6.1
16812026-08-12T20:43:47.576Z Compiling hashbrown v0.15.5
16822026-08-12T20:43:47.731Z Compiling zopfli v0.8.3
16832026-08-12T20:43:47.839Z Compiling dof v0.3.0
16842026-08-12T20:43:48.097Z Compiling group v0.13.0
16852026-08-12T20:43:48.276Z Compiling cargo_metadata v0.23.1
16862026-08-12T20:43:48.394Z Compiling test-strategy v0.4.5
16872026-08-12T20:43:48.549Z Compiling hubpack v0.1.2
16882026-08-12T20:43:48.593Z Compiling futures v0.3.32
16892026-08-12T20:43:48.674Z Compiling phf v0.13.1
16902026-08-12T20:43:48.768Z Compiling signal-hook-mio v0.2.5
16912026-08-12T20:43:48.886Z Compiling cookie_store v0.22.1
16922026-08-12T20:43:49.188Z Compiling zstd v0.13.3
16932026-08-12T20:43:49.455Z Compiling serde_with_macros v3.21.0
16942026-08-12T20:43:49.534Z Compiling reqwest v0.12.28
16952026-08-12T20:43:49.663Z Compiling cipher v0.5.2
16962026-08-12T20:43:49.888Z Compiling postgres-types v0.2.12
16972026-08-12T20:43:50.436Z Compiling usdt-attr-macro v0.6.0
16982026-08-12T20:43:50.604Z Compiling usdt-macro v0.6.0
16992026-08-12T20:43:50.619Z Compiling globset v0.4.18
17002026-08-12T20:43:51.174Z Compiling phf_shared v0.11.3
17012026-08-12T20:43:51.242Z Compiling hkdf v0.12.4
17022026-08-12T20:43:51.280Z Compiling dtrace-parser v0.2.0
17032026-08-12T20:43:51.356Z Compiling ed25519 v2.2.3
17042026-08-12T20:43:51.359Z Compiling olpc-cjson v0.1.4
17052026-08-12T20:43:51.411Z Compiling byte-wrapper v0.1.0
17062026-08-12T20:43:51.437Z Compiling serde-big-array v0.5.1
17072026-08-12T20:43:51.526Z Compiling serde_plain v1.0.2
17082026-08-12T20:43:51.576Z Compiling crypto-bigint v0.5.5
17092026-08-12T20:43:51.721Z Compiling serde_repr v0.1.20
17102026-08-12T20:43:51.734Z Compiling async-recursion v1.1.1
17112026-08-12T20:43:51.755Z Compiling strum_macros v0.26.4
17122026-08-12T20:43:52.010Z Compiling enum-as-inner v0.6.1
17132026-08-12T20:43:52.249Z Compiling pem v3.0.6
17142026-08-12T20:43:52.263Z Compiling float-cmp v0.10.0
17152026-08-12T20:43:52.368Z Compiling thread-id v4.2.2
17162026-08-12T20:43:52.409Z Compiling memmap2 v0.9.10
17172026-08-12T20:43:52.456Z Compiling const-oid v0.10.2
17182026-08-12T20:43:52.511Z Compiling winnow v1.0.3
17192026-08-12T20:43:52.567Z Compiling fixedbitset v0.5.7
17202026-08-12T20:43:52.622Z Compiling fixedbitset v0.4.2
17212026-08-12T20:43:52.656Z Compiling static_assertions v1.1.0
17222026-08-12T20:43:52.733Z Compiling predicates-core v1.0.10
17232026-08-12T20:43:52.835Z Compiling typed-path v0.9.3
17242026-08-12T20:43:52.853Z Compiling data-encoding v2.10.0
17252026-08-12T20:43:52.869Z Compiling keccak v0.1.6
17262026-08-12T20:43:52.909Z Compiling cpufeatures v0.3.0
17272026-08-12T20:43:52.987Z Compiling normalize-line-endings v0.3.0
17282026-08-12T20:43:53.086Z Compiling new_debug_unreachable v1.0.6
17292026-08-12T20:43:53.173Z Compiling whoami v2.1.0
17302026-08-12T20:43:53.280Z Compiling precomputed-hash v0.1.1
17312026-08-12T20:43:53.362Z Compiling difflib v0.4.0
17322026-08-12T20:43:53.486Z Compiling toml_edit v0.22.27
17332026-08-12T20:43:53.600Z Compiling predicates v3.1.4
17342026-08-12T20:43:53.614Z Compiling strum v0.26.3
17352026-08-12T20:43:53.627Z Compiling tokio-postgres v0.7.16
17362026-08-12T20:43:53.681Z Compiling string_cache v0.8.9
17372026-08-12T20:43:53.740Z Compiling hickory-proto v0.25.2
17382026-08-12T20:43:53.908Z Compiling sha3 v0.10.8
17392026-08-12T20:43:53.923Z Compiling chacha20 v0.10.0
17402026-08-12T20:43:54.117Z Compiling toml_parser v1.1.2+spec-1.1.0
17412026-08-12T20:43:54.240Z Compiling petgraph v0.6.5
17422026-08-12T20:43:54.294Z Compiling petgraph v0.8.3
17432026-08-12T20:43:54.371Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17442026-08-12T20:43:54.748Z Compiling digest v0.11.3
17452026-08-12T20:43:54.970Z Compiling usdt v0.6.0
17462026-08-12T20:43:55.239Z Compiling elliptic-curve v0.13.8
17472026-08-12T20:43:55.634Z Compiling usdt-impl v0.5.0
17482026-08-12T20:43:55.735Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17492026-08-12T20:43:55.882Z Compiling ed25519-dalek v2.2.0
17502026-08-12T20:43:56.203Z Compiling crossterm v0.28.1
17512026-08-12T20:43:56.218Z Compiling serde_with v3.21.0
17522026-08-12T20:43:56.403Z Compiling zip v4.6.1
17532026-08-12T20:43:57.224Z Compiling iddqd v0.4.2
17542026-08-12T20:43:57.554Z Compiling itertools v0.13.0
17552026-08-12T20:43:57.727Z Compiling itertools v0.15.0
17562026-08-12T20:43:57.939Z Compiling heck v0.4.1
17572026-08-12T20:43:57.980Z Compiling similar v2.7.0
17582026-08-12T20:43:58.160Z Compiling crossbeam-epoch v0.9.18
17592026-08-12T20:43:58.337Z Compiling tokio-stream v0.1.18
17602026-08-12T20:43:58.480Z Compiling buf-list v1.1.2
17612026-08-12T20:43:58.501Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-12T20:43:58.783Z Compiling openapiv3 v2.2.0
17632026-08-12T20:43:58.804Z Compiling peg-runtime v0.8.5
17642026-08-12T20:43:58.808Z Compiling lalrpop-util v0.19.12
17652026-08-12T20:43:58.831Z Compiling thread_local v1.1.9
17662026-08-12T20:43:58.861Z Compiling slog-async v2.8.0
17672026-08-12T20:43:59.005Z Compiling crossbeam-channel v0.5.15
17682026-08-12T20:43:59.066Z Compiling is-terminal v0.4.17
17692026-08-12T20:43:59.080Z Compiling filetime v0.2.27
17702026-08-12T20:43:59.080Z Compiling term v1.2.1
17712026-08-12T20:43:59.160Z Compiling xattr v1.6.1
17722026-08-12T20:43:59.174Z Compiling take_mut v0.2.2
17732026-08-12T20:43:59.249Z Compiling camino-tempfile v1.4.1
17742026-08-12T20:43:59.280Z Compiling tar v0.4.46
17752026-08-12T20:43:59.462Z Compiling slog-term v2.9.2
17762026-08-12T20:44:06.766Z Compiling rustls-webpki v0.103.13
17772026-08-12T20:44:09.441Z Compiling tokio-rustls v0.26.4
17782026-08-12T20:44:09.442Z Compiling rustls-platform-verifier v0.6.2
17792026-08-12T20:44:09.442Z Compiling tough v0.22.0
17802026-08-12T20:44:09.642Z Compiling hyper-rustls v0.27.7
17812026-08-12T20:44:09.835Z Compiling reqwest v0.13.2
17822026-08-12T20:44:12.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-08-12T20:44:12.291Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-08-12T20:44:15.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17852026-08-12T20:44:15.350Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17862026-08-12T20:44:15.436ZAug 12 20:44:14.471 INFO Starting download, target: Cockroach
17872026-08-12T20:44:15.437ZAug 12 20:44:14.471 INFO Starting download, target: Clickhouse
17882026-08-12T20:44:15.474ZAug 12 20:44:14.471 INFO Starting download, target: Console
17892026-08-12T20:44:15.475ZAug 12 20:44:14.471 INFO Starting download, target: DendriteStub
17902026-08-12T20:44:15.475ZAug 12 20:44:14.471 INFO Starting download, target: MaghemiteMgd
17912026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Starting download, target: MaghemiteDdmd
17922026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Starting download, target: TransceiverControl
17932026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-12T20:44:15.475ZAug 12 20:44:14.472 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18002026-08-12T20:44:16.488ZAug 12 20:44:15.546 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18012026-08-12T20:44:16.726ZAug 12 20:44:15.769 INFO Download complete, target: TransceiverControl
18022026-08-12T20:44:17.249ZAug 12 20:44:16.300 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-12T20:44:17.490ZAug 12 20:44:16.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18042026-08-12T20:44:17.765ZAug 12 20:44:16.800 INFO Download complete, target: Console
18052026-08-12T20:44:18.739ZAug 12 20:44:17.816 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-12T20:44:19.112ZAug 12 20:44:18.193 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18072026-08-12T20:44:19.239ZAug 12 20:44:18.320 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18082026-08-12T20:44:19.531ZAug 12 20:44:18.614 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18092026-08-12T20:44:19.531ZAug 12 20:44:18.614 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18102026-08-12T20:44:20.631ZAug 12 20:44:19.713 INFO Download complete, target: MaghemiteDdmd
18112026-08-12T20:44:21.655ZAug 12 20:44:20.738 INFO Download complete, target: DendriteStub
18122026-08-12T20:44:21.844ZAug 12 20:44:20.927 INFO Download complete, target: MaghemiteMgd
18132026-08-12T20:44:24.065ZAug 12 20:44:23.125 INFO Checking that binary works, target: Clickhouse
18142026-08-12T20:44:24.272ZAug 12 20:44:23.351 INFO Download complete, target: Clickhouse
18152026-08-12T20:44:24.298ZAug 12 20:44:23.380 INFO Checking that binary works, target: Cockroach
18162026-08-12T20:44:24.509ZAug 12 20:44:23.591 INFO Download complete, target: Cockroach
18172026-08-12T20:44:24.560ZAll builder prerequisites installed successfully, and PATH looks valid
18182026-08-12T20:44:24.564Z
18192026-08-12T20:44:24.564Zreal 2:09.348545727
18202026-08-12T20:44:24.564Zuser 7:08.721904871
18212026-08-12T20:44:24.564Zsys 1:24.062658891
18222026-08-12T20:44:24.564Ztrap 0.240034182
18232026-08-12T20:44:24.564Ztflt 1.317760296
18242026-08-12T20:44:24.564Zdflt 2.580370651
18252026-08-12T20:44:24.564Zkflt 0.057936939
18262026-08-12T20:44:24.564Zlock 26:44.550290159
18272026-08-12T20:44:24.564Zslp 21:49.640780174
18282026-08-12T20:44:24.565Zlat 43.678954679
18292026-08-12T20:44:24.565Zstop 2:28.857984222
18302026-08-12T20:44:24.565Z+ banner hack-check
18312026-08-12T20:44:24.565Z
18322026-08-12T20:44:24.565Z # # ## #### # # #### # # ###### #### # #
18332026-08-12T20:44:24.565Z # # # # # # # # # # # # # # # # #
18342026-08-12T20:44:24.565Z ###### # # # #### ##### # ###### ##### # ####
18352026-08-12T20:44:24.565Z # # ###### # # # # # # # # # #
18362026-08-12T20:44:24.565Z # # # # # # # # # # # # # # # # #
18372026-08-12T20:44:24.565Z # # # # #### # # #### # # ###### #### # #
18382026-08-12T20:44:24.566Z
18392026-08-12T20:44:24.566Z+ export CARGO_INCREMENTAL=0
18402026-08-12T20:44:24.566Z+ CARGO_INCREMENTAL=0
18412026-08-12T20:44:24.566Z+ ptime -m timeout 2h cargo xtask check-features --ci
18422026-08-12T20:44:25.038Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18432026-08-12T20:44:25.314Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18442026-08-12T20:44:27.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18452026-08-12T20:44:27.166Z Running `target/debug/xtask check-features --ci`
18462026-08-12T20:44:27.191Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18472026-08-12T20:44:27.194Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18482026-08-12T20:44:27.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18492026-08-12T20:44:27.629Z Running `target/debug/xtask download cargo-hack`
18502026-08-12T20:44:28.394Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18512026-08-12T20:44:28.698Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18522026-08-12T20:44:31.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18532026-08-12T20:44:31.414Z Running `target/debug/xtask-downloader cargo-hack`
18542026-08-12T20:44:31.453ZAug 12 20:44:30.535 INFO Starting download, target: CargoHack
18552026-08-12T20:44:31.456ZAug 12 20:44:30.536 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18562026-08-12T20:44:31.806ZAug 12 20:44:30.887 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18572026-08-12T20:44:31.853ZAug 12 20:44:30.936 INFO Download complete, target: CargoHack
18582026-08-12T20:44:31.856Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18592026-08-12T20:44:31.869Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18602026-08-12T20:44:32.029Zinfo: running `cargo check --bins` on api_identity (1/333)
18612026-08-12T20:44:32.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-08-12T20:44:32.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-08-12T20:44:32.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-08-12T20:44:32.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18652026-08-12T20:44:32.563Z
18662026-08-12T20:44:32.563Zinfo: running `cargo check --bins` on bootstore (2/333)
18672026-08-12T20:44:33.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-08-12T20:44:33.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-08-12T20:44:33.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-08-12T20:44:33.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18712026-08-12T20:44:33.093Z
18722026-08-12T20:44:33.093Zinfo: running `cargo check --bins` on omicron-ledger (3/333)
18732026-08-12T20:44:33.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-08-12T20:44:33.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-08-12T20:44:33.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-08-12T20:44:33.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18772026-08-12T20:44:33.629Z
18782026-08-12T20:44:33.629Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/333)
18792026-08-12T20:44:34.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-08-12T20:44:34.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-08-12T20:44:34.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-08-12T20:44:34.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18832026-08-12T20:44:34.163Z
18842026-08-12T20:44:34.163Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/333)
18852026-08-12T20:44:34.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-08-12T20:44:34.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-08-12T20:44:34.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-08-12T20:44:34.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18892026-08-12T20:44:34.703Z
18902026-08-12T20:44:34.703Zinfo: running `cargo check --bins` on omicron-certificates (6/333)
18912026-08-12T20:44:35.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-08-12T20:44:35.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-08-12T20:44:35.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-08-12T20:44:35.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18952026-08-12T20:44:35.259Z
18962026-08-12T20:44:35.259Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/333)
18972026-08-12T20:44:35.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-08-12T20:44:35.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-08-12T20:44:35.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-08-12T20:44:35.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19012026-08-12T20:44:35.800Z
19022026-08-12T20:44:35.800Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/333)
19032026-08-12T20:44:36.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-08-12T20:44:36.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-08-12T20:44:36.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-08-12T20:44:36.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19072026-08-12T20:44:36.345Z
19082026-08-12T20:44:36.345Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/333)
19092026-08-12T20:44:36.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-08-12T20:44:36.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-08-12T20:44:36.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-08-12T20:44:36.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19132026-08-12T20:44:36.745Z
19142026-08-12T20:44:36.745Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/333)
19152026-08-12T20:44:37.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-08-12T20:44:37.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-08-12T20:44:37.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-08-12T20:44:37.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19192026-08-12T20:44:37.147Z
19202026-08-12T20:44:37.147Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/333)
19212026-08-12T20:44:37.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-08-12T20:44:37.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-08-12T20:44:37.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-08-12T20:44:37.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19252026-08-12T20:44:37.547Z
19262026-08-12T20:44:37.547Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/333)
19272026-08-12T20:44:37.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-08-12T20:44:37.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-08-12T20:44:37.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-08-12T20:44:37.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19312026-08-12T20:44:37.952Z
19322026-08-12T20:44:37.952Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/333)
19332026-08-12T20:44:38.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-08-12T20:44:38.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-08-12T20:44:38.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-08-12T20:44:38.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19372026-08-12T20:44:38.353Z
19382026-08-12T20:44:38.353Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/333)
19392026-08-12T20:44:38.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-08-12T20:44:38.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-08-12T20:44:38.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-08-12T20:44:38.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19432026-08-12T20:44:38.757Z
19442026-08-12T20:44:38.758Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/333)
19452026-08-12T20:44:39.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-08-12T20:44:39.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-08-12T20:44:39.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-08-12T20:44:39.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-08-12T20:44:39.157Z
19502026-08-12T20:44:39.157Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/333)
19512026-08-12T20:44:39.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-08-12T20:44:39.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-08-12T20:44:39.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-08-12T20:44:39.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-08-12T20:44:39.560Z
19562026-08-12T20:44:39.560Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/333)
19572026-08-12T20:44:39.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-08-12T20:44:39.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-08-12T20:44:39.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-08-12T20:44:39.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19612026-08-12T20:44:39.962Z
19622026-08-12T20:44:39.962Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/333)
19632026-08-12T20:44:40.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-08-12T20:44:40.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-08-12T20:44:40.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-08-12T20:44:40.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-08-12T20:44:40.363Z
19682026-08-12T20:44:40.363Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/333)
19692026-08-12T20:44:40.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-08-12T20:44:40.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-08-12T20:44:40.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-08-12T20:44:40.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-08-12T20:44:40.763Z
19742026-08-12T20:44:40.763Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/333)
19752026-08-12T20:44:41.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-08-12T20:44:41.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-08-12T20:44:41.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-08-12T20:44:41.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-08-12T20:44:41.169Z
19802026-08-12T20:44:41.169Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/333)
19812026-08-12T20:44:41.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-08-12T20:44:41.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-08-12T20:44:41.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-08-12T20:44:41.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-08-12T20:44:41.572Z
19862026-08-12T20:44:41.572Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/333)
19872026-08-12T20:44:41.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-08-12T20:44:41.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-08-12T20:44:41.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-08-12T20:44:41.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-08-12T20:44:41.978Z
19922026-08-12T20:44:41.978Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/333)
19932026-08-12T20:44:42.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-08-12T20:44:42.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-08-12T20:44:42.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-08-12T20:44:42.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19972026-08-12T20:44:42.400Z
19982026-08-12T20:44:42.400Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/333)
19992026-08-12T20:44:42.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-08-12T20:44:42.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-08-12T20:44:42.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-08-12T20:44:42.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-08-12T20:44:42.784Z
20042026-08-12T20:44:42.784Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/333)
20052026-08-12T20:44:43.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-08-12T20:44:43.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-08-12T20:44:43.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-08-12T20:44:43.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20092026-08-12T20:44:43.190Z
20102026-08-12T20:44:43.190Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/333)
20112026-08-12T20:44:43.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-08-12T20:44:43.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-08-12T20:44:43.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-08-12T20:44:43.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20152026-08-12T20:44:43.595Z
20162026-08-12T20:44:43.596Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/333)
20172026-08-12T20:44:43.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-08-12T20:44:43.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-08-12T20:44:43.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-08-12T20:44:43.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20212026-08-12T20:44:44.005Z
20222026-08-12T20:44:44.005Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/333)
20232026-08-12T20:44:44.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-08-12T20:44:44.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-08-12T20:44:44.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-08-12T20:44:44.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-08-12T20:44:44.409Z
20282026-08-12T20:44:44.409Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/333)
20292026-08-12T20:44:44.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-08-12T20:44:44.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-08-12T20:44:44.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-08-12T20:44:44.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20332026-08-12T20:44:44.812Z
20342026-08-12T20:44:44.812Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/333)
20352026-08-12T20:44:45.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-08-12T20:44:45.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-08-12T20:44:45.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-08-12T20:44:45.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20392026-08-12T20:44:45.216Z
20402026-08-12T20:44:45.216Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/333)
20412026-08-12T20:44:45.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-08-12T20:44:45.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-08-12T20:44:45.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-08-12T20:44:45.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20452026-08-12T20:44:45.618Z
20462026-08-12T20:44:45.618Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/333)
20472026-08-12T20:44:45.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-08-12T20:44:45.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-08-12T20:44:45.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-08-12T20:44:45.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-08-12T20:44:46.027Z
20522026-08-12T20:44:46.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/333)
20532026-08-12T20:44:46.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-08-12T20:44:46.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-08-12T20:44:46.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-08-12T20:44:46.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20572026-08-12T20:44:46.434Z
20582026-08-12T20:44:46.434Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/333)
20592026-08-12T20:44:46.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-08-12T20:44:46.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-08-12T20:44:46.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-08-12T20:44:46.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-08-12T20:44:46.842Z
20642026-08-12T20:44:46.842Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/333)
20652026-08-12T20:44:47.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-08-12T20:44:47.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-08-12T20:44:47.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-08-12T20:44:47.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-08-12T20:44:47.246Z
20702026-08-12T20:44:47.247Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/333)
20712026-08-12T20:44:47.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-08-12T20:44:47.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-08-12T20:44:47.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-08-12T20:44:47.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-08-12T20:44:47.649Z
20762026-08-12T20:44:47.649Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/333)
20772026-08-12T20:44:48.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-08-12T20:44:48.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-08-12T20:44:48.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-08-12T20:44:48.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-08-12T20:44:48.052Z
20822026-08-12T20:44:48.052Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/333)
20832026-08-12T20:44:48.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-08-12T20:44:48.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-08-12T20:44:48.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-08-12T20:44:48.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20872026-08-12T20:44:48.453Z
20882026-08-12T20:44:48.453Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/333)
20892026-08-12T20:44:48.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-08-12T20:44:48.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-08-12T20:44:48.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-08-12T20:44:48.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-08-12T20:44:48.855Z
20942026-08-12T20:44:48.855Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/333)
20952026-08-12T20:44:49.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-08-12T20:44:49.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-08-12T20:44:49.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-08-12T20:44:49.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20992026-08-12T20:44:49.260Z
21002026-08-12T20:44:49.260Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/333)
21012026-08-12T20:44:49.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-08-12T20:44:49.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-08-12T20:44:49.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-08-12T20:44:49.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21052026-08-12T20:44:49.666Z
21062026-08-12T20:44:49.666Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/333)
21072026-08-12T20:44:50.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-08-12T20:44:50.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-08-12T20:44:50.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-08-12T20:44:50.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21112026-08-12T20:44:50.074Z
21122026-08-12T20:44:50.074Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/333)
21132026-08-12T20:44:50.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-08-12T20:44:50.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-08-12T20:44:50.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-08-12T20:44:50.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21172026-08-12T20:44:50.476Z
21182026-08-12T20:44:50.476Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/333)
21192026-08-12T20:44:50.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-08-12T20:44:50.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-08-12T20:44:50.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-08-12T20:44:50.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21232026-08-12T20:44:50.877Z
21242026-08-12T20:44:50.877Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/333)
21252026-08-12T20:44:51.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-08-12T20:44:51.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-08-12T20:44:51.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-08-12T20:44:51.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21292026-08-12T20:44:51.282Z
21302026-08-12T20:44:51.282Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/333)
21312026-08-12T20:44:51.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-08-12T20:44:51.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-08-12T20:44:51.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-08-12T20:44:51.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21352026-08-12T20:44:51.686Z
21362026-08-12T20:44:51.686Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/333)
21372026-08-12T20:44:52.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-08-12T20:44:52.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-08-12T20:44:52.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-08-12T20:44:52.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21412026-08-12T20:44:52.089Z
21422026-08-12T20:44:52.089Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/333)
21432026-08-12T20:44:52.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-08-12T20:44:52.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-08-12T20:44:52.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-08-12T20:44:52.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21472026-08-12T20:44:52.494Z
21482026-08-12T20:44:52.494Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/333)
21492026-08-12T20:44:52.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-08-12T20:44:52.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-08-12T20:44:52.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-08-12T20:44:52.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532026-08-12T20:44:53.080Z
21542026-08-12T20:44:53.080Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/333)
21552026-08-12T20:44:53.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-08-12T20:44:53.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-08-12T20:44:53.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-08-12T20:44:53.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-08-12T20:44:53.668Z
21602026-08-12T20:44:53.668Zinfo: running `cargo check --bins` on nexus-config (51/333)
21612026-08-12T20:44:54.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-08-12T20:44:54.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-08-12T20:44:54.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-08-12T20:44:54.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-08-12T20:44:54.250Z
21662026-08-12T20:44:54.251Zinfo: running `cargo check --bins` on nexus-types (52/333)
21672026-08-12T20:44:54.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-08-12T20:44:54.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-08-12T20:44:54.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-08-12T20:44:54.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21712026-08-12T20:44:54.835Z
21722026-08-12T20:44:54.835Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/333)
21732026-08-12T20:44:55.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-08-12T20:44:55.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-08-12T20:44:55.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-08-12T20:44:55.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21772026-08-12T20:44:55.391Z
21782026-08-12T20:44:55.392Zinfo: running `cargo check --bins` on omicron-passwords (54/333)
21792026-08-12T20:44:55.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-08-12T20:44:55.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-08-12T20:44:55.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-08-12T20:44:55.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21832026-08-12T20:44:55.928Z
21842026-08-12T20:44:55.928Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/333)
21852026-08-12T20:44:56.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-08-12T20:44:56.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-08-12T20:44:56.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-08-12T20:44:56.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21892026-08-12T20:44:56.481Z
21902026-08-12T20:44:56.481Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/333)
21912026-08-12T20:44:56.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-08-12T20:44:56.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-08-12T20:44:56.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-08-12T20:44:56.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21952026-08-12T20:44:57.031Z
21962026-08-12T20:44:57.031Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/333)
21972026-08-12T20:44:57.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-08-12T20:44:57.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-08-12T20:44:57.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-08-12T20:44:57.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22012026-08-12T20:44:57.754Z
22022026-08-12T20:44:57.754Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/333)
22032026-08-12T20:44:58.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-08-12T20:44:58.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-08-12T20:44:58.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-08-12T20:44:58.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22072026-08-12T20:44:58.154Z
22082026-08-12T20:44:58.154Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/333)
22092026-08-12T20:44:58.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-08-12T20:44:58.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-08-12T20:44:58.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-08-12T20:44:58.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22132026-08-12T20:44:58.692Z
22142026-08-12T20:44:58.692Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/333)
22152026-08-12T20:44:59.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-08-12T20:44:59.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-08-12T20:44:59.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-08-12T20:44:59.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22192026-08-12T20:44:59.227Z
22202026-08-12T20:44:59.228Zinfo: running `cargo check --bins --no-default-features` on gfss (61/333)
22212026-08-12T20:44:59.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-08-12T20:44:59.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-08-12T20:44:59.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-08-12T20:44:59.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22252026-08-12T20:44:59.762Z
22262026-08-12T20:44:59.763Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/333)
22272026-08-12T20:45:00.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-08-12T20:45:00.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-08-12T20:45:00.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-08-12T20:45:00.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22312026-08-12T20:45:00.301Z
22322026-08-12T20:45:00.301Zinfo: running `cargo check --bins` on wicketd-commission-types (63/333)
22332026-08-12T20:45:00.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-08-12T20:45:00.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-08-12T20:45:00.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-08-12T20:45:00.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22372026-08-12T20:45:00.849Z
22382026-08-12T20:45:00.849Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/333)
22392026-08-12T20:45:01.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-08-12T20:45:01.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-08-12T20:45:01.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-08-12T20:45:01.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22432026-08-12T20:45:01.401Z
22442026-08-12T20:45:01.401Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/333)
22452026-08-12T20:45:01.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-08-12T20:45:01.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-08-12T20:45:01.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-08-12T20:45:01.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22492026-08-12T20:45:01.942Z
22502026-08-12T20:45:01.942Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/333)
22512026-08-12T20:45:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-08-12T20:45:02.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-08-12T20:45:02.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-08-12T20:45:02.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22552026-08-12T20:45:02.486Z
22562026-08-12T20:45:02.486Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/333)
22572026-08-12T20:45:02.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-08-12T20:45:02.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-08-12T20:45:02.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-08-12T20:45:02.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22612026-08-12T20:45:03.034Z
22622026-08-12T20:45:03.034Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/333)
22632026-08-12T20:45:03.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-08-12T20:45:03.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-08-12T20:45:03.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-08-12T20:45:03.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22672026-08-12T20:45:03.582Z
22682026-08-12T20:45:03.582Zinfo: running `cargo check --bins` on cockroach-admin-types (69/333)
22692026-08-12T20:45:04.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-08-12T20:45:04.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-08-12T20:45:04.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-08-12T20:45:04.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22732026-08-12T20:45:04.115Z
22742026-08-12T20:45:04.115Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/333)
22752026-08-12T20:45:04.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-08-12T20:45:04.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-08-12T20:45:04.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-08-12T20:45:04.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22792026-08-12T20:45:04.644Z
22802026-08-12T20:45:04.644Zinfo: running `cargo check --bins` on ereport-types (71/333)
22812026-08-12T20:45:05.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-08-12T20:45:05.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-08-12T20:45:05.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-08-12T20:45:05.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22852026-08-12T20:45:05.187Z
22862026-08-12T20:45:05.187Zinfo: running `cargo check --bins` on gateway-client (72/333)
22872026-08-12T20:45:05.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-08-12T20:45:05.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-08-12T20:45:05.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-08-12T20:45:05.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22912026-08-12T20:45:05.730Z
22922026-08-12T20:45:05.731Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/333)
22932026-08-12T20:45:06.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-08-12T20:45:06.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-08-12T20:45:06.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962026-08-12T20:45:06.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22972026-08-12T20:45:06.272Z
22982026-08-12T20:45:06.272Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/333)
22992026-08-12T20:45:06.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002026-08-12T20:45:06.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012026-08-12T20:45:06.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022026-08-12T20:45:06.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
23032026-08-12T20:45:06.807Z
23042026-08-12T20:45:06.807Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/333)
23052026-08-12T20:45:07.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062026-08-12T20:45:07.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072026-08-12T20:45:07.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082026-08-12T20:45:07.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23092026-08-12T20:45:07.363Z
23102026-08-12T20:45:07.363Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/333)
23112026-08-12T20:45:07.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122026-08-12T20:45:07.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132026-08-12T20:45:07.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142026-08-12T20:45:07.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23152026-08-12T20:45:07.919Z
23162026-08-12T20:45:07.919Zinfo: running `cargo check --bins` on key-manager-types (77/333)
23172026-08-12T20:45:08.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182026-08-12T20:45:08.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192026-08-12T20:45:08.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202026-08-12T20:45:08.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
23212026-08-12T20:45:08.451Z
23222026-08-12T20:45:08.452Zinfo: running `cargo check --bins` on oxlog (78/333)
23232026-08-12T20:45:08.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242026-08-12T20:45:08.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252026-08-12T20:45:09.032Z Checking cfg-if v1.0.4
23262026-08-12T20:45:09.135Z Checking libc v0.2.185
23272026-08-12T20:45:09.139Z Checking serde_core v1.0.228
23282026-08-12T20:45:09.149Z Checking memchr v2.8.0
23292026-08-12T20:45:09.155Z Checking zeroize v1.9.0
23302026-08-12T20:45:09.163Z Checking log v0.4.29
23312026-08-12T20:45:09.171Z Checking smallvec v1.15.1
23322026-08-12T20:45:09.182Z Checking subtle v2.6.1
23332026-08-12T20:45:09.192Z Checking itoa v1.0.17
23342026-08-12T20:45:09.301Z Checking scopeguard v1.2.0
23352026-08-12T20:45:09.316Z Checking stable_deref_trait v1.2.1
23362026-08-12T20:45:09.329Z Checking typenum v1.20.1
23372026-08-12T20:45:09.340Z Checking zerofrom v0.1.6
23382026-08-12T20:45:09.355Z Checking portable-atomic v1.13.1
23392026-08-12T20:45:09.384Z Checking zerocopy v0.8.40
23402026-08-12T20:45:09.395Z Checking lock_api v0.4.14
23412026-08-12T20:45:09.445Z Checking yoke v0.8.1
23422026-08-12T20:45:09.508Z Checking critical-section v1.2.0
23432026-08-12T20:45:09.525Z Checking errno v0.3.14
23442026-08-12T20:45:09.593Z Checking getrandom v0.2.17
23452026-08-12T20:45:09.605Z Checking zerovec v0.11.5
23462026-08-12T20:45:09.615Z Checking pin-project-lite v0.2.17
23472026-08-12T20:45:09.636Z Checking const-oid v0.9.6
23482026-08-12T20:45:09.700Z Checking zmij v1.0.21
23492026-08-12T20:45:09.732Z Checking rand_core v0.6.4
23502026-08-12T20:45:09.757Z Checking once_cell v1.21.3
23512026-08-12T20:45:09.904Z Checking libm v0.2.16
23522026-08-12T20:45:09.913Z Checking signal-hook-registry v1.4.8
23532026-08-12T20:45:09.925Z Checking parking_lot_core v0.9.12
23542026-08-12T20:45:10.079Z Checking tinystr v0.8.2
23552026-08-12T20:45:10.179Z Checking generic-array v0.14.7
23562026-08-12T20:45:10.179Z Checking litemap v0.8.1
23572026-08-12T20:45:10.186Z Checking rand_core v0.10.0
23582026-08-12T20:45:10.238Z Checking writeable v0.6.2
23592026-08-12T20:45:10.241Z Checking futures-core v0.3.32
23602026-08-12T20:45:10.253Z Checking percent-encoding v2.3.2
23612026-08-12T20:45:10.333Z Checking getrandom v0.4.1
23622026-08-12T20:45:10.352Z Checking parking_lot v0.12.5
23632026-08-12T20:45:10.364Z Checking icu_locale_core v2.1.1
23642026-08-12T20:45:10.390Z Checking potential_utf v0.1.4
23652026-08-12T20:45:10.474Z Checking zerotrie v0.2.3
23662026-08-12T20:45:10.507Z Checking mio v1.2.0
23672026-08-12T20:45:10.520Z Checking equivalent v1.0.2
23682026-08-12T20:45:10.535Z Checking icu_collections v2.1.1
23692026-08-12T20:45:10.611Z Checking num-traits v0.2.19
23702026-08-12T20:45:10.614Z Checking socket2 v0.6.3
23712026-08-12T20:45:10.618Z Checking serde v1.0.228
23722026-08-12T20:45:10.705Z Checking bitflags v2.11.0
23732026-08-12T20:45:10.780Z Checking serde_json v1.0.151
23742026-08-12T20:45:10.826Z Checking icu_properties_data v2.1.2
23752026-08-12T20:45:10.868Z Checking icu_normalizer_data v2.1.1
23762026-08-12T20:45:10.885Z Checking byteorder v1.5.0
23772026-08-12T20:45:10.900Z Checking icu_provider v2.1.1
23782026-08-12T20:45:10.935Z Checking crypto-common v0.1.7
23792026-08-12T20:45:10.949Z Checking block-buffer v0.10.4
23802026-08-12T20:45:11.036Z Checking bytes v1.11.1
23812026-08-12T20:45:11.052Z Checking futures-sink v0.3.32
23822026-08-12T20:45:11.117Z Checking hashbrown v0.17.0
23832026-08-12T20:45:11.121Z Checking digest v0.10.7
23842026-08-12T20:45:11.125Z Checking icu_normalizer v2.1.1
23852026-08-12T20:45:11.145Z Checking icu_properties v2.1.2
23862026-08-12T20:45:11.157Z Checking futures-channel v0.3.32
23872026-08-12T20:45:11.278Z Checking getrandom v0.3.4
23882026-08-12T20:45:11.342Z Checking futures-task v0.3.32
23892026-08-12T20:45:11.413Z Checking utf8_iter v1.0.4
23902026-08-12T20:45:11.425Z Checking futures-io v0.3.32
23912026-08-12T20:45:11.444Z Checking slab v0.4.12
23922026-08-12T20:45:11.468Z Checking tokio v1.52.1
23932026-08-12T20:45:11.481Z Checking form_urlencoded v1.2.2
23942026-08-12T20:45:11.529Z Checking rustix v1.1.3
23952026-08-12T20:45:11.543Z Checking indexmap v2.14.0
23962026-08-12T20:45:11.546Z Checking base64ct v1.8.3
23972026-08-12T20:45:11.596Z Checking futures-util v0.3.32
23982026-08-12T20:45:11.608Z Checking fnv v1.0.7
23992026-08-12T20:45:11.697Z Checking iana-time-zone v0.1.65
24002026-08-12T20:45:11.776Z Checking pem-rfc7468 v0.7.0
24012026-08-12T20:45:11.799Z Checking flagset v0.4.7
24022026-08-12T20:45:11.919Z Checking chrono v0.4.45
24032026-08-12T20:45:11.931Z Checking der v0.7.10
24042026-08-12T20:45:11.961Z Checking idna_adapter v1.2.1
24052026-08-12T20:45:12.080Z Checking idna v1.1.0
24062026-08-12T20:45:12.102Z Checking rand_core v0.9.5
24072026-08-12T20:45:12.124Z Checking ppv-lite86 v0.2.21
24082026-08-12T20:45:12.271Z Checking uuid v1.23.4
24092026-08-12T20:45:12.314Z Checking url v2.5.8
24102026-08-12T20:45:12.357Z Checking base64 v0.22.1
24112026-08-12T20:45:12.410Z Checking regex-syntax v0.8.10
24122026-08-12T20:45:12.583Z Checking http v1.4.2
24132026-08-12T20:45:12.596Z Checking utf8parse v0.2.2
24142026-08-12T20:45:12.656Z Checking spki v0.7.3
24152026-08-12T20:45:12.695Z Checking rand_chacha v0.9.0
24162026-08-12T20:45:12.741Z Checking tracing-core v0.1.36
24172026-08-12T20:45:12.753Z Checking cpufeatures v0.2.17
24182026-08-12T20:45:12.816Z Checking anstyle v1.0.14
24192026-08-12T20:45:12.828Z Checking dyn-clone v1.0.20
24202026-08-12T20:45:12.894Z Checking rand v0.9.2
24212026-08-12T20:45:12.924Z Checking pkcs8 v0.10.2
24222026-08-12T20:45:12.994Z Checking semver v1.0.28
24232026-08-12T20:45:13.042Z Checking tracing v0.1.44
24242026-08-12T20:45:13.075Z Checking spin v0.9.8
24252026-08-12T20:45:13.137Z Checking http-body v1.0.1
24262026-08-12T20:45:13.197Z Checking rustls-pki-types v1.14.0
24272026-08-12T20:45:13.243Z Checking is_terminal_polyfill v1.70.2
24282026-08-12T20:45:13.254Z Checking openssl-probe v0.2.1
24292026-08-12T20:45:13.266Z Checking tinyvec_macros v0.1.1
24302026-08-12T20:45:13.326Z Checking anstyle-query v1.1.5
24312026-08-12T20:45:13.342Z Checking colorchoice v1.0.4
24322026-08-12T20:45:13.354Z Checking cmov v0.5.4
24332026-08-12T20:45:13.366Z Checking tinyvec v1.10.0
24342026-08-12T20:45:13.418Z Checking schemars v0.8.22
24352026-08-12T20:45:13.433Z Checking sha2 v0.10.9
24362026-08-12T20:45:13.473Z Checking aws-lc-sys v0.40.0
24372026-08-12T20:45:13.485Z Checking thiserror v2.0.18
24382026-08-12T20:45:13.539Z Checking ctutils v0.4.2
24392026-08-12T20:45:13.582Z Checking tower-service v0.3.3
24402026-08-12T20:45:13.671Z Checking untrusted v0.7.1
24412026-08-12T20:45:13.671Z Checking try-lock v0.2.5
24422026-08-12T20:45:13.693Z Checking fastrand v2.3.0
24432026-08-12T20:45:13.705Z Checking atomic-waker v1.1.2
24442026-08-12T20:45:13.744Z Checking tower-layer v0.3.3
24452026-08-12T20:45:13.763Z Checking want v0.3.1
24462026-08-12T20:45:13.786Z Checking hybrid-array v0.4.13
24472026-08-12T20:45:13.800Z Checking anstyle-parse v1.0.0
24482026-08-12T20:45:13.865Z Checking tempfile v3.25.0
24492026-08-12T20:45:13.881Z Checking ipnet v2.11.0
24502026-08-12T20:45:13.893Z Checking crc32fast v1.5.0
24512026-08-12T20:45:13.947Z Checking httparse v1.10.1
24522026-08-12T20:45:13.966Z Checking aws-lc-rs v1.16.3
24532026-08-12T20:45:14.026Z Checking aho-corasick v1.1.4
24542026-08-12T20:45:14.054Z Checking foreign-types-shared v0.1.1
24552026-08-12T20:45:14.068Z Checking untrusted v0.9.0
24562026-08-12T20:45:14.129Z Checking plain v0.2.3
24572026-08-12T20:45:14.140Z Checking simd-adler32 v0.3.8
24582026-08-12T20:45:14.151Z Checking tap v1.0.1
24592026-08-12T20:45:14.170Z Checking httpdate v1.0.3
24602026-08-12T20:45:14.225Z Checking foreign-types v0.3.2
24612026-08-12T20:45:14.246Z Checking wyz v0.5.1
24622026-08-12T20:45:14.291Z Checking anstream v1.0.0
24632026-08-12T20:45:14.306Z Checking unicode-normalization v0.1.25
24642026-08-12T20:45:14.319Z Checking rand_chacha v0.3.1
24652026-08-12T20:45:14.415Z Checking terminal_size v0.4.3
24662026-08-12T20:45:14.484Z Checking radium v0.7.0
24672026-08-12T20:45:14.519Z Checking signature v2.2.0
24682026-08-12T20:45:14.524Z Checking num-integer v0.1.46
24692026-08-12T20:45:14.542Z Checking hex v0.4.3
24702026-08-12T20:45:14.647Z Checking openssl-sys v0.9.117
24712026-08-12T20:45:14.659Z Checking wait-timeout v0.2.1
24722026-08-12T20:45:14.672Z Checking tokio-util v0.7.18
24732026-08-12T20:45:14.685Z Checking regex-automata v0.4.14
24742026-08-12T20:45:14.701Z Checking clap_lex v1.0.0
24752026-08-12T20:45:14.753Z Checking bit-vec v0.8.0
24762026-08-12T20:45:14.764Z Checking unicode-ident v1.0.24
24772026-08-12T20:45:14.775Z Checking strsim v0.11.1
24782026-08-12T20:45:14.794Z Checking rustls-webpki v0.103.13
24792026-08-12T20:45:14.846Z Checking ucd-trie v0.1.7
24802026-08-12T20:45:14.866Z Checking quick-error v1.2.3
24812026-08-12T20:45:14.933Z Checking funty v2.0.0
24822026-08-12T20:45:14.945Z Checking adler2 v2.0.1
24832026-08-12T20:45:14.970Z Checking rusty-fork v0.3.1
24842026-08-12T20:45:14.995Z Checking pest v2.8.6
24852026-08-12T20:45:15.022Z Checking openssl v0.10.80
24862026-08-12T20:45:15.045Z Checking miniz_oxide v0.8.9
24872026-08-12T20:45:15.136Z Checking bit-set v0.8.0
24882026-08-12T20:45:15.236Z Checking rustls v0.23.41
24892026-08-12T20:45:15.251Z Checking bitvec v1.0.1
24902026-08-12T20:45:15.283Z Checking clap_builder v4.6.0
24912026-08-12T20:45:15.310Z Checking h2 v0.4.15
24922026-08-12T20:45:15.406Z Checking proc-macro2 v1.0.106
24932026-08-12T20:45:15.712Z Checking num-iter v0.1.45
24942026-08-12T20:45:15.821Z Checking rand v0.8.6
24952026-08-12T20:45:16.047Z Checking lazy_static v1.5.0
24962026-08-12T20:45:16.136Z Checking anstyle-parse v0.2.7
24972026-08-12T20:45:16.291Z Checking rand_xorshift v0.4.0
24982026-08-12T20:45:16.329Z Checking thiserror v1.0.69
24992026-08-12T20:45:16.408Z Checking maybe-uninit v2.0.0
25002026-08-12T20:45:16.426Z Checking hmac v0.12.1
25012026-08-12T20:45:16.472Z Checking serde_spanned v0.6.9
25022026-08-12T20:45:16.503Z Checking toml_datetime v0.6.11
25032026-08-12T20:45:16.519Z Checking sync_wrapper v1.0.2
25042026-08-12T20:45:16.546Z Checking unarray v0.1.4
25052026-08-12T20:45:16.558Z Checking powerfmt v0.2.0
25062026-08-12T20:45:16.589Z Checking siphasher v1.0.2
25072026-08-12T20:45:16.614Z Checking pretty-hex v0.4.1
25082026-08-12T20:45:16.645Z Checking zlib-rs v0.6.2
25092026-08-12T20:45:16.680Z Checking nodrop v0.1.14
25102026-08-12T20:45:16.703Z Checking crc-catalog v2.4.0
25112026-08-12T20:45:16.726Z Checking deranged v0.5.8
25122026-08-12T20:45:16.741Z Checking proptest v1.11.0
25132026-08-12T20:45:16.762Z Checking array-init v0.0.4
25142026-08-12T20:45:16.787Z Checking crc v3.4.0
25152026-08-12T20:45:16.957Z Checking tower v0.5.3
25162026-08-12T20:45:17.037Z Checking native-tls v0.2.18
25172026-08-12T20:45:17.049Z Checking packed_struct v0.10.1
25182026-08-12T20:45:17.211Z Checking clap v4.6.1
25192026-08-12T20:45:17.287Z Checking smallvec v0.6.14
25202026-08-12T20:45:17.345Z Checking num-bigint-dig v0.8.6
25212026-08-12T20:45:17.456Z Checking anstream v0.6.21
25222026-08-12T20:45:17.472Z Checking quote v1.0.45
25232026-08-12T20:45:17.523Z Checking flate2 v1.1.9
25242026-08-12T20:45:17.637Z Checking ipnetwork v0.21.1
25252026-08-12T20:45:17.650Z Checking http-body-util v0.1.3
25262026-08-12T20:45:17.650Z Checking pkcs1 v0.7.5
25272026-08-12T20:45:17.818Z Checking crossbeam-utils v0.8.21
25282026-08-12T20:45:17.861Z Checking bitfield v0.19.4
25292026-08-12T20:45:17.861Z Checking zerocopy v0.6.6
25302026-08-12T20:45:17.872Z Checking ahash v0.8.12
25312026-08-12T20:45:18.062Z Checking bzip2-sys v0.1.13+1.0.8
25322026-08-12T20:45:18.078Z Checking scroll v0.13.0
25332026-08-12T20:45:18.111Z Checking hyper v1.10.1
25342026-08-12T20:45:18.123Z Checking env_filter v1.0.0
25352026-08-12T20:45:18.139Z Checking num-conv v0.2.0
25362026-08-12T20:45:18.139Z Checking time-core v0.1.8
25372026-08-12T20:45:18.163Z Checking hashbrown v0.12.3
25382026-08-12T20:45:18.166Z Checking ryu v1.0.23
25392026-08-12T20:45:18.250Z Checking base64 v0.21.7
25402026-08-12T20:45:18.264Z Checking winnow v0.5.40
25412026-08-12T20:45:18.285Z Checking iri-string v0.7.10
25422026-08-12T20:45:18.299Z Checking allocator-api2 v0.2.21
25432026-08-12T20:45:18.311Z Checking num_threads v0.1.7
25442026-08-12T20:45:18.392Z Checking unicode-properties v0.1.4
25452026-08-12T20:45:18.480Z Checking unicode-bidi v0.3.18
25462026-08-12T20:45:18.531Z Checking newtype-uuid v1.3.2
25472026-08-12T20:45:18.572Z Checking ron v0.8.1
25482026-08-12T20:45:18.575Z Checking indexmap v1.9.3
25492026-08-12T20:45:18.575Z Checking time v0.3.47
25502026-08-12T20:45:18.725Z Checking serde_urlencoded v0.7.1
25512026-08-12T20:45:18.763Z Checking stringprep v0.1.5
25522026-08-12T20:45:18.905Z Checking goblin v0.10.5
25532026-08-12T20:45:18.918Z Checking env_logger v0.11.9
25542026-08-12T20:45:18.931Z Checking crossbeam-epoch v0.9.18
25552026-08-12T20:45:19.037Z Checking hyper-util v0.1.20
25562026-08-12T20:45:19.089Z Checking rsa v0.9.10
25572026-08-12T20:45:19.101Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25582026-08-12T20:45:19.148Z Checking bzip2 v0.4.4
25592026-08-12T20:45:19.250Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25602026-08-12T20:45:19.274Z Checking tower-http v0.6.8
25612026-08-12T20:45:19.308Z Checking hashbrown v0.13.2
25622026-08-12T20:45:19.412Z Checking toml_edit v0.19.15
25632026-08-12T20:45:19.543Z Checking oxnet v0.1.6
25642026-08-12T20:45:19.557Z Checking syn v2.0.117
25652026-08-12T20:45:19.693Z Checking serde-hex v0.1.0
25662026-08-12T20:45:19.726Z Checking tokio-native-tls v0.3.1
25672026-08-12T20:45:19.795Z Checking bstr v1.12.1
25682026-08-12T20:45:19.883Z Checking crypto-common v0.2.2
25692026-08-12T20:45:20.195Z Checking block-buffer v0.12.1
25702026-08-12T20:45:20.314Z Checking block-padding v0.4.2
25712026-08-12T20:45:20.361Z Checking rustls-native-certs v0.8.3
25722026-08-12T20:45:20.449Z Checking x509-cert v0.2.5
25732026-08-12T20:45:20.465Z Checking scroll v0.12.0
25742026-08-12T20:45:20.488Z Checking zstd-sys v2.0.16+zstd.1.5.7
25752026-08-12T20:45:20.502Z Checking md-5 v0.10.6
25762026-08-12T20:45:20.598Z Checking hash32 v0.2.1
25772026-08-12T20:45:20.636Z Checking encoding_rs v0.8.35
25782026-08-12T20:45:20.686Z Checking mime v0.3.17
25792026-08-12T20:45:20.750Z Checking fallible-iterator v0.2.0
25802026-08-12T20:45:20.856Z Checking psl-types v2.0.11
25812026-08-12T20:45:20.971Z Checking either v1.15.0
25822026-08-12T20:45:21.018Z Checking crc-any v2.5.0
25832026-08-12T20:45:21.097Z Checking postgres-protocol v0.6.10
25842026-08-12T20:45:21.155Z Checking publicsuffix v2.3.0
25852026-08-12T20:45:21.189Z Checking heapless v0.7.17
25862026-08-12T20:45:21.201Z Checking goblin v0.8.2
25872026-08-12T20:45:21.247Z Checking dof v0.4.0
25882026-08-12T20:45:21.305Z Checking zstd-safe v7.2.4
25892026-08-12T20:45:21.407Z Checking toml v0.7.8
25902026-08-12T20:45:21.468Z Checking inout v0.2.2
25912026-08-12T20:45:21.568Z Checking hyper-tls v0.6.0
25922026-08-12T20:45:21.589Z Checking daft v0.1.7
25932026-08-12T20:45:21.614Z Checking object v0.30.4
25942026-08-12T20:45:21.710Z Checking cookie v0.18.1
25952026-08-12T20:45:21.737Z Checking zip v0.6.6
25962026-08-12T20:45:21.812Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25972026-08-12T20:45:21.833Z Checking tokio-rustls v0.26.4
25982026-08-12T20:45:21.883Z Checking phf_shared v0.13.1
25992026-08-12T20:45:21.943Z Checking dtrace-parser v0.3.0
26002026-08-12T20:45:21.970Z Checking zerocopy v0.7.35
26012026-08-12T20:45:22.057Z Checking pin-project v1.1.11
26022026-08-12T20:45:22.060Z Checking futures-executor v0.3.32
26032026-08-12T20:45:22.083Z Checking signal-hook v0.3.18
26042026-08-12T20:45:22.150Z Checking ff v0.13.1
26052026-08-12T20:45:22.176Z Checking thread-id v5.1.0
26062026-08-12T20:45:22.212Z Checking libbz2-rs-sys v0.2.2
26072026-08-12T20:45:22.250Z Checking base16ct v0.2.0
26082026-08-12T20:45:22.261Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-08-12T20:45:22.274Z Checking foldhash v0.2.0
26102026-08-12T20:45:22.277Z Checking path-slash v0.1.5
26112026-08-12T20:45:22.370Z Checking foldhash v0.1.5
26122026-08-12T20:45:22.382Z Checking managed v0.8.0
26132026-08-12T20:45:22.419Z Checking jiff-core v0.1.0
26142026-08-12T20:45:22.453Z Checking same-file v1.0.6
26152026-08-12T20:45:22.499Z Compiling rayon-core v1.13.0
26162026-08-12T20:45:22.559Z Checking bumpalo v3.20.2
26172026-08-12T20:45:22.571Z Checking bitflags v1.3.2
26182026-08-12T20:45:22.595Z Checking bzip2 v0.6.1
26192026-08-12T20:45:22.637Z Checking smoltcp v0.9.1
26202026-08-12T20:45:22.687Z Checking walkdir v2.5.0
26212026-08-12T20:45:22.753Z Checking hashbrown v0.15.5
26222026-08-12T20:45:22.756Z Checking zopfli v0.8.3
26232026-08-12T20:45:22.845Z Checking hashbrown v0.16.1
26242026-08-12T20:45:23.104Z Checking sec1 v0.7.3
26252026-08-12T20:45:23.107Z Checking jiff v0.2.34
26262026-08-12T20:45:23.107Z Checking dof v0.3.0
26272026-08-12T20:45:23.203Z Checking group v0.13.0
26282026-08-12T20:45:23.219Z Checking signal-hook-mio v0.2.5
26292026-08-12T20:45:23.221Z Checking usdt-impl v0.6.0
26302026-08-12T20:45:23.274Z Checking futures v0.3.32
26312026-08-12T20:45:23.320Z Checking snafu v0.8.9
26322026-08-12T20:45:23.336Z Checking phf v0.13.1
26332026-08-12T20:45:23.348Z Checking hyper-rustls v0.27.7
26342026-08-12T20:45:23.351Z Checking cookie_store v0.22.1
26352026-08-12T20:45:23.378Z Checking reqwest v0.12.28
26362026-08-12T20:45:23.477Z Checking cipher v0.5.2
26372026-08-12T20:45:23.508Z Checking zstd v0.13.3
26382026-08-12T20:45:23.545Z Checking postgres-types v0.2.12
26392026-08-12T20:45:23.559Z Checking rustls-platform-verifier v0.6.2
26402026-08-12T20:45:23.681Z Checking globset v0.4.18
26412026-08-12T20:45:23.693Z Checking crossbeam-deque v0.8.6
26422026-08-12T20:45:23.696Z Checking phf_shared v0.11.3
26432026-08-12T20:45:23.713Z Checking hkdf v0.12.4
26442026-08-12T20:45:23.716Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26452026-08-12T20:45:23.838Z Checking regex v1.12.3
26462026-08-12T20:45:23.851Z Checking dtrace-parser v0.2.0
26472026-08-12T20:45:23.864Z Checking byte-wrapper v0.1.0
26482026-08-12T20:45:23.868Z Checking curve25519-dalek v4.1.3
26492026-08-12T20:45:23.928Z Checking ref-cast v1.0.25
26502026-08-12T20:45:24.026Z Checking strum v0.27.2
26512026-08-12T20:45:24.056Z Checking olpc-cjson v0.1.4
26522026-08-12T20:45:24.068Z Checking hubpack v0.1.2
26532026-08-12T20:45:24.082Z Checking ed25519 v2.2.3
26542026-08-12T20:45:24.114Z Checking memoffset v0.9.1
26552026-08-12T20:45:24.128Z Checking rustix v0.38.44
26562026-08-12T20:45:24.141Z Checking pem v3.0.6
26572026-08-12T20:45:24.184Z Checking float-cmp v0.10.0
26582026-08-12T20:45:24.196Z Checking serde_plain v1.0.2
26592026-08-12T20:45:24.228Z Checking erased-serde v0.3.31
26602026-08-12T20:45:24.255Z Checking serde-big-array v0.5.1
26612026-08-12T20:45:24.288Z Checking crypto-bigint v0.5.5
26622026-08-12T20:45:24.305Z Checking memmap2 v0.9.10
26632026-08-12T20:45:24.333Z Checking thread-id v4.2.2
26642026-08-12T20:45:24.382Z Checking whoami v2.1.0
26652026-08-12T20:45:24.408Z Checking cpufeatures v0.3.0
26662026-08-12T20:45:24.461Z Checking fixedbitset v0.4.2
26672026-08-12T20:45:24.477Z Checking winnow v1.0.3
26682026-08-12T20:45:24.569Z Checking typed-path v0.9.3
26692026-08-12T20:45:24.606Z Checking new_debug_unreachable v1.0.6
26702026-08-12T20:45:24.609Z Checking fixedbitset v0.5.7
26712026-08-12T20:45:24.634Z Checking const-oid v0.10.2
26722026-08-12T20:45:24.670Z Checking normalize-line-endings v0.3.0
26732026-08-12T20:45:24.755Z Checking unicode-segmentation v1.12.0
26742026-08-12T20:45:24.757Z Checking data-encoding v2.10.0
26752026-08-12T20:45:24.782Z Checking keccak v0.1.6
26762026-08-12T20:45:24.801Z Checking predicates-core v1.0.10
26772026-08-12T20:45:24.923Z Checking precomputed-hash v0.1.1
26782026-08-12T20:45:24.935Z Checking difflib v0.4.0
26792026-08-12T20:45:24.946Z Checking winnow v0.7.14
26802026-08-12T20:45:24.970Z Checking toml_write v0.1.2
26812026-08-12T20:45:25.016Z Checking static_assertions v1.1.0
26822026-08-12T20:45:25.044Z Checking hickory-proto v0.25.2
26832026-08-12T20:45:25.068Z Checking similar v2.7.0
26842026-08-12T20:45:25.083Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26852026-08-12T20:45:25.108Z Checking predicates v3.1.4
26862026-08-12T20:45:25.136Z Checking string_cache v0.8.9
26872026-08-12T20:45:25.211Z Checking elliptic-curve v0.13.8
26882026-08-12T20:45:25.300Z Checking zip v4.6.1
26892026-08-12T20:45:25.349Z Checking tough v0.22.0
26902026-08-12T20:45:25.404Z Checking sha3 v0.10.8
26912026-08-12T20:45:25.460Z Checking crossterm v0.28.1
26922026-08-12T20:45:25.521Z Checking petgraph v0.8.3
26932026-08-12T20:45:25.607Z Checking digest v0.11.3
26942026-08-12T20:45:25.784Z Checking toml_parser v1.1.2+spec-1.1.0
26952026-08-12T20:45:25.877Z Checking ed25519-dalek v2.2.0
26962026-08-12T20:45:26.106Z Checking slog v2.8.2
26972026-08-12T20:45:26.108Z Checking petgraph v0.6.5
26982026-08-12T20:45:26.129Z Checking toml_edit v0.22.27
26992026-08-12T20:45:26.162Z Checking tokio-postgres v0.7.16
27002026-08-12T20:45:26.367Z Checking chacha20 v0.10.0
27012026-08-12T20:45:26.619Z Checking usdt v0.6.0
27022026-08-12T20:45:26.790Z Checking usdt-impl v0.5.0
27032026-08-12T20:45:27.070Z Checking nix v0.31.2
27042026-08-12T20:45:27.085Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27052026-08-12T20:45:27.189Z Checking iddqd v0.4.2
27062026-08-12T20:45:27.348Z Checking reqwest v0.13.2
27072026-08-12T20:45:27.362Z Checking itertools v0.13.0
27082026-08-12T20:45:27.414Z Checking itertools v0.15.0
27092026-08-12T20:45:27.641Z Checking strum v0.26.3
27102026-08-12T20:45:27.672Z Checking serde_with v3.21.0
27112026-08-12T20:45:27.751Z Checking fs-err v3.3.0
27122026-08-12T20:45:27.822Z Checking object v0.37.3
27132026-08-12T20:45:28.044Z Checking tokio-stream v0.1.18
27142026-08-12T20:45:28.119Z Checking buf-list v1.1.2
27152026-08-12T20:45:28.199Z Checking anyhow v1.0.102
27162026-08-12T20:45:28.257Z Checking camino v1.2.2
27172026-08-12T20:45:28.298Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27182026-08-12T20:45:28.376Z Checking openapiv3 v2.2.0
27192026-08-12T20:45:28.390Z Checking lalrpop-util v0.19.12
27202026-08-12T20:45:28.418Z Checking peg-runtime v0.8.5
27212026-08-12T20:45:28.500Z Checking rayon v1.11.0
27222026-08-12T20:45:28.512Z Checking sigpipe v0.1.3
27232026-08-12T20:45:28.542Z Checking glob v0.3.3
27242026-08-12T20:45:29.971Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27252026-08-12T20:45:30.023Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27262026-08-12T20:45:30.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.85s
27272026-08-12T20:45:30.460Z
27282026-08-12T20:45:30.460Zinfo: running `cargo check --bins` on internal-dns-types (79/333)
27292026-08-12T20:45:30.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302026-08-12T20:45:30.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312026-08-12T20:45:30.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322026-08-12T20:45:30.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27332026-08-12T20:45:31.010Z
27342026-08-12T20:45:31.010Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/333)
27352026-08-12T20:45:31.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362026-08-12T20:45:31.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372026-08-12T20:45:31.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382026-08-12T20:45:31.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27392026-08-12T20:45:31.557Z
27402026-08-12T20:45:31.557Zinfo: running `cargo check --bins` on nexus-types-versions (81/333)
27412026-08-12T20:45:32.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422026-08-12T20:45:32.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432026-08-12T20:45:32.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442026-08-12T20:45:32.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27452026-08-12T20:45:32.123Z
27462026-08-12T20:45:32.123Zinfo: running `cargo check --bins` on oxql-types (82/333)
27472026-08-12T20:45:32.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482026-08-12T20:45:32.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492026-08-12T20:45:32.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502026-08-12T20:45:32.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27512026-08-12T20:45:32.672Z
27522026-08-12T20:45:32.672Zinfo: running `cargo check --bins` on oximeter-types (83/333)
27532026-08-12T20:45:33.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542026-08-12T20:45:33.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552026-08-12T20:45:33.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562026-08-12T20:45:33.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27572026-08-12T20:45:33.221Z
27582026-08-12T20:45:33.221Zinfo: running `cargo check --bins` on oximeter-types-versions (84/333)
27592026-08-12T20:45:33.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602026-08-12T20:45:33.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612026-08-12T20:45:33.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622026-08-12T20:45:33.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
27632026-08-12T20:45:33.770Z
27642026-08-12T20:45:33.770Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/333)
27652026-08-12T20:45:34.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662026-08-12T20:45:34.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672026-08-12T20:45:34.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682026-08-12T20:45:34.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
27692026-08-12T20:45:34.302Z
27702026-08-12T20:45:34.302Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/333)
27712026-08-12T20:45:34.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722026-08-12T20:45:34.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732026-08-12T20:45:34.962Z Compiling multer v3.1.0
27742026-08-12T20:45:35.075Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27752026-08-12T20:45:35.075Z Compiling async-stream-impl v0.3.6
27762026-08-12T20:45:35.095Z Compiling dropshot v0.17.1
27772026-08-12T20:45:35.108Z Compiling parse-display-derive v0.10.0
27782026-08-12T20:45:35.121Z Compiling newtype-uuid-macros v0.1.0
27792026-08-12T20:45:35.124Z Compiling dropshot_endpoint v0.17.1
27802026-08-12T20:45:35.148Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27812026-08-12T20:45:35.289Z Checking thread_local v1.1.9
27822026-08-12T20:45:35.315Z Checking compression-core v0.4.31
27832026-08-12T20:45:35.436Z Checking match_cfg v0.1.0
27842026-08-12T20:45:35.453Z Checking compression-codecs v0.4.37
27852026-08-12T20:45:35.476Z Checking crossbeam-channel v0.5.15
27862026-08-12T20:45:35.514Z Checking hostname v0.3.1
27872026-08-12T20:45:35.546Z Checking atomicwrites v0.4.4
27882026-08-12T20:45:35.609Z Checking slog-json v2.6.1
27892026-08-12T20:45:35.650Z Checking is-terminal v0.4.17
27902026-08-12T20:45:35.650Z Checking toml_datetime v1.1.1+spec-1.1.0
27912026-08-12T20:45:35.675Z Checking serde_spanned v1.1.1
27922026-08-12T20:45:35.738Z Checking toml_writer v1.1.1+spec-1.1.0
27932026-08-12T20:45:35.759Z Checking debug-ignore v1.0.5
27942026-08-12T20:45:35.800Z Checking take_mut v0.2.2
27952026-08-12T20:45:35.831Z Checking term v1.2.1
27962026-08-12T20:45:35.857Z Checking slog-bunyan v2.5.0
27972026-08-12T20:45:35.857Z Checking async-compression v0.4.41
27982026-08-12T20:45:35.883Z Checking async-stream v0.3.6
27992026-08-12T20:45:35.900Z Checking slog-async v2.8.0
28002026-08-12T20:45:35.914Z Checking toml v1.1.2+spec-1.1.0
28012026-08-12T20:45:35.974Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28022026-08-12T20:45:36.005Z Checking progenitor-client v0.14.0
28032026-08-12T20:45:36.047Z Checking slog-term v2.9.2
28042026-08-12T20:45:36.067Z Checking sha1 v0.11.0
28052026-08-12T20:45:36.102Z Checking waitgroup v0.1.2
28062026-08-12T20:45:36.201Z Checking rustls-pemfile v2.2.0
28072026-08-12T20:45:36.233Z Checking backon v1.6.0
28082026-08-12T20:45:36.251Z Checking serde_path_to_error v0.1.20
28092026-08-12T20:45:36.288Z Checking hostname v0.4.2
28102026-08-12T20:45:36.301Z Checking instant v0.1.13
28112026-08-12T20:45:36.382Z Checking backoff v0.4.0
28122026-08-12T20:45:36.406Z Checking progenitor-extras v0.2.0
28132026-08-12T20:45:36.489Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28142026-08-12T20:45:36.533Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28152026-08-12T20:45:36.547Z Checking regress v0.10.5
28162026-08-12T20:45:36.565Z Checking itertools v0.14.0
28172026-08-12T20:45:36.690Z Checking macaddr v1.0.1
28182026-08-12T20:45:36.746Z Checking parse-display v0.10.0
28192026-08-12T20:45:36.864Z Checking humantime v2.3.0
28202026-08-12T20:45:37.617Z Compiling prettyplease v0.2.37
28212026-08-12T20:45:37.932Z Checking num-rational v0.4.2
28222026-08-12T20:45:38.211Z Checking num-complex v0.4.6
28232026-08-12T20:45:38.681Z Compiling num v0.4.3
28242026-08-12T20:45:38.755Z Compiling usdt-attr-macro v0.5.0
28252026-08-12T20:45:38.758Z Compiling usdt-macro v0.5.0
28262026-08-12T20:45:38.787Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28272026-08-12T20:45:38.801Z Checking memmap v0.7.0
28282026-08-12T20:45:38.801Z Compiling float-ord v0.3.2
28292026-08-12T20:45:38.937Z Compiling convert_case v0.4.0
28302026-08-12T20:45:39.027Z Checking unicode-width v0.2.0
28312026-08-12T20:45:39.274Z Checking console v0.15.11
28322026-08-12T20:45:39.302Z Compiling derive_more v0.99.20
28332026-08-12T20:45:39.478Z Checking newline-converter v0.3.0
28342026-08-12T20:45:39.535Z Checking usdt v0.5.0
28352026-08-12T20:45:39.551Z Compiling toml v0.8.23
28362026-08-12T20:45:39.585Z Checking linked-hash-map v0.5.6
28372026-08-12T20:45:39.706Z Compiling minimal-lexical v0.2.1
28382026-08-12T20:45:39.756Z Checking lru-cache v0.1.2
28392026-08-12T20:45:39.876Z Checking expectorate v1.2.0
28402026-08-12T20:45:39.958Z Compiling nom v7.1.3
28412026-08-12T20:45:40.474Z Checking camino-tempfile v1.4.1
28422026-08-12T20:45:40.546Z Checking hickory-proto v0.24.4
28432026-08-12T20:45:40.563Z Checking phf_shared v0.12.1
28442026-08-12T20:45:40.634Z Compiling slog-dtrace v0.3.0
28452026-08-12T20:45:40.703Z Checking resolv-conf v0.7.6
28462026-08-12T20:45:40.891Z Compiling chrono-tz v0.10.4
28472026-08-12T20:45:41.015Z Compiling unicode-xid v0.2.6
28482026-08-12T20:45:41.066Z Checking heck v0.5.0
28492026-08-12T20:45:41.142Z Compiling const_format_proc_macros v0.2.34
28502026-08-12T20:45:41.262Z Checking phf v0.12.1
28512026-08-12T20:45:41.346Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-08-12T20:45:41.407Z Checking tokio-dtrace v0.1.1
28532026-08-12T20:45:41.601Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28542026-08-12T20:45:41.763Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28552026-08-12T20:45:41.818Z Compiling derive-where v1.6.0
28562026-08-12T20:45:41.911Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28572026-08-12T20:45:42.121Z Checking highway v1.3.0
28582026-08-12T20:45:42.353Z Checking const_format v0.2.35
28592026-08-12T20:45:42.368Z Checking hickory-resolver v0.24.4
28602026-08-12T20:45:42.583Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28612026-08-12T20:45:43.096Z Checking oxide-tokio-rt v0.1.4
28622026-08-12T20:45:43.122Z Checking qorb v0.4.1
28632026-08-12T20:45:43.267Z Checking gethostname v0.5.0
28642026-08-12T20:45:43.328Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28652026-08-12T20:45:43.353Z Checking bcs v0.1.6
28662026-08-12T20:45:43.395Z Checking termtree v0.5.1
28672026-08-12T20:45:43.435Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28682026-08-12T20:45:43.589Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28692026-08-12T20:45:43.593Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28702026-08-12T20:45:46.664Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28712026-08-12T20:45:49.774Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28722026-08-12T20:45:52.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.72s
28732026-08-12T20:45:52.196Z
28742026-08-12T20:45:52.196Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/333)
28752026-08-12T20:45:52.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-08-12T20:45:52.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-08-12T20:45:52.858Z Compiling ar_archive_writer v0.5.1
28782026-08-12T20:45:52.970Z Compiling stacker v0.1.23
28792026-08-12T20:45:52.978Z Compiling cfg_aliases v0.1.1
28802026-08-12T20:45:52.985Z Compiling convert_case v0.10.0
28812026-08-12T20:45:52.988Z Checking unicode-width v0.1.14
28822026-08-12T20:45:53.002Z Compiling proc-macro-error v1.0.4
28832026-08-12T20:45:53.013Z Checking fd-lock v4.0.4
28842026-08-12T20:45:53.016Z Checking nibble_vec v0.1.0
28852026-08-12T20:45:53.035Z Compiling nix v0.28.0
28862026-08-12T20:45:53.123Z Checking vte v0.14.1
28872026-08-12T20:45:53.136Z Compiling recursive-proc-macro-impl v0.1.1
28882026-08-12T20:45:53.222Z Checking endian-type v0.1.2
28892026-08-12T20:45:53.235Z Checking bytecount v0.6.9
28902026-08-12T20:45:53.265Z Compiling derive_more-impl v2.1.1
28912026-08-12T20:45:53.277Z Checking strip-ansi-escapes v0.2.1
28922026-08-12T20:45:53.290Z Compiling tabled_derive v0.7.0
28932026-08-12T20:45:53.327Z Checking papergrid v0.11.0
28942026-08-12T20:45:53.341Z Checking radix_trie v0.2.1
28952026-08-12T20:45:53.373Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-08-12T20:45:53.531Z Compiling peg-macros v0.8.5
28972026-08-12T20:45:53.547Z Compiling sqlparser_derive v0.5.0
28982026-08-12T20:45:53.764Z Compiling psm v0.1.30
28992026-08-12T20:45:53.831Z Checking winnow v0.6.26
29002026-08-12T20:45:53.919Z Checking nu-ansi-term v0.50.3
29012026-08-12T20:45:54.054Z Checking derive_more v2.1.1
29022026-08-12T20:45:54.126Z Checking unicode_categories v0.1.1
29032026-08-12T20:45:54.140Z Checking home v0.5.12
29042026-08-12T20:45:54.232Z Checking tabled v0.15.0
29052026-08-12T20:45:54.245Z Checking crossterm v0.29.0
29062026-08-12T20:45:54.276Z Checking reedline v0.40.0
29072026-08-12T20:45:54.298Z Checking rustyline v14.0.0
29082026-08-12T20:45:54.342Z Checking display-error-chain v0.2.2
29092026-08-12T20:45:54.528Z Checking recursive v0.1.1
29102026-08-12T20:45:54.619Z Checking sqlparser v0.61.0
29112026-08-12T20:45:54.791Z Checking peg v0.8.5
29122026-08-12T20:45:54.947Z Checking sqlformat v0.3.5
29132026-08-12T20:46:05.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
29142026-08-12T20:46:05.974Z
29152026-08-12T20:46:05.974Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/333)
29162026-08-12T20:46:06.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-08-12T20:46:06.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-08-12T20:46:06.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29192026-08-12T20:46:10.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
29202026-08-12T20:46:10.300Z
29212026-08-12T20:46:10.300Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/333)
29222026-08-12T20:46:10.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-08-12T20:46:10.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-08-12T20:46:10.949Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29252026-08-12T20:46:13.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
29262026-08-12T20:46:13.639Z
29272026-08-12T20:46:13.639Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/333)
29282026-08-12T20:46:14.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-08-12T20:46:14.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-08-12T20:46:14.283Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29312026-08-12T20:46:17.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
29322026-08-12T20:46:17.751Z
29332026-08-12T20:46:17.752Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/333)
29342026-08-12T20:46:18.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-08-12T20:46:18.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-08-12T20:46:18.395Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29372026-08-12T20:46:21.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
29382026-08-12T20:46:21.922Z
29392026-08-12T20:46:21.923Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/333)
29402026-08-12T20:46:22.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-08-12T20:46:22.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-08-12T20:46:22.567Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29432026-08-12T20:46:25.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
29442026-08-12T20:46:25.399Z
29452026-08-12T20:46:25.399Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/333)
29462026-08-12T20:46:25.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-08-12T20:46:25.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-08-12T20:46:26.045Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29492026-08-12T20:46:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
29502026-08-12T20:46:28.918Z
29512026-08-12T20:46:28.918Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/333)
29522026-08-12T20:46:29.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-08-12T20:46:29.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-08-12T20:46:29.562Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552026-08-12T20:46:33.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
29562026-08-12T20:46:33.266Z
29572026-08-12T20:46:33.266Zinfo: running `cargo check --bins` on oximeter (95/333)
29582026-08-12T20:46:33.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-08-12T20:46:33.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-08-12T20:46:33.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612026-08-12T20:46:33.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29622026-08-12T20:46:33.815Z
29632026-08-12T20:46:33.815Zinfo: running `cargo check --bins` on oximeter-schema (96/333)
29642026-08-12T20:46:34.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-08-12T20:46:34.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-08-12T20:46:34.419Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29672026-08-12T20:46:34.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29682026-08-12T20:46:34.958Z
29692026-08-12T20:46:34.958Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/333)
29702026-08-12T20:46:35.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712026-08-12T20:46:35.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722026-08-12T20:46:35.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732026-08-12T20:46:35.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29742026-08-12T20:46:35.503Z
29752026-08-12T20:46:35.503Zinfo: running `cargo check --bins` on oximeter-test-utils (98/333)
29762026-08-12T20:46:35.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772026-08-12T20:46:35.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782026-08-12T20:46:35.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792026-08-12T20:46:36.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29802026-08-12T20:46:36.091Z
29812026-08-12T20:46:36.091Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/333)
29822026-08-12T20:46:36.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832026-08-12T20:46:36.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842026-08-12T20:46:36.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852026-08-12T20:46:36.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29862026-08-12T20:46:36.647Z
29872026-08-12T20:46:36.647Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/333)
29882026-08-12T20:46:37.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892026-08-12T20:46:37.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902026-08-12T20:46:37.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912026-08-12T20:46:37.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29922026-08-12T20:46:37.204Z
29932026-08-12T20:46:37.204Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/333)
29942026-08-12T20:46:37.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-08-12T20:46:37.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-08-12T20:46:37.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972026-08-12T20:46:37.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29982026-08-12T20:46:37.761Z
29992026-08-12T20:46:37.761Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/333)
30002026-08-12T20:46:38.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-08-12T20:46:38.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-08-12T20:46:38.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032026-08-12T20:46:38.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30042026-08-12T20:46:38.324Z
30052026-08-12T20:46:38.324Zinfo: running `cargo check --bins` on trust-quorum-types (103/333)
30062026-08-12T20:46:38.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-08-12T20:46:38.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-08-12T20:46:38.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092026-08-12T20:46:38.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30102026-08-12T20:46:38.867Z
30112026-08-12T20:46:38.867Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/333)
30122026-08-12T20:46:39.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-08-12T20:46:39.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-08-12T20:46:39.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152026-08-12T20:46:39.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30162026-08-12T20:46:39.428Z
30172026-08-12T20:46:39.428Zinfo: running `cargo check --bins` on reconfigurator-cli (105/333)
30182026-08-12T20:46:39.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-08-12T20:46:39.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-08-12T20:46:40.230Z Compiling regress v0.11.1
30212026-08-12T20:46:40.230Z Checking secrecy v0.10.3
30222026-08-12T20:46:40.230Z Compiling crucible-workspace-hack v0.1.0
30232026-08-12T20:46:40.234Z Checking half v2.7.1
30242026-08-12T20:46:40.234Z Checking ciborium-io v0.2.2
30252026-08-12T20:46:40.234Z Checking inout v0.1.4
30262026-08-12T20:46:40.234Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30272026-08-12T20:46:40.439Z Checking universal-hash v0.5.1
30282026-08-12T20:46:40.506Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30292026-08-12T20:46:40.506Z Checking cipher v0.4.4
30302026-08-12T20:46:40.554Z Compiling thiserror-impl-no-std v2.0.2
30312026-08-12T20:46:40.621Z Compiling toml_datetime v0.7.5+spec-1.1.0
30322026-08-12T20:46:40.659Z Checking ciborium-ll v0.2.2
30332026-08-12T20:46:40.674Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30342026-08-12T20:46:40.709Z Checking opaque-debug v0.3.1
30352026-08-12T20:46:40.738Z Checking chacha20 v0.9.1
30362026-08-12T20:46:40.775Z Compiling toml_edit v0.23.10+spec-1.0.0
30372026-08-12T20:46:40.831Z Checking ciborium v0.2.2
30382026-08-12T20:46:40.860Z Checking poly1305 v0.8.0
30392026-08-12T20:46:40.927Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30402026-08-12T20:46:41.068Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30412026-08-12T20:46:41.116Z Checking password-hash v0.5.0
30422026-08-12T20:46:41.214Z Checking blake2 v0.10.6
30432026-08-12T20:46:41.247Z Checking aead v0.5.2
30442026-08-12T20:46:41.344Z Checking indent_write v2.2.0
30452026-08-12T20:46:41.391Z Compiling unsafe-libyaml v0.2.11
30462026-08-12T20:46:41.456Z Checking argon2 v0.5.3
30472026-08-12T20:46:41.477Z Checking chacha20poly1305 v0.10.1
30482026-08-12T20:46:41.604Z Compiling proc-macro-crate v3.4.0
30492026-08-12T20:46:41.764Z Checking thiserror-no-std v2.0.2
30502026-08-12T20:46:41.802Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30512026-08-12T20:46:41.816Z Checking typify-impl v0.6.2
30522026-08-12T20:46:41.820Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30532026-08-12T20:46:41.851Z Checking vsss-rs v3.3.4
30542026-08-12T20:46:42.125Z Compiling serde_yaml v0.9.34+deprecated
30552026-08-12T20:46:42.149Z Compiling num_enum_derive v0.7.6
30562026-08-12T20:46:42.418Z Compiling heapless v0.8.0
30572026-08-12T20:46:42.729Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30582026-08-12T20:46:42.832Z Compiling ingot-macros v0.2.0
30592026-08-12T20:46:42.872Z Checking hash32 v0.3.1
30602026-08-12T20:46:42.944Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-08-12T20:46:42.959Z Compiling smoltcp v0.11.0
30622026-08-12T20:46:43.000Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30632026-08-12T20:46:43.186Z Checking num_enum v0.7.6
30642026-08-12T20:46:43.306Z Checking tabwriter v1.4.1
30652026-08-12T20:46:43.324Z Checking cobs v0.3.0
30662026-08-12T20:46:43.455Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30672026-08-12T20:46:43.473Z Checking postcard v1.1.3
30682026-08-12T20:46:43.544Z Compiling proc-macro-crate v1.3.1
30692026-08-12T20:46:43.573Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30702026-08-12T20:46:43.661Z Compiling foreign-types-macros v0.2.3
30712026-08-12T20:46:43.765Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30722026-08-12T20:46:43.781Z Checking foreign-types-shared v0.3.1
30732026-08-12T20:46:43.872Z Checking colored v3.1.1
30742026-08-12T20:46:43.952Z Checking swrite v0.1.0
30752026-08-12T20:46:44.016Z Compiling num_enum_derive v0.5.11
30762026-08-12T20:46:44.063Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30772026-08-12T20:46:44.152Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30782026-08-12T20:46:44.186Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30792026-08-12T20:46:44.253Z Checking foreign-types v0.5.0
30802026-08-12T20:46:44.332Z Checking cstr-argument v0.1.2
30812026-08-12T20:46:44.457Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30822026-08-12T20:46:44.577Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30832026-08-12T20:46:44.630Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30842026-08-12T20:46:44.665Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30852026-08-12T20:46:44.685Z Checking rand v0.10.1
30862026-08-12T20:46:44.767Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30872026-08-12T20:46:44.798Z Compiling zone_cfg_derive v0.3.1
30882026-08-12T20:46:44.844Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30892026-08-12T20:46:44.944Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30902026-08-12T20:46:45.091Z Checking num_enum v0.5.11
30912026-08-12T20:46:45.145Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30922026-08-12T20:46:45.204Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30932026-08-12T20:46:45.318Z Checking itertools v0.12.1
30942026-08-12T20:46:45.386Z Compiling num-derive v0.4.2
30952026-08-12T20:46:45.451Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30962026-08-12T20:46:45.639Z Compiling semver v0.1.20
30972026-08-12T20:46:45.657Z Checking ingot-types v0.2.0
30982026-08-12T20:46:45.941Z Compiling rustc_version v0.1.7
30992026-08-12T20:46:46.041Z Checking ingot v0.2.1
31002026-08-12T20:46:46.177Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31012026-08-12T20:46:46.257Z Checking smf v0.2.3
31022026-08-12T20:46:46.314Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31032026-08-12T20:46:46.337Z Checking nom v8.0.0
31042026-08-12T20:46:46.352Z Checking zone v0.3.1
31052026-08-12T20:46:46.491Z Checking csv-core v0.1.13
31062026-08-12T20:46:46.537Z Checking whoami v1.6.1
31072026-08-12T20:46:46.553Z Compiling typify-macro v0.6.2
31082026-08-12T20:46:46.569Z Compiling newtype_derive v0.1.6
31092026-08-12T20:46:46.665Z Checking csv v1.4.0
31102026-08-12T20:46:46.709Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-08-12T20:46:46.724Z Compiling cancel-safe-futures v0.1.5
31122026-08-12T20:46:46.801Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31132026-08-12T20:46:46.939Z Compiling owo-colors v4.3.0
31142026-08-12T20:46:46.957Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31152026-08-12T20:46:47.024Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31162026-08-12T20:46:47.040Z Compiling libefi-sys v0.1.0
31172026-08-12T20:46:47.278Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31182026-08-12T20:46:47.385Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31192026-08-12T20:46:47.441Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31202026-08-12T20:46:47.481Z Checking oxide-update-engine-types v0.1.2
31212026-08-12T20:46:47.585Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31222026-08-12T20:46:47.615Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31232026-08-12T20:46:47.637Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31242026-08-12T20:46:47.707Z Compiling bitfield-struct v0.6.2
31252026-08-12T20:46:47.928Z Checking smawk v0.3.2
31262026-08-12T20:46:48.064Z Checking unicode-linebreak v0.1.5
31272026-08-12T20:46:48.087Z Checking linear-map v1.2.0
31282026-08-12T20:46:48.251Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31292026-08-12T20:46:48.267Z Compiling typify v0.6.2
31302026-08-12T20:46:48.294Z Checking textwrap v0.16.2
31312026-08-12T20:46:48.338Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31322026-08-12T20:46:48.362Z Compiling progenitor-impl v0.14.0
31332026-08-12T20:46:48.377Z Checking oxide-update-engine v0.1.2
31342026-08-12T20:46:48.503Z Checking steno v0.4.1
31352026-08-12T20:46:48.730Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31362026-08-12T20:46:48.971Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31372026-08-12T20:46:49.128Z Checking sha1 v0.10.6
31382026-08-12T20:46:49.144Z Checking utf-8 v0.7.6
31392026-08-12T20:46:49.269Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31402026-08-12T20:46:49.283Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31412026-08-12T20:46:49.298Z Checking tungstenite v0.21.0
31422026-08-12T20:46:49.347Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31432026-08-12T20:46:49.434Z Checking ignore v0.4.25
31442026-08-12T20:46:49.503Z Compiling xshell-macros v0.2.7
31452026-08-12T20:46:49.579Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31462026-08-12T20:46:49.725Z Checking tokio-tungstenite v0.21.0
31472026-08-12T20:46:49.757Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31482026-08-12T20:46:49.793Z Checking predicates-tree v1.0.13
31492026-08-12T20:46:49.837Z Checking globwalk v0.9.1
31502026-08-12T20:46:49.881Z Checking xshell v0.2.7
31512026-08-12T20:46:49.905Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31522026-08-12T20:46:49.975Z Checking filetime v0.2.27
31532026-08-12T20:46:50.033Z Checking xattr v1.6.1
31542026-08-12T20:46:50.060Z Checking tagptr v0.2.0
31552026-08-12T20:46:50.125Z Checking camino-tempfile-ext v0.3.3
31562026-08-12T20:46:50.155Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31572026-08-12T20:46:50.169Z Checking tar v0.4.46
31582026-08-12T20:46:50.202Z Checking moka v0.12.13
31592026-08-12T20:46:50.305Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31602026-08-12T20:46:50.325Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31612026-08-12T20:46:50.341Z Checking rand_seeder v0.4.0
31622026-08-12T20:46:50.439Z Checking half v1.8.3
31632026-08-12T20:46:50.468Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31642026-08-12T20:46:50.486Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31652026-08-12T20:46:50.558Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31662026-08-12T20:46:50.652Z Checking serde_cbor v0.11.2
31672026-08-12T20:46:50.812Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31682026-08-12T20:46:50.827Z Checking sha2 v0.11.0
31692026-08-12T20:46:50.852Z Checking hickory-resolver v0.25.2
31702026-08-12T20:46:50.977Z Compiling progenitor-macro v0.14.0
31712026-08-12T20:46:51.057Z Checking digest-io v0.1.0
31722026-08-12T20:46:51.190Z Compiling petname v2.0.2
31732026-08-12T20:46:51.451Z Checking rawzip v0.4.4
31742026-08-12T20:46:51.485Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-08-12T20:46:51.564Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31762026-08-12T20:46:51.616Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-08-12T20:46:51.665Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31782026-08-12T20:46:51.982Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31792026-08-12T20:46:52.034Z Checking sapling-renderdag v0.1.0
31802026-08-12T20:46:52.163Z Checking subprocess v0.2.15
31812026-08-12T20:46:52.279Z Checking sync-ptr v0.1.4
31822026-08-12T20:46:52.295Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31832026-08-12T20:46:52.390Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31842026-08-12T20:46:52.405Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31852026-08-12T20:46:52.448Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31862026-08-12T20:46:52.461Z Checking colored v2.2.0
31872026-08-12T20:46:52.569Z Checking assert_matches v1.5.0
31882026-08-12T20:46:53.614Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31892026-08-12T20:46:53.833Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31902026-08-12T20:46:54.140Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31912026-08-12T20:46:54.416Z Checking progenitor v0.14.0
31922026-08-12T20:46:54.549Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31932026-08-12T20:46:54.553Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31942026-08-12T20:46:54.553Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31952026-08-12T20:46:54.553Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31962026-08-12T20:46:54.553Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31972026-08-12T20:46:54.553Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982026-08-12T20:46:54.847Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31992026-08-12T20:46:55.013Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32002026-08-12T20:46:55.097Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32012026-08-12T20:46:55.167Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32022026-08-12T20:46:55.717Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32032026-08-12T20:46:56.303Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32042026-08-12T20:46:57.501Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32052026-08-12T20:47:05.902Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32062026-08-12T20:47:12.923Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-08-12T20:47:12.927Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32082026-08-12T20:47:12.927Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32092026-08-12T20:47:14.405Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102026-08-12T20:47:15.672Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32112026-08-12T20:47:17.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.47s
32122026-08-12T20:47:18.096Z
32132026-08-12T20:47:18.097Zinfo: running `cargo check --bins` on nexus-inventory (106/333)
32142026-08-12T20:47:18.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-08-12T20:47:18.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-08-12T20:47:18.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-08-12T20:47:18.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32182026-08-12T20:47:18.693Z
32192026-08-12T20:47:18.693Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/333)
32202026-08-12T20:47:19.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-08-12T20:47:19.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-08-12T20:47:19.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-08-12T20:47:19.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32242026-08-12T20:47:19.236Z
32252026-08-12T20:47:19.236Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/333)
32262026-08-12T20:47:19.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-08-12T20:47:19.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-08-12T20:47:19.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-08-12T20:47:19.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32302026-08-12T20:47:19.789Z
32312026-08-12T20:47:19.789Zinfo: running `cargo check --bins` on dns-service-client (109/333)
32322026-08-12T20:47:20.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-08-12T20:47:20.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-08-12T20:47:20.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-08-12T20:47:20.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32362026-08-12T20:47:20.342Z
32372026-08-12T20:47:20.342Zinfo: running `cargo check --bins` on ntp-admin-client (110/333)
32382026-08-12T20:47:20.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-08-12T20:47:20.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-08-12T20:47:20.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-08-12T20:47:20.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32422026-08-12T20:47:20.874Z
32432026-08-12T20:47:20.874Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/333)
32442026-08-12T20:47:21.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-08-12T20:47:21.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-08-12T20:47:21.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-08-12T20:47:21.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32482026-08-12T20:47:21.415Z
32492026-08-12T20:47:21.415Zinfo: running `cargo check --bins` on cockroach-admin-client (112/333)
32502026-08-12T20:47:21.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-08-12T20:47:21.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-08-12T20:47:21.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-08-12T20:47:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32542026-08-12T20:47:21.954Z
32552026-08-12T20:47:21.954Zinfo: running `cargo check --bins` on parallel-task-set (113/333)
32562026-08-12T20:47:22.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-08-12T20:47:22.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-08-12T20:47:22.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592026-08-12T20:47:22.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32602026-08-12T20:47:22.485Z
32612026-08-12T20:47:22.485Zinfo: running `cargo check --bins` on sled-agent-client (114/333)
32622026-08-12T20:47:22.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-08-12T20:47:22.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-08-12T20:47:22.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-08-12T20:47:22.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32662026-08-12T20:47:23.040Z
32672026-08-12T20:47:23.040Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/333)
32682026-08-12T20:47:23.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-08-12T20:47:23.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-08-12T20:47:23.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-08-12T20:47:23.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32722026-08-12T20:47:23.607Z
32732026-08-12T20:47:23.607Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/333)
32742026-08-12T20:47:24.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-08-12T20:47:24.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-08-12T20:47:24.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-08-12T20:47:24.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32782026-08-12T20:47:24.170Z
32792026-08-12T20:47:24.171Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/333)
32802026-08-12T20:47:24.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-08-12T20:47:24.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-08-12T20:47:24.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-08-12T20:47:24.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32842026-08-12T20:47:24.734Z
32852026-08-12T20:47:24.734Zinfo: running `cargo check --bins` on key-manager (118/333)
32862026-08-12T20:47:25.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-08-12T20:47:25.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-08-12T20:47:25.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-08-12T20:47:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32902026-08-12T20:47:25.284Z
32912026-08-12T20:47:25.285Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/333)
32922026-08-12T20:47:25.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-08-12T20:47:25.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-08-12T20:47:25.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-08-12T20:47:25.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32962026-08-12T20:47:25.851Z
32972026-08-12T20:47:25.851Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/333)
32982026-08-12T20:47:26.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-08-12T20:47:26.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-08-12T20:47:26.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-08-12T20:47:26.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33022026-08-12T20:47:26.419Z
33032026-08-12T20:47:26.419Zinfo: running `cargo check --bins` on typed-rng (121/333)
33042026-08-12T20:47:26.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-08-12T20:47:26.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-08-12T20:47:26.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-08-12T20:47:26.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33082026-08-12T20:47:26.951Z
33092026-08-12T20:47:26.951Zinfo: running `cargo check --bins` on gateway-test-utils (122/333)
33102026-08-12T20:47:27.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-08-12T20:47:27.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-08-12T20:47:27.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-08-12T20:47:27.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33142026-08-12T20:47:27.547Z
33152026-08-12T20:47:27.547Zinfo: running `cargo check --bins` on omicron-gateway (123/333)
33162026-08-12T20:47:28.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-08-12T20:47:28.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-08-12T20:47:28.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-08-12T20:47:28.255Z Checking void v1.0.2
33202026-08-12T20:47:28.256Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33212026-08-12T20:47:28.256Z Checking nix v0.27.1
33222026-08-12T20:47:28.375Z Checking tungstenite v0.23.0
33232026-08-12T20:47:28.379Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-08-12T20:47:28.382Z Checking dropshot-api-manager-types v0.7.2
33252026-08-12T20:47:28.382Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33262026-08-12T20:47:28.451Z Checking lzss v0.8.2
33272026-08-12T20:47:28.541Z Checking kstat-rs v0.2.5
33282026-08-12T20:47:28.544Z Checking fxhash v0.2.1
33292026-08-12T20:47:28.624Z Checking serde_bytes v0.11.19
33302026-08-12T20:47:28.662Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33312026-08-12T20:47:28.678Z Checking signal-hook-tokio v0.3.1
33322026-08-12T20:47:28.719Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-08-12T20:47:28.722Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33342026-08-12T20:47:28.778Z Checking tokio-tungstenite v0.23.1
33352026-08-12T20:47:28.845Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33362026-08-12T20:47:29.957Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-08-12T20:47:30.496Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-08-12T20:47:32.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
33392026-08-12T20:47:32.785Z
33402026-08-12T20:47:32.785Zinfo: running `cargo check --bins` on gateway-api (124/333)
33412026-08-12T20:47:33.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-08-12T20:47:33.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-08-12T20:47:33.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-08-12T20:47:33.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-08-12T20:47:33.333Z
33462026-08-12T20:47:33.333Zinfo: running `cargo check --bins` on ipcc (125/333)
33472026-08-12T20:47:33.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-08-12T20:47:33.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-08-12T20:47:33.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-08-12T20:47:33.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33512026-08-12T20:47:33.883Z
33522026-08-12T20:47:33.883Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/333)
33532026-08-12T20:47:34.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-08-12T20:47:34.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-08-12T20:47:34.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-08-12T20:47:34.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-08-12T20:47:34.414Z
33582026-08-12T20:47:34.414Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/333)
33592026-08-12T20:47:34.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-08-12T20:47:34.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-08-12T20:47:34.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-08-12T20:47:34.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33632026-08-12T20:47:34.981Z
33642026-08-12T20:47:34.981Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/333)
33652026-08-12T20:47:35.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-08-12T20:47:35.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-08-12T20:47:35.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-08-12T20:47:35.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33692026-08-12T20:47:35.544Z
33702026-08-12T20:47:35.545Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/333)
33712026-08-12T20:47:36.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-08-12T20:47:36.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-08-12T20:47:36.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-08-12T20:47:36.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33752026-08-12T20:47:36.094Z
33762026-08-12T20:47:36.094Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/333)
33772026-08-12T20:47:36.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-08-12T20:47:36.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-08-12T20:47:36.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-08-12T20:47:36.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33812026-08-12T20:47:36.639Z
33822026-08-12T20:47:36.639Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/333)
33832026-08-12T20:47:37.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-08-12T20:47:37.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-08-12T20:47:37.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-08-12T20:47:37.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33872026-08-12T20:47:37.203Z
33882026-08-12T20:47:37.203Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/333)
33892026-08-12T20:47:37.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-08-12T20:47:37.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-08-12T20:47:37.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-08-12T20:47:37.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33932026-08-12T20:47:37.755Z
33942026-08-12T20:47:37.755Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/333)
33952026-08-12T20:47:38.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-08-12T20:47:38.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-08-12T20:47:38.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-08-12T20:47:38.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33992026-08-12T20:47:38.305Z
34002026-08-12T20:47:38.305Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/333)
34012026-08-12T20:47:38.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-08-12T20:47:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-08-12T20:47:38.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-08-12T20:47:38.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34052026-08-12T20:47:38.858Z
34062026-08-12T20:47:38.858Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/333)
34072026-08-12T20:47:39.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-08-12T20:47:39.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-08-12T20:47:39.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-08-12T20:47:39.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-08-12T20:47:39.411Z
34122026-08-12T20:47:39.411Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/333)
34132026-08-12T20:47:39.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-08-12T20:47:39.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-08-12T20:47:39.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-08-12T20:47:39.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-08-12T20:47:39.963Z
34182026-08-12T20:47:39.963Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/333)
34192026-08-12T20:47:40.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-08-12T20:47:40.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-08-12T20:47:40.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-08-12T20:47:40.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-08-12T20:47:40.513Z
34242026-08-12T20:47:40.513Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/333)
34252026-08-12T20:47:40.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-08-12T20:47:40.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-08-12T20:47:40.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-08-12T20:47:40.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-08-12T20:47:41.063Z
34302026-08-12T20:47:41.064Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/333)
34312026-08-12T20:47:41.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-08-12T20:47:41.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-08-12T20:47:41.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-08-12T20:47:41.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-08-12T20:47:41.616Z
34362026-08-12T20:47:41.616Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/333)
34372026-08-12T20:47:42.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-08-12T20:47:42.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-08-12T20:47:42.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-08-12T20:47:42.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-08-12T20:47:42.169Z
34422026-08-12T20:47:42.169Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/333)
34432026-08-12T20:47:42.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-08-12T20:47:42.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-08-12T20:47:42.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-08-12T20:47:42.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-08-12T20:47:42.716Z
34482026-08-12T20:47:42.716Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/333)
34492026-08-12T20:47:43.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-08-12T20:47:43.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-08-12T20:47:43.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-08-12T20:47:43.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-08-12T20:47:43.262Z
34542026-08-12T20:47:43.262Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/333)
34552026-08-12T20:47:43.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-08-12T20:47:43.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-08-12T20:47:43.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-08-12T20:47:43.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-08-12T20:47:43.811Z
34602026-08-12T20:47:43.811Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/333)
34612026-08-12T20:47:44.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-08-12T20:47:44.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-08-12T20:47:44.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-08-12T20:47:44.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-08-12T20:47:44.358Z
34662026-08-12T20:47:44.359Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/333)
34672026-08-12T20:47:44.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-08-12T20:47:44.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-08-12T20:47:44.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-08-12T20:47:44.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34712026-08-12T20:47:44.908Z
34722026-08-12T20:47:44.908Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/333)
34732026-08-12T20:47:45.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-08-12T20:47:45.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-08-12T20:47:45.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-08-12T20:47:45.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34772026-08-12T20:47:45.474Z
34782026-08-12T20:47:45.474Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/333)
34792026-08-12T20:47:45.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-08-12T20:47:45.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-08-12T20:47:45.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-08-12T20:47:45.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34832026-08-12T20:47:46.039Z
34842026-08-12T20:47:46.039Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/333)
34852026-08-12T20:47:46.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-08-12T20:47:46.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-08-12T20:47:46.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-08-12T20:47:46.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34892026-08-12T20:47:46.607Z
34902026-08-12T20:47:46.607Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/333)
34912026-08-12T20:47:47.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-08-12T20:47:47.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-08-12T20:47:47.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-08-12T20:47:47.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34952026-08-12T20:47:47.173Z
34962026-08-12T20:47:47.173Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/333)
34972026-08-12T20:47:47.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-08-12T20:47:47.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-08-12T20:47:47.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-08-12T20:47:47.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35012026-08-12T20:47:47.742Z
35022026-08-12T20:47:47.742Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/333)
35032026-08-12T20:47:48.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-08-12T20:47:48.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-08-12T20:47:48.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-08-12T20:47:48.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35072026-08-12T20:47:48.310Z
35082026-08-12T20:47:48.311Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/333)
35092026-08-12T20:47:48.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-08-12T20:47:48.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-08-12T20:47:48.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-08-12T20:47:48.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35132026-08-12T20:47:48.878Z
35142026-08-12T20:47:48.878Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/333)
35152026-08-12T20:47:49.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-08-12T20:47:49.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-08-12T20:47:49.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-08-12T20:47:49.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-08-12T20:47:49.437Z
35202026-08-12T20:47:49.437Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/333)
35212026-08-12T20:47:49.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-08-12T20:47:49.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-08-12T20:47:49.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-08-12T20:47:49.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35252026-08-12T20:47:50.007Z
35262026-08-12T20:47:50.007Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/333)
35272026-08-12T20:47:50.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-08-12T20:47:50.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-08-12T20:47:50.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-08-12T20:47:50.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-08-12T20:47:50.575Z
35322026-08-12T20:47:50.575Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/333)
35332026-08-12T20:47:51.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-08-12T20:47:51.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-08-12T20:47:51.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-08-12T20:47:51.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-08-12T20:47:51.146Z
35382026-08-12T20:47:51.146Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/333)
35392026-08-12T20:47:51.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-08-12T20:47:51.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-08-12T20:47:51.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-08-12T20:47:51.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35432026-08-12T20:47:51.718Z
35442026-08-12T20:47:51.718Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/333)
35452026-08-12T20:47:52.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-08-12T20:47:52.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-08-12T20:47:52.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-08-12T20:47:52.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35492026-08-12T20:47:52.288Z
35502026-08-12T20:47:52.288Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/333)
35512026-08-12T20:47:52.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-08-12T20:47:52.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-08-12T20:47:52.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-08-12T20:47:52.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-08-12T20:47:52.859Z
35562026-08-12T20:47:52.860Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/333)
35572026-08-12T20:47:53.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-08-12T20:47:53.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-08-12T20:47:53.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-08-12T20:47:53.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35612026-08-12T20:47:53.429Z
35622026-08-12T20:47:53.429Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/333)
35632026-08-12T20:47:53.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-08-12T20:47:53.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-08-12T20:47:53.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-08-12T20:47:53.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35672026-08-12T20:47:53.998Z
35682026-08-12T20:47:53.998Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/333)
35692026-08-12T20:47:54.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-08-12T20:47:54.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-08-12T20:47:54.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-08-12T20:47:54.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35732026-08-12T20:47:54.562Z
35742026-08-12T20:47:54.562Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/333)
35752026-08-12T20:47:55.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-08-12T20:47:55.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-08-12T20:47:55.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-08-12T20:47:55.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35792026-08-12T20:47:55.130Z
35802026-08-12T20:47:55.130Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/333)
35812026-08-12T20:47:55.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-08-12T20:47:55.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-08-12T20:47:55.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-08-12T20:47:55.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35852026-08-12T20:47:55.679Z
35862026-08-12T20:47:55.679Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/333)
35872026-08-12T20:47:56.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-08-12T20:47:56.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-08-12T20:47:56.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-08-12T20:47:56.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35912026-08-12T20:47:56.235Z
35922026-08-12T20:47:56.235Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/333)
35932026-08-12T20:47:56.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-08-12T20:47:56.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-08-12T20:47:56.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-08-12T20:47:56.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35972026-08-12T20:47:56.787Z
35982026-08-12T20:47:56.787Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/333)
35992026-08-12T20:47:57.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-08-12T20:47:57.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-08-12T20:47:57.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-08-12T20:47:57.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36032026-08-12T20:47:57.335Z
36042026-08-12T20:47:57.335Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/333)
36052026-08-12T20:47:57.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-08-12T20:47:57.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-08-12T20:47:57.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-08-12T20:47:57.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36092026-08-12T20:47:57.885Z
36102026-08-12T20:47:57.885Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/333)
36112026-08-12T20:47:58.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-08-12T20:47:58.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-08-12T20:47:58.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-08-12T20:47:58.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36152026-08-12T20:47:58.436Z
36162026-08-12T20:47:58.436Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/333)
36172026-08-12T20:47:58.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-08-12T20:47:58.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-08-12T20:47:58.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-08-12T20:47:58.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36212026-08-12T20:47:58.985Z
36222026-08-12T20:47:58.985Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/333)
36232026-08-12T20:47:59.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-12T20:47:59.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-12T20:47:59.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-12T20:47:59.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36272026-08-12T20:47:59.534Z
36282026-08-12T20:47:59.534Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/333)
36292026-08-12T20:48:00.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-12T20:48:00.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-12T20:48:00.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-12T20:48:00.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36332026-08-12T20:48:00.089Z
36342026-08-12T20:48:00.089Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/333)
36352026-08-12T20:48:00.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-12T20:48:00.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-12T20:48:00.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-12T20:48:00.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36392026-08-12T20:48:00.636Z
36402026-08-12T20:48:00.636Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/333)
36412026-08-12T20:48:01.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-12T20:48:01.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-12T20:48:01.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-12T20:48:01.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36452026-08-12T20:48:01.184Z
36462026-08-12T20:48:01.185Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/333)
36472026-08-12T20:48:01.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-12T20:48:01.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-12T20:48:01.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-12T20:48:01.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36512026-08-12T20:48:01.733Z
36522026-08-12T20:48:01.733Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/333)
36532026-08-12T20:48:02.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-12T20:48:02.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-12T20:48:02.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-12T20:48:02.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36572026-08-12T20:48:02.293Z
36582026-08-12T20:48:02.293Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/333)
36592026-08-12T20:48:02.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-12T20:48:02.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-12T20:48:02.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-12T20:48:02.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36632026-08-12T20:48:02.840Z
36642026-08-12T20:48:02.840Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/333)
36652026-08-12T20:48:03.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-12T20:48:03.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-12T20:48:03.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-12T20:48:03.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36692026-08-12T20:48:03.394Z
36702026-08-12T20:48:03.394Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/333)
36712026-08-12T20:48:03.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-12T20:48:03.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-12T20:48:03.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-12T20:48:03.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36752026-08-12T20:48:03.948Z
36762026-08-12T20:48:03.948Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/333)
36772026-08-12T20:48:04.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-12T20:48:04.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-12T20:48:04.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-12T20:48:04.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-12T20:48:04.519Z
36822026-08-12T20:48:04.519Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/333)
36832026-08-12T20:48:04.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-12T20:48:05.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-12T20:48:05.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-12T20:48:05.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-12T20:48:05.086Z
36882026-08-12T20:48:05.087Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/333)
36892026-08-12T20:48:05.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-12T20:48:05.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-12T20:48:05.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-12T20:48:05.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36932026-08-12T20:48:05.651Z
36942026-08-12T20:48:05.651Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/333)
36952026-08-12T20:48:06.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-12T20:48:06.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-12T20:48:06.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-12T20:48:06.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-12T20:48:06.223Z
37002026-08-12T20:48:06.223Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/333)
37012026-08-12T20:48:06.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-12T20:48:06.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-12T20:48:06.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-12T20:48:06.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37052026-08-12T20:48:06.787Z
37062026-08-12T20:48:06.787Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/333)
37072026-08-12T20:48:07.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-12T20:48:07.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-12T20:48:07.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-12T20:48:07.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-12T20:48:07.353Z
37122026-08-12T20:48:07.354Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/333)
37132026-08-12T20:48:07.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-12T20:48:07.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-12T20:48:07.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-12T20:48:07.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37172026-08-12T20:48:07.916Z
37182026-08-12T20:48:07.916Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/333)
37192026-08-12T20:48:08.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-12T20:48:08.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-12T20:48:08.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-12T20:48:08.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37232026-08-12T20:48:08.478Z
37242026-08-12T20:48:08.478Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/333)
37252026-08-12T20:48:08.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-12T20:48:08.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-12T20:48:08.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-12T20:48:08.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37292026-08-12T20:48:09.045Z
37302026-08-12T20:48:09.045Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/333)
37312026-08-12T20:48:09.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-12T20:48:09.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-12T20:48:09.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-12T20:48:09.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-12T20:48:09.618Z
37362026-08-12T20:48:09.618Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/333)
37372026-08-12T20:48:10.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-12T20:48:10.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-12T20:48:10.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-12T20:48:10.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-08-12T20:48:10.185Z
37422026-08-12T20:48:10.185Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/333)
37432026-08-12T20:48:10.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-12T20:48:10.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-12T20:48:10.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-12T20:48:10.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37472026-08-12T20:48:10.751Z
37482026-08-12T20:48:10.751Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/333)
37492026-08-12T20:48:11.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-12T20:48:11.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-12T20:48:11.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-12T20:48:11.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-12T20:48:11.323Z
37542026-08-12T20:48:11.323Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/333)
37552026-08-12T20:48:11.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-12T20:48:11.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-12T20:48:11.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-12T20:48:11.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-08-12T20:48:11.891Z
37602026-08-12T20:48:11.891Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/333)
37612026-08-12T20:48:12.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-12T20:48:12.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-12T20:48:12.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-12T20:48:12.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37652026-08-12T20:48:12.455Z
37662026-08-12T20:48:12.455Zinfo: running `cargo check --bins` on oximeter-producer (195/333)
37672026-08-12T20:48:12.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-12T20:48:12.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-12T20:48:12.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-12T20:48:12.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37712026-08-12T20:48:13.040Z
37722026-08-12T20:48:13.040Zinfo: running `cargo check --bins` on internal-dns-resolver (196/333)
37732026-08-12T20:48:13.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-12T20:48:13.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-12T20:48:13.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-12T20:48:13.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37772026-08-12T20:48:13.595Z
37782026-08-12T20:48:13.595Zinfo: running `cargo check --bins` on dns-server (197/333)
37792026-08-12T20:48:14.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-12T20:48:14.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-12T20:48:14.215Z Compiling parking_lot_core v0.8.6
37822026-08-12T20:48:14.219Z Compiling git-stub v1.0.0
37832026-08-12T20:48:14.219Z Checking prefix-trie v0.7.0
37842026-08-12T20:48:14.334Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37852026-08-12T20:48:14.447Z Compiling git-stub-vcs v0.1.0
37862026-08-12T20:48:14.600Z Checking hickory-server v0.25.2
37872026-08-12T20:48:14.713Z Checking parking_lot v0.11.2
37882026-08-12T20:48:14.743Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37892026-08-12T20:48:14.878Z Checking sled v0.34.7
37902026-08-12T20:48:16.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
37912026-08-12T20:48:16.980Z
37922026-08-12T20:48:16.980Zinfo: running `cargo check --bins` on dns-server-api (198/333)
37932026-08-12T20:48:17.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-08-12T20:48:17.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-08-12T20:48:17.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-08-12T20:48:17.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37972026-08-12T20:48:17.533Z
37982026-08-12T20:48:17.533Zinfo: running `cargo check --bins` on nexus-client (199/333)
37992026-08-12T20:48:18.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-08-12T20:48:18.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-08-12T20:48:18.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-08-12T20:48:18.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38032026-08-12T20:48:18.126Z
38042026-08-12T20:48:18.126Zinfo: running `cargo check --bins` on oximeter-producer-api (200/333)
38052026-08-12T20:48:18.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-08-12T20:48:18.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-08-12T20:48:18.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-08-12T20:48:18.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38092026-08-12T20:48:18.684Z
38102026-08-12T20:48:18.684Zinfo: running `cargo check --bins` on sp-sim (201/333)
38112026-08-12T20:48:19.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-08-12T20:48:19.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-08-12T20:48:19.370Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38142026-08-12T20:48:19.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
38152026-08-12T20:48:20.074Z
38162026-08-12T20:48:20.074Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/333)
38172026-08-12T20:48:20.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-08-12T20:48:20.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-08-12T20:48:20.862Z Compiling salty v0.3.0
38202026-08-12T20:48:20.866Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38212026-08-12T20:48:20.998Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38222026-08-12T20:48:20.998Z Checking rfc6979 v0.4.0
38232026-08-12T20:48:21.002Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38242026-08-12T20:48:21.022Z Checking primeorder v0.13.6
38252026-08-12T20:48:21.034Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38262026-08-12T20:48:21.047Z Checking libscf-sys v1.2.0
38272026-08-12T20:48:21.108Z Checking ecdsa v0.16.9
38282026-08-12T20:48:21.164Z Checking papergrid v0.18.0
38292026-08-12T20:48:21.181Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38302026-08-12T20:48:21.258Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38312026-08-12T20:48:21.371Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38322026-08-12T20:48:21.433Z Checking p384 v0.13.1
38332026-08-12T20:48:21.449Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38342026-08-12T20:48:21.483Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38352026-08-12T20:48:21.591Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38362026-08-12T20:48:21.681Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38372026-08-12T20:48:21.733Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38382026-08-12T20:48:21.836Z Compiling unicase v2.9.0
38392026-08-12T20:48:21.852Z Checking corncobs v0.1.4
38402026-08-12T20:48:21.873Z Compiling illumos-nvpair-sys v0.2.0
38412026-08-12T20:48:21.915Z Checking tabled v0.21.0
38422026-08-12T20:48:21.962Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38432026-08-12T20:48:21.976Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38442026-08-12T20:48:21.979Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38452026-08-12T20:48:22.003Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38462026-08-12T20:48:22.034Z Compiling mime_guess v2.0.5
38472026-08-12T20:48:22.087Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38482026-08-12T20:48:22.177Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38492026-08-12T20:48:22.233Z Checking secrecy v0.8.0
38502026-08-12T20:48:22.249Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38512026-08-12T20:48:22.275Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38522026-08-12T20:48:22.288Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38532026-08-12T20:48:22.586Z Checking http-range v0.1.5
38542026-08-12T20:48:22.710Z Checking crc8 v0.1.1
38552026-08-12T20:48:22.806Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38562026-08-12T20:48:22.829Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38572026-08-12T20:48:22.844Z Checking illumos-nvpair v0.3.0
38582026-08-12T20:48:22.964Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38592026-08-12T20:48:22.982Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38602026-08-12T20:48:22.999Z Checking scuffle v0.1.0
38612026-08-12T20:48:23.028Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38622026-08-12T20:48:23.046Z Checking nanorand v0.7.0
38632026-08-12T20:48:23.211Z Checking hyper-staticfile v0.10.1
38642026-08-12T20:48:23.233Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38652026-08-12T20:48:23.247Z Checking flume v0.11.1
38662026-08-12T20:48:23.355Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38672026-08-12T20:48:23.415Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38682026-08-12T20:48:23.484Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38692026-08-12T20:48:23.500Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38702026-08-12T20:48:23.550Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38712026-08-12T20:48:23.685Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38722026-08-12T20:48:23.749Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38732026-08-12T20:48:23.797Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38742026-08-12T20:48:23.836Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38752026-08-12T20:48:24.042Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38762026-08-12T20:48:25.053Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38772026-08-12T20:48:25.569Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38782026-08-12T20:48:25.992Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38792026-08-12T20:48:28.433Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38802026-08-12T20:48:29.534Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38812026-08-12T20:48:40.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.44s
38822026-08-12T20:48:40.722Z
38832026-08-12T20:48:40.722Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/333)
38842026-08-12T20:48:41.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-08-12T20:48:41.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-08-12T20:48:41.472Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-08-12T20:48:51.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s
38882026-08-12T20:48:51.838Z
38892026-08-12T20:48:51.838Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/333)
38902026-08-12T20:48:52.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-08-12T20:48:52.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-08-12T20:48:52.590Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-08-12T20:49:02.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
38942026-08-12T20:49:02.978Z
38952026-08-12T20:49:02.978Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/333)
38962026-08-12T20:49:03.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-08-12T20:49:03.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-08-12T20:49:03.726Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38992026-08-12T20:49:13.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.88s
39002026-08-12T20:49:14.064Z
39012026-08-12T20:49:14.064Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/333)
39022026-08-12T20:49:14.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-08-12T20:49:14.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-08-12T20:49:14.817Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39052026-08-12T20:49:24.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.92s
39062026-08-12T20:49:25.194Z
39072026-08-12T20:49:25.194Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/333)
39082026-08-12T20:49:25.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-08-12T20:49:25.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-08-12T20:49:25.949Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-08-12T20:49:36.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s
39122026-08-12T20:49:36.392Z
39132026-08-12T20:49:36.393Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/333)
39142026-08-12T20:49:36.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-08-12T20:49:36.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-08-12T20:49:37.138Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39172026-08-12T20:49:47.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.88s
39182026-08-12T20:49:47.479Z
39192026-08-12T20:49:47.479Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/333)
39202026-08-12T20:49:47.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-08-12T20:49:47.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-08-12T20:49:48.224Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39232026-08-12T20:49:58.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s
39242026-08-12T20:49:58.642Z
39252026-08-12T20:49:58.642Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/333)
39262026-08-12T20:49:59.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-08-12T20:49:59.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-08-12T20:49:59.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-08-12T20:49:59.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39302026-08-12T20:49:59.204Z
39312026-08-12T20:49:59.204Zinfo: running `cargo check --bins` on installinator-common (211/333)
39322026-08-12T20:49:59.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-12T20:49:59.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-12T20:49:59.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-08-12T20:49:59.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39362026-08-12T20:49:59.777Z
39372026-08-12T20:49:59.777Zinfo: running `cargo check --bins` on installinator-common-versions (212/333)
39382026-08-12T20:50:00.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-12T20:50:00.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-12T20:50:00.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-08-12T20:50:00.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-08-12T20:50:00.317Z
39432026-08-12T20:50:00.317Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/333)
39442026-08-12T20:50:00.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-08-12T20:50:00.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-08-12T20:50:00.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-08-12T20:50:00.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39482026-08-12T20:50:00.901Z
39492026-08-12T20:50:00.901Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/333)
39502026-08-12T20:50:01.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-08-12T20:50:01.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-08-12T20:50:01.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-08-12T20:50:01.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-08-12T20:50:01.451Z
39552026-08-12T20:50:01.452Zinfo: running `cargo check --bins` on range-requests (215/333)
39562026-08-12T20:50:01.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-08-12T20:50:01.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-08-12T20:50:01.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-08-12T20:50:01.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-08-12T20:50:02.001Z
39612026-08-12T20:50:02.001Zinfo: running `cargo check --bins` on repo-depot-api (216/333)
39622026-08-12T20:50:02.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-08-12T20:50:02.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-08-12T20:50:02.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-08-12T20:50:02.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-08-12T20:50:02.553Z
39672026-08-12T20:50:02.553Zinfo: running `cargo check --bins` on repo-depot-client (217/333)
39682026-08-12T20:50:03.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-08-12T20:50:03.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-08-12T20:50:03.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-08-12T20:50:03.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-08-12T20:50:03.106Z
39732026-08-12T20:50:03.106Zinfo: running `cargo check --bins` on sled-agent-api (218/333)
39742026-08-12T20:50:03.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-08-12T20:50:03.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-08-12T20:50:03.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-08-12T20:50:03.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39782026-08-12T20:50:03.678Z
39792026-08-12T20:50:03.678Zinfo: running `cargo check --bins` on sled-diagnostics (219/333)
39802026-08-12T20:50:04.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-08-12T20:50:04.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-08-12T20:50:04.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-08-12T20:50:04.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39842026-08-12T20:50:04.249Z
39852026-08-12T20:50:04.249Zinfo: running `cargo check --bins` on zfs-test-harness (220/333)
39862026-08-12T20:50:04.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-08-12T20:50:04.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-08-12T20:50:04.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-08-12T20:50:04.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-08-12T20:50:04.824Z
39912026-08-12T20:50:04.824Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/333)
39922026-08-12T20:50:05.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-08-12T20:50:05.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-08-12T20:50:05.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-08-12T20:50:05.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39962026-08-12T20:50:05.403Z
39972026-08-12T20:50:05.403Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/333)
39982026-08-12T20:50:05.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-08-12T20:50:05.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-08-12T20:50:05.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-08-12T20:50:05.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40022026-08-12T20:50:05.975Z
40032026-08-12T20:50:05.975Zinfo: running `cargo check --bins` on sled-agent-health-monitor (223/333)
40042026-08-12T20:50:06.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-08-12T20:50:06.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-08-12T20:50:06.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-08-12T20:50:06.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40082026-08-12T20:50:06.546Z
40092026-08-12T20:50:06.546Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/333)
40102026-08-12T20:50:07.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-08-12T20:50:07.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-08-12T20:50:07.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-08-12T20:50:07.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-08-12T20:50:07.126Z
40152026-08-12T20:50:07.127Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/333)
40162026-08-12T20:50:07.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-08-12T20:50:07.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-08-12T20:50:07.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-08-12T20:50:07.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40202026-08-12T20:50:07.705Z
40212026-08-12T20:50:07.705Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/333)
40222026-08-12T20:50:08.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-08-12T20:50:08.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-08-12T20:50:08.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-08-12T20:50:08.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40262026-08-12T20:50:08.289Z
40272026-08-12T20:50:08.289Zinfo: running `cargo check --bins` on sled-agent-rack-setup (227/333)
40282026-08-12T20:50:08.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-08-12T20:50:08.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-08-12T20:50:08.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-08-12T20:50:08.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40322026-08-12T20:50:08.892Z
40332026-08-12T20:50:08.892Zinfo: running `cargo check --bins` on trust-quorum (228/333)
40342026-08-12T20:50:09.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-08-12T20:50:09.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-08-12T20:50:09.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-08-12T20:50:09.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40382026-08-12T20:50:09.477Z
40392026-08-12T20:50:09.477Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (229/333)
40402026-08-12T20:50:09.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-08-12T20:50:09.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-08-12T20:50:09.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-08-12T20:50:09.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40442026-08-12T20:50:10.071Z
40452026-08-12T20:50:10.071Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (230/333)
40462026-08-12T20:50:10.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-08-12T20:50:10.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-08-12T20:50:10.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-08-12T20:50:10.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40502026-08-12T20:50:10.668Z
40512026-08-12T20:50:10.668Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/333)
40522026-08-12T20:50:11.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-08-12T20:50:11.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-08-12T20:50:11.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-08-12T20:50:11.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40562026-08-12T20:50:11.273Z
40572026-08-12T20:50:11.273Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/333)
40582026-08-12T20:50:11.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-08-12T20:50:11.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-08-12T20:50:11.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-08-12T20:50:11.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40622026-08-12T20:50:11.809Z
40632026-08-12T20:50:11.809Zinfo: running `cargo check --bins` on transient-dns-server (233/333)
40642026-08-12T20:50:12.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-08-12T20:50:12.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-08-12T20:50:12.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-08-12T20:50:12.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40682026-08-12T20:50:12.373Z
40692026-08-12T20:50:12.373Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (234/333)
40702026-08-12T20:50:12.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-08-12T20:50:12.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-08-12T20:50:12.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-08-12T20:50:12.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40742026-08-12T20:50:12.945Z
40752026-08-12T20:50:12.945Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (235/333)
40762026-08-12T20:50:13.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-08-12T20:50:13.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-08-12T20:50:13.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-08-12T20:50:13.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40802026-08-12T20:50:13.516Z
40812026-08-12T20:50:13.516Zinfo: running `cargo check --bins` on omicron-rpaths (236/333)
40822026-08-12T20:50:13.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-08-12T20:50:13.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-08-12T20:50:13.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-08-12T20:50:13.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40862026-08-12T20:50:14.055Z
40872026-08-12T20:50:14.055Zinfo: running `cargo check --bins` on omicron-repl-utils (237/333)
40882026-08-12T20:50:14.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-08-12T20:50:14.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-08-12T20:50:14.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-08-12T20:50:14.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40922026-08-12T20:50:14.596Z
40932026-08-12T20:50:14.596Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (238/333)
40942026-08-12T20:50:15.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-08-12T20:50:15.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-08-12T20:50:15.278Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40972026-08-12T20:50:15.685Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40982026-08-12T20:50:16.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
40992026-08-12T20:50:17.041Z
41002026-08-12T20:50:17.041Zinfo: running `cargo check --bins` on clickhouse-admin-api (239/333)
41012026-08-12T20:50:17.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-12T20:50:17.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-12T20:50:17.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-12T20:50:17.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41052026-08-12T20:50:17.592Z
41062026-08-12T20:50:17.592Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (240/333)
41072026-08-12T20:50:18.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-12T20:50:18.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-12T20:50:18.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-12T20:50:18.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41112026-08-12T20:50:18.144Z
41122026-08-12T20:50:18.144Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (241/333)
41132026-08-12T20:50:18.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-12T20:50:18.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-12T20:50:18.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-12T20:50:18.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41172026-08-12T20:50:18.695Z
41182026-08-12T20:50:18.695Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (242/333)
41192026-08-12T20:50:19.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-12T20:50:19.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-12T20:50:19.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-12T20:50:19.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41232026-08-12T20:50:19.247Z
41242026-08-12T20:50:19.247Zinfo: running `cargo check --bins` on installinator-client (243/333)
41252026-08-12T20:50:19.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-12T20:50:19.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-12T20:50:19.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-12T20:50:19.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41292026-08-12T20:50:19.794Z
41302026-08-12T20:50:19.794Zinfo: running `cargo check --bins` on oxide-client (244/333)
41312026-08-12T20:50:20.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-12T20:50:20.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-12T20:50:20.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-12T20:50:20.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41352026-08-12T20:50:20.332Z
41362026-08-12T20:50:20.332Zinfo: running `cargo check --bins` on oximeter-client (245/333)
41372026-08-12T20:50:20.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-12T20:50:20.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-12T20:50:20.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-12T20:50:20.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41412026-08-12T20:50:20.877Z
41422026-08-12T20:50:20.878Zinfo: running `cargo check --bins` on wicketd-client (246/333)
41432026-08-12T20:50:21.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-12T20:50:21.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-12T20:50:21.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-12T20:50:21.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41472026-08-12T20:50:21.446Z
41482026-08-12T20:50:21.447Zinfo: running `cargo check --bins` on wicket-common (247/333)
41492026-08-12T20:50:21.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-12T20:50:21.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-12T20:50:21.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-12T20:50:21.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41532026-08-12T20:50:22.011Z
41542026-08-12T20:50:22.011Zinfo: running `cargo check --bins` on wicketd-commission-client (248/333)
41552026-08-12T20:50:22.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-12T20:50:22.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-12T20:50:22.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-12T20:50:22.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41592026-08-12T20:50:22.568Z
41602026-08-12T20:50:22.568Zinfo: running `cargo check --bins` on omicron-cockroach-admin (249/333)
41612026-08-12T20:50:23.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-12T20:50:23.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-12T20:50:23.212Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41642026-08-12T20:50:23.320Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41652026-08-12T20:50:24.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
41662026-08-12T20:50:24.551Z
41672026-08-12T20:50:24.551Zinfo: running `cargo check --bins` on cockroach-admin-api (250/333)
41682026-08-12T20:50:25.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-08-12T20:50:25.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-08-12T20:50:25.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41712026-08-12T20:50:25.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41722026-08-12T20:50:25.101Z
41732026-08-12T20:50:25.101Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (251/333)
41742026-08-12T20:50:25.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41752026-08-12T20:50:25.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41762026-08-12T20:50:25.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41772026-08-12T20:50:25.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41782026-08-12T20:50:25.724Z
41792026-08-12T20:50:25.724Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (252/333)
41802026-08-12T20:50:26.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-12T20:50:26.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-12T20:50:26.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41832026-08-12T20:50:26.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41842026-08-12T20:50:26.349Z
41852026-08-12T20:50:26.349Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (253/333)
41862026-08-12T20:50:26.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-12T20:50:26.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-12T20:50:26.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-12T20:50:26.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41902026-08-12T20:50:26.947Z
41912026-08-12T20:50:26.947Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (254/333)
41922026-08-12T20:50:27.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-12T20:50:27.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-12T20:50:27.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-12T20:50:27.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41962026-08-12T20:50:27.545Z
41972026-08-12T20:50:27.545Zinfo: running `cargo check --bins` on db-macros (255/333)
41982026-08-12T20:50:27.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-12T20:50:28.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-12T20:50:28.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-12T20:50:28.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42022026-08-12T20:50:28.078Z
42032026-08-12T20:50:28.078Zinfo: running `cargo check --bins` on nexus-macros-common (256/333)
42042026-08-12T20:50:28.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-12T20:50:28.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-12T20:50:28.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-12T20:50:28.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42082026-08-12T20:50:28.614Z
42092026-08-12T20:50:28.614Zinfo: running `cargo check --bins` on nexus-auth (257/333)
42102026-08-12T20:50:29.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-12T20:50:29.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-12T20:50:29.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-12T20:50:29.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42142026-08-12T20:50:29.212Z
42152026-08-12T20:50:29.212Zinfo: running `cargo check --bins` on authz-macros (258/333)
42162026-08-12T20:50:29.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-12T20:50:29.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-12T20:50:29.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-12T20:50:29.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42202026-08-12T20:50:29.748Z
42212026-08-12T20:50:29.749Zinfo: running `cargo check --bins` on nexus-db-fixed-data (259/333)
42222026-08-12T20:50:30.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-12T20:50:30.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-12T20:50:30.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-12T20:50:30.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42262026-08-12T20:50:30.343Z
42272026-08-12T20:50:30.343Zinfo: running `cargo check --bins` on nexus-db-model (260/333)
42282026-08-12T20:50:30.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-12T20:50:30.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-12T20:50:30.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-12T20:50:30.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42322026-08-12T20:50:30.931Z
42332026-08-12T20:50:30.932Zinfo: running `cargo check --bins` on nexus-db-schema (261/333)
42342026-08-12T20:50:31.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-12T20:50:31.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-12T20:50:31.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-12T20:50:31.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42382026-08-12T20:50:31.471Z
42392026-08-12T20:50:31.472Zinfo: running `cargo check --bins` on nexus-defaults (262/333)
42402026-08-12T20:50:31.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-12T20:50:31.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-12T20:50:31.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-12T20:50:31.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42442026-08-12T20:50:32.025Z
42452026-08-12T20:50:32.025Zinfo: running `cargo check --bins` on omicron-git-version (263/333)
42462026-08-12T20:50:32.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-12T20:50:32.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-12T20:50:32.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-08-12T20:50:32.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42502026-08-12T20:50:32.563Z
42512026-08-12T20:50:32.563Zinfo: running `cargo check --bins` on nexus-db-errors (264/333)
42522026-08-12T20:50:33.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-08-12T20:50:33.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-08-12T20:50:33.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-08-12T20:50:33.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42562026-08-12T20:50:33.166Z
42572026-08-12T20:50:33.166Zinfo: running `cargo check --bins` on nexus-db-lookup (265/333)
42582026-08-12T20:50:33.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-08-12T20:50:33.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-08-12T20:50:33.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-08-12T20:50:33.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42622026-08-12T20:50:33.766Z
42632026-08-12T20:50:33.766Zinfo: running `cargo check --bins` on nexus-test-interface (266/333)
42642026-08-12T20:50:34.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-08-12T20:50:34.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-08-12T20:50:34.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-08-12T20:50:34.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42682026-08-12T20:50:34.366Z
42692026-08-12T20:50:34.366Zinfo: running `cargo check --bins` on oximeter-collector (267/333)
42702026-08-12T20:50:34.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-08-12T20:50:34.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-08-12T20:50:35.063Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
42732026-08-12T20:50:35.063Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
42742026-08-12T20:50:35.727Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42752026-08-12T20:50:37.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
42762026-08-12T20:50:37.601Z
42772026-08-12T20:50:37.601Zinfo: running `cargo check --bins` on oximeter-api (268/333)
42782026-08-12T20:50:38.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-08-12T20:50:38.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-08-12T20:50:38.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-08-12T20:50:38.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42822026-08-12T20:50:38.150Z
42832026-08-12T20:50:38.153Zinfo: running `cargo check --bins` on cert-dev (269/333)
42842026-08-12T20:50:38.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-08-12T20:50:38.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-08-12T20:50:38.733Z Checking yasna v0.5.2
42872026-08-12T20:50:39.130Z Checking rcgen v0.12.1
42882026-08-12T20:50:39.377Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42892026-08-12T20:50:39.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
42902026-08-12T20:50:39.714Z
42912026-08-12T20:50:39.714Zinfo: running `cargo check --bins` on clickana (270/333)
42922026-08-12T20:50:40.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-12T20:50:40.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-12T20:50:40.333Z Compiling instability v0.3.11
42952026-08-12T20:50:40.333Z Checking castaway v0.2.4
42962026-08-12T20:50:40.337Z Compiling indoc v2.0.7
42972026-08-12T20:50:40.337Z Checking unicode-truncate v1.1.0
42982026-08-12T20:50:40.442Z Checking lru v0.12.5
42992026-08-12T20:50:40.449Z Checking cassowary v0.3.0
43002026-08-12T20:50:40.560Z Checking compact_str v0.8.1
43012026-08-12T20:50:41.319Z Checking ratatui v0.29.0
43022026-08-12T20:50:42.358Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43032026-08-12T20:50:43.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
43042026-08-12T20:50:43.237Z
43052026-08-12T20:50:43.237Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (271/333)
43062026-08-12T20:50:43.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-08-12T20:50:43.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-08-12T20:50:43.935Z Checking headers-core v0.3.0
43092026-08-12T20:50:43.938Z Checking port-file v0.1.0
43102026-08-12T20:50:43.938Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43112026-08-12T20:50:44.127Z Checking headers v0.4.1
43122026-08-12T20:50:44.488Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43132026-08-12T20:50:45.441Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43142026-08-12T20:50:45.950Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43152026-08-12T20:50:46.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
43162026-08-12T20:50:46.563Z
43172026-08-12T20:50:46.563Zinfo: running `cargo check --bins` on ch-dev (272/333)
43182026-08-12T20:50:47.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-08-12T20:50:47.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-08-12T20:50:47.253Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43212026-08-12T20:50:47.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43222026-08-12T20:50:48.182Z
43232026-08-12T20:50:48.182Zinfo: running `cargo check --bins` on dev-tools-common (273/333)
43242026-08-12T20:50:48.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-08-12T20:50:48.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-08-12T20:50:48.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-08-12T20:50:48.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
43282026-08-12T20:50:48.587Z
43292026-08-12T20:50:48.588Zinfo: running `cargo check --bins` on corpus-adjust (274/333)
43302026-08-12T20:50:49.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-08-12T20:50:49.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-08-12T20:50:49.195Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
43332026-08-12T20:50:49.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
43342026-08-12T20:50:49.726Z
43352026-08-12T20:50:49.726Zinfo: running `cargo check --bins` on crdb-seed (275/333)
43362026-08-12T20:50:50.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-08-12T20:50:50.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-08-12T20:50:50.419Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43392026-08-12T20:50:51.493Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43402026-08-12T20:50:51.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
43412026-08-12T20:50:52.023Z
43422026-08-12T20:50:52.023Zinfo: running `cargo check --bins` on db-dev (276/333)
43432026-08-12T20:50:52.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-12T20:50:52.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-12T20:50:52.716Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43462026-08-12T20:50:53.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43472026-08-12T20:50:53.652Z
43482026-08-12T20:50:53.652Zinfo: running `cargo check --bins` on omicron-dev-lib (277/333)
43492026-08-12T20:50:54.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-12T20:50:54.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-12T20:50:54.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-12T20:50:54.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43532026-08-12T20:50:54.249Z
43542026-08-12T20:50:54.250Zinfo: running `cargo check --bins` on xtask-downloader (278/333)
43552026-08-12T20:50:54.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-12T20:50:54.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-12T20:50:54.842Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43582026-08-12T20:50:55.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
43592026-08-12T20:50:55.689Z
43602026-08-12T20:50:55.689Zinfo: running `cargo check --bins` on omicron-dropshot-apis (279/333)
43612026-08-12T20:50:56.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-08-12T20:50:56.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-08-12T20:50:56.409Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43642026-08-12T20:50:56.409Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43652026-08-12T20:50:56.413Z Checking git-stub v1.0.0
43662026-08-12T20:50:56.526Z Compiling trait-variant v0.1.2
43672026-08-12T20:50:56.529Z Checking maplit v1.0.2
43682026-08-12T20:50:56.530Z Checking is_ci v1.2.0
43692026-08-12T20:50:56.564Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43702026-08-12T20:50:56.568Z Checking drift v0.2.0
43712026-08-12T20:50:56.602Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
43722026-08-12T20:50:56.628Z Checking supports-color v3.0.2
43732026-08-12T20:50:56.700Z Checking git-stub-vcs v0.1.0
43742026-08-12T20:50:56.733Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43752026-08-12T20:50:56.746Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43762026-08-12T20:50:56.760Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43772026-08-12T20:50:56.891Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
43782026-08-12T20:50:56.915Z Checking dropshot-api-manager v0.7.2
43792026-08-12T20:50:56.942Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43802026-08-12T20:50:57.041Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
43812026-08-12T20:50:57.257Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
43822026-08-12T20:50:57.737Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43832026-08-12T20:50:58.686Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
43842026-08-12T20:50:59.677Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43852026-08-12T20:51:00.368Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43862026-08-12T20:51:00.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
43872026-08-12T20:51:01.002Z
43882026-08-12T20:51:01.002Zinfo: running `cargo check --bins` on installinator-api (280/333)
43892026-08-12T20:51:01.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-12T20:51:01.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-12T20:51:01.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-12T20:51:01.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43932026-08-12T20:51:01.554Z
43942026-08-12T20:51:01.554Zinfo: running `cargo check --bins` on nexus-external-api (281/333)
43952026-08-12T20:51:02.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-12T20:51:02.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-12T20:51:02.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-12T20:51:02.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-08-12T20:51:02.149Z
44002026-08-12T20:51:02.150Zinfo: running `cargo check --bins` on nexus-internal-api (282/333)
44012026-08-12T20:51:02.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-12T20:51:02.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-12T20:51:02.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-12T20:51:02.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44052026-08-12T20:51:02.736Z
44062026-08-12T20:51:02.736Zinfo: running `cargo check --bins` on nexus-lockstep-api (283/333)
44072026-08-12T20:51:03.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-12T20:51:03.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-12T20:51:03.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-12T20:51:03.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44112026-08-12T20:51:03.331Z
44122026-08-12T20:51:03.331Zinfo: running `cargo check --bins` on ntp-admin-api (284/333)
44132026-08-12T20:51:03.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-12T20:51:03.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-12T20:51:03.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-12T20:51:03.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44172026-08-12T20:51:03.886Z
44182026-08-12T20:51:03.886Zinfo: running `cargo check --bins` on ntp-admin-types-versions (285/333)
44192026-08-12T20:51:04.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-12T20:51:04.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-12T20:51:04.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-08-12T20:51:04.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44232026-08-12T20:51:04.431Z
44242026-08-12T20:51:04.431Zinfo: running `cargo check --bins` on wicketd-api (286/333)
44252026-08-12T20:51:04.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-08-12T20:51:04.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-08-12T20:51:04.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-08-12T20:51:04.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44292026-08-12T20:51:05.004Z
44302026-08-12T20:51:05.004Zinfo: running `cargo check --bins` on wicketd-commission-api (287/333)
44312026-08-12T20:51:05.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-08-12T20:51:05.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-08-12T20:51:05.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-08-12T20:51:05.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44352026-08-12T20:51:05.565Z
44362026-08-12T20:51:05.565Zinfo: running `cargo check --bins` on omicron-ls-apis (288/333)
44372026-08-12T20:51:06.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-08-12T20:51:06.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-08-12T20:51:06.158Z Compiling blake3 v1.8.5
44402026-08-12T20:51:06.266Z Checking arrayvec v0.7.6
44412026-08-12T20:51:06.266Z Checking constant_time_eq v0.4.2
44422026-08-12T20:51:06.275Z Checking arrayref v0.3.9
44432026-08-12T20:51:06.288Z Checking cargo-platform v0.3.2
44442026-08-12T20:51:06.288Z Checking topological-sort v0.2.2
44452026-08-12T20:51:06.292Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
44462026-08-12T20:51:06.439Z Checking cargo_metadata v0.23.1
44472026-08-12T20:51:07.137Z Checking omicron-zone-package v0.12.3
44482026-08-12T20:51:07.833Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44492026-08-12T20:51:08.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
44502026-08-12T20:51:08.824Z
44512026-08-12T20:51:08.824Zinfo: running `cargo check --bins` on mgs-dev (289/333)
44522026-08-12T20:51:09.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-08-12T20:51:09.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-08-12T20:51:09.522Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44552026-08-12T20:51:10.144Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44562026-08-12T20:51:10.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
44572026-08-12T20:51:10.844Z
44582026-08-12T20:51:10.844Zinfo: running `cargo check --bins` on omicron-omdb (290/333)
44592026-08-12T20:51:11.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-08-12T20:51:11.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-08-12T20:51:11.786Z Compiling darling_core v0.21.3
44622026-08-12T20:51:11.786Z Compiling vergen-lib v0.1.6
44632026-08-12T20:51:11.786Z Compiling diesel_derives v2.3.7
44642026-08-12T20:51:11.786Z Checking scheduled-thread-pool v0.2.7
44652026-08-12T20:51:11.789Z Compiling vergen-gitcl v1.0.8
44662026-08-12T20:51:11.789Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44672026-08-12T20:51:11.789Z Compiling diesel_table_macro_syntax v0.3.0
44682026-08-12T20:51:11.932Z Compiling dirs-sys-next v0.1.2
44692026-08-12T20:51:12.064Z Compiling glob v0.3.3
44702026-08-12T20:51:12.115Z Compiling crunchy v0.2.4
44712026-08-12T20:51:12.163Z Compiling dirs-next v2.0.0
44722026-08-12T20:51:12.252Z Checking r2d2 v0.8.10
44732026-08-12T20:51:12.268Z Checking downcast-rs v2.0.2
44742026-08-12T20:51:12.283Z Compiling tiny-keccak v2.0.2
44752026-08-12T20:51:12.360Z Compiling term v0.7.0
44762026-08-12T20:51:12.444Z Compiling clang-sys v1.8.1
44772026-08-12T20:51:12.482Z Compiling bit-vec v0.6.3
44782026-08-12T20:51:12.576Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44792026-08-12T20:51:12.698Z Compiling bit-set v0.5.3
44802026-08-12T20:51:12.775Z Compiling ascii-canvas v3.0.0
44812026-08-12T20:51:12.824Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44822026-08-12T20:51:12.855Z Compiling itertools v0.10.5
44832026-08-12T20:51:12.907Z Compiling ena v0.14.4
44842026-08-12T20:51:12.939Z Compiling libloading v0.8.9
44852026-08-12T20:51:12.970Z Compiling bindgen v0.71.1
44862026-08-12T20:51:12.986Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44872026-08-12T20:51:13.026Z Compiling regex-syntax v0.6.29
44882026-08-12T20:51:13.115Z Compiling diff v0.1.13
44892026-08-12T20:51:13.377Z Compiling cexpr v0.6.0
44902026-08-12T20:51:13.397Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44912026-08-12T20:51:13.584Z Compiling rustc-hash v2.1.1
44922026-08-12T20:51:13.601Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44932026-08-12T20:51:13.904Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44942026-08-12T20:51:13.921Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
44952026-08-12T20:51:13.947Z Compiling libxml v0.3.3
44962026-08-12T20:51:14.044Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44972026-08-12T20:51:14.196Z Compiling strum_macros v0.24.3
44982026-08-12T20:51:14.217Z Compiling indoc v1.0.9
44992026-08-12T20:51:14.408Z Compiling darling_macro v0.21.3
45002026-08-12T20:51:14.647Z Compiling lalrpop v0.19.12
45012026-08-12T20:51:14.913Z Compiling darling v0.21.3
45022026-08-12T20:51:15.039Z Compiling dsl_auto_type v0.2.0
45032026-08-12T20:51:15.078Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45042026-08-12T20:51:15.200Z Checking derive_builder v0.20.2
45052026-08-12T20:51:15.265Z Compiling oso-derive v0.27.3
45062026-08-12T20:51:15.320Z Checking quick-xml v0.37.5
45072026-08-12T20:51:15.532Z Compiling impl-trait-for-tuples v0.2.3
45082026-08-12T20:51:15.775Z Checking openssl-probe v0.1.6
45092026-08-12T20:51:15.917Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45102026-08-12T20:51:16.218Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45112026-08-12T20:51:16.402Z Checking bb8 v0.8.6
45122026-08-12T20:51:16.665Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45132026-08-12T20:51:16.689Z Checking nonempty v0.12.0
45142026-08-12T20:51:16.755Z Compiling libz-sys v1.1.24
45152026-08-12T20:51:16.866Z Compiling strsim v0.10.0
45162026-08-12T20:51:16.885Z Compiling libgit2-sys v0.18.3+1.9.2
45172026-08-12T20:51:17.095Z Compiling darling_core v0.13.4
45182026-08-12T20:51:17.189Z Compiling progenitor-impl v0.13.0
45192026-08-12T20:51:17.321Z Compiling vergen-git2 v9.1.0
45202026-08-12T20:51:18.445Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45212026-08-12T20:51:18.629Z Checking progenitor-client v0.13.0
45222026-08-12T20:51:18.901Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45232026-08-12T20:51:18.956Z Compiling darling_macro v0.13.4
45242026-08-12T20:51:19.442Z Compiling darling v0.13.4
45252026-08-12T20:51:19.537Z Compiling serde_with_macros v1.5.2
45262026-08-12T20:51:19.800Z Compiling progenitor-macro v0.13.0
45272026-08-12T20:51:19.861Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45282026-08-12T20:51:20.127Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45292026-08-12T20:51:20.318Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45302026-08-12T20:51:20.379Z Compiling serde_with v1.14.0
45312026-08-12T20:51:20.504Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
45322026-08-12T20:51:20.628Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45332026-08-12T20:51:20.693Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45342026-08-12T20:51:20.887Z Checking diesel v2.3.7
45352026-08-12T20:51:21.543Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
45362026-08-12T20:51:22.320Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45372026-08-12T20:51:22.509Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45382026-08-12T20:51:23.065Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45392026-08-12T20:51:23.206Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45402026-08-12T20:51:23.258Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45412026-08-12T20:51:23.394Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45422026-08-12T20:51:23.444Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45432026-08-12T20:51:23.725Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45442026-08-12T20:51:23.754Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45452026-08-12T20:51:23.919Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45462026-08-12T20:51:24.558Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
45472026-08-12T20:51:24.623Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45482026-08-12T20:51:24.823Z Checking progenitor v0.13.0
45492026-08-12T20:51:24.861Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45502026-08-12T20:51:24.991Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45512026-08-12T20:51:24.991Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45522026-08-12T20:51:25.108Z Checking twox-hash v2.1.2
45532026-08-12T20:51:25.210Z Checking libsw-core v0.3.2
45542026-08-12T20:51:25.365Z Checking atty v0.2.14
45552026-08-12T20:51:25.410Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45562026-08-12T20:51:25.454Z Checking libsw v3.5.0
45572026-08-12T20:51:25.493Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45582026-08-12T20:51:25.611Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45592026-08-12T20:51:27.233Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45602026-08-12T20:51:27.550Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45612026-08-12T20:51:27.932Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45622026-08-12T20:51:28.660Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45632026-08-12T20:51:29.644Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45642026-08-12T20:51:29.830Z Checking console v0.16.2
45652026-08-12T20:51:30.152Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45662026-08-12T20:51:30.301Z Checking fatfs v0.3.6
45672026-08-12T20:51:30.703Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45682026-08-12T20:51:30.759Z Checking unit-prefix v0.5.2
45692026-08-12T20:51:30.893Z Compiling seq-macro v0.3.6
45702026-08-12T20:51:31.394Z Checking indicatif v0.18.4
45712026-08-12T20:51:31.411Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45722026-08-12T20:51:31.559Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45732026-08-12T20:51:31.800Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45742026-08-12T20:51:32.004Z Checking oxide-update-engine-display v0.1.2
45752026-08-12T20:51:32.310Z Checking support-bundle-viewer v0.1.2
45762026-08-12T20:51:32.445Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
45772026-08-12T20:51:32.557Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45782026-08-12T20:51:32.879Z Checking multimap v0.10.1
45792026-08-12T20:51:38.521Z Checking diesel-dtrace v0.5.0
45802026-08-12T20:51:38.770Z Checking async-bb8-diesel v0.2.1
45812026-08-12T20:51:41.538Z Compiling samael v0.0.19
45822026-08-12T20:51:44.844Z Compiling git2 v0.20.4
45832026-08-12T20:51:46.126Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
45842026-08-12T20:51:47.609Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
45852026-08-12T20:51:48.141Z Compiling polar-core v0.27.3
45862026-08-12T20:51:52.656Z Checking oso v0.27.3
45872026-08-12T20:52:23.154Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45882026-08-12T20:53:37.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
45892026-08-12T20:53:37.531Z
45902026-08-12T20:53:37.531Zinfo: running `cargo check --bins` on nexus-networking (291/333)
45912026-08-12T20:53:38.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-08-12T20:53:38.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-08-12T20:53:38.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45942026-08-12T20:53:38.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
45952026-08-12T20:53:38.209Z
45962026-08-12T20:53:38.209Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (292/333)
45972026-08-12T20:53:38.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-08-12T20:53:38.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-08-12T20:53:38.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46002026-08-12T20:53:38.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46012026-08-12T20:53:38.818Z
46022026-08-12T20:53:38.818Zinfo: running `cargo check --bins` on nexus-saga-recovery (293/333)
46032026-08-12T20:53:39.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-12T20:53:39.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-12T20:53:39.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-08-12T20:53:39.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46072026-08-12T20:53:39.429Z
46082026-08-12T20:53:39.429Zinfo: running `cargo check --bins` on nexus-test-utils-macros (294/333)
46092026-08-12T20:53:39.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-12T20:53:39.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-12T20:53:39.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46122026-08-12T20:53:39.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46132026-08-12T20:53:39.973Z
46142026-08-12T20:53:39.973Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (295/333)
46152026-08-12T20:53:40.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-08-12T20:53:40.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-08-12T20:53:40.773Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46182026-08-12T20:53:41.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
46192026-08-12T20:53:41.728Z
46202026-08-12T20:53:41.728Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (296/333)
46212026-08-12T20:53:42.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-08-12T20:53:42.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-08-12T20:53:42.521Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46242026-08-12T20:54:21.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.43s
46252026-08-12T20:54:21.369Z
46262026-08-12T20:54:21.370Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (297/333)
46272026-08-12T20:54:21.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-08-12T20:54:21.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-08-12T20:54:21.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-08-12T20:54:21.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
46312026-08-12T20:54:21.908Z
46322026-08-12T20:54:21.908Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (298/333)
46332026-08-12T20:54:22.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-08-12T20:54:22.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-08-12T20:54:22.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-08-12T20:54:22.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
46372026-08-12T20:54:22.447Z
46382026-08-12T20:54:22.447Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (299/333)
46392026-08-12T20:54:22.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-08-12T20:54:22.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-08-12T20:54:22.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-08-12T20:54:22.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46432026-08-12T20:54:23.046Z
46442026-08-12T20:54:23.046Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (300/333)
46452026-08-12T20:54:23.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-08-12T20:54:23.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-08-12T20:54:23.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-08-12T20:54:23.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46492026-08-12T20:54:23.647Z
46502026-08-12T20:54:23.647Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (301/333)
46512026-08-12T20:54:24.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-12T20:54:24.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-12T20:54:24.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46542026-08-12T20:54:24.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46552026-08-12T20:54:24.256Z
46562026-08-12T20:54:24.256Zinfo: running `cargo check --bins` on nexus-mgs-updates (302/333)
46572026-08-12T20:54:24.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-08-12T20:54:24.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-08-12T20:54:24.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46602026-08-12T20:54:24.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46612026-08-12T20:54:24.853Z
46622026-08-12T20:54:24.853Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (303/333)
46632026-08-12T20:54:25.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-08-12T20:54:25.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-08-12T20:54:25.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46662026-08-12T20:54:25.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46672026-08-12T20:54:25.469Z
46682026-08-12T20:54:25.470Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (304/333)
46692026-08-12T20:54:25.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-08-12T20:54:25.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-08-12T20:54:25.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46722026-08-12T20:54:25.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46732026-08-12T20:54:26.073Z
46742026-08-12T20:54:26.073Zinfo: running `cargo check --bins` on nexus-switch-config (305/333)
46752026-08-12T20:54:26.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-08-12T20:54:26.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-08-12T20:54:26.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46782026-08-12T20:54:26.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46792026-08-12T20:54:26.663Z
46802026-08-12T20:54:26.663Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (306/333)
46812026-08-12T20:54:27.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46822026-08-12T20:54:27.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46832026-08-12T20:54:27.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46842026-08-12T20:54:27.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46852026-08-12T20:54:27.265Z
46862026-08-12T20:54:27.265Zinfo: running `cargo check --bins` on support-bundle-collection (307/333)
46872026-08-12T20:54:27.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-08-12T20:54:27.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-08-12T20:54:27.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46902026-08-12T20:54:27.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46912026-08-12T20:54:27.865Z
46922026-08-12T20:54:27.865Zinfo: running `cargo check --bins` on omicron-dev (308/333)
46932026-08-12T20:54:28.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-08-12T20:54:28.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-08-12T20:54:28.721Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46962026-08-12T20:54:28.721Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46972026-08-12T20:54:28.902Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
46982026-08-12T20:54:28.905Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46992026-08-12T20:54:28.905Z Checking diff v0.1.13
47002026-08-12T20:54:28.905Z Checking yansi v1.0.1
47012026-08-12T20:54:28.905Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47022026-08-12T20:54:28.905Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47032026-08-12T20:54:29.199Z Checking pretty_assertions v1.4.1
47042026-08-12T20:54:29.969Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47052026-08-12T20:54:30.000Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47062026-08-12T20:54:54.770Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47072026-08-12T20:54:54.770Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47082026-08-12T20:54:54.775Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47092026-08-12T20:54:54.775Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47102026-08-12T20:54:54.775Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47112026-08-12T20:54:54.775Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47122026-08-12T20:54:54.775Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47132026-08-12T20:54:55.619Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47142026-08-12T20:54:55.622Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47152026-08-12T20:54:56.895Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47162026-08-12T20:55:35.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
47172026-08-12T20:55:35.549Z
47182026-08-12T20:55:35.549Zinfo: running `cargo check --bins` on oximeter-load-test (309/333)
47192026-08-12T20:55:36.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-08-12T20:55:36.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-08-12T20:55:36.238Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47222026-08-12T20:55:36.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47232026-08-12T20:55:37.057Z
47242026-08-12T20:55:37.057Zinfo: running `cargo check --bins` on omicron-pins (310/333)
47252026-08-12T20:55:37.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-08-12T20:55:37.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-08-12T20:55:37.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-08-12T20:55:37.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47292026-08-12T20:55:37.592Z
47302026-08-12T20:55:37.592Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (311/333)
47312026-08-12T20:55:38.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-08-12T20:55:38.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-08-12T20:55:38.341Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47342026-08-12T20:55:38.462Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47352026-08-12T20:55:38.470Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47362026-08-12T20:56:05.183Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47372026-08-12T20:56:05.584Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47382026-08-12T20:56:07.350Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47392026-08-12T20:56:07.820Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47402026-08-12T20:56:10.937Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47412026-08-12T20:56:34.850Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47422026-08-12T20:56:35.591Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47432026-08-12T20:56:37.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.68s
47442026-08-12T20:56:37.469Z
47452026-08-12T20:56:37.470Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (312/333)
47462026-08-12T20:56:37.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47472026-08-12T20:56:37.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47482026-08-12T20:56:38.163Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47492026-08-12T20:56:38.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
47502026-08-12T20:56:39.067Z
47512026-08-12T20:56:39.067Zinfo: running `cargo check --bins` on omicron-releng (313/333)
47522026-08-12T20:56:39.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47532026-08-12T20:56:39.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47542026-08-12T20:56:39.635Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47552026-08-12T20:56:39.638Z Compiling fs-err v2.11.0
47562026-08-12T20:56:39.754Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
47572026-08-12T20:56:39.765Z Checking parse-size v1.1.0
47582026-08-12T20:56:39.774Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47592026-08-12T20:56:39.777Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47602026-08-12T20:56:39.777Z Checking shell-words v1.1.1
47612026-08-12T20:56:39.859Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47622026-08-12T20:56:40.183Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47632026-08-12T20:56:40.358Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
47642026-08-12T20:56:41.024Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47652026-08-12T20:56:41.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
47662026-08-12T20:56:42.146Z
47672026-08-12T20:56:42.146Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (314/333)
47682026-08-12T20:56:42.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-08-12T20:56:42.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-08-12T20:56:42.756Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
47712026-08-12T20:56:43.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
47722026-08-12T20:56:43.433Z
47732026-08-12T20:56:43.433Zinfo: running `cargo check --bins` on schema (315/333)
47742026-08-12T20:56:43.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47752026-08-12T20:56:43.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47762026-08-12T20:56:44.134Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
47772026-08-12T20:56:44.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
47782026-08-12T20:56:45.023Z
47792026-08-12T20:56:45.023Zinfo: running `cargo check --bins` on xtask (316/333)
47802026-08-12T20:56:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-08-12T20:56:45.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-08-12T20:56:45.414Z Checking serde_core v1.0.228
47832026-08-12T20:56:45.414Z Checking libc v0.2.185
47842026-08-12T20:56:45.495Z Checking bitflags v2.11.0
47852026-08-12T20:56:45.504Z Checking scroll v0.12.0
47862026-08-12T20:56:45.506Z Checking thiserror v1.0.69
47872026-08-12T20:56:45.516Z Checking log v0.4.29
47882026-08-12T20:56:45.527Z Checking indexmap v2.14.0
47892026-08-12T20:56:45.527Z Checking zerocopy v0.7.35
47902026-08-12T20:56:45.606Z Checking syn v2.0.117
47912026-08-12T20:56:45.634Z Checking dtrace-parser v0.2.0
47922026-08-12T20:56:45.655Z Checking once_cell v1.21.3
47932026-08-12T20:56:45.713Z Checking goblin v0.8.2
47942026-08-12T20:56:45.763Z Checking errno v0.3.14
47952026-08-12T20:56:45.824Z Checking thread-id v4.2.2
47962026-08-12T20:56:45.870Z Checking getrandom v0.4.1
47972026-08-12T20:56:45.880Z Checking rustix v1.1.3
47982026-08-12T20:56:45.899Z Checking memmap v0.7.0
47992026-08-12T20:56:45.996Z Checking thiserror v2.0.18
48002026-08-12T20:56:46.008Z Checking fs-err v3.3.0
48012026-08-12T20:56:46.021Z Checking tabled v0.15.0
48022026-08-12T20:56:46.052Z Checking anyhow v1.0.102
48032026-08-12T20:56:46.638Z Checking terminal_size v0.4.3
48042026-08-12T20:56:46.638Z Checking tempfile v3.25.0
48052026-08-12T20:56:46.746Z Checking clap_builder v4.6.0
48062026-08-12T20:56:46.746Z Checking textwrap v0.16.2
48072026-08-12T20:56:46.939Z Checking serde v1.0.228
48082026-08-12T20:56:46.939Z Checking serde_json v1.0.151
48092026-08-12T20:56:46.942Z Checking camino v1.2.2
48102026-08-12T20:56:46.967Z Checking semver v1.0.28
48112026-08-12T20:56:47.101Z Checking cargo-platform v0.3.2
48122026-08-12T20:56:47.181Z Checking camino-tempfile v1.4.1
48132026-08-12T20:56:47.338Z Checking serde_spanned v0.6.9
48142026-08-12T20:56:47.341Z Checking toml_datetime v0.6.11
48152026-08-12T20:56:47.341Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48162026-08-12T20:56:47.341Z Checking macaddr v1.0.1
48172026-08-12T20:56:47.527Z Checking toml_edit v0.22.27
48182026-08-12T20:56:47.548Z Checking dof v0.3.0
48192026-08-12T20:56:47.550Z Checking cargo_metadata v0.23.1
48202026-08-12T20:56:47.808Z Checking usdt-impl v0.5.0
48212026-08-12T20:56:47.905Z Checking clap v4.6.1
48222026-08-12T20:56:48.062Z Checking usdt v0.5.0
48232026-08-12T20:56:48.484Z Checking toml v0.8.23
48242026-08-12T20:56:48.744Z Checking cargo_toml v0.21.0
48252026-08-12T20:56:49.371Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48262026-08-12T20:56:49.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
48272026-08-12T20:56:49.860Z
48282026-08-12T20:56:49.860Zinfo: running `cargo check --bins` on dnsadm (317/333)
48292026-08-12T20:56:50.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-08-12T20:56:50.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-08-12T20:56:50.480Z Checking arc-swap v1.8.2
48322026-08-12T20:56:50.754Z Checking slog-scope v4.4.1
48332026-08-12T20:56:50.865Z Checking slog-stdlog v4.1.1
48342026-08-12T20:56:50.957Z Checking slog-envlogger v2.2.0
48352026-08-12T20:56:51.074Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
48362026-08-12T20:56:51.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48372026-08-12T20:56:51.664Z
48382026-08-12T20:56:51.664Zinfo: running `cargo check --bins` on end-to-end-tests (318/333)
48392026-08-12T20:56:52.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48402026-08-12T20:56:52.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48412026-08-12T20:56:52.439Z Checking cpubits v0.1.1
48422026-08-12T20:56:52.568Z Checking pem-rfc7468 v1.0.0
48432026-08-12T20:56:52.578Z Checking hmac v0.13.0
48442026-08-12T20:56:52.581Z Checking universal-hash v0.6.1
48452026-08-12T20:56:52.600Z Checking ctr v0.10.1
48462026-08-12T20:56:52.600Z Checking aead v0.6.1
48472026-08-12T20:56:52.628Z Checking crypto-bigint v0.7.5
48482026-08-12T20:56:52.628Z Checking aes v0.9.1
48492026-08-12T20:56:52.659Z Checking salsa20 v0.11.0
48502026-08-12T20:56:52.695Z Checking polyval v0.7.1
48512026-08-12T20:56:52.710Z Checking der v0.8.0
48522026-08-12T20:56:52.722Z Checking pbkdf2 v0.13.0
48532026-08-12T20:56:52.736Z Checking cbc v0.2.1
48542026-08-12T20:56:52.776Z Checking ff v0.14.0
48552026-08-12T20:56:52.804Z Checking signature v3.0.0
48562026-08-12T20:56:52.845Z Checking scrypt v0.12.0
48572026-08-12T20:56:52.861Z Checking ghash v0.6.0
48582026-08-12T20:56:52.879Z Checking base16ct v1.0.0
48592026-08-12T20:56:52.943Z Checking group v0.14.0
48602026-08-12T20:56:52.976Z Checking hkdf v0.13.0
48612026-08-12T20:56:52.996Z Compiling curve25519-dalek v5.0.0
48622026-08-12T20:56:53.012Z Checking keccak v0.2.0
48632026-08-12T20:56:53.028Z Checking aes-gcm v0.11.0
48642026-08-12T20:56:53.044Z Checking poly1305 v0.9.0
48652026-08-12T20:56:53.088Z Checking wnaf v0.14.0
48662026-08-12T20:56:53.105Z Checking blowfish v0.10.0
48672026-08-12T20:56:53.167Z Checking blake2 v0.11.0-rc.6
48682026-08-12T20:56:53.183Z Checking sha3 v0.11.0
48692026-08-12T20:56:53.249Z Checking bcrypt-pbkdf v0.11.0
48702026-08-12T20:56:53.266Z Checking kem v0.3.0
48712026-08-12T20:56:53.304Z Checking module-lattice v0.2.3
48722026-08-12T20:56:53.379Z Checking sponge-cursor v0.1.0
48732026-08-12T20:56:53.409Z Checking argon2 v0.6.0-rc.8
48742026-08-12T20:56:53.425Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48752026-08-12T20:56:53.496Z Checking spki v0.8.0
48762026-08-12T20:56:53.511Z Checking sec1 v0.8.1
48772026-08-12T20:56:53.524Z Checking sha3 v0.12.0
48782026-08-12T20:56:53.527Z Checking ml-kem v0.3.2
48792026-08-12T20:56:53.598Z Checking internal-russh-num-bigint v0.5.0
48802026-08-12T20:56:53.661Z Checking pkcs5 v0.8.1
48812026-08-12T20:56:53.704Z Checking pkcs1 v0.8.0-rc.4
48822026-08-12T20:56:53.719Z Checking num-bigint v0.4.6
48832026-08-12T20:56:53.719Z Checking generic-array v1.4.3
48842026-08-12T20:56:53.905Z Checking russh-util v0.52.0
48852026-08-12T20:56:53.945Z Checking pkcs8 v0.11.0
48862026-08-12T20:56:54.026Z Compiling enum_dispatch v0.3.13
48872026-08-12T20:56:54.122Z Compiling delegate v0.13.5
48882026-08-12T20:56:54.140Z Checking ed25519 v3.0.0
48892026-08-12T20:56:54.267Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48902026-08-12T20:56:54.294Z Checking md5 v0.8.0
48912026-08-12T20:56:54.332Z Checking ed25519-dalek v3.0.0
48922026-08-12T20:56:54.433Z Checking hex-literal v1.1.0
48932026-08-12T20:56:54.482Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48942026-08-12T20:56:54.532Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48952026-08-12T20:56:54.551Z Checking socket2 v0.5.10
48962026-08-12T20:56:54.635Z Checking internet-checksum v0.2.1
48972026-08-12T20:56:54.668Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48982026-08-12T20:56:54.836Z Checking elliptic-curve v0.14.1
48992026-08-12T20:56:54.839Z Checking rfc6979 v0.6.0
49002026-08-12T20:56:54.839Z Checking primefield v0.14.0
49012026-08-12T20:56:54.840Z Checking ssh-encoding v0.3.0
49022026-08-12T20:56:54.949Z Checking crypto-primes v0.7.2
49032026-08-12T20:56:55.085Z Checking ssh-cipher v0.3.0
49042026-08-12T20:56:55.085Z Checking russh-cryptovec v0.62.0
49052026-08-12T20:56:55.222Z Checking ecdsa v0.17.0
49062026-08-12T20:56:55.224Z Checking primeorder v0.14.0
49072026-08-12T20:56:55.585Z Checking p256 v0.14.0
49082026-08-12T20:56:55.589Z Checking p384 v0.14.0
49092026-08-12T20:56:55.589Z Checking p521 v0.14.0
49102026-08-12T20:56:55.874Z Checking rsa v0.10.0-rc.18
49112026-08-12T20:56:58.432Z Checking ssh-key v0.7.0-rc.11
49122026-08-12T20:56:59.189Z Checking russh v0.62.4
49132026-08-12T20:57:12.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.89s
49142026-08-12T20:57:12.767Z
49152026-08-12T20:57:12.767Zinfo: running `cargo check --bins` on gateway-cli (319/333)
49162026-08-12T20:57:13.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49172026-08-12T20:57:13.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49182026-08-12T20:57:13.380Z Checking termios v0.3.3
49192026-08-12T20:57:13.576Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49202026-08-12T20:57:14.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
49212026-08-12T20:57:14.349Z
49222026-08-12T20:57:14.349Zinfo: running `cargo check --bins --no-default-features` on installinator (320/333)
49232026-08-12T20:57:14.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49242026-08-12T20:57:14.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49252026-08-12T20:57:15.033Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49262026-08-12T20:57:15.704Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49272026-08-12T20:57:17.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
49282026-08-12T20:57:17.465Z
49292026-08-12T20:57:17.465Zinfo: running `cargo check --bins` on internal-dns-cli (321/333)
49302026-08-12T20:57:17.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49312026-08-12T20:57:17.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49322026-08-12T20:57:18.075Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49332026-08-12T20:57:18.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
49342026-08-12T20:57:18.674Z
49352026-08-12T20:57:18.674Zinfo: running `cargo check --bins` on omicron-live-tests (322/333)
49362026-08-12T20:57:19.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49372026-08-12T20:57:19.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49382026-08-12T20:57:19.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49392026-08-12T20:57:19.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
49402026-08-12T20:57:19.214Z
49412026-08-12T20:57:19.214Zinfo: running `cargo check --bins` on live-tests-macros (323/333)
49422026-08-12T20:57:19.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49432026-08-12T20:57:19.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49442026-08-12T20:57:19.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49452026-08-12T20:57:19.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49462026-08-12T20:57:19.754Z
49472026-08-12T20:57:19.754Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (324/333)
49482026-08-12T20:57:20.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49492026-08-12T20:57:20.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49502026-08-12T20:57:20.471Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49512026-08-12T20:57:21.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
49522026-08-12T20:57:21.244Z
49532026-08-12T20:57:21.244Zinfo: running `cargo check --bins` on omicron-ntp-admin (325/333)
49542026-08-12T20:57:21.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49552026-08-12T20:57:21.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49562026-08-12T20:57:21.861Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49572026-08-12T20:57:21.864Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49582026-08-12T20:57:22.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
49592026-08-12T20:57:22.951Z
49602026-08-12T20:57:22.951Zinfo: running `cargo check --bins` on ntp-admin-types (326/333)
49612026-08-12T20:57:23.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49622026-08-12T20:57:23.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49632026-08-12T20:57:23.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49642026-08-12T20:57:23.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
49652026-08-12T20:57:23.491Z
49662026-08-12T20:57:23.492Zinfo: running `cargo check --bins` on omicron-package (327/333)
49672026-08-12T20:57:23.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49682026-08-12T20:57:23.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49692026-08-12T20:57:24.146Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49702026-08-12T20:57:25.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
49712026-08-12T20:57:25.409Z
49722026-08-12T20:57:25.409Zinfo: running `cargo check --bins` on tqdb (328/333)
49732026-08-12T20:57:25.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49742026-08-12T20:57:25.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49752026-08-12T20:57:26.162Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49762026-08-12T20:57:26.543Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
49772026-08-12T20:57:27.022Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49782026-08-12T20:57:27.022Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
49792026-08-12T20:57:33.238Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
49802026-08-12T20:57:33.241Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
49812026-08-12T20:57:33.241Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
49822026-08-12T20:57:33.856Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
49832026-08-12T20:57:33.856Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
49842026-08-12T20:57:33.860Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
49852026-08-12T20:57:34.619Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49862026-08-12T20:57:35.069Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
49872026-08-12T20:57:35.301Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
49882026-08-12T20:57:35.686Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
49892026-08-12T20:57:36.533Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
49902026-08-12T20:57:37.179Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
49912026-08-12T20:57:41.898Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
49922026-08-12T20:57:48.938Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
49932026-08-12T20:57:48.941Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49942026-08-12T20:57:48.941Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49952026-08-12T20:57:48.941Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49962026-08-12T20:57:50.459Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
49972026-08-12T20:57:51.743Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
49982026-08-12T20:57:52.418Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49992026-08-12T20:57:53.700Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50002026-08-12T20:57:54.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.83s
50012026-08-12T20:57:54.442Z
50022026-08-12T20:57:54.442Zinfo: running `cargo check --bins` on wicket-dbg (329/333)
50032026-08-12T20:57:54.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50042026-08-12T20:57:54.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50052026-08-12T20:57:55.120Z Checking rtoolbox v0.0.3
50062026-08-12T20:57:55.154Z Checking tui-tree-widget v0.23.1
50072026-08-12T20:57:55.243Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50082026-08-12T20:57:55.249Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50092026-08-12T20:57:55.336Z Checking rpassword v7.5.4
50102026-08-12T20:57:58.295Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50112026-08-12T20:58:00.132Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50122026-08-12T20:58:01.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
50132026-08-12T20:58:01.238Z
50142026-08-12T20:58:01.238Zinfo: running `cargo check --bins` on wicket (330/333)
50152026-08-12T20:58:01.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50162026-08-12T20:58:01.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50172026-08-12T20:58:01.905Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50182026-08-12T20:58:02.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
50192026-08-12T20:58:02.445Z
50202026-08-12T20:58:02.445Zinfo: running `cargo check --bins` on wicketd (331/333)
50212026-08-12T20:58:02.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50222026-08-12T20:58:02.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50232026-08-12T20:58:03.124Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50242026-08-12T20:58:06.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
50252026-08-12T20:58:06.976Z
50262026-08-12T20:58:06.976Zinfo: running `cargo check --bins` on omicron-workspace-hack (332/333)
50272026-08-12T20:58:07.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50282026-08-12T20:58:07.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50292026-08-12T20:58:07.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50302026-08-12T20:58:07.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50312026-08-12T20:58:07.517Z
50322026-08-12T20:58:07.517Zinfo: running `cargo check --bins` on zone-setup (333/333)
50332026-08-12T20:58:07.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50342026-08-12T20:58:08.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50352026-08-12T20:58:08.160Z Checking uzers v0.12.2
50362026-08-12T20:58:08.431Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50372026-08-12T20:58:09.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
50382026-08-12T20:58:09.396Z
50392026-08-12T20:58:09.396Zreal 13:44.835540688
50402026-08-12T20:58:09.396Zuser 20:47.044721552
50412026-08-12T20:58:09.399Zsys 4:13.230601722
50422026-08-12T20:58:09.399Ztrap 0.324466166
50432026-08-12T20:58:09.399Ztflt 2.119218017
50442026-08-12T20:58:09.399Zdflt 1.499980093
50452026-08-12T20:58:09.399Zkflt 0.004610942
50462026-08-12T20:58:09.399Zlock 1:28:33.917881806
50472026-08-12T20:58:09.399Zslp 1:39:25.465760805
50482026-08-12T20:58:09.399Zlat 55.535720247
50492026-08-12T20:58:09.399Zstop 3:59.521390557
50502026-08-12T20:58:09.399Zprocess exited: duration 954239 ms, exit code 0
 
50512026-08-12T20:58:09.405Zfound 0 output files