01KTVH28BJEFP9X16F819J8Z0M: 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: 01KTVH2NA2DSHJFSRDJ6P90WDK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T14:24:39.261Zjob assigned to worker 01KTVH2YXK4X7W727H14EWZD08 [factory aws, i-0a95d1799175e3546] (queued for 52 s)
 
22026-06-11T14:24:46.052Zstarting task 0: "setup"
32026-06-11T14:24:46.056Z++ uname -s
42026-06-11T14:24:46.059Z+ kern=SunOS
52026-06-11T14:24:46.059Z+ build_user=build
62026-06-11T14:24:46.059Z+ build_uid=12345
72026-06-11T14:24:46.059Z+ work_dir=/work
82026-06-11T14:24:46.059Z+ input_dir=/input
92026-06-11T14:24:46.059Z+ [[ 0 == 12345 ]]
102026-06-11T14:24:46.059Z+ case "$kern" in
112026-06-11T14:24:46.059Z+ groupadd -g 12345 build
122026-06-11T14:24:46.070Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T14:24:48.077Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T14:24:48.154Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T14:24:48.157Z+ home_fs=zfs
162026-06-11T14:24:48.157Z+ [[ zfs == autofs ]]
172026-06-11T14:24:48.157Z+ mkdir -p /home/build
182026-06-11T14:24:48.157Z+ chown build:build /home/build /work
192026-06-11T14:24:50.158Z+ chmod 0700 /home/build /work
202026-06-11T14:24:50.161Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-11T14:24:50.166Zstarting task 1: "rust-toolchain"
222026-06-11T14:24:50.171Z * rust toolchain channel = "1.94.0"
232026-06-11T14:24:50.171Z * rust toolchain profile = "default"
242026-06-11T14:24:50.171Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
252026-06-11T14:24:50.171Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-11T14:24:50.171Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T14:24:50.171Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T14:24:50.174Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T14:24:50.174Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T14:24:50.278Zinfo: downloading installer
312026-06-11T14:24:51.703Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T14:24:51.703Zwarn: /home/build/.rustup/settings.toml
332026-06-11T14:24:51.703Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T14:24:51.703Zwarn: instead of the one inferred from the default host triple.
352026-06-11T14:24:51.715Zinfo: profile set to default
362026-06-11T14:24:51.715Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T14:24:51.718Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T14:24:51.873Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T14:24:51.876Zinfo: downloading 6 components
402026-06-11T14:25:06.634Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-11T14:25:06.634Z
422026-06-11T14:25:06.663Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T14:25:06.663Z
442026-06-11T14:25:06.663Z
452026-06-11T14:25:06.663ZRust is installed now. Great!
462026-06-11T14:25:06.663Z
472026-06-11T14:25:06.666ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T14:25:06.666Zenvironment variable. This has not been done automatically.
492026-06-11T14:25:06.666Z
502026-06-11T14:25:06.666ZTo configure your current shell, you need to source
512026-06-11T14:25:06.666Zthe corresponding env file under $HOME/.cargo.
522026-06-11T14:25:06.666Z
532026-06-11T14:25:06.666ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T14:25:06.666Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T14:25:06.667Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T14:25:06.667Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T14:25:06.667Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T14:25:06.667Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T14:25:06.667Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T14:25:06.667Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T14:25:06.667Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T14:25:06.753Z+ rustup --version
632026-06-11T14:25:06.762Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T14:25:06.765Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T14:25:06.784Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T14:25:06.787Z+ cargo --version
672026-06-11T14:25:06.800Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T14:25:06.803Z+ rustc --version
692026-06-11T14:25:06.822Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T14:25:06.825Zprocess exited: duration 16658 ms, exit code 0
 
712026-06-11T14:25:06.831Zstarting task 2: "authentication"
722026-06-11T14:25:06.848Zprocess exited: duration 16 ms, exit code 0
 
732026-06-11T14:25:06.853Zstarting task 3: "clone repository"
742026-06-11T14:25:06.856Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T14:25:06.859Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T14:25:06.892ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T14:25:15.782Z+ cd /work/oxidecomputer/omicron
782026-06-11T14:25:15.782Z+ git fetch origin ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8
792026-06-11T14:25:16.102ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T14:25:16.102Z * branch ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8 -> FETCH_HEAD
812026-06-11T14:25:16.112Z+ [[ -n john/inventory-read-better-errors ]]
822026-06-11T14:25:16.115Z++ git branch --show-current
832026-06-11T14:25:16.115Z+ current=main
842026-06-11T14:25:16.115Z+ [[ main != john/inventory-read-better-errors ]]
852026-06-11T14:25:16.115Z+ git branch -f john/inventory-read-better-errors ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8
862026-06-11T14:25:16.118Z+ git checkout -f john/inventory-read-better-errors
872026-06-11T14:25:16.354ZSwitched to branch 'john/inventory-read-better-errors'
882026-06-11T14:25:16.357Z+ git reset --hard ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8
892026-06-11T14:25:16.372ZHEAD is now at ccbf26489 Merge remote-tracking branch 'origin/main' into john/inventory-read-better-errors
902026-06-11T14:25:16.375Zprocess exited: duration 9519 ms, exit code 0
 
912026-06-11T14:25:16.381Zstarting task 4: "build"
922026-06-11T14:25:16.385Z+ source .github/buildomat/ci-env.sh
932026-06-11T14:25:16.385Z++ export CARGO_TERM_COLOR=always
942026-06-11T14:25:16.385Z++ CARGO_TERM_COLOR=always
952026-06-11T14:25:16.385Z+ cargo --version
962026-06-11T14:25:16.395Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-11T14:25:16.398Z+ rustc --version
982026-06-11T14:25:16.418Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-11T14:25:16.421Z+ source ./env.sh
1002026-06-11T14:25:16.421Z++ OLD_SHELL_OPTS=ehxB
1012026-06-11T14:25:16.421Z++ set -o xtrace
1022026-06-11T14:25:16.424Z++++ dirname ./env.sh
1032026-06-11T14:25:16.424Z+++ readlink -f .
1042026-06-11T14:25:16.427Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-11T14:25:16.427Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-11T14:25:16.427Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-11T14:25:16.427Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-11T14:25:16.427Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-11T14:25:16.427Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-11T14:25:16.427Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-11T14:25:16.427Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-11T14:25:16.427Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-11T14:25:16.427Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-11T14:25:16.427Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-11T14:25:16.427Z++ case $OLD_SHELL_OPTS in
1162026-06-11T14:25:16.427Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-11T14:25:16.427Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-11T14:25:16.427Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-11T14:25:16.427Z+ banner prerequisites
1202026-06-11T14:25:16.430Z
1212026-06-11T14:25:16.430Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-11T14:25:16.430Z # # # # # # # # # # # # # # #
1232026-06-11T14:25:16.430Z # # # # ##### # # ##### # # # # # #### #
1242026-06-11T14:25:16.430Z ##### ##### # ##### # # # # # # # # #
1252026-06-11T14:25:16.430Z # # # # # # # # # # # # # # #
1262026-06-11T14:25:16.430Z # # # ###### # # ###### ### # #### # #### #
1272026-06-11T14:25:16.430Z
1282026-06-11T14:25:16.430Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-11T14:25:17.854Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-11T14:25:17.937Z Startup: Caching catalogs ... Done
1312026-06-11T14:25:18.257ZPlanning: Solver setup ... Done (0.281s)
1322026-06-11T14:25:18.278ZPlanning: Running solver ... Done (0.021s)
1332026-06-11T14:25:18.286ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-11T14:25:18.296ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-11T14:25:18.311ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-11T14:25:18.324ZPlanning: Package planning ... Done (0.013s)
1372026-06-11T14:25:18.327ZPlanning: Merging actions ... Done (0.002s)
1382026-06-11T14:25:18.515ZPlanning: Checking for conflicting actions ... Done (0.189s)
1392026-06-11T14:25:18.518ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-11T14:25:19.259ZPlanning: Evaluating mediators ... Done (0.743s)
1412026-06-11T14:25:19.262ZPlanning: Planning completed in 1.30 seconds
1422026-06-11T14:25:19.268Z Packages to install: 2
1432026-06-11T14:25:19.268Z Estimated space available: 156.10 GB
1442026-06-11T14:25:19.268ZEstimated space to be consumed: 25.37 MB
1452026-06-11T14:25:19.269Z Create boot environment: No
1462026-06-11T14:25:19.269ZCreate backup boot environment: No
1472026-06-11T14:25:19.272Z Rebuild boot archive: No
1482026-06-11T14:25:19.272Z
1492026-06-11T14:25:19.272ZChanged packages:
1502026-06-11T14:25:19.272Zhelios
1512026-06-11T14:25:19.272Z developer/build-essential
1522026-06-11T14:25:19.272Z None -> 11-3.0
1532026-06-11T14:25:19.272Z library/libxmlsec1
1542026-06-11T14:25:19.272Z None -> 1.2.35-3.0
1552026-06-11T14:25:19.295Z
1562026-06-11T14:25:19.295ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-11T14:25:19.757ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1582026-06-11T14:25:19.808Z Actions: 1/268 actions (Installing new actions)
1592026-06-11T14:25:19.846Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-11T14:25:19.854ZFinalize: Updating package state database ... Done (0.007s)
1612026-06-11T14:25:19.854ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-11T14:25:19.878ZFinalize: Updating image state ... Done (0.024s)
1632026-06-11T14:25:22.303ZFinalize: Creating fast lookup database ... Done (2.404s)
1642026-06-11T14:25:22.374ZFinalize: Reading search index ... Done (0.012s)
1652026-06-11T14:25:22.377ZFinalize: Updating search index ... Done (0.000s)
1662026-06-11T14:25:22.474ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-11T14:25:22.773ZPlanning: Evaluating mediator changes ... Done
1682026-06-11T14:25:22.881ZPlanning: Checking for conflicting actions ... Done
1692026-06-11T14:25:22.884ZPlanning: Consolidating action changes ... Done
1702026-06-11T14:25:23.044ZPlanning: Evaluating mediators ... Done
1712026-06-11T14:25:23.047ZPlanning: Planning completed in 0.27 seconds
1722026-06-11T14:25:23.067Z Mediators to change: 2
1732026-06-11T14:25:23.067Z Create boot environment: No
1742026-06-11T14:25:23.067ZCreate backup boot environment: No
1752026-06-11T14:25:23.113ZFinalize: Updating package state database ... Done
1762026-06-11T14:25:23.113ZFinalize: Updating package cache ... Done
1772026-06-11T14:25:23.125ZFinalize: Updating image state ... Done
1782026-06-11T14:25:25.086ZFinalize: Creating fast lookup database ... Done
1792026-06-11T14:25:25.151ZFinalize: Reading search index ... Done
1802026-06-11T14:25:25.154ZFinalize: Updating search index ... Done
1812026-06-11T14:25:25.208ZFinalize: Updating package cache ... Done
1822026-06-11T14:25:25.493ZPlanning: Evaluating mediator changes ... Done
1832026-06-11T14:25:25.600ZPlanning: Checking for conflicting actions ... Done
1842026-06-11T14:25:25.603ZPlanning: Consolidating action changes ... Done
1852026-06-11T14:25:25.760ZPlanning: Evaluating mediators ... Done
1862026-06-11T14:25:25.763ZPlanning: Planning completed in 0.27 seconds
1872026-06-11T14:25:25.784Z Mediators to change: 1
1882026-06-11T14:25:25.784Z Create boot environment: No
1892026-06-11T14:25:25.784ZCreate backup boot environment: No
1902026-06-11T14:25:25.834ZFinalize: Updating package state database ... Done
1912026-06-11T14:25:25.834ZFinalize: Updating package cache ... Done
1922026-06-11T14:25:25.847ZFinalize: Updating image state ... Done
1932026-06-11T14:25:27.810ZFinalize: Creating fast lookup database ... Done
1942026-06-11T14:25:27.877ZFinalize: Reading search index ... Done
1952026-06-11T14:25:27.880ZFinalize: Updating search index ... Done
1962026-06-11T14:25:27.936ZFinalize: Updating package cache ... Done
1972026-06-11T14:25:28.249ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-11T14:25:28.250Zapache system 2.4 system
1992026-06-11T14:25:28.250Zclang system 15 system
2002026-06-11T14:25:28.250Zcsh system system illumos
2012026-06-11T14:25:28.250Zctags system system illumos
2022026-06-11T14:25:28.250Zfile vendor vendor darwinsys
2032026-06-11T14:25:28.250Zfile system system illumos
2042026-06-11T14:25:28.250Zgcc vendor 14 vendor
2052026-06-11T14:25:28.250Zgcc system 13 system
2062026-06-11T14:25:28.250Zgcc system 10 system
2072026-06-11T14:25:28.250Zgo system 1.25 system
2082026-06-11T14:25:28.250Zllvm system 15 system
2092026-06-11T14:25:28.250Zmariadb system 11.4 system
2102026-06-11T14:25:28.250Zmta vendor vendor dma
2112026-06-11T14:25:28.250Zopenjdk system 17 system
2122026-06-11T14:25:28.250Zopenjdk system 11 system
2132026-06-11T14:25:28.250Zopenssl vendor 3 vendor
2142026-06-11T14:25:28.250Zperl system 5.40 system
2152026-06-11T14:25:28.250Zpostgresql system 18 system
2162026-06-11T14:25:28.250Zpostgresql system 17 system
2172026-06-11T14:25:28.250Zpython vendor 3 vendor
2182026-06-11T14:25:28.250Zpython system 2 system
2192026-06-11T14:25:28.250Zpython3 vendor 3.13 vendor
2202026-06-11T14:25:28.250Zruby system 3.4 system
2212026-06-11T14:25:28.250Zruby system 3.0 system
2222026-06-11T14:25:28.250Zwords vendor vendor american-english
2232026-06-11T14:25:28.250Zwords system system australian-english
2242026-06-11T14:25:28.250Zwords system system british-english
2252026-06-11T14:25:28.250Zwords system system canadian-english
2262026-06-11T14:25:28.250Zwords system system french
2272026-06-11T14:25:28.250Zwords system system italian
2282026-06-11T14:25:28.250Zwords system system ngerman
2292026-06-11T14:25:28.250Zwords system system ogerman
2302026-06-11T14:25:28.250Zwords system system spanish
2312026-06-11T14:25:28.505ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-11T14:25:28.505Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-11T14:25:28.793ZFMRI IFO
2342026-06-11T14:25:28.793Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-11T14:25:28.793Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-11T14:25:28.793Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-11T14:25:28.793Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-11T14:25:28.793Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-11T14:25:28.793Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-11T14:25:28.793Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-11T14:25:28.793Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-11T14:25:28.793Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-11T14:25:29.050Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-11T14:25:29.388Z Updating crates.io index
2452026-06-11T14:25:29.422Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-11T14:25:30.234Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-11T14:25:30.706Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-11T14:25:31.341Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-11T14:25:32.238Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-11T14:25:32.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-11T14:25:34.437Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-11T14:25:35.317Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-11T14:25:35.633Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-11T14:25:36.683Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-11T14:25:37.354Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-11T14:25:37.756Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-11T14:25:38.159Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-11T14:25:39.154Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-11T14:25:39.701Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-11T14:25:40.160Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-11T14:25:40.590Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-11T14:25:40.997Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-11T14:25:41.437Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-11T14:25:41.711Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-11T14:25:41.973Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-11T14:25:42.294Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-11T14:25:42.787Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-11T14:25:43.255Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-11T14:25:43.807Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-11T14:25:44.400Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-11T14:25:44.708Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-11T14:25:45.071Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-11T14:25:46.258Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-11T14:25:46.923Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-11T14:25:47.374Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-11T14:25:47.848Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-11T14:25:48.266Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-11T14:25:48.634Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-11T14:25:49.004Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-11T14:25:49.627Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-11T14:25:50.348Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-11T14:25:50.649Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-11T14:25:50.968Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-11T14:25:51.333Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-11T14:25:51.770Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-06-11T14:26:04.386Z Downloading crates ...
2872026-06-11T14:26:04.444Z Downloaded displaydoc v0.2.5
2882026-06-11T14:26:04.447Z Downloaded anstyle-query v1.1.5
2892026-06-11T14:26:04.450Z Downloaded block-buffer v0.10.4
2902026-06-11T14:26:04.450Z Downloaded cfg-if v1.0.4
2912026-06-11T14:26:04.454Z Downloaded cpufeatures v0.2.17
2922026-06-11T14:26:04.456Z Downloaded byteorder v1.5.0
2932026-06-11T14:26:04.462Z Downloaded cargo_metadata v0.21.0
2942026-06-11T14:26:04.467Z Downloaded cargo_toml v0.21.0
2952026-06-11T14:26:04.468Z Downloaded camino v1.2.2
2962026-06-11T14:26:04.471Z Downloaded version_check v0.9.5
2972026-06-11T14:26:04.471Z Downloaded colorchoice v1.0.4
2982026-06-11T14:26:04.471Z Downloaded zerofrom-derive v0.1.6
2992026-06-11T14:26:04.471Z Downloaded equivalent v1.0.2
3002026-06-11T14:26:04.474Z Downloaded dof v0.3.0
3012026-06-11T14:26:04.477Z Downloaded thiserror-impl v1.0.69
3022026-06-11T14:26:04.480Z Downloaded camino-tempfile v1.4.1
3032026-06-11T14:26:04.480Z Downloaded bytecount v0.6.9
3042026-06-11T14:26:04.480Z Downloaded errno v0.3.14
3052026-06-11T14:26:04.484Z Downloaded ordered-float v2.10.1
3062026-06-11T14:26:04.487Z Downloaded crypto-common v0.1.7
3072026-06-11T14:26:04.487Z Downloaded serde-untagged v0.1.9
3082026-06-11T14:26:04.487Z Downloaded typeid v1.0.3
3092026-06-11T14:26:04.490Z Downloaded clap_lex v1.0.0
3102026-06-11T14:26:04.490Z Downloaded toml_write v0.1.2
3112026-06-11T14:26:04.493Z Downloaded digest v0.10.7
3122026-06-11T14:26:04.493Z Downloaded serde_spanned v0.6.9
3132026-06-11T14:26:04.493Z Downloaded toml_datetime v0.6.11
3142026-06-11T14:26:04.493Z Downloaded autocfg v1.5.0
3152026-06-11T14:26:04.496Z Downloaded usdt-attr-macro v0.5.0
3162026-06-11T14:26:04.496Z Downloaded clap_derive v4.6.1
3172026-06-11T14:26:04.496Z Downloaded utf8parse v0.2.2
3182026-06-11T14:26:04.499Z Downloaded anstyle-parse v1.0.0
3192026-06-11T14:26:04.499Z Downloaded cargo-util-schemas v0.8.2
3202026-06-11T14:26:04.502Z Downloaded anyhow v1.0.102
3212026-06-11T14:26:04.502Z Downloaded writeable v0.6.2
3222026-06-11T14:26:04.505Z Downloaded zerotrie v0.2.3
3232026-06-11T14:26:04.505Z Downloaded yoke-derive v0.8.1
3242026-06-11T14:26:04.505Z Downloaded usdt-macro v0.5.0
3252026-06-11T14:26:04.505Z Downloaded fs-err v3.3.0
3262026-06-11T14:26:04.508Z Downloaded cargo-platform v0.2.0
3272026-06-11T14:26:04.509Z Downloaded fnv v1.0.7
3282026-06-11T14:26:04.509Z Downloaded clap v4.6.1
3292026-06-11T14:26:04.512Z Downloaded zerofrom v0.1.6
3302026-06-11T14:26:04.515Z Downloaded scroll_derive v0.12.1
3312026-06-11T14:26:04.515Z Downloaded utf8_iter v1.0.4
3322026-06-11T14:26:04.515Z Downloaded unicode-linebreak v0.1.5
3332026-06-11T14:26:04.515Z Downloaded form_urlencoded v1.2.2
3342026-06-11T14:26:04.515Z Downloaded dtrace-parser v0.2.0
3352026-06-11T14:26:04.518Z Downloaded anstream v1.0.0
3362026-06-11T14:26:04.518Z Downloaded serde-value v0.7.0
3372026-06-11T14:26:04.518Z Downloaded generic-array v0.14.7
3382026-06-11T14:26:04.521Z Downloaded stable_deref_trait v1.2.1
3392026-06-11T14:26:04.521Z Downloaded thread-id v4.2.2
3402026-06-11T14:26:04.521Z Downloaded strsim v0.11.1
3412026-06-11T14:26:04.522Z Downloaded fastrand v2.3.0
3422026-06-11T14:26:04.524Z Downloaded usdt v0.5.0
3432026-06-11T14:26:04.524Z Downloaded zmij v1.0.21
3442026-06-11T14:26:04.525Z Downloaded thiserror v2.0.18
3452026-06-11T14:26:04.528Z Downloaded terminal_size v0.4.3
3462026-06-11T14:26:04.528Z Downloaded sha2 v0.10.9
3472026-06-11T14:26:04.531Z Downloaded unicode-xid v0.2.6
3482026-06-11T14:26:04.531Z Downloaded thiserror-impl v2.0.18
3492026-06-11T14:26:04.534Z Downloaded tinystr v0.8.2
3502026-06-11T14:26:04.534Z Downloaded serde_core v1.0.228
3512026-06-11T14:26:04.537Z Downloaded percent-encoding v2.3.2
3522026-06-11T14:26:04.537Z Downloaded zerovec-derive v0.11.2
3532026-06-11T14:26:04.540Z Downloaded potential_utf v0.1.4
3542026-06-11T14:26:04.540Z Downloaded plain v0.2.3
3552026-06-11T14:26:04.540Z Downloaded yoke v0.8.1
3562026-06-11T14:26:04.543Z Downloaded usdt-impl v0.5.0
3572026-06-11T14:26:04.543Z Downloaded toml v0.8.23
3582026-06-11T14:26:04.543Z Downloaded macaddr v1.0.1
3592026-06-11T14:26:04.547Z Downloaded heck v0.5.0
3602026-06-11T14:26:04.550Z Downloaded textwrap v0.16.2
3612026-06-11T14:26:04.550Z Downloaded tabled_derive v0.7.0
3622026-06-11T14:26:04.550Z Downloaded heck v0.4.1
3632026-06-11T14:26:04.554Z Downloaded pretty-hex v0.4.1
3642026-06-11T14:26:04.557Z Downloaded swrite v0.1.0
3652026-06-11T14:26:04.557Z Downloaded smawk v0.3.2
3662026-06-11T14:26:04.560Z Downloaded zerocopy-derive v0.7.35
3672026-06-11T14:26:04.560Z Downloaded unicode-ident v1.0.24
3682026-06-11T14:26:04.563Z Downloaded memmap v0.7.0
3692026-06-11T14:26:04.563Z Downloaded thiserror v1.0.69
3702026-06-11T14:26:04.566Z Downloaded ucd-trie v0.1.7
3712026-06-11T14:26:04.569Z Downloaded itoa v1.0.17
3722026-06-11T14:26:04.569Z Downloaded typenum v1.19.0
3732026-06-11T14:26:04.569Z Downloaded idna_adapter v1.2.1
3742026-06-11T14:26:04.574Z Downloaded toml_edit v0.22.27
3752026-06-11T14:26:04.577Z Downloaded url v2.5.8
3762026-06-11T14:26:04.580Z Downloaded erased-serde v0.4.9
3772026-06-11T14:26:04.581Z Downloaded anstyle v1.0.14
3782026-06-11T14:26:04.584Z Downloaded scroll v0.12.0
3792026-06-11T14:26:04.587Z Downloaded icu_normalizer v2.1.1
3802026-06-11T14:26:04.593Z Downloaded zerovec v0.11.5
3812026-06-11T14:26:04.596Z Downloaded is_terminal_polyfill v1.70.2
3822026-06-11T14:26:04.602Z Downloaded proc-macro-error-attr v1.0.4
3832026-06-11T14:26:04.605Z Downloaded zerocopy v0.7.35
3842026-06-11T14:26:04.613Z Downloaded winnow v0.7.14
3852026-06-11T14:26:04.618Z Downloaded synstructure v0.13.2
3862026-06-11T14:26:04.623Z Downloaded smallvec v1.15.1
3872026-06-11T14:26:04.623Z Downloaded quote v1.0.45
3882026-06-11T14:26:04.623Z Downloaded unicode-width v0.2.0
3892026-06-11T14:26:04.626Z Downloaded unicode-width v0.1.14
3902026-06-11T14:26:04.629Z Downloaded bitflags v2.11.0
3912026-06-11T14:26:04.629Z Downloaded litemap v0.8.1
3922026-06-11T14:26:04.632Z Downloaded proc-macro2 v1.0.106
3932026-06-11T14:26:04.632Z Downloaded serde_tokenstream v0.2.3
3942026-06-11T14:26:04.632Z Downloaded semver v1.0.28
3952026-06-11T14:26:04.635Z Downloaded proc-macro-error v1.0.4
3962026-06-11T14:26:04.651Z Downloaded pest_derive v2.8.6
3972026-06-11T14:26:04.656Z Downloaded tempfile v3.25.0
3982026-06-11T14:26:04.656Z Downloaded serde_derive v1.0.228
3992026-06-11T14:26:04.656Z Downloaded getrandom v0.4.1
4002026-06-11T14:26:04.656Z Downloaded once_cell v1.21.3
4012026-06-11T14:26:04.656Z Downloaded icu_properties v2.1.2
4022026-06-11T14:26:04.656Z Downloaded pest_generator v2.8.6
4032026-06-11T14:26:04.656Z Downloaded papergrid v0.11.0
4042026-06-11T14:26:04.659Z Downloaded num-traits v0.2.19
4052026-06-11T14:26:04.662Z Downloaded log v0.4.29
4062026-06-11T14:26:04.662Z Downloaded icu_provider v2.1.1
4072026-06-11T14:26:04.669Z Downloaded pest_meta v2.8.6
4082026-06-11T14:26:04.680Z Downloaded icu_normalizer_data v2.1.1
4092026-06-11T14:26:04.683Z Downloaded icu_locale_core v2.1.1
4102026-06-11T14:26:04.691Z Downloaded icu_collections v2.1.1
4112026-06-11T14:26:04.701Z Downloaded serde v1.0.228
4122026-06-11T14:26:04.704Z Downloaded memchr v2.8.0
4132026-06-11T14:26:04.709Z Downloaded clap_builder v4.6.0
4142026-06-11T14:26:04.716Z Downloaded indexmap v2.14.0
4152026-06-11T14:26:04.726Z Downloaded pest v2.8.6
4162026-06-11T14:26:04.730Z Downloaded idna v1.1.0
4172026-06-11T14:26:04.740Z Downloaded serde_json v1.0.149
4182026-06-11T14:26:04.744Z Downloaded icu_properties_data v2.1.2
4192026-06-11T14:26:04.748Z Downloaded hashbrown v0.17.0
4202026-06-11T14:26:04.761Z Downloaded tabled v0.15.0
4212026-06-11T14:26:04.768Z Downloaded goblin v0.8.2
4222026-06-11T14:26:04.774Z Downloaded syn v1.0.109
4232026-06-11T14:26:04.787Z Downloaded syn v2.0.117
4242026-06-11T14:26:04.799Z Downloaded rustix v1.1.3
4252026-06-11T14:26:04.828Z Downloaded libc v0.2.185
4262026-06-11T14:26:04.896Z Compiling proc-macro2 v1.0.106
4272026-06-11T14:26:04.896Z Compiling quote v1.0.45
4282026-06-11T14:26:04.902Z Compiling unicode-ident v1.0.24
4292026-06-11T14:26:04.902Z Compiling serde_core v1.0.228
4302026-06-11T14:26:04.902Z Compiling libc v0.2.185
4312026-06-11T14:26:04.902Z Compiling version_check v0.9.5
4322026-06-11T14:26:04.902Z Compiling serde v1.0.228
4332026-06-11T14:26:04.903Z Compiling memchr v2.8.0
4342026-06-11T14:26:05.232Z Compiling stable_deref_trait v1.2.1
4352026-06-11T14:26:05.307Z Compiling zmij v1.0.21
4362026-06-11T14:26:05.487Z Compiling itoa v1.0.17
4372026-06-11T14:26:05.501Z Compiling autocfg v1.5.0
4382026-06-11T14:26:05.665Z Compiling thiserror v1.0.69
4392026-06-11T14:26:05.748Z Compiling ucd-trie v0.1.7
4402026-06-11T14:26:05.821Z Compiling litemap v0.8.1
4412026-06-11T14:26:05.883Z Compiling writeable v0.6.2
4422026-06-11T14:26:05.919Z Compiling pest v2.8.6
4432026-06-11T14:26:06.014Z Compiling byteorder v1.5.0
4442026-06-11T14:26:06.029Z Compiling rustix v1.1.3
4452026-06-11T14:26:06.072Z Compiling icu_normalizer_data v2.1.1
4462026-06-11T14:26:06.261Z Compiling icu_properties_data v2.1.2
4472026-06-11T14:26:06.381Z Compiling syn v2.0.117
4482026-06-11T14:26:06.449Z Compiling errno v0.3.14
4492026-06-11T14:26:06.484Z Compiling bitflags v2.11.0
4502026-06-11T14:26:06.592Z Compiling serde_json v1.0.149
4512026-06-11T14:26:06.752Z Compiling num-traits v0.2.19
4522026-06-11T14:26:06.821Z Compiling equivalent v1.0.2
4532026-06-11T14:26:06.912Z Compiling smallvec v1.15.1
4542026-06-11T14:26:06.935Z Compiling hashbrown v0.17.0
4552026-06-11T14:26:06.979Z Compiling pest_meta v2.8.6
4562026-06-11T14:26:07.122Z Compiling typeid v1.0.3
4572026-06-11T14:26:07.335Z Compiling thread-id v4.2.2
4582026-06-11T14:26:07.354Z Compiling usdt-impl v0.5.0
4592026-06-11T14:26:07.421Z Compiling indexmap v2.14.0
4602026-06-11T14:26:07.439Z Compiling proc-macro-error-attr v1.0.4
4612026-06-11T14:26:07.479Z Compiling toml_write v0.1.2
4622026-06-11T14:26:07.563Z Compiling syn v1.0.109
4632026-06-11T14:26:07.680Z Compiling winnow v0.7.14
4642026-06-11T14:26:07.744Z Compiling erased-serde v0.4.9
4652026-06-11T14:26:08.099Z Compiling proc-macro-error v1.0.4
4662026-06-11T14:26:08.117Z Compiling percent-encoding v2.3.2
4672026-06-11T14:26:08.343Z Compiling getrandom v0.4.1
4682026-06-11T14:26:08.392Z Compiling log v0.4.29
4692026-06-11T14:26:08.525Z Compiling plain v0.2.3
4702026-06-11T14:26:08.642Z Compiling utf8_iter v1.0.4
4712026-06-11T14:26:08.659Z Compiling thiserror v2.0.18
4722026-06-11T14:26:08.669Z Compiling camino v1.2.2
4732026-06-11T14:26:08.677Z Compiling utf8parse v0.2.2
4742026-06-11T14:26:08.756Z Compiling anstyle-parse v1.0.0
4752026-06-11T14:26:08.796Z Compiling ordered-float v2.10.1
4762026-06-11T14:26:08.927Z Compiling form_urlencoded v1.2.2
4772026-06-11T14:26:09.040Z Compiling synstructure v0.13.2
4782026-06-11T14:26:09.072Z Compiling pest_generator v2.8.6
4792026-06-11T14:26:09.203Z Compiling terminal_size v0.4.3
4802026-06-11T14:26:09.331Z Compiling anstyle v1.0.14
4812026-06-11T14:26:09.423Z Compiling cfg-if v1.0.4
4822026-06-11T14:26:09.490Z Compiling pretty-hex v0.4.1
4832026-06-11T14:26:09.512Z Compiling anstyle-query v1.1.5
4842026-06-11T14:26:09.551Z Compiling colorchoice v1.0.4
4852026-06-11T14:26:09.584Z Compiling is_terminal_polyfill v1.70.2
4862026-06-11T14:26:09.661Z Compiling anstream v1.0.0
4872026-06-11T14:26:09.682Z Compiling serde-untagged v0.1.9
4882026-06-11T14:26:09.731Z Compiling semver v1.0.28
4892026-06-11T14:26:09.810Z Compiling fs-err v3.3.0
4902026-06-11T14:26:09.916Z Compiling heck v0.4.1
4912026-06-11T14:26:09.964Z Compiling anyhow v1.0.102
4922026-06-11T14:26:09.998Z Compiling bytecount v0.6.9
4932026-06-11T14:26:10.052Z Compiling fastrand v2.3.0
4942026-06-11T14:26:10.067Z Compiling unicode-xid v0.2.6
4952026-06-11T14:26:10.132Z Compiling fnv v1.0.7
4962026-06-11T14:26:10.147Z Compiling heck v0.5.0
4972026-06-11T14:26:10.191Z Compiling clap_lex v1.0.0
4982026-06-11T14:26:10.269Z Compiling unicode-width v0.1.14
4992026-06-11T14:26:10.314Z Compiling once_cell v1.21.3
5002026-06-11T14:26:10.387Z Compiling strsim v0.11.1
5012026-06-11T14:26:10.533Z Compiling papergrid v0.11.0
5022026-06-11T14:26:10.536Z Compiling tempfile v3.25.0
5032026-06-11T14:26:10.647Z Compiling clap_builder v4.6.0
5042026-06-11T14:26:10.664Z Compiling memmap v0.7.0
5052026-06-11T14:26:10.736Z Compiling serde_derive v1.0.228
5062026-06-11T14:26:10.752Z Compiling zerofrom-derive v0.1.6
5072026-06-11T14:26:10.845Z Compiling yoke-derive v0.8.1
5082026-06-11T14:26:10.918Z Compiling zerovec-derive v0.11.2
5092026-06-11T14:26:11.130Z Compiling displaydoc v0.2.5
5102026-06-11T14:26:11.876Z Compiling thiserror-impl v1.0.69
5112026-06-11T14:26:11.983Z Compiling zerocopy-derive v0.7.35
5122026-06-11T14:26:12.016Z Compiling pest_derive v2.8.6
5132026-06-11T14:26:12.027Z Compiling scroll_derive v0.12.1
5142026-06-11T14:26:12.139Z Compiling zerofrom v0.1.6
5152026-06-11T14:26:12.273Z Compiling yoke v0.8.1
5162026-06-11T14:26:12.414Z Compiling thiserror-impl v2.0.18
5172026-06-11T14:26:12.480Z Compiling zerovec v0.11.5
5182026-06-11T14:26:12.693Z Compiling zerotrie v0.2.3
5192026-06-11T14:26:12.822Z Compiling zerocopy v0.7.35
5202026-06-11T14:26:13.058Z Compiling tinystr v0.8.2
5212026-06-11T14:26:13.075Z Compiling potential_utf v0.1.4
5222026-06-11T14:26:13.245Z Compiling icu_locale_core v2.1.1
5232026-06-11T14:26:13.269Z Compiling icu_collections v2.1.1
5242026-06-11T14:26:13.313Z Compiling dtrace-parser v0.2.0
5252026-06-11T14:26:13.407Z Compiling scroll v0.12.0
5262026-06-11T14:26:13.707Z Compiling goblin v0.8.2
5272026-06-11T14:26:13.749Z Compiling tabled_derive v0.7.0
5282026-06-11T14:26:13.766Z Compiling clap_derive v4.6.1
5292026-06-11T14:26:13.927Z Compiling icu_provider v2.1.1
5302026-06-11T14:26:14.075Z Compiling unicode-width v0.2.0
5312026-06-11T14:26:14.147Z Compiling serde_spanned v0.6.9
5322026-06-11T14:26:14.181Z Compiling icu_properties v2.1.2
5332026-06-11T14:26:14.225Z Compiling icu_normalizer v2.1.1
5342026-06-11T14:26:14.241Z Compiling toml_datetime v0.6.11
5352026-06-11T14:26:14.297Z Compiling dof v0.3.0
5362026-06-11T14:26:14.355Z Compiling serde_tokenstream v0.2.3
5372026-06-11T14:26:14.510Z Compiling toml_edit v0.22.27
5382026-06-11T14:26:14.679Z Compiling serde-value v0.7.0
5392026-06-11T14:26:14.710Z Compiling cargo-platform v0.2.0
5402026-06-11T14:26:14.770Z Compiling unicode-linebreak v0.1.5
5412026-06-11T14:26:14.987Z Compiling smawk v0.3.2
5422026-06-11T14:26:15.017Z Compiling tabled v0.15.0
5432026-06-11T14:26:15.041Z Compiling idna_adapter v1.2.1
5442026-06-11T14:26:15.129Z Compiling textwrap v0.16.2
5452026-06-11T14:26:15.185Z Compiling idna v1.1.0
5462026-06-11T14:26:15.277Z Compiling macaddr v1.0.1
5472026-06-11T14:26:15.318Z Compiling usdt-attr-macro v0.5.0
5482026-06-11T14:26:15.507Z Compiling url v2.5.8
5492026-06-11T14:26:15.542Z Compiling usdt-macro v0.5.0
5502026-06-11T14:26:15.591Z Compiling clap v4.6.1
5512026-06-11T14:26:15.679Z Compiling camino-tempfile v1.4.1
5522026-06-11T14:26:15.921Z Compiling toml v0.8.23
5532026-06-11T14:26:16.161Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-11T14:26:16.257Z Compiling swrite v0.1.0
5552026-06-11T14:26:16.411Z Compiling cargo-util-schemas v0.8.2
5562026-06-11T14:26:16.482Z Compiling cargo_toml v0.21.0
5572026-06-11T14:26:16.686Z Compiling usdt v0.5.0
5582026-06-11T14:26:17.311Z Compiling cargo_metadata v0.21.0
5592026-06-11T14:26:18.262Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-11T14:26:20.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.48s
5612026-06-11T14:26:20.600Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-11T14:26:21.165Z Downloading crates ...
5632026-06-11T14:26:21.267Z Downloaded adler2 v2.0.1
5642026-06-11T14:26:21.273Z Downloaded arrayvec v0.7.6
5652026-06-11T14:26:21.279Z Downloaded crucible-workspace-hack v0.1.0
5662026-06-11T14:26:21.282Z Downloaded assert_matches v1.5.0
5672026-06-11T14:26:21.282Z Downloaded ascii-canvas v3.0.0
5682026-06-11T14:26:21.284Z Downloaded array-init v0.0.4
5692026-06-11T14:26:21.284Z Downloaded arrayref v0.3.9
5702026-06-11T14:26:21.284Z Downloaded bit-set v0.5.3
5712026-06-11T14:26:21.287Z Downloaded anstyle-parse v0.2.7
5722026-06-11T14:26:21.287Z Downloaded aead v0.5.2
5732026-06-11T14:26:21.290Z Downloaded atomic-waker v1.1.2
5742026-06-11T14:26:21.290Z Downloaded ar_archive_writer v0.5.1
5752026-06-11T14:26:21.293Z Downloaded dropshot-api-manager-types v0.7.2
5762026-06-11T14:26:21.296Z Downloaded embedded-io v0.6.1
5772026-06-11T14:26:21.296Z Downloaded cstr-argument v0.1.2
5782026-06-11T14:26:21.296Z Downloaded atomicwrites v0.4.4
5792026-06-11T14:26:21.296Z Downloaded ctr v0.9.2
5802026-06-11T14:26:21.299Z Downloaded crossbeam-utils v0.8.21
5812026-06-11T14:26:21.299Z Downloaded float-cmp v0.10.0
5822026-06-11T14:26:21.302Z Downloaded csv-core v0.1.13
5832026-06-11T14:26:21.302Z Downloaded block-padding v0.3.3
5842026-06-11T14:26:21.302Z Downloaded derive_builder v0.20.2
5852026-06-11T14:26:21.305Z Downloaded base16ct v0.2.0
5862026-06-11T14:26:21.305Z Downloaded cargo-platform v0.3.2
5872026-06-11T14:26:21.308Z Downloaded atty v0.2.14
5882026-06-11T14:26:21.308Z Downloaded crc-any v2.5.0
5892026-06-11T14:26:21.311Z Downloaded fatfs v0.3.6
5902026-06-11T14:26:21.311Z Downloaded async-stream v0.3.6
5912026-06-11T14:26:21.313Z Downloaded bitfield-struct v0.6.2
5922026-06-11T14:26:21.313Z Downloaded env_logger v0.11.9
5932026-06-11T14:26:21.316Z Downloaded bit-vec v0.6.3
5942026-06-11T14:26:21.316Z Downloaded diesel-dtrace v0.5.0
5952026-06-11T14:26:21.319Z Downloaded cobs v0.3.0
5962026-06-11T14:26:21.319Z Downloaded cexpr v0.6.0
5972026-06-11T14:26:21.322Z Downloaded backoff v0.4.0
5982026-06-11T14:26:21.322Z Downloaded camino-tempfile-ext v0.3.3
5992026-06-11T14:26:21.322Z Downloaded bit-set v0.8.0
6002026-06-11T14:26:21.324Z Downloaded bb8 v0.8.6
6012026-06-11T14:26:21.324Z Downloaded expectorate v1.2.0
6022026-06-11T14:26:21.327Z Downloaded argon2 v0.5.3
6032026-06-11T14:26:21.329Z Downloaded anstream v0.6.21
6042026-06-11T14:26:21.332Z Downloaded convert_case v0.10.0
6052026-06-11T14:26:21.338Z Downloaded derive_builder_macro v0.20.2
6062026-06-11T14:26:21.341Z Downloaded defmt v0.3.100
6072026-06-11T14:26:21.341Z Downloaded colored v3.1.1
6082026-06-11T14:26:21.345Z Downloaded futures-sink v0.3.32
6092026-06-11T14:26:21.348Z Downloaded arc-swap v1.8.2
6102026-06-11T14:26:21.350Z Downloaded async-stream-impl v0.3.6
6112026-06-11T14:26:21.350Z Downloaded dtrace-parser v0.3.0
6122026-06-11T14:26:21.351Z Downloaded debug-ignore v1.0.5
6132026-06-11T14:26:21.357Z Downloaded display-error-chain v0.2.2
6142026-06-11T14:26:21.359Z Downloaded convert_case v0.4.0
6152026-06-11T14:26:21.362Z Downloaded dsl_auto_type v0.2.0
6162026-06-11T14:26:21.362Z Downloaded dof v0.4.0
6172026-06-11T14:26:21.362Z Downloaded async-recursion v1.1.1
6182026-06-11T14:26:21.365Z Downloaded fd-lock v4.0.4
6192026-06-11T14:26:21.367Z Downloaded crunchy v0.2.4
6202026-06-11T14:26:21.367Z Downloaded crc v3.4.0
6212026-06-11T14:26:21.367Z Downloaded endian-type v0.1.2
6222026-06-11T14:26:21.370Z Downloaded downcast-rs v2.0.2
6232026-06-11T14:26:21.370Z Downloaded darling_macro v0.23.0
6242026-06-11T14:26:21.370Z Downloaded darling_macro v0.13.4
6252026-06-11T14:26:21.370Z Downloaded dirs-next v2.0.0
6262026-06-11T14:26:21.373Z Downloaded castaway v0.2.4
6272026-06-11T14:26:21.373Z Downloaded document-features v0.2.12
6282026-06-11T14:26:21.373Z Downloaded embedded-io v0.4.0
6292026-06-11T14:26:21.378Z Downloaded difflib v0.4.0
6302026-06-11T14:26:21.381Z Downloaded deranged v0.5.8
6312026-06-11T14:26:21.384Z Downloaded compression-core v0.4.31
6322026-06-11T14:26:21.384Z Downloaded bitfield-macros v0.19.4
6332026-06-11T14:26:21.384Z Downloaded either v1.15.0
6342026-06-11T14:26:21.389Z Downloaded bcrypt-pbkdf v0.10.0
6352026-06-11T14:26:21.393Z Downloaded cpufeatures v0.3.0
6362026-06-11T14:26:21.396Z Downloaded crc8 v0.1.1
6372026-06-11T14:26:21.396Z Downloaded dirs-sys-next v0.1.2
6382026-06-11T14:26:21.401Z Downloaded ciborium-io v0.2.2
6392026-06-11T14:26:21.404Z Downloaded flagset v0.4.7
6402026-06-11T14:26:21.404Z Downloaded defmt-parser v1.0.0
6412026-06-11T14:26:21.404Z Downloaded darling_macro v0.21.3
6422026-06-11T14:26:21.407Z Downloaded chacha20 v0.9.1
6432026-06-11T14:26:21.407Z Downloaded darling_macro v0.20.11
6442026-06-11T14:26:21.407Z Downloaded buf-list v1.1.2
6452026-06-11T14:26:21.409Z Downloaded bit-vec v0.8.0
6462026-06-11T14:26:21.412Z Downloaded foreign-types v0.3.2
6472026-06-11T14:26:21.412Z Downloaded bzip2 v0.4.4
6482026-06-11T14:26:21.414Z Downloaded env_filter v1.0.0
6492026-06-11T14:26:21.414Z Downloaded crc-catalog v2.4.0
6502026-06-11T14:26:21.417Z Downloaded futures-io v0.3.32
6512026-06-11T14:26:21.417Z Downloaded dyn-clone v1.0.20
6522026-06-11T14:26:21.417Z Downloaded foreign-types-shared v0.1.1
6532026-06-11T14:26:21.420Z Downloaded foreign-types-macros v0.2.3
6542026-06-11T14:26:21.420Z Downloaded diesel_table_macro_syntax v0.3.0
6552026-06-11T14:26:21.420Z Downloaded cfg_aliases v0.2.1
6562026-06-11T14:26:21.420Z Downloaded curve25519-dalek-derive v0.1.1
6572026-06-11T14:26:21.423Z Downloaded foreign-types-shared v0.3.1
6582026-06-11T14:26:21.423Z Downloaded futures-core v0.3.32
6592026-06-11T14:26:21.423Z Downloaded float-ord v0.3.2
6602026-06-11T14:26:21.423Z Downloaded enum-as-inner v0.6.1
6612026-06-11T14:26:21.426Z Downloaded fxhash v0.2.1
6622026-06-11T14:26:21.426Z Downloaded git-stub v1.0.0
6632026-06-11T14:26:21.426Z Downloaded foreign-types v0.5.0
6642026-06-11T14:26:21.429Z Downloaded dunce v1.0.5
6652026-06-11T14:26:21.429Z Downloaded futures-macro v0.3.32
6662026-06-11T14:26:21.429Z Downloaded ghash v0.5.1
6672026-06-11T14:26:21.432Z Downloaded gethostname v0.5.0
6682026-06-11T14:26:21.432Z Downloaded ed25519 v2.2.3
6692026-06-11T14:26:21.435Z Downloaded hash32 v0.2.1
6702026-06-11T14:26:21.435Z Downloaded globwalk v0.9.1
6712026-06-11T14:26:21.435Z Downloaded der_derive v0.7.3
6722026-06-11T14:26:21.437Z Downloaded data-encoding v2.10.0
6732026-06-11T14:26:21.440Z Downloaded hash32 v0.3.1
6742026-06-11T14:26:21.440Z Downloaded fallible-iterator v0.2.0
6752026-06-11T14:26:21.440Z Downloaded ecdsa v0.16.9
6762026-06-11T14:26:21.443Z Downloaded erased-serde v0.3.31
6772026-06-11T14:26:21.443Z Downloaded fixedbitset v0.5.7
6782026-06-11T14:26:21.445Z Downloaded critical-section v1.2.0
6792026-06-11T14:26:21.445Z Downloaded des v0.8.1
6802026-06-11T14:26:21.448Z Downloaded daft v0.1.7
6812026-06-11T14:26:21.448Z Downloaded constant_time_eq v0.4.2
6822026-06-11T14:26:21.451Z Downloaded ciborium-ll v0.2.2
6832026-06-11T14:26:21.451Z Downloaded headers-core v0.3.0
6842026-06-11T14:26:21.451Z Downloaded cfg_aliases v0.1.1
6852026-06-11T14:26:21.455Z Downloaded cipher v0.4.4
6862026-06-11T14:26:21.458Z Downloaded corncobs v0.1.4
6872026-06-11T14:26:21.458Z Downloaded cassowary v0.3.0
6882026-06-11T14:26:21.461Z Downloaded http-body v1.0.1
6892026-06-11T14:26:21.461Z Downloaded home v0.5.12
6902026-06-11T14:26:21.461Z Downloaded bcs v0.1.6
6912026-06-11T14:26:21.464Z Downloaded async-trait v0.1.89
6922026-06-11T14:26:21.464Z Downloaded const_format_proc_macros v0.2.34
6932026-06-11T14:26:21.466Z Downloaded futures-executor v0.3.32
6942026-06-11T14:26:21.467Z Downloaded derive_builder_core v0.20.2
6952026-06-11T14:26:21.469Z Downloaded compression-codecs v0.4.37
6962026-06-11T14:26:21.469Z Downloaded find-msvc-tools v0.1.9
6972026-06-11T14:26:21.472Z Downloaded blowfish v0.9.1
6982026-06-11T14:26:21.472Z Downloaded byte-wrapper v0.1.0
6992026-06-11T14:26:21.475Z Downloaded foldhash v0.1.5
7002026-06-11T14:26:21.475Z Downloaded ena v0.14.4
7012026-06-11T14:26:21.477Z Downloaded cargo_metadata v0.23.1
7022026-06-11T14:26:21.477Z Downloaded darling v0.13.4
7032026-06-11T14:26:21.480Z Downloaded futures-task v0.3.32
7042026-06-11T14:26:21.480Z Downloaded derive-ex v0.1.8
7052026-06-11T14:26:21.480Z Downloaded hex-literal v0.4.1
7062026-06-11T14:26:21.483Z Downloaded hex v0.4.3
7072026-06-11T14:26:21.483Z Downloaded foldhash v0.2.0
7082026-06-11T14:26:21.483Z Downloaded ff v0.13.1
7092026-06-11T14:26:21.486Z Downloaded defmt v1.0.1
7102026-06-11T14:26:21.486Z Downloaded httpdate v1.0.3
7112026-06-11T14:26:21.489Z Downloaded filetime v0.2.27
7122026-06-11T14:26:21.489Z Downloaded cbc v0.1.2
7132026-06-11T14:26:21.489Z Downloaded base64ct v1.8.3
7142026-06-11T14:26:21.492Z Downloaded hostname v0.4.2
7152026-06-11T14:26:21.492Z Downloaded cookie v0.18.1
7162026-06-11T14:26:21.495Z Downloaded hubpack_derive v0.1.1
7172026-06-11T14:26:21.495Z Downloaded funty v2.0.0
7182026-06-11T14:26:21.495Z Downloaded hubpack v0.1.2
7192026-06-11T14:26:21.498Z Downloaded globset v0.4.18
7202026-06-11T14:26:21.498Z Downloaded glob v0.3.3
7212026-06-11T14:26:21.498Z Downloaded fs_extra v1.3.0
7222026-06-11T14:26:21.501Z Downloaded defmt-macros v1.0.1
7232026-06-11T14:26:21.504Z Downloaded darling v0.23.0
7242026-06-11T14:26:21.506Z Downloaded crc32fast v1.5.0
7252026-06-11T14:26:21.506Z Downloaded crossbeam-deque v0.8.6
7262026-06-11T14:26:21.506Z Downloaded ident_case v1.0.1
7272026-06-11T14:26:21.510Z Downloaded hyper-tls v0.6.0
7282026-06-11T14:26:21.510Z Downloaded group v0.13.0
7292026-06-11T14:26:21.510Z Downloaded darling v0.21.3
7302026-06-11T14:26:21.513Z Downloaded backon v1.6.0
7312026-06-11T14:26:21.516Z Downloaded illumos-nvpair-sys v0.2.0
7322026-06-11T14:26:21.516Z Downloaded cookie_store v0.22.1
7332026-06-11T14:26:21.516Z Downloaded cancel-safe-futures v0.1.5
7342026-06-11T14:26:21.519Z Downloaded colored v2.2.0
7352026-06-11T14:26:21.522Z Downloaded console v0.15.11
7362026-06-11T14:26:21.522Z Downloaded highway v1.3.0
7372026-06-11T14:26:21.524Z Downloaded crossbeam-epoch v0.9.18
7382026-06-11T14:26:21.524Z Downloaded fs-err v2.11.0
7392026-06-11T14:26:21.527Z Downloaded console v0.16.2
7402026-06-11T14:26:21.527Z Downloaded inout v0.1.4
7412026-06-11T14:26:21.527Z Downloaded bzip2 v0.6.1
7422026-06-11T14:26:21.530Z Downloaded indent_write v2.2.0
7432026-06-11T14:26:21.530Z Downloaded instant v0.1.13
7442026-06-11T14:26:21.530Z Downloaded illumos-nvpair v0.3.0
7452026-06-11T14:26:21.533Z Downloaded is_ci v1.2.0
7462026-06-11T14:26:21.533Z Downloaded is-terminal v0.4.17
7472026-06-11T14:26:21.533Z Downloaded chacha20 v0.10.0
7482026-06-11T14:26:21.536Z Downloaded lalrpop-util v0.19.12
7492026-06-11T14:26:21.536Z Downloaded kstat-rs v0.2.4
7502026-06-11T14:26:21.536Z Downloaded async-bb8-diesel v0.2.1
7512026-06-11T14:26:21.539Z Downloaded http-range v0.1.5
7522026-06-11T14:26:21.539Z Downloaded internet-checksum v0.2.1
7532026-06-11T14:26:21.539Z Downloaded http-body-util v0.1.3
7542026-06-11T14:26:21.541Z Downloaded keccak v0.1.6
7552026-06-11T14:26:21.541Z Downloaded cmake v0.1.57
7562026-06-11T14:26:21.541Z Downloaded bitflags v1.3.2
7572026-06-11T14:26:21.547Z Downloaded fixedbitset v0.4.2
7582026-06-11T14:26:21.549Z Downloaded daft-derive v0.1.7
7592026-06-11T14:26:21.552Z Downloaded diff v0.1.13
7602026-06-11T14:26:21.552Z Downloaded darling v0.20.11
7612026-06-11T14:26:21.555Z Downloaded allocator-api2 v0.2.21
7622026-06-11T14:26:21.558Z Downloaded lazy_static v1.5.0
7632026-06-11T14:26:21.561Z Downloaded futures-channel v0.3.32
7642026-06-11T14:26:21.561Z Downloaded hostname v0.3.1
7652026-06-11T14:26:21.564Z Downloaded humantime v2.3.0
7662026-06-11T14:26:21.566Z Downloaded derive-where v1.6.0
7672026-06-11T14:26:21.569Z Downloaded lru-slab v0.1.2
7682026-06-11T14:26:21.569Z Downloaded lru v0.12.5
7692026-06-11T14:26:21.572Z Downloaded linked-hash-map v0.5.6
7702026-06-11T14:26:21.572Z Downloaded libscf-sys v1.1.0
7712026-06-11T14:26:21.572Z Downloaded git-stub-vcs v0.1.0
7722026-06-11T14:26:21.575Z Downloaded clang-sys v1.8.1
7732026-06-11T14:26:21.575Z Downloaded ahash v0.8.12
7742026-06-11T14:26:21.577Z Downloaded match_cfg v0.1.0
7752026-06-11T14:26:21.577Z Downloaded bitfield v0.19.4
7762026-06-11T14:26:21.577Z Downloaded const-oid v0.9.6
7772026-06-11T14:26:21.581Z Downloaded half v1.8.3
7782026-06-11T14:26:21.584Z Downloaded memoffset v0.9.1
7792026-06-11T14:26:21.584Z Downloaded maplit v1.0.2
7802026-06-11T14:26:21.586Z Downloaded maybe-uninit v2.0.0
7812026-06-11T14:26:21.586Z Downloaded mime v0.3.17
7822026-06-11T14:26:21.589Z Downloaded md5 v0.7.0
7832026-06-11T14:26:21.589Z Downloaded md-5 v0.10.6
7842026-06-11T14:26:21.589Z Downloaded managed v0.8.0
7852026-06-11T14:26:21.592Z Downloaded lzss v0.8.2
7862026-06-11T14:26:21.595Z Downloaded ciborium v0.2.2
7872026-06-11T14:26:21.598Z Downloaded ingot v0.1.1
7882026-06-11T14:26:21.598Z Downloaded instability v0.3.11
7892026-06-11T14:26:21.601Z Downloaded blake2 v0.10.6
7902026-06-11T14:26:21.601Z Downloaded impl-trait-for-tuples v0.2.3
7912026-06-11T14:26:21.608Z Downloaded ipnetwork v0.21.1
7922026-06-11T14:26:21.611Z Downloaded ipnet v2.11.0
7932026-06-11T14:26:21.611Z Downloaded newtype_derive v0.1.6
7942026-06-11T14:26:21.614Z Downloaded nonempty v0.12.0
7952026-06-11T14:26:21.614Z Downloaded newtype-uuid-macros v0.1.0
7962026-06-11T14:26:21.614Z Downloaded new_debug_unreachable v1.0.6
7972026-06-11T14:26:21.614Z Downloaded ingot-types v0.1.2
7982026-06-11T14:26:21.617Z Downloaded indoc v2.0.7
7992026-06-11T14:26:21.617Z Downloaded newline-converter v0.3.0
8002026-06-11T14:26:21.620Z Downloaded multimap v0.10.1
8012026-06-11T14:26:21.620Z Downloaded nodrop v0.1.14
8022026-06-11T14:26:21.620Z Downloaded num-derive v0.3.3
8032026-06-11T14:26:21.623Z Downloaded num-conv v0.2.0
8042026-06-11T14:26:21.623Z Downloaded nibble_vec v0.1.0
8052026-06-11T14:26:21.623Z Downloaded indoc v1.0.9
8062026-06-11T14:26:21.626Z Downloaded num v0.4.3
8072026-06-11T14:26:21.626Z Downloaded darling_core v0.13.4
8082026-06-11T14:26:21.629Z Downloaded httparse v1.10.1
8092026-06-11T14:26:21.631Z Downloaded elliptic-curve v0.13.8
8102026-06-11T14:26:21.634Z Downloaded derive_more v0.99.20
8112026-06-11T14:26:21.637Z Downloaded drift v0.2.0
8122026-06-11T14:26:21.641Z Downloaded libloading v0.8.9
8132026-06-11T14:26:21.644Z Downloaded num-iter v0.1.45
8142026-06-11T14:26:21.644Z Downloaded normalize-line-endings v0.3.0
8152026-06-11T14:26:21.647Z Downloaded libsw v3.5.0
8162026-06-11T14:26:21.647Z Downloaded dropshot_endpoint v0.17.0
8172026-06-11T14:26:21.650Z Downloaded libsw-core v0.3.2
8182026-06-11T14:26:21.650Z Downloaded hyper-staticfile v0.10.1
8192026-06-11T14:26:21.653Z Downloaded darling_core v0.21.3
8202026-06-11T14:26:21.655Z Downloaded olpc-cjson v0.1.4
8212026-06-11T14:26:21.655Z Downloaded num_threads v0.1.7
8222026-06-11T14:26:21.655Z Downloaded openssl-probe v0.2.1
8232026-06-11T14:26:21.656Z Downloaded openssl-macros v0.1.1
8242026-06-11T14:26:21.658Z Downloaded libefi-sys v0.1.0
8252026-06-11T14:26:21.658Z Downloaded getrandom v0.3.4
8262026-06-11T14:26:21.661Z Downloaded opaque-debug v0.3.1
8272026-06-11T14:26:21.661Z Downloaded linear-map v1.2.0
8282026-06-11T14:26:21.661Z Downloaded oso-derive v0.27.3
8292026-06-11T14:26:21.663Z Downloaded openssl-probe v0.1.6
8302026-06-11T14:26:21.663Z Downloaded packed_struct_codegen v0.10.1
8312026-06-11T14:26:21.677Z Downloaded lru-cache v0.1.2
8322026-06-11T14:26:21.680Z Downloaded lock_api v0.4.14
8332026-06-11T14:26:21.680Z Downloaded ingot-macros v0.1.1
8342026-06-11T14:26:21.683Z Downloaded nanorand v0.7.0
8352026-06-11T14:26:21.683Z Downloaded multer v3.1.0
8362026-06-11T14:26:21.686Z Downloaded iana-time-zone v0.1.65
8372026-06-11T14:26:21.687Z Downloaded num_enum v0.5.11
8382026-06-11T14:26:21.691Z Downloaded pbkdf2 v0.11.0
8392026-06-11T14:26:21.691Z Downloaded parse-size v1.1.0
8402026-06-11T14:26:21.694Z Downloaded parse-display v0.10.0
8412026-06-11T14:26:21.694Z Downloaded num-integer v0.1.46
8422026-06-11T14:26:21.694Z Downloaded num-derive v0.4.2
8432026-06-11T14:26:21.694Z Downloaded phf_shared v0.11.3
8442026-06-11T14:26:21.697Z Downloaded darling_core v0.23.0
8452026-06-11T14:26:21.701Z Downloaded path-slash v0.1.5
8462026-06-11T14:26:21.701Z Downloaded num_enum v0.7.6
8472026-06-11T14:26:21.704Z Downloaded num-complex v0.4.6
8482026-06-11T14:26:21.704Z Downloaded peg-runtime v0.8.5
8492026-06-11T14:26:21.704Z Downloaded darling_core v0.20.11
8502026-06-11T14:26:21.707Z Downloaded phf_shared v0.13.1
8512026-06-11T14:26:21.707Z Downloaded phf_shared v0.12.1
8522026-06-11T14:26:21.710Z Downloaded async-compression v0.4.41
8532026-06-11T14:26:21.713Z Downloaded nu-ansi-term v0.50.3
8542026-06-11T14:26:21.713Z Downloaded flume v0.11.1
8552026-06-11T14:26:21.716Z Downloaded litrs v1.0.0
8562026-06-11T14:26:21.719Z Downloaded pin-utils v0.1.0
8572026-06-11T14:26:21.719Z Downloaded ed25519-dalek v2.2.0
8582026-06-11T14:26:21.722Z Downloaded derive_more-impl v2.1.1
8592026-06-11T14:26:21.722Z Downloaded memmap2 v0.9.10
8602026-06-11T14:26:21.725Z Downloaded jobserver v0.1.34
8612026-06-11T14:26:21.725Z Downloaded oxnet v0.1.5
8622026-06-11T14:26:21.728Z Downloaded oxide-tokio-rt v0.1.4
8632026-06-11T14:26:21.728Z Downloaded owo-colors v4.3.0
8642026-06-11T14:26:21.731Z Downloaded cc v1.2.56
8652026-06-11T14:26:21.731Z Downloaded derive_more v2.1.1
8662026-06-11T14:26:21.737Z Downloaded predicates-core v1.0.10
8672026-06-11T14:26:21.740Z Downloaded headers v0.4.1
8682026-06-11T14:26:21.743Z Downloaded num_enum_derive v0.7.6
8692026-06-11T14:26:21.743Z Downloaded powerfmt v0.2.0
8702026-06-11T14:26:21.746Z Downloaded heapless v0.8.0
8712026-06-11T14:26:21.746Z Downloaded packed_struct v0.10.1
8722026-06-11T14:26:21.749Z Downloaded num_enum_derive v0.5.11
8732026-06-11T14:26:21.749Z Downloaded hyper-rustls v0.27.7
8742026-06-11T14:26:21.749Z Downloaded pbkdf2 v0.12.2
8752026-06-11T14:26:21.752Z Downloaded newtype-uuid v1.3.2
8762026-06-11T14:26:21.752Z Downloaded mime_guess v2.0.5
8772026-06-11T14:26:21.752Z Downloaded native-tls v0.2.18
8782026-06-11T14:26:21.755Z Downloaded hmac v0.12.1
8792026-06-11T14:26:21.755Z Downloaded compact_str v0.8.1
8802026-06-11T14:26:21.758Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-06-11T14:26:21.758Z Downloaded progenitor-client v0.11.2
8822026-06-11T14:26:21.758Z Downloaded predicates-tree v1.0.13
8832026-06-11T14:26:21.761Z Downloaded progenitor-client v0.14.0
8842026-06-11T14:26:21.761Z Downloaded precomputed-hash v0.1.1
8852026-06-11T14:26:21.761Z Downloaded proc-macro-crate v3.4.0
8862026-06-11T14:26:21.761Z Downloaded ignore v0.4.25
8872026-06-11T14:26:21.764Z Downloaded base64 v0.21.7
8882026-06-11T14:26:21.767Z Downloaded pem v3.0.6
8892026-06-11T14:26:21.767Z Downloaded flate2 v1.1.9
8902026-06-11T14:26:21.770Z Downloaded der v0.7.10
8912026-06-11T14:26:21.773Z Downloaded progenitor-macro v0.14.0
8922026-06-11T14:26:21.773Z Downloaded indexmap v1.9.3
8932026-06-11T14:26:21.776Z Downloaded progenitor-macro v0.13.0
8942026-06-11T14:26:21.776Z Downloaded crossbeam-channel v0.5.15
8952026-06-11T14:26:21.779Z Downloaded paste v1.0.15
8962026-06-11T14:26:21.782Z Downloaded pin-project-lite v0.2.17
8972026-06-11T14:26:21.785Z Downloaded progenitor-macro v0.11.2
8982026-06-11T14:26:21.785Z Downloaded pin-project-internal v1.1.11
8992026-06-11T14:26:21.785Z Downloaded password-hash v0.5.0
9002026-06-11T14:26:21.788Z Downloaded radium v0.7.0
9012026-06-11T14:26:21.788Z Downloaded pem-rfc7468 v0.7.0
9022026-06-11T14:26:21.788Z Downloaded peg-macros v0.8.5
9032026-06-11T14:26:21.791Z Downloaded heapless v0.7.17
9042026-06-11T14:26:21.791Z Downloaded rand_chacha v0.3.1
9052026-06-11T14:26:21.794Z Downloaded peg v0.8.5
9062026-06-11T14:26:21.794Z Downloaded quick-error v1.2.3
9072026-06-11T14:26:21.799Z Downloaded postgres-protocol v0.6.10
9082026-06-11T14:26:21.799Z Downloaded polyval v0.6.2
9092026-06-11T14:26:21.799Z Downloaded diesel_derives v2.3.7
9102026-06-11T14:26:21.802Z Downloaded phf v0.13.1
9112026-06-11T14:26:21.805Z Downloaded psl-types v2.0.11
9122026-06-11T14:26:21.805Z Downloaded parking_lot v0.12.5
9132026-06-11T14:26:21.805Z Downloaded predicates v3.1.4
9142026-06-11T14:26:21.808Z Downloaded proc-macro-crate v1.3.1
9152026-06-11T14:26:21.808Z Downloaded primeorder v0.13.6
9162026-06-11T14:26:21.808Z Downloaded libbz2-rs-sys v0.2.2
9172026-06-11T14:26:21.812Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-11T14:26:21.812Z Downloaded num-rational v0.4.2
9192026-06-11T14:26:21.812Z Downloaded parking_lot v0.11.2
9202026-06-11T14:26:21.815Z Downloaded phf v0.12.1
9212026-06-11T14:26:21.815Z Downloaded pkg-config v0.3.32
9222026-06-11T14:26:21.815Z Downloaded ref-cast v1.0.25
9232026-06-11T14:26:21.819Z Downloaded omicron-zone-package v0.12.2
9242026-06-11T14:26:21.819Z Downloaded ref-cast-impl v1.0.25
9252026-06-11T14:26:21.822Z Downloaded recursive v0.1.1
9262026-06-11T14:26:21.822Z Downloaded rand_xorshift v0.4.0
9272026-06-11T14:26:21.822Z Downloaded base64 v0.22.1
9282026-06-11T14:26:21.826Z Downloaded crypto-bigint v0.5.5
9292026-06-11T14:26:21.831Z Downloaded half v2.7.1
9302026-06-11T14:26:21.831Z Downloaded parse-display-derive v0.10.0
9312026-06-11T14:26:21.831Z Downloaded pkcs8 v0.10.2
9322026-06-11T14:26:21.834Z Downloaded bytes v1.11.1
9332026-06-11T14:26:21.834Z Downloaded parking_lot_core v0.9.12
9342026-06-11T14:26:21.837Z Downloaded futures v0.3.32
9352026-06-11T14:26:21.840Z Downloaded progenitor-client v0.13.0
9362026-06-11T14:26:21.840Z Downloaded progenitor-extras v0.2.0
9372026-06-11T14:26:21.840Z Downloaded progenitor v0.11.2
9382026-06-11T14:26:21.840Z Downloaded proc-macro-error2 v2.0.1
9392026-06-11T14:26:21.843Z Downloaded poly1305 v0.8.0
9402026-06-11T14:26:21.843Z Downloaded getrandom v0.2.17
9412026-06-11T14:26:21.847Z Downloaded chacha20poly1305 v0.10.1
9422026-06-11T14:26:21.847Z Downloaded parking_lot_core v0.8.6
9432026-06-11T14:26:21.851Z Downloaded rfc6979 v0.4.0
9442026-06-11T14:26:21.851Z Downloaded bumpalo v3.20.2
9452026-06-11T14:26:21.854Z Downloaded rtoolbox v0.0.3
9462026-06-11T14:26:21.854Z Downloaded progenitor v0.13.0
9472026-06-11T14:26:21.854Z Downloaded rustc_version v0.4.1
9482026-06-11T14:26:21.854Z Downloaded rustc_version v0.1.7
9492026-06-11T14:26:21.857Z Downloaded indicatif v0.18.4
9502026-06-11T14:26:21.857Z Downloaded ppv-lite86 v0.2.21
9512026-06-11T14:26:21.861Z Downloaded password-hash v0.4.2
9522026-06-11T14:26:21.864Z Downloaded r2d2 v0.8.10
9532026-06-11T14:26:21.864Z Downloaded progenitor v0.14.0
9542026-06-11T14:26:21.868Z Downloaded rustc-hash v2.1.1
9552026-06-11T14:26:21.868Z Downloaded russh-cryptovec v0.7.3
9562026-06-11T14:26:21.871Z Downloaded rand_core v0.9.5
9572026-06-11T14:26:21.871Z Downloaded rand_core v0.6.4
9582026-06-11T14:26:21.874Z Downloaded psm v0.1.30
9592026-06-11T14:26:21.874Z Downloaded oso v0.27.3
9602026-06-11T14:26:21.877Z Downloaded rand_chacha v0.9.0
9612026-06-11T14:26:21.880Z Downloaded postcard v1.1.3
9622026-06-11T14:26:21.880Z Downloaded rand_core v0.10.0
9632026-06-11T14:26:21.883Z Downloaded rand_seeder v0.4.0
9642026-06-11T14:26:21.886Z Downloaded hickory-resolver v0.25.2
9652026-06-11T14:26:21.891Z Downloaded same-file v1.0.6
9662026-06-11T14:26:21.894Z Downloaded salsa20 v0.10.2
9672026-06-11T14:26:21.898Z Downloaded pkcs1 v0.7.5
9682026-06-11T14:26:21.901Z Downloaded resolv-conf v0.7.6
9692026-06-11T14:26:21.901Z Downloaded jiff-static v0.2.21
9702026-06-11T14:26:21.904Z Downloaded scheduled-thread-pool v0.2.7
9712026-06-11T14:26:21.904Z Downloaded sapling-renderdag v0.1.0
9722026-06-11T14:26:21.915Z Downloaded const_format v0.2.35
9732026-06-11T14:26:21.915Z Downloaded pkcs5 v0.7.1
9742026-06-11T14:26:21.915Z Downloaded scopeguard v1.2.0
9752026-06-11T14:26:21.918Z Downloaded scroll_derive v0.13.1
9762026-06-11T14:26:21.918Z Downloaded p256 v0.13.2
9772026-06-11T14:26:21.921Z Downloaded postgres-types v0.2.12
9782026-06-11T14:26:21.924Z Downloaded scrypt v0.11.0
9792026-06-11T14:26:21.928Z Downloaded secrecy v0.8.0
9802026-06-11T14:26:21.928Z Downloaded semver v0.1.20
9812026-06-11T14:26:21.928Z Downloaded seq-macro v0.3.6
9822026-06-11T14:26:21.931Z Downloaded secrecy v0.10.3
9832026-06-11T14:26:21.931Z Downloaded serde-big-array v0.5.1
9842026-06-11T14:26:21.934Z Downloaded serde_spanned v1.0.4
9852026-06-11T14:26:21.937Z Downloaded serde_urlencoded v0.7.1
9862026-06-11T14:26:21.937Z Downloaded serde_bytes v0.11.19
9872026-06-11T14:26:21.940Z Downloaded miniz_oxide v0.8.9
9882026-06-11T14:26:21.944Z Downloaded papergrid v0.17.0
9892026-06-11T14:26:21.947Z Downloaded serde_repr v0.1.20
9902026-06-11T14:26:21.950Z Downloaded dropshot-api-manager v0.7.2
9912026-06-11T14:26:21.954Z Downloaded sha1 v0.10.6
9922026-06-11T14:26:21.957Z Downloaded prefix-trie v0.7.0
9932026-06-11T14:26:21.957Z Downloaded shell-words v1.1.1
9942026-06-11T14:26:21.957Z Downloaded curve25519-dalek v4.1.3
9952026-06-11T14:26:21.961Z Downloaded rusty-fork v0.3.1
9962026-06-11T14:26:21.964Z Downloaded rustls-pemfile v1.0.4
9972026-06-11T14:26:21.964Z Downloaded rustls-native-certs v0.8.3
9982026-06-11T14:26:21.967Z Downloaded slog-bunyan v2.5.0
9992026-06-11T14:26:21.967Z Downloaded siphasher v1.0.2
10002026-06-11T14:26:21.967Z Downloaded sigpipe v0.1.3
10012026-06-11T14:26:21.970Z Downloaded signature v2.2.0
10022026-06-11T14:26:21.970Z Downloaded signal-hook-tokio v0.3.1
10032026-06-11T14:26:21.973Z Downloaded hickory-resolver v0.24.4
10042026-06-11T14:26:21.976Z Downloaded signal-hook-mio v0.2.5
10052026-06-11T14:26:21.976Z Downloaded quinn-udp v0.5.14
10062026-06-11T14:26:21.976Z Downloaded hashbrown v0.12.3
10072026-06-11T14:26:21.979Z Downloaded pin-project v1.1.11
10082026-06-11T14:26:21.988Z Downloaded http v1.4.0
10092026-06-11T14:26:21.992Z Downloaded rustls-pemfile v2.2.0
10102026-06-11T14:26:21.992Z Downloaded crossterm v0.28.1
10112026-06-11T14:26:21.995Z Downloaded slog-envlogger v2.2.0
10122026-06-11T14:26:21.998Z Downloaded serde_plain v1.0.2
10132026-06-11T14:26:21.998Z Downloaded serde_derive_internals v0.29.1
10142026-06-11T14:26:22.001Z Downloaded serde_path_to_error v0.1.20
10152026-06-11T14:26:22.004Z Downloaded schemars_derive v0.8.22
10162026-06-11T14:26:22.011Z Downloaded serde-hex v0.1.0
10172026-06-11T14:26:22.014Z Downloaded sec1 v0.7.3
10182026-06-11T14:26:22.014Z Downloaded sct v0.7.1
10192026-06-11T14:26:22.020Z Downloaded hashbrown v0.13.2
10202026-06-11T14:26:22.023Z Downloaded rustversion v1.0.22
10212026-06-11T14:26:22.026Z Downloaded aes v0.8.4
10222026-06-11T14:26:22.026Z Downloaded ssh-cipher v0.2.0
10232026-06-11T14:26:22.029Z Downloaded progenitor-impl v0.14.0
10242026-06-11T14:26:22.029Z Downloaded serde_with_macros v1.5.2
10252026-06-11T14:26:22.029Z Downloaded sqlparser_derive v0.5.0
10262026-06-11T14:26:22.035Z Downloaded rcgen v0.12.1
10272026-06-11T14:26:22.038Z Downloaded ssh-encoding v0.2.0
10282026-06-11T14:26:22.038Z Downloaded shlex v1.3.0
10292026-06-11T14:26:22.041Z Downloaded slog-async v2.8.0
10302026-06-11T14:26:22.041Z Downloaded slab v0.4.12
10312026-06-11T14:26:22.041Z Downloaded strum v0.27.2
10322026-06-11T14:26:22.044Z Downloaded structmeta-derive v0.3.0
10332026-06-11T14:26:22.044Z Downloaded slog-scope v4.4.1
10342026-06-11T14:26:22.047Z Downloaded prettyplease v0.2.37
10352026-06-11T14:26:22.050Z Downloaded progenitor-impl v0.11.2
10362026-06-11T14:26:22.053Z Downloaded structmeta v0.3.0
10372026-06-11T14:26:22.053Z Downloaded supports-color v3.0.2
10382026-06-11T14:26:22.053Z Downloaded itertools v0.10.5
10392026-06-11T14:26:22.056Z Downloaded subtle v2.6.1
10402026-06-11T14:26:22.059Z Downloaded hickory-server v0.25.2
10412026-06-11T14:26:22.062Z Downloaded strum v0.26.3
10422026-06-11T14:26:22.062Z Downloaded rustls-pki-types v1.14.0
10432026-06-11T14:26:22.062Z Downloaded scroll v0.13.0
10442026-06-11T14:26:22.065Z Downloaded tabled_derive v0.11.0
10452026-06-11T14:26:22.065Z Downloaded sync_wrapper v1.0.2
10462026-06-11T14:26:22.065Z Downloaded sync-ptr v0.1.4
10472026-06-11T14:26:22.065Z Downloaded strsim v0.10.0
10482026-06-11T14:26:22.068Z Downloaded strip-ansi-escapes v0.2.1
10492026-06-11T14:26:22.068Z Downloaded simd-adler32 v0.3.8
10502026-06-11T14:26:22.068Z Downloaded slog-term v2.9.2
10512026-06-11T14:26:22.072Z Downloaded slog-json v2.6.1
10522026-06-11T14:26:22.072Z Downloaded slog-dtrace v0.3.0
10532026-06-11T14:26:22.075Z Downloaded openssl-sys v0.9.115
10542026-06-11T14:26:22.078Z Downloaded smf v0.2.3
10552026-06-11T14:26:22.081Z Downloaded smallvec v0.6.14
10562026-06-11T14:26:22.081Z Downloaded tagptr v0.2.0
10572026-06-11T14:26:22.081Z Downloaded spki v0.7.3
10582026-06-11T14:26:22.083Z Downloaded snafu-derive v0.8.9
10592026-06-11T14:26:22.091Z Downloaded thread-id v5.1.0
10602026-06-11T14:26:22.094Z Downloaded thiserror-impl-no-std v2.0.2
10612026-06-11T14:26:22.094Z Downloaded tabwriter v1.4.1
10622026-06-11T14:26:22.097Z Downloaded ron v0.8.1
10632026-06-11T14:26:22.100Z Downloaded termtree v0.5.1
10642026-06-11T14:26:22.104Z Downloaded minimal-lexical v0.2.1
10652026-06-11T14:26:22.108Z Downloaded testing_table v0.3.0
10662026-06-11T14:26:22.108Z Downloaded progenitor-impl v0.13.0
10672026-06-11T14:26:22.111Z Downloaded string_cache v0.8.9
10682026-06-11T14:26:22.111Z Downloaded pretty_assertions v1.4.1
10692026-06-11T14:26:22.111Z Downloaded stacker v0.1.23
10702026-06-11T14:26:22.111Z Downloaded russh-keys v0.45.0
10712026-06-11T14:26:22.114Z Downloaded rustls-platform-verifier v0.6.2
10722026-06-11T14:26:22.117Z Downloaded rayon-core v1.13.0
10732026-06-11T14:26:22.117Z Downloaded stringprep v0.1.5
10742026-06-11T14:26:22.120Z Downloaded static_assertions v1.1.0
10752026-06-11T14:26:22.120Z Downloaded take_mut v0.2.2
10762026-06-11T14:26:22.120Z Downloaded tinyvec_macros v0.1.1
10772026-06-11T14:26:22.120Z Downloaded sqlformat v0.3.5
10782026-06-11T14:26:22.123Z Downloaded signal-hook-registry v1.4.8
10792026-06-11T14:26:22.123Z Downloaded serde_with_macros v3.17.0
10802026-06-11T14:26:22.126Z Downloaded aes-gcm v0.10.3
10812026-06-11T14:26:22.129Z Downloaded strum_macros v0.24.3
10822026-06-11T14:26:22.135Z Downloaded strum_macros v0.27.2
10832026-06-11T14:26:22.138Z Downloaded tokio-macros v2.7.0
10842026-06-11T14:26:22.141Z Downloaded strum_macros v0.26.4
10852026-06-11T14:26:22.144Z Downloaded crossterm v0.29.0
10862026-06-11T14:26:22.147Z Downloaded ryu v1.0.23
10872026-06-11T14:26:22.155Z Downloaded tap v1.0.1
10882026-06-11T14:26:22.159Z Downloaded support-bundle-viewer v0.1.2
10892026-06-11T14:26:22.159Z Downloaded slog-stdlog v4.1.1
10902026-06-11T14:26:22.159Z Downloaded publicsuffix v2.3.0
10912026-06-11T14:26:22.162Z Downloaded qorb v0.4.1
10922026-06-11T14:26:22.167Z Downloaded hyper-util v0.1.20
10932026-06-11T14:26:22.170Z Downloaded rand v0.8.6
10942026-06-11T14:26:22.170Z Downloaded spin v0.9.8
10952026-06-11T14:26:22.173Z Downloaded termios v0.3.3
10962026-06-11T14:26:22.173Z Downloaded try-lock v0.2.5
10972026-06-11T14:26:22.173Z Downloaded trait-variant v0.1.2
10982026-06-11T14:26:22.173Z Downloaded tower-layer v0.3.3
10992026-06-11T14:26:22.178Z Downloaded topological-sort v0.2.2
11002026-06-11T14:26:22.178Z Downloaded serde_cbor v0.11.2
11012026-06-11T14:26:22.178Z Downloaded schemars v0.8.22
11022026-06-11T14:26:22.184Z Downloaded mio v1.2.0
11032026-06-11T14:26:22.189Z Downloaded tiny-keccak v2.0.2
11042026-06-11T14:26:22.192Z Downloaded time-macros v0.2.27
11052026-06-11T14:26:22.192Z Downloaded time-core v0.1.8
11062026-06-11T14:26:22.192Z Downloaded thread_local v1.1.9
11072026-06-11T14:26:22.195Z Downloaded tower-service v0.3.3
11082026-06-11T14:26:22.195Z Downloaded thiserror-no-std v2.0.2
11092026-06-11T14:26:22.198Z Downloaded nom v7.1.3
11102026-06-11T14:26:22.201Z Downloaded iri-string v0.7.10
11112026-06-11T14:26:22.208Z Downloaded tokio-rustls v0.25.0
11122026-06-11T14:26:22.211Z Downloaded typify-macro v0.6.2
11132026-06-11T14:26:22.211Z Downloaded typify-macro v0.4.3
11142026-06-11T14:26:22.214Z Downloaded unicode-truncate v1.1.0
11152026-06-11T14:26:22.214Z Downloaded num-bigint v0.4.6
11162026-06-11T14:26:22.217Z Downloaded tokio-native-tls v0.3.1
11172026-06-11T14:26:22.217Z Downloaded futures-util v0.3.32
11182026-06-11T14:26:22.223Z Downloaded unit-prefix v0.5.2
11192026-06-11T14:26:22.226Z Downloaded unarray v0.1.4
11202026-06-11T14:26:22.226Z Downloaded tokio-tungstenite v0.21.0
11212026-06-11T14:26:22.229Z Downloaded tls_codec_derive v0.4.2
11222026-06-11T14:26:22.229Z Downloaded socket2 v0.5.10
11232026-06-11T14:26:22.229Z Downloaded quinn v0.11.9
11242026-06-11T14:26:22.232Z Downloaded utf-8 v0.7.6
11252026-06-11T14:26:22.232Z Downloaded usdt-attr-macro v0.6.0
11262026-06-11T14:26:22.232Z Downloaded untrusted v0.7.1
11272026-06-11T14:26:22.235Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-06-11T14:26:22.235Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-06-11T14:26:22.235Z Downloaded similar v2.7.0
11302026-06-11T14:26:22.239Z Downloaded term v1.2.1
11312026-06-11T14:26:22.244Z Downloaded rand v0.9.2
11322026-06-11T14:26:22.244Z Downloaded libxml v0.3.3
11332026-06-11T14:26:22.247Z Downloaded usdt v0.6.0
11342026-06-11T14:26:22.247Z Downloaded universal-hash v0.5.1
11352026-06-11T14:26:22.247Z Downloaded term v0.7.0
11362026-06-11T14:26:22.250Z Downloaded tokio-tungstenite v0.23.1
11372026-06-11T14:26:22.250Z Downloaded socket2 v0.6.3
11382026-06-11T14:26:22.253Z Downloaded slog v2.8.2
11392026-06-11T14:26:22.253Z Downloaded tokio-dtrace v0.1.1
11402026-06-11T14:26:22.257Z Downloaded tls_codec v0.4.2
11412026-06-11T14:26:22.260Z Downloaded signal-hook v0.3.18
11422026-06-11T14:26:22.260Z Downloaded usdt-macro v0.6.0
11432026-06-11T14:26:22.263Z Downloaded void v1.0.2
11442026-06-11T14:26:22.269Z Downloaded nom v8.0.0
11452026-06-11T14:26:22.272Z Downloaded hkdf v0.12.4
11462026-06-11T14:26:22.275Z Downloaded hashbrown v0.16.1
11472026-06-11T14:26:22.279Z Downloaded want v0.3.1
11482026-06-11T14:26:22.279Z Downloaded tokio-rustls v0.24.1
11492026-06-11T14:26:22.279Z Downloaded serde_yaml v0.9.34+deprecated
11502026-06-11T14:26:22.282Z Downloaded toml_writer v1.0.6+spec-1.1.0
11512026-06-11T14:26:22.282Z Downloaded xattr v1.6.1
11522026-06-11T14:26:22.282Z Downloaded schemars v1.2.1
11532026-06-11T14:26:22.289Z Downloaded xshell-macros v0.2.7
11542026-06-11T14:26:22.293Z Downloaded itertools v0.13.0
11552026-06-11T14:26:22.296Z Downloaded usdt-impl v0.6.0
11562026-06-11T14:26:22.296Z Downloaded untrusted v0.9.0
11572026-06-11T14:26:22.299Z Downloaded itertools v0.12.1
11582026-06-11T14:26:22.302Z Downloaded num-bigint-dig v0.8.6
11592026-06-11T14:26:22.304Z Downloaded waitgroup v0.1.2
11602026-06-11T14:26:22.304Z Downloaded wait-timeout v0.2.1
11612026-06-11T14:26:22.304Z Downloaded snafu v0.8.9
11622026-06-11T14:26:22.307Z Downloaded test-strategy v0.4.5
11632026-06-11T14:26:22.310Z Downloaded rsa v0.9.10
11642026-06-11T14:26:22.313Z Downloaded zeroize_derive v1.4.3
11652026-06-11T14:26:22.313Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-06-11T14:26:22.316Z Downloaded hashbrown v0.15.5
11672026-06-11T14:26:22.320Z Downloaded unicase v2.9.0
11682026-06-11T14:26:22.320Z Downloaded tracing-attributes v0.1.31
11692026-06-11T14:26:22.323Z Downloaded tui-tree-widget v0.23.1
11702026-06-11T14:26:22.323Z Downloaded tinyvec v1.10.0
11712026-06-11T14:26:22.323Z Downloaded vergen-lib v9.1.0
11722026-06-11T14:26:22.323Z Downloaded rustls-webpki v0.103.9
11732026-06-11T14:26:22.326Z Downloaded rand v0.10.0
11742026-06-11T14:26:22.330Z Downloaded zone v0.3.1
11752026-06-11T14:26:22.330Z Downloaded tokio-stream v0.1.18
11762026-06-11T14:26:22.333Z Downloaded tokio-rustls v0.26.4
11772026-06-11T14:26:22.333Z Downloaded schemars v0.9.0
11782026-06-11T14:26:22.339Z Downloaded walkdir v2.5.0
11792026-06-11T14:26:22.342Z Downloaded subprocess v0.2.15
11802026-06-11T14:26:22.342Z Downloaded wyz v0.5.1
11812026-06-11T14:26:22.342Z Downloaded whoami v1.6.1
11822026-06-11T14:26:22.345Z Downloaded h2 v0.4.13
11832026-06-11T14:26:22.348Z Downloaded russh v0.45.0
11842026-06-11T14:26:22.351Z Downloaded samael v0.0.19
11852026-06-11T14:26:22.355Z Downloaded vergen-lib v0.1.6
11862026-06-11T14:26:22.358Z Downloaded toml v1.0.6+spec-1.1.0
11872026-06-11T14:26:22.358Z Downloaded toml v0.7.8
11882026-06-11T14:26:22.361Z Downloaded tar v0.4.45
11892026-06-11T14:26:22.367Z Downloaded zone_cfg_derive v0.3.1
11902026-06-11T14:26:22.370Z Downloaded vergen v9.1.0
11912026-06-11T14:26:22.377Z Downloaded vergen-gitcl v1.0.8
11922026-06-11T14:26:22.380Z Downloaded vsss-rs v3.3.4
11932026-06-11T14:26:22.380Z Downloaded twox-hash v2.1.2
11942026-06-11T14:26:22.384Z Downloaded typify v0.6.2
11952026-06-11T14:26:22.384Z Downloaded steno v0.4.1
11962026-06-11T14:26:22.388Z Downloaded iddqd v0.4.2
11972026-06-11T14:26:22.398Z Downloaded whoami v2.1.0
11982026-06-11T14:26:22.401Z Downloaded rpassword v7.4.0
11992026-06-11T14:26:22.410Z Downloaded libm v0.2.16
12002026-06-11T14:26:22.414Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-06-11T14:26:22.419Z Downloaded unicode-properties v0.1.4
12022026-06-11T14:26:22.422Z Downloaded zeroize v1.8.2
12032026-06-11T14:26:22.425Z Downloaded hyper v1.8.1
12042026-06-11T14:26:22.428Z Downloaded vte v0.14.1
12052026-06-11T14:26:22.431Z Downloaded rustyline v14.0.0
12062026-06-11T14:26:22.435Z Downloaded reedline v0.40.0
12072026-06-11T14:26:22.439Z Downloaded tokio-postgres v0.7.16
12082026-06-11T14:26:22.442Z Downloaded zstd-safe v7.2.4
12092026-06-11T14:26:22.442Z Downloaded xshell v0.2.7
12102026-06-11T14:26:22.445Z Downloaded vergen-git2 v9.1.0
12112026-06-11T14:26:22.445Z Downloaded zstd v0.13.3
12122026-06-11T14:26:22.459Z Downloaded tungstenite v0.21.0
12132026-06-11T14:26:22.462Z Downloaded typify v0.4.3
12142026-06-11T14:26:22.465Z Downloaded p384 v0.13.1
12152026-06-11T14:26:22.468Z Downloaded git2 v0.20.4
12162026-06-11T14:26:22.471Z Downloaded tungstenite v0.23.0
12172026-06-11T14:26:22.474Z Downloaded itertools v0.14.0
12182026-06-11T14:26:22.477Z Downloaded tracing-core v0.1.36
12192026-06-11T14:26:22.482Z Downloaded unicode-bidi v0.3.18
12202026-06-11T14:26:22.492Z Downloaded unicode_categories v0.1.1
12212026-06-11T14:26:22.496Z Downloaded toml_edit v0.19.15
12222026-06-11T14:26:22.500Z Downloaded zip v0.6.6
12232026-06-11T14:26:22.503Z Downloaded uzers v0.12.2
12242026-06-11T14:26:22.506Z Downloaded uuid v1.23.0
12252026-06-11T14:26:22.507Z Downloaded p521 v0.13.3
12262026-06-11T14:26:22.510Z Downloaded zerocopy v0.6.6
12272026-06-11T14:26:22.510Z Downloaded yasna v0.5.2
12282026-06-11T14:26:22.513Z Downloaded aho-corasick v1.1.4
12292026-06-11T14:26:22.516Z Downloaded blake3 v1.8.3
12302026-06-11T14:26:22.521Z Downloaded chrono v0.4.44
12312026-06-11T14:26:22.529Z Downloaded lalrpop v0.19.12
12322026-06-11T14:26:22.535Z Downloaded bitvec v1.0.1
12332026-06-11T14:26:22.543Z Downloaded rayon v1.11.0
12342026-06-11T14:26:22.548Z Downloaded zopfli v0.8.3
12352026-06-11T14:26:22.551Z Downloaded unsafe-libyaml v0.2.11
12362026-06-11T14:26:22.554Z Downloaded portable-atomic v1.13.1
12372026-06-11T14:26:22.557Z Downloaded salty v0.3.0
12382026-06-11T14:26:22.559Z Downloaded bindgen v0.71.1
12392026-06-11T14:26:22.568Z Downloaded unicode-segmentation v1.12.0
12402026-06-11T14:26:22.571Z Downloaded zerocopy-derive v0.8.40
12412026-06-11T14:26:22.574Z Downloaded serde_with v1.14.0
12422026-06-11T14:26:22.577Z Downloaded ssh-key v0.6.7
12432026-06-11T14:26:22.589Z Downloaded moka v0.12.13
12442026-06-11T14:26:22.598Z Downloaded yansi v1.0.1
12452026-06-11T14:26:22.608Z Downloaded regex v1.12.3
12462026-06-11T14:26:22.611Z Downloaded serde_with v3.17.0
12472026-06-11T14:26:22.620Z Downloaded reqwest v0.13.2
12482026-06-11T14:26:22.622Z Downloaded reqwest v0.12.28
12492026-06-11T14:26:22.640Z Downloaded object v0.30.4
12502026-06-11T14:26:22.647Z Downloaded zip v4.6.1
12512026-06-11T14:26:22.660Z Downloaded tower v0.5.3
12522026-06-11T14:26:22.665Z Downloaded aws-lc-rs v1.16.3
12532026-06-11T14:26:22.677Z Downloaded x509-cert v0.2.5
12542026-06-11T14:26:22.684Z Downloaded rustls-webpki v0.101.7
12552026-06-11T14:26:22.695Z Downloaded radix_trie v0.2.1
12562026-06-11T14:26:22.719Z Downloaded quick-xml v0.37.5
12572026-06-11T14:26:22.722Z Downloaded goblin v0.10.5
12582026-06-11T14:26:22.726Z Downloaded tokio-util v0.7.18
12592026-06-11T14:26:22.730Z Downloaded unicode-normalization v0.1.25
12602026-06-11T14:26:22.733Z Downloaded nix v0.28.0
12612026-06-11T14:26:22.741Z Downloaded tower-http v0.6.8
12622026-06-11T14:26:22.744Z Downloaded tough v0.22.0
12632026-06-11T14:26:22.750Z Downloaded typed-path v0.9.3
12642026-06-11T14:26:22.753Z Downloaded proptest v1.10.0
12652026-06-11T14:26:22.759Z Downloaded rustls-webpki v0.102.8
12662026-06-11T14:26:22.780Z Downloaded petname v2.0.2
12672026-06-11T14:26:22.796Z Downloaded smoltcp v0.9.1
12682026-06-11T14:26:22.801Z Downloaded dropshot v0.17.0
12692026-06-11T14:26:22.814Z Downloaded zlib-rs v0.6.2
12702026-06-11T14:26:22.817Z Downloaded hickory-proto v0.24.4
12712026-06-11T14:26:22.825Z Downloaded winnow v0.5.40
12722026-06-11T14:26:22.831Z Downloaded rustls v0.21.12
12732026-06-11T14:26:22.837Z Downloaded vcpkg v0.2.15
12742026-06-11T14:26:22.859Z Downloaded zerocopy v0.8.40
12752026-06-11T14:26:22.863Z Downloaded regress v0.10.5
12762026-06-11T14:26:22.869Z Downloaded rustls v0.22.4
12772026-06-11T14:26:22.876Z Downloaded regress v0.11.1
12782026-06-11T14:26:22.881Z Downloaded hickory-proto v0.25.2
12792026-06-11T14:26:22.889Z Downloaded diesel v2.3.7
12802026-06-11T14:26:22.922Z Downloaded rustls v0.23.37
12812026-06-11T14:26:22.926Z Downloaded polar-core v0.27.3
12822026-06-11T14:26:22.933Z Downloaded time v0.3.47
12832026-06-11T14:26:22.940Z Downloaded tabled v0.20.0
12842026-06-11T14:26:22.950Z Downloaded openssl v0.10.79
12852026-06-11T14:26:22.956Z Downloaded bstr v1.12.1
12862026-06-11T14:26:22.962Z Downloaded object v0.37.3
12872026-06-11T14:26:22.967Z Downloaded regex-syntax v0.6.29
12882026-06-11T14:26:22.970Z Downloaded nix v0.31.2
12892026-06-11T14:26:22.978Z Downloaded webpki-roots v1.0.6
12902026-06-11T14:26:22.982Z Downloaded winnow v0.6.26
12912026-06-11T14:26:22.985Z Downloaded quinn-proto v0.11.13
12922026-06-11T14:26:22.988Z Downloaded nix v0.27.1
12932026-06-11T14:26:22.995Z Downloaded openapiv3 v2.2.0
12942026-06-11T14:26:23.006Z Downloaded regex-syntax v0.8.10
12952026-06-11T14:26:23.012Z Downloaded smoltcp v0.11.0
12962026-06-11T14:26:23.027Z Downloaded typify-impl v0.6.2
12972026-06-11T14:26:23.036Z Downloaded tracing v0.1.44
12982026-06-11T14:26:23.045Z Downloaded typify-impl v0.4.3
12992026-06-11T14:26:23.052Z Downloaded rustix v0.38.44
13002026-06-11T14:26:23.076Z Downloaded zerocopy-derive v0.6.6
13012026-06-11T14:26:23.081Z Downloaded csv v1.4.0
13022026-06-11T14:26:23.103Z Downloaded petgraph v0.6.5
13032026-06-11T14:26:23.114Z Downloaded sqlparser v0.61.0
13042026-06-11T14:26:23.139Z Downloaded petgraph v0.8.3
13052026-06-11T14:26:23.150Z Downloaded sled v0.34.7
13062026-06-11T14:26:23.157Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-06-11T14:26:23.163Z Downloaded libz-sys v1.1.24
13082026-06-11T14:26:23.175Z Downloaded ratatui v0.29.0
13092026-06-11T14:26:23.215Z Downloaded regex-automata v0.4.14
13102026-06-11T14:26:23.244Z Downloaded jiff v0.2.21
13112026-06-11T14:26:23.258Z Downloaded chrono-tz v0.10.4
13122026-06-11T14:26:23.267Z Downloaded encoding_rs v0.8.35
13132026-06-11T14:26:23.288Z Downloaded ring v0.17.14
13142026-06-11T14:26:23.310Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-06-11T14:26:23.321Z Downloaded sha3 v0.10.8
13162026-06-11T14:26:23.331Z Downloaded tokio v1.52.1
13172026-06-11T14:26:23.353Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-06-11T14:26:23.952Z Downloaded aws-lc-sys v0.40.0
13192026-06-11T14:26:24.196Z Compiling libc v0.2.185
13202026-06-11T14:26:24.196Z Compiling serde v1.0.228
13212026-06-11T14:26:24.199Z Compiling log v0.4.29
13222026-06-11T14:26:24.199Z Compiling find-msvc-tools v0.1.9
13232026-06-11T14:26:24.354Z Compiling shlex v1.3.0
13242026-06-11T14:26:24.362Z Compiling smallvec v1.15.1
13252026-06-11T14:26:24.373Z Compiling syn v2.0.117
13262026-06-11T14:26:24.396Z Compiling typenum v1.19.0
13272026-06-11T14:26:24.556Z Compiling generic-array v0.14.7
13282026-06-11T14:26:24.592Z Compiling subtle v2.6.1
13292026-06-11T14:26:24.612Z Compiling scopeguard v1.2.0
13302026-06-11T14:26:24.625Z Compiling const-oid v0.9.6
13312026-06-11T14:26:24.683Z Compiling serde_json v1.0.149
13322026-06-11T14:26:24.719Z Compiling lock_api v0.4.14
13332026-06-11T14:26:24.770Z Compiling zerocopy v0.8.40
13342026-06-11T14:26:24.808Z Compiling pin-project-lite v0.2.17
13352026-06-11T14:26:24.902Z Compiling portable-atomic v1.13.1
13362026-06-11T14:26:24.958Z Compiling parking_lot_core v0.9.12
13372026-06-11T14:26:25.215Z Compiling getrandom v0.2.17
13382026-06-11T14:26:25.228Z Compiling jobserver v0.1.34
13392026-06-11T14:26:25.285Z Compiling errno v0.3.14
13402026-06-11T14:26:25.359Z Compiling rand_core v0.6.4
13412026-06-11T14:26:25.372Z Compiling pkg-config v0.3.32
13422026-06-11T14:26:25.430Z Compiling cc v1.2.56
13432026-06-11T14:26:25.445Z Compiling signal-hook-registry v1.4.8
13442026-06-11T14:26:25.642Z Compiling bitflags v2.11.0
13452026-06-11T14:26:25.724Z Compiling libm v0.2.16
13462026-06-11T14:26:25.872Z Compiling futures-core v0.3.32
13472026-06-11T14:26:25.892Z Compiling critical-section v1.2.0
13482026-06-11T14:26:25.917Z Compiling parking_lot v0.12.5
13492026-06-11T14:26:25.935Z Compiling mio v1.2.0
13502026-06-11T14:26:25.998Z Compiling once_cell v1.21.3
13512026-06-11T14:26:26.020Z Compiling num-traits v0.2.19
13522026-06-11T14:26:26.023Z Compiling percent-encoding v2.3.2
13532026-06-11T14:26:26.229Z Compiling socket2 v0.6.3
13542026-06-11T14:26:26.242Z Compiling futures-sink v0.3.32
13552026-06-11T14:26:26.304Z Compiling cpufeatures v0.2.17
13562026-06-11T14:26:26.342Z Compiling futures-channel v0.3.32
13572026-06-11T14:26:26.371Z Compiling slab v0.4.12
13582026-06-11T14:26:26.383Z Compiling getrandom v0.4.1
13592026-06-11T14:26:26.405Z Compiling futures-task v0.3.32
13602026-06-11T14:26:26.545Z Compiling futures-io v0.3.32
13612026-06-11T14:26:26.563Z Compiling rand_core v0.10.0
13622026-06-11T14:26:26.576Z Compiling indexmap v2.14.0
13632026-06-11T14:26:26.623Z Compiling getrandom v0.3.4
13642026-06-11T14:26:26.694Z Compiling rustversion v1.0.22
13652026-06-11T14:26:26.723Z Compiling form_urlencoded v1.2.2
13662026-06-11T14:26:26.953Z Compiling cmake v0.1.57
13672026-06-11T14:26:27.008Z Compiling fs_extra v1.3.0
13682026-06-11T14:26:27.078Z Compiling dunce v1.0.5
13692026-06-11T14:26:27.189Z Compiling synstructure v0.13.2
13702026-06-11T14:26:27.211Z Compiling base64ct v1.8.3
13712026-06-11T14:26:27.277Z Compiling ident_case v1.0.1
13722026-06-11T14:26:27.350Z Compiling aws-lc-sys v0.40.0
13732026-06-11T14:26:27.399Z Compiling rustix v1.1.3
13742026-06-11T14:26:27.497Z Compiling pem-rfc7468 v0.7.0
13752026-06-11T14:26:27.510Z Compiling regex-syntax v0.8.10
13762026-06-11T14:26:27.579Z Compiling flagset v0.4.7
13772026-06-11T14:26:27.713Z Compiling iana-time-zone v0.1.65
13782026-06-11T14:26:27.761Z Compiling rand_core v0.9.5
13792026-06-11T14:26:27.793Z Compiling ring v0.17.14
13802026-06-11T14:26:27.797Z Compiling aws-lc-rs v1.16.3
13812026-06-11T14:26:27.953Z Compiling vcpkg v0.2.15
13822026-06-11T14:26:28.113Z Compiling uuid v1.23.0
13832026-06-11T14:26:28.161Z Compiling rustc_version v0.4.1
13842026-06-11T14:26:28.499Z Compiling tracing-core v0.1.36
13852026-06-11T14:26:28.743Z Compiling openssl-sys v0.9.115
13862026-06-11T14:26:28.827Z Compiling base64 v0.22.1
13872026-06-11T14:26:28.972Z Compiling serde_derive v1.0.228
13882026-06-11T14:26:29.056Z Compiling zeroize_derive v1.4.3
13892026-06-11T14:26:29.149Z Compiling zerofrom-derive v0.1.6
13902026-06-11T14:26:29.199Z Compiling yoke-derive v0.8.1
13912026-06-11T14:26:29.273Z Compiling zerovec-derive v0.11.2
13922026-06-11T14:26:29.714Z Compiling zeroize v1.8.2
13932026-06-11T14:26:29.931Z Compiling zerocopy-derive v0.8.40
13942026-06-11T14:26:30.371Z Compiling displaydoc v0.2.5
13952026-06-11T14:26:30.410Z Compiling tokio-macros v2.7.0
13962026-06-11T14:26:30.491Z Compiling crypto-common v0.1.7
13972026-06-11T14:26:30.567Z Compiling zerofrom v0.1.6
13982026-06-11T14:26:30.635Z Compiling block-buffer v0.10.4
13992026-06-11T14:26:30.692Z Compiling yoke v0.8.1
14002026-06-11T14:26:30.806Z Compiling digest v0.10.7
14012026-06-11T14:26:30.878Z Compiling zerovec v0.11.5
14022026-06-11T14:26:31.061Z Compiling futures-macro v0.3.32
14032026-06-11T14:26:31.099Z Compiling zerotrie v0.2.3
14042026-06-11T14:26:31.121Z Compiling hmac v0.12.1
14052026-06-11T14:26:31.276Z Compiling block-padding v0.3.3
14062026-06-11T14:26:31.381Z Compiling tinystr v0.8.2
14072026-06-11T14:26:31.394Z Compiling potential_utf v0.1.4
14082026-06-11T14:26:31.433Z Compiling inout v0.1.4
14092026-06-11T14:26:31.552Z Compiling icu_locale_core v2.1.1
14102026-06-11T14:26:31.579Z Compiling icu_collections v2.1.1
14112026-06-11T14:26:31.598Z Compiling cipher v0.4.4
14122026-06-11T14:26:31.857Z Compiling sha2 v0.10.9
14132026-06-11T14:26:31.871Z Compiling futures-util v0.3.32
14142026-06-11T14:26:32.053Z Compiling der_derive v0.7.3
14152026-06-11T14:26:32.424Z Compiling bytes v1.11.1
14162026-06-11T14:26:32.440Z Compiling icu_provider v2.1.1
14172026-06-11T14:26:32.554Z Compiling chrono v0.4.44
14182026-06-11T14:26:32.735Z Compiling icu_normalizer v2.1.1
14192026-06-11T14:26:33.063Z Compiling tokio v1.52.1
14202026-06-11T14:26:33.092Z Compiling icu_properties v2.1.2
14212026-06-11T14:26:33.272Z Compiling der v0.7.10
14222026-06-11T14:26:33.340Z Compiling http v1.4.0
14232026-06-11T14:26:34.012Z Compiling idna_adapter v1.2.1
14242026-06-11T14:26:34.154Z Compiling idna v1.1.0
14252026-06-11T14:26:34.172Z Compiling spki v0.7.3
14262026-06-11T14:26:34.187Z Compiling salsa20 v0.10.2
14272026-06-11T14:26:34.253Z Compiling ppv-lite86 v0.2.21
14282026-06-11T14:26:34.328Z Compiling pbkdf2 v0.12.2
14292026-06-11T14:26:34.373Z Compiling rustls-pki-types v1.14.0
14302026-06-11T14:26:34.420Z Compiling tracing-attributes v0.1.31
14312026-06-11T14:26:34.438Z Compiling url v2.5.8
14322026-06-11T14:26:34.485Z Compiling thiserror-impl v2.0.18
14332026-06-11T14:26:34.572Z Compiling rand_chacha v0.9.0
14342026-06-11T14:26:34.812Z Compiling scrypt v0.11.0
14352026-06-11T14:26:34.827Z Compiling http-body v1.0.1
14362026-06-11T14:26:34.977Z Compiling cbc v0.1.2
14372026-06-11T14:26:35.064Z Compiling aes v0.8.4
14382026-06-11T14:26:35.191Z Compiling untrusted v0.9.0
14392026-06-11T14:26:35.221Z Compiling tinyvec_macros v0.1.1
14402026-06-11T14:26:35.260Z Compiling openssl-probe v0.2.1
14412026-06-11T14:26:35.291Z Compiling httparse v1.10.1
14422026-06-11T14:26:35.311Z Compiling untrusted v0.7.1
14432026-06-11T14:26:35.431Z Compiling tinyvec v1.10.0
14442026-06-11T14:26:35.672Z Compiling pkcs5 v0.7.1
14452026-06-11T14:26:35.711Z Compiling tracing v0.1.44
14462026-06-11T14:26:35.776Z Compiling pest_generator v2.8.6
14472026-06-11T14:26:35.809Z Compiling thiserror v2.0.18
14482026-06-11T14:26:35.918Z Compiling rand v0.9.2
14492026-06-11T14:26:35.971Z Compiling serde_derive_internals v0.29.1
14502026-06-11T14:26:36.104Z Compiling aho-corasick v1.1.4
14512026-06-11T14:26:36.140Z Compiling rustls v0.23.37
14522026-06-11T14:26:36.313Z Compiling tower-service v0.3.3
14532026-06-11T14:26:36.410Z Compiling atomic-waker v1.1.2
14542026-06-11T14:26:36.471Z Compiling try-lock v0.2.5
14552026-06-11T14:26:36.537Z Compiling tower-layer v0.3.3
14562026-06-11T14:26:36.580Z Compiling dyn-clone v1.0.20
14572026-06-11T14:26:36.697Z Compiling schemars v0.8.22
14582026-06-11T14:26:36.710Z Compiling want v0.3.1
14592026-06-11T14:26:36.723Z Compiling pest_derive v2.8.6
14602026-06-11T14:26:36.852Z Compiling tokio-util v0.7.18
14612026-06-11T14:26:36.873Z Compiling schemars_derive v0.8.22
14622026-06-11T14:26:36.909Z Compiling regex-automata v0.4.14
14632026-06-11T14:26:37.144Z Compiling pkcs8 v0.10.2
14642026-06-11T14:26:37.452Z Compiling ipnet v2.11.0
14652026-06-11T14:26:37.520Z Compiling h2 v0.4.13
14662026-06-11T14:26:37.791Z Compiling scroll_derive v0.13.1
14672026-06-11T14:26:37.878Z Compiling darling_core v0.20.11
14682026-06-11T14:26:37.942Z Compiling pin-utils v0.1.0
14692026-06-11T14:26:38.035Z Compiling httpdate v1.0.3
14702026-06-11T14:26:38.148Z Compiling foreign-types-shared v0.1.1
14712026-06-11T14:26:38.238Z Compiling openssl v0.10.79
14722026-06-11T14:26:38.261Z Compiling tempfile v3.25.0
14732026-06-11T14:26:38.489Z Compiling foreign-types v0.3.2
14742026-06-11T14:26:38.646Z Compiling unicode-normalization v0.1.25
14752026-06-11T14:26:38.653Z Compiling scroll v0.13.0
14762026-06-11T14:26:38.921Z Compiling openssl-macros v0.1.1
14772026-06-11T14:26:39.099Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-06-11T14:26:39.211Z Compiling spin v0.9.8
14792026-06-11T14:26:39.313Z Compiling crc32fast v1.5.0
14802026-06-11T14:26:39.422Z Compiling num-conv v0.2.0
14812026-06-11T14:26:39.489Z Compiling powerfmt v0.2.0
14822026-06-11T14:26:39.555Z Compiling native-tls v0.2.18
14832026-06-11T14:26:39.577Z Compiling time-core v0.1.8
14842026-06-11T14:26:39.690Z Compiling deranged v0.5.8
14852026-06-11T14:26:39.728Z Compiling time-macros v0.2.27
14862026-06-11T14:26:40.221Z Compiling darling_macro v0.20.11
14872026-06-11T14:26:40.667Z Compiling hyper v1.8.1
14882026-06-11T14:26:40.689Z Compiling darling v0.20.11
14892026-06-11T14:26:40.772Z Compiling goblin v0.10.5
14902026-06-11T14:26:40.787Z Compiling rustls-native-certs v0.8.3
14912026-06-11T14:26:41.029Z Compiling sync_wrapper v1.0.2
14922026-06-11T14:26:41.074Z Compiling wait-timeout v0.2.1
14932026-06-11T14:26:41.137Z Compiling num_threads v0.1.7
14942026-06-11T14:26:41.237Z Compiling siphasher v1.0.2
14952026-06-11T14:26:41.339Z Compiling quick-error v1.2.3
14962026-06-11T14:26:41.430Z Compiling syn v1.0.109
14972026-06-11T14:26:41.447Z Compiling bit-vec v0.8.0
14982026-06-11T14:26:41.494Z Compiling crossbeam-utils v0.8.21
14992026-06-11T14:26:41.676Z Compiling simd-adler32 v0.3.8
15002026-06-11T14:26:41.727Z Compiling hyper-util v0.1.20
15012026-06-11T14:26:41.778Z Compiling usdt-impl v0.6.0
15022026-06-11T14:26:41.920Z Compiling unicode-segmentation v1.12.0
15032026-06-11T14:26:42.069Z Compiling bit-set v0.8.0
15042026-06-11T14:26:42.227Z Compiling rusty-fork v0.3.1
15052026-06-11T14:26:42.298Z Compiling time v0.3.47
15062026-06-11T14:26:42.534Z Compiling tower v0.5.3
15072026-06-11T14:26:42.548Z Compiling derive_builder_core v0.20.2
15082026-06-11T14:26:43.039Z Compiling dtrace-parser v0.3.0
15092026-06-11T14:26:43.119Z Compiling http-body-util v0.1.3
15102026-06-11T14:26:43.371Z Compiling webpki-roots v1.0.6
15112026-06-11T14:26:43.463Z Compiling signature v2.2.0
15122026-06-11T14:26:43.492Z Compiling dof v0.4.0
15132026-06-11T14:26:43.525Z Compiling thiserror-impl v1.0.69
15142026-06-11T14:26:43.644Z Compiling scroll_derive v0.12.1
15152026-06-11T14:26:43.802Z Compiling heapless v0.7.17
15162026-06-11T14:26:43.911Z Compiling rand_xorshift v0.4.0
15172026-06-11T14:26:44.040Z Compiling slog v2.8.2
15182026-06-11T14:26:44.077Z Compiling darling_core v0.21.3
15192026-06-11T14:26:44.227Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-06-11T14:26:44.309Z Compiling thread-id v5.1.0
15212026-06-11T14:26:44.392Z Compiling cookie v0.18.1
15222026-06-11T14:26:44.498Z Compiling allocator-api2 v0.2.21
15232026-06-11T14:26:44.574Z Compiling paste v1.0.15
15242026-06-11T14:26:44.669Z Compiling anyhow v1.0.102
15252026-06-11T14:26:44.777Z Compiling unicode-bidi v0.3.18
15262026-06-11T14:26:44.822Z Compiling unarray v0.1.4
15272026-06-11T14:26:44.843Z Compiling unicode-properties v0.1.4
15282026-06-11T14:26:44.931Z Compiling iri-string v0.7.10
15292026-06-11T14:26:44.971Z Compiling ryu v1.0.23
15302026-06-11T14:26:45.030Z Compiling signal-hook v0.3.18
15312026-06-11T14:26:45.049Z Compiling zstd-safe v7.2.4
15322026-06-11T14:26:45.144Z Compiling adler2 v2.0.1
15332026-06-11T14:26:45.215Z Compiling stringprep v0.1.5
15342026-06-11T14:26:45.241Z Compiling miniz_oxide v0.8.9
15352026-06-11T14:26:45.273Z Compiling serde_urlencoded v0.7.1
15362026-06-11T14:26:45.512Z Compiling proptest v1.10.0
15372026-06-11T14:26:45.571Z Compiling thiserror v1.0.69
15382026-06-11T14:26:45.836Z Compiling scroll v0.12.0
15392026-06-11T14:26:46.096Z Compiling tower-http v0.6.8
15402026-06-11T14:26:46.317Z Compiling derive_builder_macro v0.20.2
15412026-06-11T14:26:46.406Z Compiling tokio-native-tls v0.3.1
15422026-06-11T14:26:46.420Z Compiling heck v0.4.1
15432026-06-11T14:26:46.554Z Compiling darling_macro v0.21.3
15442026-06-11T14:26:46.635Z Compiling ipnetwork v0.21.1
15452026-06-11T14:26:46.649Z Compiling bstr v1.12.1
15462026-06-11T14:26:46.762Z Compiling rand_chacha v0.3.1
15472026-06-11T14:26:47.025Z Compiling erased-serde v0.3.31
15482026-06-11T14:26:47.039Z Compiling toml_datetime v0.6.11
15492026-06-11T14:26:47.056Z Compiling serde_spanned v0.6.9
15502026-06-11T14:26:47.205Z Compiling serde_tokenstream v0.2.3
15512026-06-11T14:26:47.291Z Compiling md-5 v0.10.6
15522026-06-11T14:26:47.294Z Compiling pin-project-internal v1.1.11
15532026-06-11T14:26:47.458Z Compiling zerocopy-derive v0.7.35
15542026-06-11T14:26:47.503Z Compiling async-trait v0.1.89
15552026-06-11T14:26:47.518Z Compiling curve25519-dalek v4.1.3
15562026-06-11T14:26:47.569Z Compiling vergen-lib v9.1.0
15572026-06-11T14:26:47.753Z Compiling num-integer v0.1.46
15582026-06-11T14:26:47.847Z Compiling hash32 v0.2.1
15592026-06-11T14:26:48.110Z Compiling ff v0.13.1
15602026-06-11T14:26:48.110Z Compiling memoffset v0.9.1
15612026-06-11T14:26:48.251Z Compiling encoding_rs v0.8.35
15622026-06-11T14:26:48.320Z Compiling fallible-iterator v0.2.0
15632026-06-11T14:26:48.362Z Compiling mime v0.3.17
15642026-06-11T14:26:48.434Z Compiling rustix v0.38.44
15652026-06-11T14:26:48.568Z Compiling base16ct v0.2.0
15662026-06-11T14:26:48.627Z Compiling ref-cast v1.0.25
15672026-06-11T14:26:48.644Z Compiling smoltcp v0.9.1
15682026-06-11T14:26:48.754Z Compiling litrs v1.0.0
15692026-06-11T14:26:48.789Z Compiling cfg_aliases v0.2.1
15702026-06-11T14:26:48.867Z Compiling psl-types v2.0.11
15712026-06-11T14:26:48.930Z Compiling num-bigint-dig v0.8.6
15722026-06-11T14:26:48.984Z Compiling zlib-rs v0.6.2
15732026-06-11T14:26:49.016Z Compiling publicsuffix v2.3.0
15742026-06-11T14:26:49.192Z Compiling nix v0.31.2
15752026-06-11T14:26:49.274Z Compiling document-features v0.2.12
15762026-06-11T14:26:49.297Z Compiling sec1 v0.7.3
15772026-06-11T14:26:49.561Z Compiling postgres-protocol v0.6.10
15782026-06-11T14:26:49.575Z Compiling pin-project v1.1.11
15792026-06-11T14:26:49.675Z Compiling zerocopy v0.7.35
15802026-06-11T14:26:49.853Z Compiling group v0.13.0
15812026-06-11T14:26:50.034Z Compiling num-iter v0.1.45
15822026-06-11T14:26:50.154Z Compiling newtype-uuid v1.3.2
15832026-06-11T14:26:50.225Z Compiling darling v0.21.3
15842026-06-11T14:26:50.309Z Compiling rand v0.8.6
15852026-06-11T14:26:50.345Z Compiling oxnet v0.1.5
15862026-06-11T14:26:50.426Z Compiling hubpack_derive v0.1.1
15872026-06-11T14:26:50.481Z Compiling derive_builder v0.20.2
15882026-06-11T14:26:50.585Z Compiling snafu-derive v0.8.9
15892026-06-11T14:26:50.739Z Compiling hyper-tls v0.6.0
15902026-06-11T14:26:50.872Z Compiling goblin v0.8.2
15912026-06-11T14:26:51.475Z Compiling phf_shared v0.13.1
15922026-06-11T14:26:51.500Z Compiling lazy_static v1.5.0
15932026-06-11T14:26:51.595Z Compiling regex v1.12.3
15942026-06-11T14:26:51.712Z Compiling anstyle-parse v0.2.7
15952026-06-11T14:26:51.742Z Compiling strum_macros v0.27.2
15962026-06-11T14:26:51.899Z Compiling flate2 v1.1.9
15972026-06-11T14:26:52.027Z Compiling futures-executor v0.3.32
15982026-06-11T14:26:52.196Z Compiling hex v0.4.3
15992026-06-11T14:26:52.286Z Compiling hkdf v0.12.4
16002026-06-11T14:26:52.302Z Compiling crypto-bigint v0.5.5
16012026-06-11T14:26:52.456Z Compiling daft-derive v0.1.7
16022026-06-11T14:26:52.469Z Compiling curve25519-dalek-derive v0.1.1
16032026-06-11T14:26:52.472Z Compiling ref-cast-impl v1.0.25
16042026-06-11T14:26:53.025Z Compiling terminal_size v0.4.3
16052026-06-11T14:26:53.160Z Compiling vergen v9.1.0
16062026-06-11T14:26:53.174Z Compiling fs-err v3.3.0
16072026-06-11T14:26:53.187Z Compiling cargo-platform v0.3.2
16082026-06-11T14:26:53.342Z Compiling ahash v0.8.12
16092026-06-11T14:26:53.362Z Compiling foldhash v0.1.5
16102026-06-11T14:26:53.464Z Compiling foldhash v0.2.0
16112026-06-11T14:26:53.537Z Compiling same-file v1.0.6
16122026-06-11T14:26:53.552Z Compiling winnow v0.5.40
16132026-06-11T14:26:53.696Z Compiling libbz2-rs-sys v0.2.2
16142026-06-11T14:26:53.710Z Compiling object v0.37.3
16152026-06-11T14:26:53.761Z Compiling managed v0.8.0
16162026-06-11T14:26:53.981Z Compiling bitflags v1.3.2
16172026-06-11T14:26:54.001Z Compiling bumpalo v3.20.2
16182026-06-11T14:26:54.255Z Compiling zopfli v0.8.3
16192026-06-11T14:26:54.392Z Compiling bzip2 v0.6.1
16202026-06-11T14:26:54.484Z Compiling strum v0.27.2
16212026-06-11T14:26:54.499Z Compiling clap_builder v4.6.0
16222026-06-11T14:26:54.590Z Compiling walkdir v2.5.0
16232026-06-11T14:26:54.611Z Compiling hashbrown v0.16.1
16242026-06-11T14:26:54.870Z Compiling toml_edit v0.19.15
16252026-06-11T14:26:54.907Z Compiling hashbrown v0.15.5
16262026-06-11T14:26:54.987Z Compiling cargo_metadata v0.23.1
16272026-06-11T14:26:55.086Z Compiling elliptic-curve v0.13.8
16282026-06-11T14:26:55.210Z Compiling daft v0.1.7
16292026-06-11T14:26:55.475Z Compiling dof v0.3.0
16302026-06-11T14:26:55.590Z Compiling snafu v0.8.9
16312026-06-11T14:26:55.949Z Compiling futures v0.3.32
16322026-06-11T14:26:56.035Z Compiling anstream v0.6.21
16332026-06-11T14:26:56.198Z Compiling phf v0.13.1
16342026-06-11T14:26:56.333Z Compiling signal-hook-mio v0.2.5
16352026-06-11T14:26:56.450Z Compiling cookie_store v0.22.1
16362026-06-11T14:26:56.592Z Compiling bzip2 v0.4.4
16372026-06-11T14:26:56.727Z Compiling hubpack v0.1.2
16382026-06-11T14:26:56.806Z Compiling zstd v0.13.3
16392026-06-11T14:26:56.948Z Compiling serde_with_macros v3.17.0
16402026-06-11T14:26:57.072Z Compiling postgres-types v0.2.12
16412026-06-11T14:26:57.489Z Compiling usdt-attr-macro v0.6.0
16422026-06-11T14:26:57.504Z Compiling usdt-macro v0.6.0
16432026-06-11T14:26:57.623Z Compiling globset v0.4.18
16442026-06-11T14:26:58.116Z Compiling dtrace-parser v0.2.0
16452026-06-11T14:26:58.263Z Compiling ed25519 v2.2.3
16462026-06-11T14:26:58.318Z Compiling phf_shared v0.11.3
16472026-06-11T14:26:58.331Z Compiling olpc-cjson v0.1.4
16482026-06-11T14:26:58.359Z Compiling pkcs1 v0.7.5
16492026-06-11T14:26:58.490Z Compiling enum-as-inner v0.6.1
16502026-06-11T14:26:58.505Z Compiling strum_macros v0.26.4
16512026-06-11T14:26:58.521Z Compiling clap_derive v4.6.1
16522026-06-11T14:26:58.769Z Compiling serde-big-array v0.5.1
16532026-06-11T14:26:58.885Z Compiling serde_plain v1.0.2
16542026-06-11T14:26:58.921Z Compiling rfc6979 v0.4.0
16552026-06-11T14:26:58.998Z Compiling pem v3.0.6
16562026-06-11T14:26:59.052Z Compiling serde_repr v0.1.20
16572026-06-11T14:26:59.087Z Compiling async-recursion v1.1.1
16582026-06-11T14:26:59.197Z Compiling float-cmp v0.10.0
16592026-06-11T14:26:59.344Z Compiling thread-id v4.2.2
16602026-06-11T14:26:59.358Z Compiling memmap2 v0.9.10
16612026-06-11T14:26:59.430Z Compiling env_filter v1.0.0
16622026-06-11T14:26:59.573Z Compiling whoami v2.1.0
16632026-06-11T14:26:59.587Z Compiling static_assertions v1.1.0
16642026-06-11T14:26:59.665Z Compiling typed-path v0.9.3
16652026-06-11T14:26:59.732Z Compiling fixedbitset v0.4.2
16662026-06-11T14:26:59.735Z Compiling data-encoding v2.10.0
16672026-06-11T14:26:59.951Z Compiling fixedbitset v0.5.7
16682026-06-11T14:26:59.954Z Compiling jiff v0.2.21
16692026-06-11T14:27:00.263Z Compiling predicates-core v1.0.10
16702026-06-11T14:27:00.278Z Compiling keccak v0.1.6
16712026-06-11T14:27:00.319Z Compiling normalize-line-endings v0.3.0
16722026-06-11T14:27:00.418Z Compiling either v1.15.0
16732026-06-11T14:27:00.438Z Compiling difflib v0.4.0
16742026-06-11T14:27:00.441Z Compiling new_debug_unreachable v1.0.6
16752026-06-11T14:27:00.525Z Compiling precomputed-hash v0.1.1
16762026-06-11T14:27:00.615Z Compiling string_cache v0.8.9
16772026-06-11T14:27:00.629Z Compiling itertools v0.13.0
16782026-06-11T14:27:00.841Z Compiling predicates v3.1.4
16792026-06-11T14:27:00.892Z Compiling sha3 v0.10.8
16802026-06-11T14:27:01.007Z Compiling clap v4.6.1
16812026-06-11T14:27:01.092Z Compiling strum v0.26.3
16822026-06-11T14:27:01.107Z Compiling petgraph v0.8.3
16832026-06-11T14:27:01.227Z Compiling hickory-proto v0.25.2
16842026-06-11T14:27:01.350Z Compiling toml_edit v0.22.27
16852026-06-11T14:27:01.501Z Compiling petgraph v0.6.5
16862026-06-11T14:27:01.867Z Compiling tokio-postgres v0.7.16
16872026-06-11T14:27:02.038Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-06-11T14:27:03.044Z Compiling zip v4.6.1
16892026-06-11T14:27:03.065Z Compiling env_logger v0.11.9
16902026-06-11T14:27:03.430Z Compiling usdt v0.6.0
16912026-06-11T14:27:03.705Z Compiling usdt-impl v0.5.0
16922026-06-11T14:27:04.037Z Compiling ecdsa v0.16.9
16932026-06-11T14:27:04.132Z Compiling rsa v0.9.10
16942026-06-11T14:27:04.157Z Compiling ed25519-dalek v2.2.0
16952026-06-11T14:27:04.273Z Compiling serde_with v3.17.0
16962026-06-11T14:27:04.349Z Compiling crossterm v0.28.1
16972026-06-11T14:27:04.842Z Compiling zip v0.6.6
16982026-06-11T14:27:05.339Z Compiling toml v0.7.8
16992026-06-11T14:27:05.401Z Compiling iddqd v0.4.2
17002026-06-11T14:27:05.974Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-06-11T14:27:05.990Z Compiling similar v2.7.0
17022026-06-11T14:27:06.048Z Compiling crossbeam-epoch v0.9.18
17032026-06-11T14:27:06.146Z Compiling tokio-stream v0.1.18
17042026-06-11T14:27:06.374Z Compiling buf-list v1.1.2
17052026-06-11T14:27:06.611Z Compiling x509-cert v0.2.5
17062026-06-11T14:27:06.611Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-06-11T14:27:06.651Z Compiling openapiv3 v2.2.0
17082026-06-11T14:27:06.707Z Compiling sha1 v0.10.6
17092026-06-11T14:27:06.849Z Compiling lalrpop-util v0.19.12
17102026-06-11T14:27:06.926Z Compiling peg-runtime v0.8.5
17112026-06-11T14:27:06.941Z Compiling thread_local v1.1.9
17122026-06-11T14:27:07.051Z Compiling slog-async v2.8.0
17132026-06-11T14:27:07.206Z Compiling crossbeam-channel v0.5.15
17142026-06-11T14:27:07.218Z Compiling is-terminal v0.4.17
17152026-06-11T14:27:07.315Z Compiling filetime v0.2.27
17162026-06-11T14:27:07.397Z Compiling term v1.2.1
17172026-06-11T14:27:07.484Z Compiling take_mut v0.2.2
17182026-06-11T14:27:07.493Z Compiling xattr v1.6.1
17192026-06-11T14:27:07.656Z Compiling tar v0.4.45
17202026-06-11T14:27:07.672Z Compiling slog-term v2.9.2
17212026-06-11T14:27:17.201Z Compiling rustls-webpki v0.103.9
17222026-06-11T14:27:20.035Z Compiling tokio-rustls v0.26.4
17232026-06-11T14:27:20.035Z Compiling rustls-platform-verifier v0.6.2
17242026-06-11T14:27:20.238Z Compiling hyper-rustls v0.27.7
17252026-06-11T14:27:20.443Z Compiling reqwest v0.12.28
17262026-06-11T14:27:20.443Z Compiling reqwest v0.13.2
17272026-06-11T14:27:21.713Z Compiling tough v0.22.0
17282026-06-11T14:27:24.277Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-06-11T14:27:24.496Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-06-11T14:27:27.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17312026-06-11T14:27:27.569Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-06-11T14:27:27.625ZJun 11 14:27:26.767 INFO Starting download, target: Cockroach
17332026-06-11T14:27:27.625ZJun 11 14:27:26.767 INFO Starting download, target: Clickhouse
17342026-06-11T14:27:27.625ZJun 11 14:27:26.767 INFO Starting download, target: Console
17352026-06-11T14:27:27.625ZJun 11 14:27:26.767 INFO Starting download, target: DendriteStub
17362026-06-11T14:27:27.630ZJun 11 14:27:26.767 INFO Starting download, target: MaghemiteMgd
17372026-06-11T14:27:27.630ZJun 11 14:27:26.767 INFO Starting download, target: MaghemiteDdmd
17382026-06-11T14:27:27.630ZJun 11 14:27:26.767 INFO Starting download, target: TransceiverControl
17392026-06-11T14:27:27.630ZJun 11 14:27:26.768 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-06-11T14:27:27.630ZJun 11 14:27:26.768 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-06-11T14:27:27.630ZJun 11 14:27:26.768 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-06-11T14:27:27.630ZJun 11 14:27:26.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-06-11T14:27:27.630ZJun 11 14:27:26.768 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-06-11T14:27:27.630ZJun 11 14:27:26.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-06-11T14:27:27.630ZJun 11 14:27:26.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-06-11T14:27:28.525ZJun 11 14:27:27.668 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-06-11T14:27:28.768ZJun 11 14:27:27.910 INFO Download complete, target: Console
17482026-06-11T14:27:29.605ZJun 11 14:27:28.747 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-06-11T14:27:29.819ZJun 11 14:27:28.955 INFO Download complete, target: TransceiverControl
17502026-06-11T14:27:30.073ZJun 11 14:27:29.201 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-06-11T14:27:30.768ZJun 11 14:27:29.899 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17522026-06-11T14:27:31.032ZJun 11 14:27:30.171 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-06-11T14:27:31.051ZJun 11 14:27:30.188 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-06-11T14:27:31.543ZJun 11 14:27:30.686 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-06-11T14:27:31.543ZJun 11 14:27:30.686 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-06-11T14:27:32.774ZJun 11 14:27:31.916 INFO Download complete, target: MaghemiteDdmd
17572026-06-11T14:27:33.460ZJun 11 14:27:32.603 INFO Download complete, target: MaghemiteMgd
17582026-06-11T14:27:33.630ZJun 11 14:27:32.773 INFO Download complete, target: DendriteStub
17592026-06-11T14:27:36.366ZJun 11 14:27:35.507 INFO Checking that binary works, target: Cockroach
17602026-06-11T14:27:36.483ZJun 11 14:27:35.620 INFO Download complete, target: Cockroach
17612026-06-11T14:27:37.111ZJun 11 14:27:36.214 INFO Checking that binary works, target: Clickhouse
17622026-06-11T14:27:37.200ZJun 11 14:27:36.333 INFO Download complete, target: Clickhouse
17632026-06-11T14:27:37.206ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-06-11T14:27:37.211Z
17652026-06-11T14:27:37.211Zreal 2:20.773582491
17662026-06-11T14:27:37.211Zuser 7:02.236887383
17672026-06-11T14:27:37.211Zsys 1:24.014770052
17682026-06-11T14:27:37.211Ztrap 0.220736963
17692026-06-11T14:27:37.211Ztflt 0.641611971
17702026-06-11T14:27:37.211Zdflt 0.647968284
17712026-06-11T14:27:37.212Zkflt 0.025524154
17722026-06-11T14:27:37.212Zlock 21:58.950480234
17732026-06-11T14:27:37.212Zslp 21:37.436362672
17742026-06-11T14:27:37.212Zlat 42.854308223
17752026-06-11T14:27:37.212Zstop 1:53.630100872
17762026-06-11T14:27:37.212Z+ banner hack-check
17772026-06-11T14:27:37.212Z
17782026-06-11T14:27:37.212Z # # ## #### # # #### # # ###### #### # #
17792026-06-11T14:27:37.212Z # # # # # # # # # # # # # # # # #
17802026-06-11T14:27:37.212Z ###### # # # #### ##### # ###### ##### # ####
17812026-06-11T14:27:37.212Z # # ###### # # # # # # # # # #
17822026-06-11T14:27:37.213Z # # # # # # # # # # # # # # # # #
17832026-06-11T14:27:37.213Z # # # # #### # # #### # # ###### #### # #
17842026-06-11T14:27:37.213Z
17852026-06-11T14:27:37.213Z+ export CARGO_INCREMENTAL=0
17862026-06-11T14:27:37.213Z+ CARGO_INCREMENTAL=0
17872026-06-11T14:27:37.213Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-06-11T14:27:37.766Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-06-11T14:27:37.985Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-06-11T14:27:39.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
17912026-06-11T14:27:39.957Z Running `target/debug/xtask check-features --ci`
17922026-06-11T14:27:39.983Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-06-11T14:27:39.983Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-06-11T14:27:40.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17952026-06-11T14:27:40.550Z Running `target/debug/xtask download cargo-hack`
17962026-06-11T14:27:41.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-06-11T14:27:41.642Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-06-11T14:27:44.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
17992026-06-11T14:27:44.378Z Running `target/debug/xtask-downloader cargo-hack`
18002026-06-11T14:27:44.418ZJun 11 14:27:43.561 INFO Starting download, target: CargoHack
18012026-06-11T14:27:44.423ZJun 11 14:27:43.562 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-06-11T14:27:45.102ZJun 11 14:27:44.241 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-06-11T14:27:45.156ZJun 11 14:27:44.292 INFO Download complete, target: CargoHack
18042026-06-11T14:27:45.164Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18052026-06-11T14:27:45.168Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-06-11T14:27:45.323Zinfo: running `cargo check --bins` on api_identity (1/295)
18072026-06-11T14:27:45.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-11T14:27:45.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-11T14:27:45.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-11T14:27:45.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18112026-06-11T14:27:45.915Z
18122026-06-11T14:27:45.915Zinfo: running `cargo check --bins` on bootstore (2/295)
18132026-06-11T14:27:46.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-11T14:27:46.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-11T14:27:46.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-11T14:27:46.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18172026-06-11T14:27:46.512Z
18182026-06-11T14:27:46.512Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18192026-06-11T14:27:47.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-11T14:27:47.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-11T14:27:47.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-11T14:27:47.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18232026-06-11T14:27:47.096Z
18242026-06-11T14:27:47.096Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18252026-06-11T14:27:47.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-11T14:27:47.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-11T14:27:47.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-11T14:27:47.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18292026-06-11T14:27:47.676Z
18302026-06-11T14:27:47.676Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18312026-06-11T14:27:48.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-11T14:27:48.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-11T14:27:48.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-11T14:27:48.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18352026-06-11T14:27:48.272Z
18362026-06-11T14:27:48.272Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18372026-06-11T14:27:48.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-11T14:27:48.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-11T14:27:48.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-11T14:27:48.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18412026-06-11T14:27:48.878Z
18422026-06-11T14:27:48.878Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18432026-06-11T14:27:49.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-11T14:27:49.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-11T14:27:49.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-11T14:27:49.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18472026-06-11T14:27:49.481Z
18482026-06-11T14:27:49.481Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18492026-06-11T14:27:49.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-11T14:27:49.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-11T14:27:49.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-11T14:27:50.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18532026-06-11T14:27:50.093Z
18542026-06-11T14:27:50.093Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18552026-06-11T14:27:50.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-11T14:27:50.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-11T14:27:50.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-11T14:27:50.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18592026-06-11T14:27:50.573Z
18602026-06-11T14:27:50.573Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18612026-06-11T14:27:50.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-11T14:27:50.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-11T14:27:50.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-11T14:27:50.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18652026-06-11T14:27:51.042Z
18662026-06-11T14:27:51.042Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18672026-06-11T14:27:51.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-11T14:27:51.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-11T14:27:51.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-11T14:27:51.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18712026-06-11T14:27:51.516Z
18722026-06-11T14:27:51.516Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18732026-06-11T14:27:51.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-11T14:27:51.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-11T14:27:51.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-11T14:27:51.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18772026-06-11T14:27:51.997Z
18782026-06-11T14:27:51.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18792026-06-11T14:27:52.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-11T14:27:52.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-11T14:27:52.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-11T14:27:52.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18832026-06-11T14:27:52.477Z
18842026-06-11T14:27:52.477Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18852026-06-11T14:27:52.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-11T14:27:52.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-11T14:27:52.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-11T14:27:52.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18892026-06-11T14:27:52.942Z
18902026-06-11T14:27:52.942Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18912026-06-11T14:27:53.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-11T14:27:53.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-11T14:27:53.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-11T14:27:53.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18952026-06-11T14:27:53.421Z
18962026-06-11T14:27:53.421Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18972026-06-11T14:27:53.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-11T14:27:53.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-11T14:27:53.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-11T14:27:53.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19012026-06-11T14:27:53.887Z
19022026-06-11T14:27:53.887Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
19032026-06-11T14:27:54.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-11T14:27:54.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-11T14:27:54.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-11T14:27:54.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-06-11T14:27:54.358Z
19082026-06-11T14:27:54.358Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19092026-06-11T14:27:54.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-11T14:27:54.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-11T14:27:54.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-11T14:27:54.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19132026-06-11T14:27:54.825Z
19142026-06-11T14:27:54.825Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19152026-06-11T14:27:55.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-11T14:27:55.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-11T14:27:55.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-11T14:27:55.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19192026-06-11T14:27:55.295Z
19202026-06-11T14:27:55.295Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19212026-06-11T14:27:55.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-11T14:27:55.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-11T14:27:55.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-11T14:27:55.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-06-11T14:27:55.770Z
19262026-06-11T14:27:55.770Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19272026-06-11T14:27:56.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-11T14:27:56.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-11T14:27:56.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-11T14:27:56.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19312026-06-11T14:27:56.249Z
19322026-06-11T14:27:56.249Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19332026-06-11T14:27:56.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-11T14:27:56.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-11T14:27:56.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-11T14:27:56.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19372026-06-11T14:27:56.723Z
19382026-06-11T14:27:56.723Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19392026-06-11T14:27:57.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-11T14:27:57.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-11T14:27:57.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-11T14:27:57.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19432026-06-11T14:27:57.195Z
19442026-06-11T14:27:57.195Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19452026-06-11T14:27:57.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-11T14:27:57.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-11T14:27:57.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-11T14:27:57.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-06-11T14:27:57.670Z
19502026-06-11T14:27:57.670Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19512026-06-11T14:27:58.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-11T14:27:58.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-11T14:27:58.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-11T14:27:58.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19552026-06-11T14:27:58.148Z
19562026-06-11T14:27:58.148Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19572026-06-11T14:27:58.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-11T14:27:58.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-11T14:27:58.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-11T14:27:58.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19612026-06-11T14:27:58.625Z
19622026-06-11T14:27:58.625Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19632026-06-11T14:27:59.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-11T14:27:59.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-11T14:27:59.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-11T14:27:59.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19672026-06-11T14:27:59.104Z
19682026-06-11T14:27:59.104Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19692026-06-11T14:27:59.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-11T14:27:59.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-11T14:27:59.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-11T14:27:59.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19732026-06-11T14:27:59.583Z
19742026-06-11T14:27:59.583Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19752026-06-11T14:27:59.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-11T14:27:59.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-11T14:27:59.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-11T14:28:00.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19792026-06-11T14:28:00.057Z
19802026-06-11T14:28:00.057Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19812026-06-11T14:28:00.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-11T14:28:00.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-11T14:28:00.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-11T14:28:00.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19852026-06-11T14:28:00.528Z
19862026-06-11T14:28:00.528Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19872026-06-11T14:28:00.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-11T14:28:00.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-11T14:28:00.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-11T14:28:00.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19912026-06-11T14:28:01.010Z
19922026-06-11T14:28:01.010Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19932026-06-11T14:28:01.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-11T14:28:01.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-11T14:28:01.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-11T14:28:01.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-06-11T14:28:01.482Z
19982026-06-11T14:28:01.482Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19992026-06-11T14:28:01.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-11T14:28:01.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-11T14:28:01.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-11T14:28:01.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-06-11T14:28:01.948Z
20042026-06-11T14:28:01.948Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20052026-06-11T14:28:02.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-11T14:28:02.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-11T14:28:02.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-11T14:28:02.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-06-11T14:28:02.413Z
20102026-06-11T14:28:02.413Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20112026-06-11T14:28:02.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-11T14:28:02.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-11T14:28:02.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-11T14:28:02.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-06-11T14:28:02.882Z
20162026-06-11T14:28:02.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20172026-06-11T14:28:03.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-11T14:28:03.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-11T14:28:03.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-11T14:28:03.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-06-11T14:28:03.347Z
20222026-06-11T14:28:03.347Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20232026-06-11T14:28:03.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-11T14:28:03.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-11T14:28:03.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-11T14:28:03.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-06-11T14:28:03.816Z
20282026-06-11T14:28:03.816Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20292026-06-11T14:28:04.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-11T14:28:04.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-11T14:28:04.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-11T14:28:04.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-06-11T14:28:04.286Z
20342026-06-11T14:28:04.286Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20352026-06-11T14:28:04.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-11T14:28:04.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-11T14:28:04.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-11T14:28:04.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20392026-06-11T14:28:04.758Z
20402026-06-11T14:28:04.758Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20412026-06-11T14:28:05.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-11T14:28:05.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-11T14:28:05.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-11T14:28:05.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20452026-06-11T14:28:05.231Z
20462026-06-11T14:28:05.231Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20472026-06-11T14:28:05.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-11T14:28:05.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-11T14:28:05.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-11T14:28:05.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20512026-06-11T14:28:05.701Z
20522026-06-11T14:28:05.701Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20532026-06-11T14:28:06.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-11T14:28:06.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-11T14:28:06.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-11T14:28:06.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20572026-06-11T14:28:06.174Z
20582026-06-11T14:28:06.174Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20592026-06-11T14:28:06.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-11T14:28:06.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-11T14:28:06.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-11T14:28:06.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20632026-06-11T14:28:06.647Z
20642026-06-11T14:28:06.647Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20652026-06-11T14:28:07.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-11T14:28:07.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-11T14:28:07.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-11T14:28:07.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20692026-06-11T14:28:07.126Z
20702026-06-11T14:28:07.126Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20712026-06-11T14:28:07.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-11T14:28:07.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-11T14:28:07.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-11T14:28:07.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20752026-06-11T14:28:07.602Z
20762026-06-11T14:28:07.602Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20772026-06-11T14:28:08.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-11T14:28:08.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-11T14:28:08.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-11T14:28:08.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20812026-06-11T14:28:08.077Z
20822026-06-11T14:28:08.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20832026-06-11T14:28:08.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-11T14:28:08.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-11T14:28:08.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-11T14:28:08.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20872026-06-11T14:28:08.553Z
20882026-06-11T14:28:08.553Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20892026-06-11T14:28:08.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-11T14:28:08.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-11T14:28:08.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-11T14:28:08.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20932026-06-11T14:28:09.029Z
20942026-06-11T14:28:09.029Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20952026-06-11T14:28:09.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-11T14:28:09.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-11T14:28:09.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-11T14:28:09.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-06-11T14:28:09.666Z
21002026-06-11T14:28:09.666Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
21012026-06-11T14:28:10.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-11T14:28:10.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-11T14:28:10.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-11T14:28:10.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21052026-06-11T14:28:10.315Z
21062026-06-11T14:28:10.315Zinfo: running `cargo check --bins` on nexus-config (51/295)
21072026-06-11T14:28:10.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-11T14:28:10.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-11T14:28:10.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-11T14:28:10.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21112026-06-11T14:28:10.956Z
21122026-06-11T14:28:10.956Zinfo: running `cargo check --bins` on nexus-types (52/295)
21132026-06-11T14:28:11.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-11T14:28:11.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-11T14:28:11.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-11T14:28:11.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21172026-06-11T14:28:11.596Z
21182026-06-11T14:28:11.596Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21192026-06-11T14:28:12.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-11T14:28:12.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-11T14:28:12.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-11T14:28:12.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21232026-06-11T14:28:12.206Z
21242026-06-11T14:28:12.206Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21252026-06-11T14:28:12.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-11T14:28:12.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-11T14:28:12.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-11T14:28:12.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21292026-06-11T14:28:12.786Z
21302026-06-11T14:28:12.786Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21312026-06-11T14:28:13.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-11T14:28:13.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-11T14:28:13.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-11T14:28:13.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352026-06-11T14:28:13.388Z
21362026-06-11T14:28:13.388Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21372026-06-11T14:28:13.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-11T14:28:13.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-11T14:28:13.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-11T14:28:13.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21412026-06-11T14:28:14.000Z
21422026-06-11T14:28:14.000Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21432026-06-11T14:28:14.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-11T14:28:14.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-11T14:28:14.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-11T14:28:14.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21472026-06-11T14:28:14.615Z
21482026-06-11T14:28:14.615Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21492026-06-11T14:28:15.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-11T14:28:15.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-11T14:28:15.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-11T14:28:15.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21532026-06-11T14:28:15.237Z
21542026-06-11T14:28:15.237Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21552026-06-11T14:28:15.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-11T14:28:15.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-11T14:28:15.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-11T14:28:15.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592026-06-11T14:28:15.828Z
21602026-06-11T14:28:15.828Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21612026-06-11T14:28:16.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-11T14:28:16.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-11T14:28:16.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-11T14:28:16.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21652026-06-11T14:28:16.422Z
21662026-06-11T14:28:16.422Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21672026-06-11T14:28:16.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-11T14:28:16.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-11T14:28:16.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-11T14:28:16.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-06-11T14:28:17.016Z
21722026-06-11T14:28:17.016Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21732026-06-11T14:28:17.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-11T14:28:17.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-11T14:28:17.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-11T14:28:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21772026-06-11T14:28:17.610Z
21782026-06-11T14:28:17.610Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21792026-06-11T14:28:18.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-11T14:28:18.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-11T14:28:18.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-11T14:28:18.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21832026-06-11T14:28:18.220Z
21842026-06-11T14:28:18.220Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21852026-06-11T14:28:18.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-11T14:28:18.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-11T14:28:18.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-11T14:28:18.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21892026-06-11T14:28:18.830Z
21902026-06-11T14:28:18.830Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21912026-06-11T14:28:19.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-11T14:28:19.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-11T14:28:19.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-11T14:28:19.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21952026-06-11T14:28:19.419Z
21962026-06-11T14:28:19.419Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21972026-06-11T14:28:19.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-11T14:28:19.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-11T14:28:19.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-11T14:28:19.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-06-11T14:28:20.012Z
22022026-06-11T14:28:20.012Zinfo: running `cargo check --bins` on ereport-types (67/295)
22032026-06-11T14:28:20.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-11T14:28:20.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-11T14:28:20.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-11T14:28:20.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-06-11T14:28:20.610Z
22082026-06-11T14:28:20.610Zinfo: running `cargo check --bins` on gateway-client (68/295)
22092026-06-11T14:28:21.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-11T14:28:21.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-11T14:28:21.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-11T14:28:21.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22132026-06-11T14:28:21.218Z
22142026-06-11T14:28:21.218Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22152026-06-11T14:28:21.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-11T14:28:21.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-11T14:28:21.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-11T14:28:21.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22192026-06-11T14:28:21.816Z
22202026-06-11T14:28:21.816Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22212026-06-11T14:28:22.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-11T14:28:22.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-11T14:28:22.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-11T14:28:22.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22252026-06-11T14:28:22.420Z
22262026-06-11T14:28:22.420Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22272026-06-11T14:28:22.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-11T14:28:22.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-11T14:28:22.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-11T14:28:22.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-06-11T14:28:23.020Z
22322026-06-11T14:28:23.020Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22332026-06-11T14:28:23.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-11T14:28:23.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-11T14:28:23.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-11T14:28:23.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22372026-06-11T14:28:23.624Z
22382026-06-11T14:28:23.624Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22392026-06-11T14:28:24.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-11T14:28:24.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-11T14:28:24.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-11T14:28:24.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22432026-06-11T14:28:24.251Z
22442026-06-11T14:28:24.251Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22452026-06-11T14:28:24.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-11T14:28:24.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-11T14:28:24.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-11T14:28:24.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22492026-06-11T14:28:24.874Z
22502026-06-11T14:28:24.874Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22512026-06-11T14:28:25.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-11T14:28:25.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-11T14:28:25.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-06-11T14:28:25.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22552026-06-11T14:28:25.467Z
22562026-06-11T14:28:25.467Zinfo: running `cargo check --bins` on oxlog (76/295)
22572026-06-11T14:28:25.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-06-11T14:28:25.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-06-11T14:28:26.096Z Checking cfg-if v1.0.4
22602026-06-11T14:28:26.099Z Checking libc v0.2.185
22612026-06-11T14:28:26.099Z Checking serde_core v1.0.228
22622026-06-11T14:28:26.217Z Checking zeroize v1.8.2
22632026-06-11T14:28:26.225Z Checking memchr v2.8.0
22642026-06-11T14:28:26.233Z Checking log v0.4.29
22652026-06-11T14:28:26.243Z Checking smallvec v1.15.1
22662026-06-11T14:28:26.254Z Checking typenum v1.19.0
22672026-06-11T14:28:26.254Z Checking subtle v2.6.1
22682026-06-11T14:28:26.355Z Checking itoa v1.0.17
22692026-06-11T14:28:26.397Z Checking scopeguard v1.2.0
22702026-06-11T14:28:26.410Z Checking stable_deref_trait v1.2.1
22712026-06-11T14:28:26.422Z Checking const-oid v0.9.6
22722026-06-11T14:28:26.484Z Checking zerofrom v0.1.6
22732026-06-11T14:28:26.496Z Checking lock_api v0.4.14
22742026-06-11T14:28:26.508Z Checking pin-project-lite v0.2.17
22752026-06-11T14:28:26.596Z Checking yoke v0.8.1
22762026-06-11T14:28:26.611Z Checking portable-atomic v1.13.1
22772026-06-11T14:28:26.614Z Checking getrandom v0.2.17
22782026-06-11T14:28:26.614Z Checking errno v0.3.14
22792026-06-11T14:28:26.692Z Checking parking_lot_core v0.9.12
22802026-06-11T14:28:26.760Z Checking zerovec v0.11.5
22812026-06-11T14:28:26.772Z Checking generic-array v0.14.7
22822026-06-11T14:28:26.783Z Checking signal-hook-registry v1.4.8
22832026-06-11T14:28:26.795Z Checking rand_core v0.6.4
22842026-06-11T14:28:26.882Z Checking futures-core v0.3.32
22852026-06-11T14:28:26.938Z Checking critical-section v1.2.0
22862026-06-11T14:28:26.967Z Checking parking_lot v0.12.5
22872026-06-11T14:28:27.002Z Checking mio v1.2.0
22882026-06-11T14:28:27.038Z Checking zerocopy v0.8.40
22892026-06-11T14:28:27.049Z Checking once_cell v1.21.3
22902026-06-11T14:28:27.090Z Checking zmij v1.0.21
22912026-06-11T14:28:27.154Z Checking socket2 v0.6.3
22922026-06-11T14:28:27.184Z Checking tinystr v0.8.2
22932026-06-11T14:28:27.212Z Checking crypto-common v0.1.7
22942026-06-11T14:28:27.224Z Checking block-buffer v0.10.4
22952026-06-11T14:28:27.283Z Checking libm v0.2.16
22962026-06-11T14:28:27.300Z Checking percent-encoding v2.3.2
22972026-06-11T14:28:27.332Z Checking litemap v0.8.1
22982026-06-11T14:28:27.354Z Checking digest v0.10.7
22992026-06-11T14:28:27.357Z Checking equivalent v1.0.2
23002026-06-11T14:28:27.393Z Checking writeable v0.6.2
23012026-06-11T14:28:27.438Z Checking potential_utf v0.1.4
23022026-06-11T14:28:27.450Z Checking zerotrie v0.2.3
23032026-06-11T14:28:27.502Z Checking futures-sink v0.3.32
23042026-06-11T14:28:27.546Z Checking icu_locale_core v2.1.1
23052026-06-11T14:28:27.547Z Checking slab v0.4.12
23062026-06-11T14:28:27.570Z Checking icu_collections v2.1.1
23072026-06-11T14:28:27.598Z Checking futures-channel v0.3.32
23082026-06-11T14:28:27.692Z Checking cpufeatures v0.2.17
23092026-06-11T14:28:27.695Z Checking serde v1.0.228
23102026-06-11T14:28:27.714Z Checking bitflags v2.11.0
23112026-06-11T14:28:27.761Z Checking serde_json v1.0.149
23122026-06-11T14:28:27.790Z Checking futures-task v0.3.32
23132026-06-11T14:28:27.872Z Checking futures-io v0.3.32
23142026-06-11T14:28:27.885Z Checking hmac v0.12.1
23152026-06-11T14:28:27.927Z Checking icu_properties_data v2.1.2
23162026-06-11T14:28:27.982Z Checking futures-util v0.3.32
23172026-06-11T14:28:27.994Z Checking num-traits v0.2.19
23182026-06-11T14:28:28.014Z Checking icu_normalizer_data v2.1.1
23192026-06-11T14:28:28.053Z Checking rand_core v0.10.0
23202026-06-11T14:28:28.096Z Checking hashbrown v0.17.0
23212026-06-11T14:28:28.109Z Checking bytes v1.11.1
23222026-06-11T14:28:28.112Z Checking icu_provider v2.1.1
23232026-06-11T14:28:28.198Z Checking getrandom v0.4.1
23242026-06-11T14:28:28.349Z Checking block-padding v0.3.3
23252026-06-11T14:28:28.360Z Checking icu_properties v2.1.2
23262026-06-11T14:28:28.444Z Checking icu_normalizer v2.1.1
23272026-06-11T14:28:28.484Z Checking inout v0.1.4
23282026-06-11T14:28:28.522Z Checking utf8_iter v1.0.4
23292026-06-11T14:28:28.549Z Checking tokio v1.52.1
23302026-06-11T14:28:28.571Z Checking indexmap v2.14.0
23312026-06-11T14:28:28.617Z Checking cipher v0.4.4
23322026-06-11T14:28:28.642Z Checking sha2 v0.10.9
23332026-06-11T14:28:28.750Z Checking form_urlencoded v1.2.2
23342026-06-11T14:28:28.823Z Checking getrandom v0.3.4
23352026-06-11T14:28:28.884Z Checking base64ct v1.8.3
23362026-06-11T14:28:28.913Z Checking fnv v1.0.7
23372026-06-11T14:28:28.963Z Checking byteorder v1.5.0
23382026-06-11T14:28:29.005Z Checking flagset v0.4.7
23392026-06-11T14:28:29.112Z Checking pem-rfc7468 v0.7.0
23402026-06-11T14:28:29.126Z Checking rand_core v0.9.5
23412026-06-11T14:28:29.139Z Checking http v1.4.0
23422026-06-11T14:28:29.162Z Checking regex-syntax v0.8.10
23432026-06-11T14:28:29.186Z Checking idna_adapter v1.2.1
23442026-06-11T14:28:29.263Z Checking der v0.7.10
23452026-06-11T14:28:29.302Z Checking idna v1.1.0
23462026-06-11T14:28:29.316Z Checking salsa20 v0.10.2
23472026-06-11T14:28:29.446Z Checking uuid v1.23.0
23482026-06-11T14:28:29.541Z Checking url v2.5.8
23492026-06-11T14:28:29.690Z Checking pbkdf2 v0.12.2
23502026-06-11T14:28:29.766Z Checking rustix v1.1.3
23512026-06-11T14:28:29.802Z Checking tracing-core v0.1.36
23522026-06-11T14:28:29.841Z Checking ppv-lite86 v0.2.21
23532026-06-11T14:28:29.898Z Checking rustls-pki-types v1.14.0
23542026-06-11T14:28:29.986Z Checking iana-time-zone v0.1.65
23552026-06-11T14:28:30.017Z Checking spki v0.7.3
23562026-06-11T14:28:30.092Z Checking base64 v0.22.1
23572026-06-11T14:28:30.107Z Checking tracing v0.1.44
23582026-06-11T14:28:30.133Z Checking rand_chacha v0.9.0
23592026-06-11T14:28:30.181Z Checking chrono v0.4.44
23602026-06-11T14:28:30.193Z Checking scrypt v0.11.0
23612026-06-11T14:28:30.301Z Checking http-body v1.0.1
23622026-06-11T14:28:30.325Z Checking aes v0.8.4
23632026-06-11T14:28:30.340Z Checking cbc v0.1.2
23642026-06-11T14:28:30.350Z Checking aws-lc-sys v0.40.0
23652026-06-11T14:28:30.434Z Checking tinyvec_macros v0.1.1
23662026-06-11T14:28:30.463Z Checking untrusted v0.7.1
23672026-06-11T14:28:30.479Z Checking untrusted v0.9.0
23682026-06-11T14:28:30.499Z Checking openssl-probe v0.2.1
23692026-06-11T14:28:30.575Z Checking tinyvec v1.10.0
23702026-06-11T14:28:30.587Z Checking ring v0.17.14
23712026-06-11T14:28:30.603Z Checking rand v0.9.2
23722026-06-11T14:28:30.618Z Checking atomic-waker v1.1.2
23732026-06-11T14:28:30.715Z Checking try-lock v0.2.5
23742026-06-11T14:28:30.719Z Checking pkcs5 v0.7.1
23752026-06-11T14:28:30.815Z Checking tower-service v0.3.3
23762026-06-11T14:28:30.856Z Checking aws-lc-rs v1.16.3
23772026-06-11T14:28:30.882Z Checking tower-layer v0.3.3
23782026-06-11T14:28:30.904Z Checking want v0.3.1
23792026-06-11T14:28:30.979Z Checking pkcs8 v0.10.2
23802026-06-11T14:28:31.029Z Checking ipnet v2.11.0
23812026-06-11T14:28:31.042Z Checking httparse v1.10.1
23822026-06-11T14:28:31.056Z Checking aho-corasick v1.1.4
23832026-06-11T14:28:31.076Z Checking plain v0.2.3
23842026-06-11T14:28:31.153Z Checking httpdate v1.0.3
23852026-06-11T14:28:31.180Z Checking utf8parse v0.2.2
23862026-06-11T14:28:31.247Z Checking fastrand v2.3.0
23872026-06-11T14:28:31.282Z Checking dyn-clone v1.0.20
23882026-06-11T14:28:31.294Z Checking foreign-types-shared v0.1.1
23892026-06-11T14:28:31.307Z Checking pin-utils v0.1.0
23902026-06-11T14:28:31.373Z Checking foreign-types v0.3.2
23912026-06-11T14:28:31.388Z Checking unicode-normalization v0.1.25
23922026-06-11T14:28:31.402Z Checking semver v1.0.28
23932026-06-11T14:28:31.423Z Checking tempfile v3.25.0
23942026-06-11T14:28:31.440Z Checking openssl-sys v0.9.115
23952026-06-11T14:28:31.585Z Checking spin v0.9.8
23962026-06-11T14:28:31.610Z Checking unicode-ident v1.0.24
23972026-06-11T14:28:31.623Z Checking anstyle v1.0.14
23982026-06-11T14:28:31.704Z Checking rustls-webpki v0.103.9
23992026-06-11T14:28:31.719Z Checking ucd-trie v0.1.7
24002026-06-11T14:28:31.731Z Checking regex-automata v0.4.14
24012026-06-11T14:28:31.769Z Checking proc-macro2 v1.0.106
24022026-06-11T14:28:31.783Z Checking tokio-util v0.7.18
24032026-06-11T14:28:31.797Z Checking schemars v0.8.22
24042026-06-11T14:28:31.810Z Checking rustls-native-certs v0.8.3
24052026-06-11T14:28:31.823Z Checking openssl v0.10.79
24062026-06-11T14:28:31.847Z Checking pest v2.8.6
24072026-06-11T14:28:31.935Z Checking thiserror v2.0.18
24082026-06-11T14:28:32.040Z Checking sync_wrapper v1.0.2
24092026-06-11T14:28:32.082Z Checking wait-timeout v0.2.1
24102026-06-11T14:28:32.135Z Checking rustls v0.23.37
24112026-06-11T14:28:32.147Z Checking anstyle-query v1.1.5
24122026-06-11T14:28:32.201Z Checking siphasher v1.0.2
24132026-06-11T14:28:32.234Z Checking bit-vec v0.8.0
24142026-06-11T14:28:32.352Z Checking pretty-hex v0.4.1
24152026-06-11T14:28:32.380Z Checking h2 v0.4.13
24162026-06-11T14:28:32.430Z Checking quick-error v1.2.3
24172026-06-11T14:28:32.443Z Checking simd-adler32 v0.3.8
24182026-06-11T14:28:32.466Z Checking colorchoice v1.0.4
24192026-06-11T14:28:32.531Z Checking is_terminal_polyfill v1.70.2
24202026-06-11T14:28:32.564Z Checking powerfmt v0.2.0
24212026-06-11T14:28:32.610Z Checking rusty-fork v0.3.1
24222026-06-11T14:28:32.624Z Checking bit-set v0.8.0
24232026-06-11T14:28:32.711Z Checking deranged v0.5.8
24242026-06-11T14:28:32.770Z Checking tower v0.5.3
24252026-06-11T14:28:32.786Z Checking quote v1.0.45
24262026-06-11T14:28:32.914Z Compiling newtype-uuid v1.3.2
24272026-06-11T14:28:32.951Z Checking http-body-util v0.1.3
24282026-06-11T14:28:33.114Z Checking webpki-roots v1.0.6
24292026-06-11T14:28:33.164Z Checking crossbeam-utils v0.8.21
24302026-06-11T14:28:33.177Z Checking rand_xorshift v0.4.0
24312026-06-11T14:28:33.229Z Checking crc32fast v1.5.0
24322026-06-11T14:28:33.296Z Checking scroll v0.13.0
24332026-06-11T14:28:33.371Z Checking signature v2.2.0
24342026-06-11T14:28:33.506Z Checking num-conv v0.2.0
24352026-06-11T14:28:33.506Z Checking num_threads v0.1.7
24362026-06-11T14:28:33.534Z Checking unicode-properties v0.1.4
24372026-06-11T14:28:33.571Z Checking time-core v0.1.8
24382026-06-11T14:28:33.592Z Checking unicode-bidi v0.3.18
24392026-06-11T14:28:33.631Z Checking allocator-api2 v0.2.21
24402026-06-11T14:28:33.668Z Checking iri-string v0.7.10
24412026-06-11T14:28:33.712Z Checking unarray v0.1.4
24422026-06-11T14:28:33.725Z Checking adler2 v2.0.1
24432026-06-11T14:28:33.818Z Checking ryu v1.0.23
24442026-06-11T14:28:33.831Z Checking miniz_oxide v0.8.9
24452026-06-11T14:28:33.881Z Checking native-tls v0.2.18
24462026-06-11T14:28:33.894Z Checking stringprep v0.1.5
24472026-06-11T14:28:33.918Z Checking proptest v1.10.0
24482026-06-11T14:28:33.951Z Checking serde_urlencoded v0.7.1
24492026-06-11T14:28:34.039Z Checking time v0.3.47
24502026-06-11T14:28:34.054Z Checking tokio-native-tls v0.3.1
24512026-06-11T14:28:34.157Z Checking bstr v1.12.1
24522026-06-11T14:28:34.183Z Checking goblin v0.10.5
24532026-06-11T14:28:34.216Z Checking crossbeam-epoch v0.9.18
24542026-06-11T14:28:34.439Z Compiling daft v0.1.7
24552026-06-11T14:28:34.543Z Checking tokio-rustls v0.26.4
24562026-06-11T14:28:34.559Z Checking syn v2.0.117
24572026-06-11T14:28:34.697Z Checking tower-http v0.6.8
24582026-06-11T14:28:34.723Z Checking ipnetwork v0.21.1
24592026-06-11T14:28:34.778Z Checking anstyle-parse v1.0.0
24602026-06-11T14:28:34.934Z Checking rand_chacha v0.3.1
24612026-06-11T14:28:34.945Z Checking thiserror v1.0.69
24622026-06-11T14:28:34.977Z Checking scroll v0.12.0
24632026-06-11T14:28:35.040Z Checking hash32 v0.2.1
24642026-06-11T14:28:35.102Z Checking hyper v1.8.1
24652026-06-11T14:28:35.138Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-06-11T14:28:35.176Z Checking num-integer v0.1.46
24672026-06-11T14:28:35.195Z Checking serde_spanned v0.6.9
24682026-06-11T14:28:35.207Z Checking toml_datetime v0.6.11
24692026-06-11T14:28:35.249Z Checking md-5 v0.10.6
24702026-06-11T14:28:35.318Z Checking ff v0.13.1
24712026-06-11T14:28:35.379Z Checking encoding_rs v0.8.35
24722026-06-11T14:28:35.393Z Checking mime v0.3.17
24732026-06-11T14:28:35.405Z Checking fallible-iterator v0.2.0
24742026-06-11T14:28:35.447Z Checking psl-types v2.0.11
24752026-06-11T14:28:35.564Z Checking base16ct v0.2.0
24762026-06-11T14:28:35.576Z Checking zlib-rs v0.6.2
24772026-06-11T14:28:35.672Z Checking postgres-protocol v0.6.10
24782026-06-11T14:28:35.692Z Checking sec1 v0.7.3
24792026-06-11T14:28:35.884Z Checking publicsuffix v2.3.0
24802026-06-11T14:28:35.897Z Checking group v0.13.0
24812026-06-11T14:28:35.984Z Checking num-iter v0.1.45
24822026-06-11T14:28:36.020Z Checking hyper-util v0.1.20
24832026-06-11T14:28:36.038Z Checking zstd-safe v7.2.4
24842026-06-11T14:28:36.038Z Checking goblin v0.8.2
24852026-06-11T14:28:36.093Z Checking heapless v0.7.17
24862026-06-11T14:28:36.204Z Checking cookie v0.18.1
24872026-06-11T14:28:36.327Z Checking rand v0.8.6
24882026-06-11T14:28:36.433Z Checking oxnet v0.1.5
24892026-06-11T14:28:36.451Z Checking flate2 v1.1.9
24902026-06-11T14:28:36.505Z Checking anstream v1.0.0
24912026-06-11T14:28:36.518Z Checking dof v0.4.0
24922026-06-11T14:28:36.671Z Compiling iddqd v0.4.2
24932026-06-11T14:28:36.704Z Checking dtrace-parser v0.3.0
24942026-06-11T14:28:36.741Z Checking phf_shared v0.13.1
24952026-06-11T14:28:36.843Z Checking lazy_static v1.5.0
24962026-06-11T14:28:36.866Z Checking anstyle-parse v0.2.7
24972026-06-11T14:28:36.931Z Checking pin-project v1.1.11
24982026-06-11T14:28:36.943Z Checking zerocopy v0.7.35
24992026-06-11T14:28:36.946Z Checking terminal_size v0.4.3
25002026-06-11T14:28:37.015Z Checking bzip2-sys v0.1.13+1.0.8
25012026-06-11T14:28:37.029Z Checking signal-hook v0.3.18
25022026-06-11T14:28:37.063Z Checking futures-executor v0.3.32
25032026-06-11T14:28:37.099Z Checking hex v0.4.3
25042026-06-11T14:28:37.150Z Checking hkdf v0.12.4
25052026-06-11T14:28:37.209Z Checking crypto-bigint v0.5.5
25062026-06-11T14:28:37.214Z Checking thread-id v5.1.0
25072026-06-11T14:28:37.273Z Checking hyper-rustls v0.27.7
25082026-06-11T14:28:37.286Z Checking hyper-tls v0.6.0
25092026-06-11T14:28:37.298Z Checking foldhash v0.2.0
25102026-06-11T14:28:37.324Z Checking libbz2-rs-sys v0.2.2
25112026-06-11T14:28:37.423Z Compiling rayon-core v1.13.0
25122026-06-11T14:28:37.451Z Checking either v1.15.0
25132026-06-11T14:28:37.461Z Checking same-file v1.0.6
25142026-06-11T14:28:37.480Z Checking bumpalo v3.20.2
25152026-06-11T14:28:37.571Z Checking foldhash v0.1.5
25162026-06-11T14:28:37.595Z Checking winnow v0.7.14
25172026-06-11T14:28:37.629Z Checking bitflags v1.3.2
25182026-06-11T14:28:37.680Z Checking winnow v0.5.40
25192026-06-11T14:28:37.700Z Checking clap_lex v1.0.0
25202026-06-11T14:28:37.712Z Checking managed v0.8.0
25212026-06-11T14:28:37.712Z Checking strsim v0.11.1
25222026-06-11T14:28:37.851Z Checking hashbrown v0.15.5
25232026-06-11T14:28:37.876Z Checking clap_builder v4.6.0
25242026-06-11T14:28:37.908Z Checking smoltcp v0.9.1
25252026-06-11T14:28:37.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-06-11T14:28:37.966Z Checking dof v0.3.0
25272026-06-11T14:28:38.135Z Checking elliptic-curve v0.13.8
25282026-06-11T14:28:38.151Z Checking bzip2 v0.6.1
25292026-06-11T14:28:38.273Z Checking zopfli v0.8.3
25302026-06-11T14:28:38.336Z Checking walkdir v2.5.0
25312026-06-11T14:28:38.348Z Checking reqwest v0.12.28
25322026-06-11T14:28:38.451Z Checking hashbrown v0.16.1
25332026-06-11T14:28:38.499Z Checking usdt-impl v0.6.0
25342026-06-11T14:28:38.526Z Checking futures v0.3.32
25352026-06-11T14:28:38.606Z Checking signal-hook-mio v0.2.5
25362026-06-11T14:28:38.618Z Checking bzip2 v0.4.4
25372026-06-11T14:28:38.708Z Checking snafu v0.8.9
25382026-06-11T14:28:38.775Z Checking anstream v0.6.21
25392026-06-11T14:28:38.778Z Checking phf v0.13.1
25402026-06-11T14:28:38.812Z Checking num-bigint-dig v0.8.6
25412026-06-11T14:28:38.833Z Checking toml_edit v0.19.15
25422026-06-11T14:28:38.943Z Checking cookie_store v0.22.1
25432026-06-11T14:28:38.956Z Checking zstd v0.13.3
25442026-06-11T14:28:38.974Z Checking postgres-types v0.2.12
25452026-06-11T14:28:39.123Z Checking dtrace-parser v0.2.0
25462026-06-11T14:28:39.141Z Checking globset v0.4.18
25472026-06-11T14:28:39.161Z Checking rustls-platform-verifier v0.6.2
25482026-06-11T14:28:39.211Z Checking crossbeam-deque v0.8.6
25492026-06-11T14:28:39.272Z Checking regex v1.12.3
25502026-06-11T14:28:39.288Z Checking ed25519 v2.2.3
25512026-06-11T14:28:39.300Z Checking phf_shared v0.11.3
25522026-06-11T14:28:39.361Z Checking olpc-cjson v0.1.4
25532026-06-11T14:28:39.382Z Checking curve25519-dalek v4.1.3
25542026-06-11T14:28:39.394Z Checking ref-cast v1.0.25
25552026-06-11T14:28:39.439Z Checking strum v0.27.2
25562026-06-11T14:28:39.468Z Checking hubpack v0.1.2
25572026-06-11T14:28:39.486Z Checking memoffset v0.9.1
25582026-06-11T14:28:39.499Z Checking rustix v0.38.44
25592026-06-11T14:28:39.549Z Checking pkcs1 v0.7.5
25602026-06-11T14:28:39.552Z Checking pem v3.0.6
25612026-06-11T14:28:39.574Z Checking float-cmp v0.10.0
25622026-06-11T14:28:39.619Z Checking serde-big-array v0.5.1
25632026-06-11T14:28:39.631Z Checking serde_plain v1.0.2
25642026-06-11T14:28:39.694Z Checking erased-serde v0.3.31
25652026-06-11T14:28:39.712Z Checking rfc6979 v0.4.0
25662026-06-11T14:28:39.749Z Checking memmap2 v0.9.10
25672026-06-11T14:28:39.761Z Checking thread-id v4.2.2
25682026-06-11T14:28:39.773Z Checking env_filter v1.0.0
25692026-06-11T14:28:39.830Z Checking static_assertions v1.1.0
25702026-06-11T14:28:39.843Z Checking new_debug_unreachable v1.0.6
25712026-06-11T14:28:39.875Z Checking jiff v0.2.21
25722026-06-11T14:28:39.899Z Checking predicates-core v1.0.10
25732026-06-11T14:28:39.911Z Checking normalize-line-endings v0.3.0
25742026-06-11T14:28:39.915Z Checking keccak v0.1.6
25752026-06-11T14:28:39.915Z Checking unicode-segmentation v1.12.0
25762026-06-11T14:28:40.019Z Checking difflib v0.4.0
25772026-06-11T14:28:40.020Z Checking fixedbitset v0.4.2
25782026-06-11T14:28:40.073Z Checking data-encoding v2.10.0
25792026-06-11T14:28:40.076Z Checking precomputed-hash v0.1.1
25802026-06-11T14:28:40.162Z Checking typed-path v0.9.3
25812026-06-11T14:28:40.178Z Checking fixedbitset v0.5.7
25822026-06-11T14:28:40.186Z Checking whoami v2.1.0
25832026-06-11T14:28:40.198Z Checking toml_write v0.1.2
25842026-06-11T14:28:40.242Z Checking similar v2.7.0
25852026-06-11T14:28:40.301Z Checking crossterm v0.28.1
25862026-06-11T14:28:40.348Z Checking hickory-proto v0.25.2
25872026-06-11T14:28:40.362Z Checking petgraph v0.8.3
25882026-06-11T14:28:40.365Z Checking toml_edit v0.22.27
25892026-06-11T14:28:40.386Z Checking tokio-postgres v0.7.16
25902026-06-11T14:28:40.624Z Checking predicates v3.1.4
25912026-06-11T14:28:40.922Z Checking petgraph v0.6.5
25922026-06-11T14:28:40.934Z Checking tough v0.22.0
25932026-06-11T14:28:40.998Z Checking string_cache v0.8.9
25942026-06-11T14:28:41.168Z Checking ed25519-dalek v2.2.0
25952026-06-11T14:28:41.397Z Checking slog v2.8.2
25962026-06-11T14:28:41.457Z Checking sha3 v0.10.8
25972026-06-11T14:28:41.625Z Checking env_logger v0.11.9
25982026-06-11T14:28:41.660Z Checking usdt v0.6.0
25992026-06-11T14:28:41.663Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-06-11T14:28:41.815Z Checking toml v0.7.8
26012026-06-11T14:28:41.828Z Checking usdt-impl v0.5.0
26022026-06-11T14:28:41.927Z Checking ecdsa v0.16.9
26032026-06-11T14:28:42.109Z Checking rsa v0.9.10
26042026-06-11T14:28:42.113Z Checking zip v4.6.1
26052026-06-11T14:28:42.134Z Checking nix v0.31.2
26062026-06-11T14:28:42.581Z Checking reqwest v0.13.2
26072026-06-11T14:28:42.594Z Checking clap v4.6.1
26082026-06-11T14:28:42.673Z Checking toml_parser v1.0.9+spec-1.1.0
26092026-06-11T14:28:42.692Z Checking zip v0.6.6
26102026-06-11T14:28:42.986Z Checking itertools v0.13.0
26112026-06-11T14:28:43.007Z Checking serde_with v3.17.0
26122026-06-11T14:28:43.020Z Checking strum v0.26.3
26132026-06-11T14:28:43.079Z Checking fs-err v3.3.0
26142026-06-11T14:28:43.141Z Checking ahash v0.8.12
26152026-06-11T14:28:43.155Z Checking object v0.37.3
26162026-06-11T14:28:43.221Z Checking tokio-stream v0.1.18
26172026-06-11T14:28:43.343Z Checking buf-list v1.1.2
26182026-06-11T14:28:43.408Z Checking anyhow v1.0.102
26192026-06-11T14:28:43.446Z Checking camino v1.2.2
26202026-06-11T14:28:43.527Z Checking x509-cert v0.2.5
26212026-06-11T14:28:43.586Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26222026-06-11T14:28:43.614Z Checking openapiv3 v2.2.0
26232026-06-11T14:28:43.697Z Checking sha1 v0.10.6
26242026-06-11T14:28:43.848Z Checking peg-runtime v0.8.5
26252026-06-11T14:28:43.865Z Checking lalrpop-util v0.19.12
26262026-06-11T14:28:43.994Z Checking rayon v1.11.0
26272026-06-11T14:28:44.007Z Checking sigpipe v0.1.3
26282026-06-11T14:28:44.026Z Checking glob v0.3.3
26292026-06-11T14:28:45.428Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26302026-06-11T14:28:45.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
26312026-06-11T14:28:45.869Z
26322026-06-11T14:28:45.869Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26332026-06-11T14:28:46.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-11T14:28:46.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-11T14:28:46.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-11T14:28:46.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26372026-06-11T14:28:46.471Z
26382026-06-11T14:28:46.471Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26392026-06-11T14:28:46.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-11T14:28:46.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-11T14:28:46.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-11T14:28:46.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-06-11T14:28:47.075Z
26442026-06-11T14:28:47.075Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26452026-06-11T14:28:47.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-11T14:28:47.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-11T14:28:47.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-11T14:28:47.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26492026-06-11T14:28:47.687Z
26502026-06-11T14:28:47.687Zinfo: running `cargo check --bins` on oxql-types (80/295)
26512026-06-11T14:28:48.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-11T14:28:48.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-11T14:28:48.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-11T14:28:48.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26552026-06-11T14:28:48.290Z
26562026-06-11T14:28:48.290Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26572026-06-11T14:28:48.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-11T14:28:48.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-11T14:28:48.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-11T14:28:48.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26612026-06-11T14:28:48.891Z
26622026-06-11T14:28:48.891Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26632026-06-11T14:28:49.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-11T14:28:49.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-11T14:28:49.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-11T14:28:49.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26672026-06-11T14:28:49.498Z
26682026-06-11T14:28:49.498Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26692026-06-11T14:28:50.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-11T14:28:50.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-11T14:28:50.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-06-11T14:28:50.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26732026-06-11T14:28:50.099Z
26742026-06-11T14:28:50.099Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26752026-06-11T14:28:50.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-06-11T14:28:50.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-06-11T14:28:50.796Z Compiling structmeta-derive v0.3.0
26782026-06-11T14:28:50.915Z Compiling rustls v0.22.4
26792026-06-11T14:28:50.923Z Compiling multer v3.1.0
26802026-06-11T14:28:50.932Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-06-11T14:28:50.932Z Compiling async-stream-impl v0.3.6
26822026-06-11T14:28:50.954Z Compiling dropshot v0.17.0
26832026-06-11T14:28:50.970Z Compiling newtype-uuid-macros v0.1.0
26842026-06-11T14:28:50.970Z Compiling dropshot_endpoint v0.17.0
26852026-06-11T14:28:51.092Z Checking newtype-uuid v1.3.2
26862026-06-11T14:28:51.151Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-06-11T14:28:51.220Z Checking rustls-webpki v0.102.8
26882026-06-11T14:28:51.284Z Checking daft v0.1.7
26892026-06-11T14:28:51.305Z Checking thread_local v1.1.9
26902026-06-11T14:28:51.471Z Checking compression-core v0.4.31
26912026-06-11T14:28:51.517Z Checking match_cfg v0.1.0
26922026-06-11T14:28:51.533Z Checking iddqd v0.4.2
26932026-06-11T14:28:51.553Z Checking crossbeam-channel v0.5.15
26942026-06-11T14:28:51.584Z Checking hostname v0.3.1
26952026-06-11T14:28:51.597Z Checking compression-codecs v0.4.37
26962026-06-11T14:28:51.681Z Checking atomicwrites v0.4.4
26972026-06-11T14:28:51.731Z Checking slog-json v2.6.1
26982026-06-11T14:28:51.763Z Checking is-terminal v0.4.17
26992026-06-11T14:28:51.805Z Checking serde_spanned v1.0.4
27002026-06-11T14:28:51.857Z Checking toml_datetime v1.0.0+spec-1.1.0
27012026-06-11T14:28:51.884Z Checking debug-ignore v1.0.5
27022026-06-11T14:28:51.897Z Checking term v1.2.1
27032026-06-11T14:28:51.935Z Checking take_mut v0.2.2
27042026-06-11T14:28:51.972Z Compiling structmeta v0.3.0
27052026-06-11T14:28:51.985Z Checking toml_writer v1.0.6+spec-1.1.0
27062026-06-11T14:28:52.038Z Checking slog-async v2.8.0
27072026-06-11T14:28:52.052Z Checking slog-bunyan v2.5.0
27082026-06-11T14:28:52.113Z Checking slog-term v2.9.2
27092026-06-11T14:28:52.159Z Checking toml v1.0.6+spec-1.1.0
27102026-06-11T14:28:52.172Z Checking async-compression v0.4.41
27112026-06-11T14:28:52.185Z Compiling derive-ex v0.1.8
27122026-06-11T14:28:52.208Z Compiling parse-display-derive v0.10.0
27132026-06-11T14:28:52.372Z Checking async-stream v0.3.6
27142026-06-11T14:28:52.411Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27152026-06-11T14:28:52.443Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27162026-06-11T14:28:52.500Z Checking progenitor-client v0.14.0
27172026-06-11T14:28:52.516Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-06-11T14:28:52.663Z Checking waitgroup v0.1.2
27192026-06-11T14:28:52.725Z Checking backon v1.6.0
27202026-06-11T14:28:52.737Z Checking rustls-pemfile v2.2.0
27212026-06-11T14:28:52.751Z Checking serde_path_to_error v0.1.20
27222026-06-11T14:28:52.772Z Checking hostname v0.4.2
27232026-06-11T14:28:52.869Z Checking instant v0.1.13
27242026-06-11T14:28:52.954Z Checking backoff v0.4.0
27252026-06-11T14:28:53.060Z Checking progenitor-extras v0.2.0
27262026-06-11T14:28:53.067Z Checking tokio-rustls v0.25.0
27272026-06-11T14:28:53.123Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-06-11T14:28:53.301Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-06-11T14:28:53.314Z Checking itertools v0.14.0
27302026-06-11T14:28:53.328Z Checking regress v0.10.5
27312026-06-11T14:28:53.527Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27322026-06-11T14:28:53.882Z Checking macaddr v1.0.1
27332026-06-11T14:28:53.898Z Checking parse-display v0.10.0
27342026-06-11T14:28:53.912Z Compiling test-strategy v0.4.5
27352026-06-11T14:28:54.152Z Checking humantime v2.3.0
27362026-06-11T14:28:55.212Z Compiling prettyplease v0.2.37
27372026-06-11T14:28:55.405Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-06-11T14:28:55.557Z Checking num-rational v0.4.2
27392026-06-11T14:28:55.787Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27402026-06-11T14:28:56.121Z Checking num-complex v0.4.6
27412026-06-11T14:28:56.691Z Checking num v0.4.3
27422026-06-11T14:28:56.792Z Compiling usdt-attr-macro v0.5.0
27432026-06-11T14:28:56.805Z Compiling usdt-macro v0.5.0
27442026-06-11T14:28:56.846Z Checking memmap v0.7.0
27452026-06-11T14:28:56.859Z Compiling float-ord v0.3.2
27462026-06-11T14:28:56.971Z Checking unicode-width v0.2.0
27472026-06-11T14:28:56.975Z Compiling convert_case v0.4.0
27482026-06-11T14:28:57.238Z Checking console v0.15.11
27492026-06-11T14:28:57.345Z Compiling derive_more v0.99.20
27502026-06-11T14:28:57.522Z Checking newline-converter v0.3.0
27512026-06-11T14:28:57.536Z Compiling toml v0.8.23
27522026-06-11T14:28:57.569Z Checking usdt v0.5.0
27532026-06-11T14:28:57.631Z Compiling minimal-lexical v0.2.1
27542026-06-11T14:28:57.742Z Checking linked-hash-map v0.5.6
27552026-06-11T14:28:57.890Z Compiling nom v7.1.3
27562026-06-11T14:28:57.918Z Checking lru-cache v0.1.2
27572026-06-11T14:28:58.040Z Checking expectorate v1.2.0
27582026-06-11T14:28:58.552Z Checking camino-tempfile v1.4.1
27592026-06-11T14:28:58.717Z Checking hickory-proto v0.24.4
27602026-06-11T14:28:58.723Z Checking phf_shared v0.12.1
27612026-06-11T14:28:58.877Z Compiling slog-dtrace v0.3.0
27622026-06-11T14:28:58.928Z Compiling chrono-tz v0.10.4
27632026-06-11T14:28:59.074Z Checking heck v0.5.0
27642026-06-11T14:28:59.113Z Checking resolv-conf v0.7.6
27652026-06-11T14:28:59.202Z Compiling const_format_proc_macros v0.2.34
27662026-06-11T14:28:59.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-06-11T14:28:59.353Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27682026-06-11T14:28:59.367Z Checking phf v0.12.1
27692026-06-11T14:28:59.509Z Checking tokio-dtrace v0.1.1
27702026-06-11T14:28:59.699Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-06-11T14:28:59.801Z Compiling derive-where v1.6.0
27722026-06-11T14:28:59.984Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-06-11T14:29:00.238Z Checking highway v1.3.0
27742026-06-11T14:29:00.478Z Checking const_format v0.2.35
27752026-06-11T14:29:00.540Z Checking hickory-resolver v0.24.4
27762026-06-11T14:29:00.730Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-06-11T14:29:00.820Z Checking oxide-tokio-rt v0.1.4
27782026-06-11T14:29:00.884Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27792026-06-11T14:29:01.153Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27802026-06-11T14:29:01.210Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27812026-06-11T14:29:01.280Z Checking qorb v0.4.1
27822026-06-11T14:29:01.336Z Checking gethostname v0.5.0
27832026-06-11T14:29:01.356Z Checking bcs v0.1.6
27842026-06-11T14:29:01.427Z Checking termtree v0.5.1
27852026-06-11T14:29:01.508Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27862026-06-11T14:29:04.628Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-06-11T14:29:07.232Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-06-11T14:29:09.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
27892026-06-11T14:29:09.564Z
27902026-06-11T14:29:09.564Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27912026-06-11T14:29:10.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-06-11T14:29:10.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-06-11T14:29:10.263Z Compiling ar_archive_writer v0.5.1
27942026-06-11T14:29:10.374Z Compiling stacker v0.1.23
27952026-06-11T14:29:10.382Z Compiling cfg_aliases v0.1.1
27962026-06-11T14:29:10.389Z Compiling convert_case v0.10.0
27972026-06-11T14:29:10.395Z Checking unicode-width v0.1.14
27982026-06-11T14:29:10.404Z Compiling proc-macro-error v1.0.4
27992026-06-11T14:29:10.415Z Checking fd-lock v4.0.4
28002026-06-11T14:29:10.415Z Checking nibble_vec v0.1.0
28012026-06-11T14:29:10.439Z Compiling nix v0.28.0
28022026-06-11T14:29:10.532Z Checking vte v0.14.1
28032026-06-11T14:29:10.544Z Compiling recursive-proc-macro-impl v0.1.1
28042026-06-11T14:29:10.629Z Checking bytecount v0.6.9
28052026-06-11T14:29:10.644Z Checking endian-type v0.1.2
28062026-06-11T14:29:10.686Z Checking strip-ansi-escapes v0.2.1
28072026-06-11T14:29:10.690Z Compiling derive_more-impl v2.1.1
28082026-06-11T14:29:10.700Z Compiling tabled_derive v0.7.0
28092026-06-11T14:29:10.761Z Checking papergrid v0.11.0
28102026-06-11T14:29:10.805Z Checking radix_trie v0.2.1
28112026-06-11T14:29:10.818Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-06-11T14:29:10.950Z Compiling peg-macros v0.8.5
28132026-06-11T14:29:11.015Z Checking winnow v0.6.26
28142026-06-11T14:29:11.205Z Compiling psm v0.1.30
28152026-06-11T14:29:11.284Z Compiling sqlparser_derive v0.5.0
28162026-06-11T14:29:11.377Z Checking unicode_categories v0.1.1
28172026-06-11T14:29:11.493Z Checking derive_more v2.1.1
28182026-06-11T14:29:11.530Z Checking home v0.5.12
28192026-06-11T14:29:11.570Z Checking nu-ansi-term v0.50.3
28202026-06-11T14:29:11.635Z Checking crossterm v0.29.0
28212026-06-11T14:29:11.711Z Checking tabled v0.15.0
28222026-06-11T14:29:11.736Z Checking rustyline v14.0.0
28232026-06-11T14:29:11.780Z Checking reedline v0.40.0
28242026-06-11T14:29:11.972Z Checking recursive v0.1.1
28252026-06-11T14:29:12.068Z Checking sqlparser v0.61.0
28262026-06-11T14:29:12.086Z Checking display-error-chain v0.2.2
28272026-06-11T14:29:12.161Z Checking sqlformat v0.3.5
28282026-06-11T14:29:12.299Z Checking peg v0.8.5
28292026-06-11T14:29:23.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
28302026-06-11T14:29:23.452Z
28312026-06-11T14:29:23.452Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28322026-06-11T14:29:23.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-11T14:29:23.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-11T14:29:24.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-11T14:29:27.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28362026-06-11T14:29:27.776Z
28372026-06-11T14:29:27.776Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28382026-06-11T14:29:28.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-11T14:29:28.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-11T14:29:28.471Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-11T14:29:30.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28422026-06-11T14:29:31.106Z
28432026-06-11T14:29:31.106Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28442026-06-11T14:29:31.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-11T14:29:31.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-11T14:29:31.791Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-11T14:29:35.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28482026-06-11T14:29:35.223Z
28492026-06-11T14:29:35.223Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28502026-06-11T14:29:35.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-11T14:29:35.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-11T14:29:35.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-11T14:29:39.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28542026-06-11T14:29:39.389Z
28552026-06-11T14:29:39.389Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28562026-06-11T14:29:39.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-11T14:29:39.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-11T14:29:40.080Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-11T14:29:42.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28602026-06-11T14:29:42.884Z
28612026-06-11T14:29:42.884Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28622026-06-11T14:29:43.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-11T14:29:43.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-11T14:29:43.574Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-11T14:29:46.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
28662026-06-11T14:29:46.427Z
28672026-06-11T14:29:46.427Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28682026-06-11T14:29:46.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-11T14:29:46.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-11T14:29:47.124Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-06-11T14:29:50.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28722026-06-11T14:29:50.747Z
28732026-06-11T14:29:50.747Zinfo: running `cargo check --bins` on oximeter (93/295)
28742026-06-11T14:29:51.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-11T14:29:51.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-11T14:29:51.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-06-11T14:29:51.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28782026-06-11T14:29:51.367Z
28792026-06-11T14:29:51.367Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28802026-06-11T14:29:51.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-11T14:29:51.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-11T14:29:52.022Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-06-11T14:29:52.188Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-06-11T14:29:52.191Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-06-11T14:29:52.530Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-06-11T14:29:55.385Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-06-11T14:29:56.596Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-06-11T14:29:56.806Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-06-11T14:29:57.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28902026-06-11T14:29:57.661Z
28912026-06-11T14:29:57.661Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28922026-06-11T14:29:58.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-11T14:29:58.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-11T14:29:58.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-11T14:29:58.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28962026-06-11T14:29:58.286Z
28972026-06-11T14:29:58.286Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28982026-06-11T14:29:58.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-11T14:29:58.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-11T14:29:58.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-11T14:29:58.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29022026-06-11T14:29:58.945Z
29032026-06-11T14:29:58.945Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29042026-06-11T14:29:59.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-11T14:29:59.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-11T14:29:59.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-11T14:29:59.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29082026-06-11T14:29:59.572Z
29092026-06-11T14:29:59.573Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29102026-06-11T14:30:00.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-11T14:30:00.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-11T14:30:00.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-11T14:30:00.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29142026-06-11T14:30:00.207Z
29152026-06-11T14:30:00.207Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29162026-06-11T14:30:00.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-11T14:30:00.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-11T14:30:00.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-11T14:30:00.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29202026-06-11T14:30:00.825Z
29212026-06-11T14:30:00.825Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29222026-06-11T14:30:01.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-11T14:30:01.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-11T14:30:01.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-11T14:30:01.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29262026-06-11T14:30:01.451Z
29272026-06-11T14:30:01.451Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29282026-06-11T14:30:01.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-11T14:30:01.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-11T14:30:01.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-11T14:30:01.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29322026-06-11T14:30:02.054Z
29332026-06-11T14:30:02.054Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29342026-06-11T14:30:02.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-11T14:30:02.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-11T14:30:02.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-11T14:30:02.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29382026-06-11T14:30:02.679Z
29392026-06-11T14:30:02.679Zinfo: running `cargo check --bins` on update-engine (103/295)
29402026-06-11T14:30:03.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-11T14:30:03.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-11T14:30:03.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-06-11T14:30:03.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29442026-06-11T14:30:03.282Z
29452026-06-11T14:30:03.282Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29462026-06-11T14:30:03.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-06-11T14:30:03.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-06-11T14:30:04.028Z Compiling crucible-workspace-hack v0.1.0
29492026-06-11T14:30:04.145Z Checking secrecy v0.10.3
29502026-06-11T14:30:04.153Z Compiling heapless v0.8.0
29512026-06-11T14:30:04.157Z Compiling toml_datetime v0.7.5+spec-1.1.0
29522026-06-11T14:30:04.169Z Compiling ingot-macros v0.1.1
29532026-06-11T14:30:04.177Z Checking hash32 v0.3.1
29542026-06-11T14:30:04.188Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29552026-06-11T14:30:04.191Z Compiling smoltcp v0.11.0
29562026-06-11T14:30:04.250Z Checking cobs v0.3.0
29572026-06-11T14:30:04.298Z Compiling thiserror-impl-no-std v2.0.2
29582026-06-11T14:30:04.387Z Compiling toml_edit v0.23.10+spec-1.0.0
29592026-06-11T14:30:04.399Z Checking universal-hash v0.5.1
29602026-06-11T14:30:04.403Z Checking half v2.7.1
29612026-06-11T14:30:04.436Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-06-11T14:30:04.540Z Checking ciborium-io v0.2.2
29632026-06-11T14:30:04.556Z Checking opaque-debug v0.3.1
29642026-06-11T14:30:04.638Z Checking poly1305 v0.8.0
29652026-06-11T14:30:04.652Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29662026-06-11T14:30:04.665Z Checking postcard v1.1.3
29672026-06-11T14:30:04.682Z Checking ciborium-ll v0.2.2
29682026-06-11T14:30:04.899Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-06-11T14:30:04.913Z Compiling proc-macro-crate v3.4.0
29702026-06-11T14:30:04.955Z Checking password-hash v0.5.0
29712026-06-11T14:30:05.064Z Checking chacha20 v0.9.1
29722026-06-11T14:30:05.172Z Compiling proc-macro-crate v1.3.1
29732026-06-11T14:30:05.186Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29742026-06-11T14:30:05.262Z Checking blake2 v0.10.6
29752026-06-11T14:30:05.424Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-11T14:30:05.458Z Checking aead v0.5.2
29772026-06-11T14:30:05.475Z Compiling num_enum_derive v0.7.6
29782026-06-11T14:30:05.501Z Compiling foreign-types-macros v0.2.3
29792026-06-11T14:30:05.514Z Checking thiserror-no-std v2.0.2
29802026-06-11T14:30:05.595Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29812026-06-11T14:30:05.598Z Checking foreign-types-shared v0.3.1
29822026-06-11T14:30:05.622Z Checking cpufeatures v0.3.0
29832026-06-11T14:30:05.633Z Checking vsss-rs v3.3.4
29842026-06-11T14:30:05.693Z Checking chacha20 v0.10.0
29852026-06-11T14:30:05.696Z Checking chacha20poly1305 v0.10.1
29862026-06-11T14:30:05.832Z Compiling num_enum_derive v0.5.11
29872026-06-11T14:30:05.846Z Checking argon2 v0.5.3
29882026-06-11T14:30:05.911Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29892026-06-11T14:30:06.090Z Checking foreign-types v0.5.0
29902026-06-11T14:30:06.171Z Checking ciborium v0.2.2
29912026-06-11T14:30:06.287Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-06-11T14:30:06.309Z Checking tabwriter v1.4.1
29932026-06-11T14:30:06.457Z Checking byte-wrapper v0.1.0
29942026-06-11T14:30:06.515Z Checking num_enum v0.7.6
29952026-06-11T14:30:06.572Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29962026-06-11T14:30:06.585Z Checking cstr-argument v0.1.2
29972026-06-11T14:30:06.628Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29982026-06-11T14:30:06.663Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29992026-06-11T14:30:06.705Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30002026-06-11T14:30:06.746Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-06-11T14:30:06.866Z Checking num_enum v0.5.11
30022026-06-11T14:30:06.878Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30032026-06-11T14:30:06.891Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30042026-06-11T14:30:06.977Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-06-11T14:30:06.991Z Checking ingot-types v0.1.2
30062026-06-11T14:30:07.004Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30072026-06-11T14:30:07.053Z Checking rand v0.10.0
30082026-06-11T14:30:07.082Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30092026-06-11T14:30:07.107Z Checking colored v3.1.1
30102026-06-11T14:30:07.178Z Checking indent_write v2.2.0
30112026-06-11T14:30:07.308Z Compiling zone_cfg_derive v0.3.1
30122026-06-11T14:30:07.324Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-06-11T14:30:07.350Z Checking ingot v0.1.1
30142026-06-11T14:30:07.384Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30152026-06-11T14:30:07.399Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-11T14:30:07.482Z Checking itertools v0.12.1
30172026-06-11T14:30:07.495Z Compiling num-derive v0.4.2
30182026-06-11T14:30:07.511Z Checking swrite v0.1.0
30192026-06-11T14:30:07.570Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30202026-06-11T14:30:07.601Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30212026-06-11T14:30:07.755Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-06-11T14:30:07.868Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-06-11T14:30:07.921Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30242026-06-11T14:30:07.938Z Checking dropshot-api-manager-types v0.7.2
30252026-06-11T14:30:07.952Z Checking smf v0.2.3
30262026-06-11T14:30:08.030Z Checking nanorand v0.7.0
30272026-06-11T14:30:08.156Z Checking whoami v1.6.1
30282026-06-11T14:30:08.243Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30292026-06-11T14:30:08.257Z Checking flume v0.11.1
30302026-06-11T14:30:08.488Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30312026-06-11T14:30:08.544Z Checking zone v0.3.1
30322026-06-11T14:30:08.994Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30332026-06-11T14:30:09.982Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30342026-06-11T14:30:10.867Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-11T14:30:14.150Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-06-11T14:30:16.211Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-06-11T14:30:17.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
30382026-06-11T14:30:17.510Z
30392026-06-11T14:30:17.510Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30402026-06-11T14:30:18.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-11T14:30:18.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-11T14:30:18.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-11T14:30:18.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30442026-06-11T14:30:18.139Z
30452026-06-11T14:30:18.139Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30462026-06-11T14:30:18.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-11T14:30:18.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-11T14:30:18.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-11T14:30:18.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30502026-06-11T14:30:18.764Z
30512026-06-11T14:30:18.764Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30522026-06-11T14:30:19.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-11T14:30:19.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-11T14:30:19.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-11T14:30:19.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30562026-06-11T14:30:19.391Z
30572026-06-11T14:30:19.391Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30582026-06-11T14:30:19.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-11T14:30:19.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-11T14:30:19.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-11T14:30:19.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30622026-06-11T14:30:20.012Z
30632026-06-11T14:30:20.012Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30642026-06-11T14:30:20.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-11T14:30:20.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-11T14:30:20.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-11T14:30:20.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30682026-06-11T14:30:20.631Z
30692026-06-11T14:30:20.631Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30702026-06-11T14:30:21.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-11T14:30:21.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-11T14:30:21.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-11T14:30:21.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-06-11T14:30:21.260Z
30752026-06-11T14:30:21.260Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30762026-06-11T14:30:21.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-11T14:30:21.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-11T14:30:21.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-11T14:30:21.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30802026-06-11T14:30:21.887Z
30812026-06-11T14:30:21.887Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30822026-06-11T14:30:22.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-11T14:30:22.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-11T14:30:22.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-11T14:30:22.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-06-11T14:30:22.489Z
30872026-06-11T14:30:22.489Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30882026-06-11T14:30:23.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-11T14:30:23.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-11T14:30:23.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-11T14:30:23.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30922026-06-11T14:30:23.107Z
30932026-06-11T14:30:23.107Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30942026-06-11T14:30:23.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-11T14:30:23.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-11T14:30:23.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-11T14:30:23.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30982026-06-11T14:30:23.723Z
30992026-06-11T14:30:23.723Zinfo: running `cargo check --bins` on installinator-client (115/295)
31002026-06-11T14:30:24.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-11T14:30:24.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-11T14:30:24.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-11T14:30:24.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31042026-06-11T14:30:24.340Z
31052026-06-11T14:30:24.340Zinfo: running `cargo check --bins` on nexus-client (116/295)
31062026-06-11T14:30:24.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-11T14:30:24.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-11T14:30:24.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-11T14:30:24.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31102026-06-11T14:30:24.998Z
31112026-06-11T14:30:24.998Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31122026-06-11T14:30:25.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-11T14:30:25.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-11T14:30:25.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-11T14:30:25.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31162026-06-11T14:30:25.651Z
31172026-06-11T14:30:25.651Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31182026-06-11T14:30:26.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-11T14:30:26.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-11T14:30:26.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-11T14:30:26.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-06-11T14:30:26.258Z
31232026-06-11T14:30:26.258Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31242026-06-11T14:30:26.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-11T14:30:26.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-11T14:30:26.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-11T14:30:26.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-06-11T14:30:26.865Z
31292026-06-11T14:30:26.865Zinfo: running `cargo check --bins` on oxide-client (120/295)
31302026-06-11T14:30:27.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-11T14:30:27.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-11T14:30:27.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-11T14:30:27.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-06-11T14:30:27.474Z
31352026-06-11T14:30:27.474Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31362026-06-11T14:30:27.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-11T14:30:27.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-11T14:30:27.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-11T14:30:28.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31402026-06-11T14:30:28.096Z
31412026-06-11T14:30:28.096Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31422026-06-11T14:30:28.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-11T14:30:28.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-11T14:30:28.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-11T14:30:28.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31462026-06-11T14:30:28.701Z
31472026-06-11T14:30:28.701Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31482026-06-11T14:30:29.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-11T14:30:29.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-11T14:30:29.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-11T14:30:29.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31522026-06-11T14:30:29.334Z
31532026-06-11T14:30:29.334Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31542026-06-11T14:30:29.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-11T14:30:29.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-11T14:30:29.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-11T14:30:29.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31582026-06-11T14:30:29.982Z
31592026-06-11T14:30:29.982Zinfo: running `cargo check --bins` on installinator-common (125/295)
31602026-06-11T14:30:30.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-11T14:30:30.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-11T14:30:30.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-11T14:30:30.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31642026-06-11T14:30:30.619Z
31652026-06-11T14:30:30.619Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31662026-06-11T14:30:31.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-11T14:30:31.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-11T14:30:31.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-11T14:30:31.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31702026-06-11T14:30:31.230Z
31712026-06-11T14:30:31.230Zinfo: running `cargo check --bins` on wicket-common (127/295)
31722026-06-11T14:30:31.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-11T14:30:31.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-11T14:30:31.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-06-11T14:30:31.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31762026-06-11T14:30:31.865Z
31772026-06-11T14:30:31.865Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31782026-06-11T14:30:32.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-06-11T14:30:32.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-06-11T14:30:32.576Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-06-11T14:30:32.693Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-06-11T14:30:32.701Z Checking csv-core v0.1.13
31832026-06-11T14:30:32.709Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-06-11T14:30:32.717Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-06-11T14:30:32.720Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31862026-06-11T14:30:32.739Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-06-11T14:30:32.750Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-06-11T14:30:32.859Z Checking csv v1.4.0
31892026-06-11T14:30:32.894Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-06-11T14:30:32.909Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-06-11T14:30:32.936Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-06-11T14:30:32.964Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-06-11T14:30:33.203Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-06-11T14:30:33.574Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-06-11T14:30:33.577Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-06-11T14:30:33.918Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-06-11T14:30:39.890Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-06-11T14:30:40.425Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-06-11T14:30:42.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s
32002026-06-11T14:30:42.977Z
32012026-06-11T14:30:42.977Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
32022026-06-11T14:30:43.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-11T14:30:43.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-11T14:30:43.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-11T14:30:43.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-11T14:30:43.587Z
32072026-06-11T14:30:43.587Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32082026-06-11T14:30:44.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-11T14:30:44.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-11T14:30:44.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-11T14:30:44.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32122026-06-11T14:30:44.277Z
32132026-06-11T14:30:44.277Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32142026-06-11T14:30:44.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-11T14:30:44.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-11T14:30:44.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-11T14:30:44.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32182026-06-11T14:30:44.973Z
32192026-06-11T14:30:44.973Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32202026-06-11T14:30:45.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-11T14:30:45.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-11T14:30:45.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-06-11T14:30:45.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32242026-06-11T14:30:45.627Z
32252026-06-11T14:30:45.628Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32262026-06-11T14:30:46.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-06-11T14:30:46.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-06-11T14:30:46.397Z Compiling regress v0.11.1
32292026-06-11T14:30:46.542Z Compiling unsafe-libyaml v0.2.11
32302026-06-11T14:30:46.551Z Compiling semver v0.1.20
32312026-06-11T14:30:46.560Z Compiling radium v0.7.0
32322026-06-11T14:30:46.574Z Checking nom v8.0.0
32332026-06-11T14:30:46.577Z Compiling maybe-uninit v2.0.0
32342026-06-11T14:30:46.586Z Checking tap v1.0.1
32352026-06-11T14:30:46.687Z Checking wyz v0.5.1
32362026-06-11T14:30:46.826Z Compiling rustc_version v0.1.7
32372026-06-11T14:30:46.879Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-06-11T14:30:46.914Z Compiling zerocopy-derive v0.6.6
32392026-06-11T14:30:47.016Z Checking crc-catalog v2.4.0
32402026-06-11T14:30:47.068Z Compiling serde_yaml v0.9.34+deprecated
32412026-06-11T14:30:47.148Z Compiling newtype_derive v0.1.6
32422026-06-11T14:30:47.287Z Checking funty v2.0.0
32432026-06-11T14:30:47.337Z Compiling packed_struct v0.10.1
32442026-06-11T14:30:47.604Z Compiling owo-colors v4.3.0
32452026-06-11T14:30:47.627Z Compiling cancel-safe-futures v0.1.5
32462026-06-11T14:30:47.777Z Checking zerocopy v0.6.6
32472026-06-11T14:30:47.852Z Checking bitvec v1.0.1
32482026-06-11T14:30:48.008Z Checking typify-impl v0.6.2
32492026-06-11T14:30:48.082Z Checking crc v3.4.0
32502026-06-11T14:30:48.341Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-06-11T14:30:48.391Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-06-11T14:30:48.544Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32532026-06-11T14:30:48.565Z Compiling packed_struct_codegen v0.10.1
32542026-06-11T14:30:48.744Z Checking libsw-core v0.3.2
32552026-06-11T14:30:48.877Z Compiling bitfield-macros v0.19.4
32562026-06-11T14:30:48.895Z Compiling indexmap v1.9.3
32572026-06-11T14:30:49.097Z Checking nodrop v0.1.14
32582026-06-11T14:30:49.191Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32592026-06-11T14:30:49.191Z Checking array-init v0.0.4
32602026-06-11T14:30:49.242Z Checking libsw v3.5.0
32612026-06-11T14:30:49.269Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-06-11T14:30:49.396Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-06-11T14:30:49.513Z Checking smallvec v0.6.14
32642026-06-11T14:30:49.580Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-06-11T14:30:49.604Z Checking bitfield v0.19.4
32662026-06-11T14:30:49.789Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-06-11T14:30:49.870Z Checking hashbrown v0.12.3
32682026-06-11T14:30:49.918Z Checking tagptr v0.2.0
32692026-06-11T14:30:49.995Z Checking linear-map v1.2.0
32702026-06-11T14:30:50.010Z Checking unicode-linebreak v0.1.5
32712026-06-11T14:30:50.059Z Checking base64 v0.21.7
32722026-06-11T14:30:50.166Z Checking smawk v0.3.2
32732026-06-11T14:30:50.223Z Checking moka v0.12.13
32742026-06-11T14:30:50.276Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32752026-06-11T14:30:50.302Z Checking ron v0.8.1
32762026-06-11T14:30:50.305Z Checking textwrap v0.16.2
32772026-06-11T14:30:50.530Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32782026-06-11T14:30:50.603Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-06-11T14:30:50.705Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32802026-06-11T14:30:50.721Z Checking steno v0.4.1
32812026-06-11T14:30:51.760Z Checking serde-hex v0.1.0
32822026-06-11T14:30:51.770Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-11T14:30:51.770Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-06-11T14:30:51.773Z Checking hashbrown v0.13.2
32852026-06-11T14:30:51.773Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-11T14:30:51.773Z Checking crc-any v2.5.0
32872026-06-11T14:30:51.773Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-06-11T14:30:51.779Z Checking hickory-resolver v0.25.2
32892026-06-11T14:30:51.790Z Checking half v1.8.3
32902026-06-11T14:30:52.718Z Checking object v0.30.4
32912026-06-11T14:30:52.728Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32922026-06-11T14:30:52.728Z Checking utf-8 v0.7.6
32932026-06-11T14:30:52.728Z Checking path-slash v0.1.5
32942026-06-11T14:30:52.728Z Checking void v1.0.2
32952026-06-11T14:30:52.728Z Checking tungstenite v0.23.0
32962026-06-11T14:30:52.728Z Checking serde_cbor v0.11.2
32972026-06-11T14:30:52.728Z Checking lzss v0.8.2
32982026-06-11T14:30:52.728Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32992026-06-11T14:30:52.728Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-06-11T14:30:52.728Z Checking nix v0.27.1
33012026-06-11T14:30:52.728Z Checking kstat-rs v0.2.4
33022026-06-11T14:30:52.728Z Checking fxhash v0.2.1
33032026-06-11T14:30:52.728Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-06-11T14:30:52.728Z Compiling typify-macro v0.6.2
33052026-06-11T14:30:52.728Z Checking serde_bytes v0.11.19
33062026-06-11T14:30:52.728Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33072026-06-11T14:30:52.728Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33082026-06-11T14:30:52.788Z Checking tokio-tungstenite v0.23.1
33092026-06-11T14:30:52.958Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33102026-06-11T14:30:52.981Z Checking signal-hook-tokio v0.3.1
33112026-06-11T14:30:53.770Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33122026-06-11T14:30:53.922Z Compiling typify v0.6.2
33132026-06-11T14:30:53.998Z Compiling progenitor-impl v0.14.0
33142026-06-11T14:30:54.675Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33152026-06-11T14:30:54.981Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33162026-06-11T14:30:55.453Z Compiling progenitor-macro v0.14.0
33172026-06-11T14:30:57.816Z Checking progenitor v0.14.0
33182026-06-11T14:30:57.935Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-11T14:30:57.938Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33202026-06-11T14:31:00.611Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33212026-06-11T14:31:08.654Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33222026-06-11T14:31:15.134Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33232026-06-11T14:31:16.508Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33242026-06-11T14:31:17.013Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33252026-06-11T14:31:19.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.47s
33262026-06-11T14:31:19.307Z
33272026-06-11T14:31:19.307Zinfo: running `cargo check --bins` on gateway-api (134/295)
33282026-06-11T14:31:19.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-11T14:31:19.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-11T14:31:19.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-11T14:31:19.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33322026-06-11T14:31:19.913Z
33332026-06-11T14:31:19.913Zinfo: running `cargo check --bins` on ipcc (135/295)
33342026-06-11T14:31:20.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-11T14:31:20.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-11T14:31:20.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-11T14:31:20.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-06-11T14:31:20.517Z
33392026-06-11T14:31:20.517Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33402026-06-11T14:31:21.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-11T14:31:21.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-11T14:31:21.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-11T14:31:21.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-06-11T14:31:21.111Z
33452026-06-11T14:31:21.111Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33462026-06-11T14:31:21.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-11T14:31:21.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-11T14:31:21.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-11T14:31:21.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33502026-06-11T14:31:21.741Z
33512026-06-11T14:31:21.741Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33522026-06-11T14:31:22.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-11T14:31:22.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-11T14:31:22.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-11T14:31:22.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-06-11T14:31:22.351Z
33572026-06-11T14:31:22.351Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33582026-06-11T14:31:22.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-11T14:31:22.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-11T14:31:22.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-11T14:31:22.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-06-11T14:31:22.961Z
33632026-06-11T14:31:22.961Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33642026-06-11T14:31:23.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-11T14:31:23.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-11T14:31:23.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-11T14:31:23.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33682026-06-11T14:31:23.579Z
33692026-06-11T14:31:23.579Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33702026-06-11T14:31:24.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-11T14:31:24.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-11T14:31:24.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-11T14:31:24.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33742026-06-11T14:31:24.202Z
33752026-06-11T14:31:24.202Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33762026-06-11T14:31:24.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-11T14:31:24.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-11T14:31:24.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-11T14:31:24.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33802026-06-11T14:31:24.816Z
33812026-06-11T14:31:24.816Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33822026-06-11T14:31:25.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-11T14:31:25.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-11T14:31:25.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-11T14:31:25.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-06-11T14:31:25.428Z
33872026-06-11T14:31:25.428Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33882026-06-11T14:31:25.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-11T14:31:25.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-11T14:31:25.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-11T14:31:25.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-06-11T14:31:26.040Z
33932026-06-11T14:31:26.040Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33942026-06-11T14:31:26.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-11T14:31:26.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-11T14:31:26.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-11T14:31:26.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-06-11T14:31:26.649Z
33992026-06-11T14:31:26.649Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
34002026-06-11T14:31:27.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-11T14:31:27.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-11T14:31:27.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-11T14:31:27.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34042026-06-11T14:31:27.265Z
34052026-06-11T14:31:27.265Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34062026-06-11T14:31:27.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-11T14:31:27.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-11T14:31:27.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-11T14:31:27.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34102026-06-11T14:31:27.878Z
34112026-06-11T14:31:27.878Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34122026-06-11T14:31:28.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-11T14:31:28.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-11T14:31:28.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-11T14:31:28.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34162026-06-11T14:31:28.513Z
34172026-06-11T14:31:28.513Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34182026-06-11T14:31:29.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-11T14:31:29.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-11T14:31:29.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-11T14:31:29.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34222026-06-11T14:31:29.144Z
34232026-06-11T14:31:29.144Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34242026-06-11T14:31:29.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-11T14:31:29.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-11T14:31:29.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-11T14:31:29.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34282026-06-11T14:31:29.775Z
34292026-06-11T14:31:29.775Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34302026-06-11T14:31:30.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-11T14:31:30.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-11T14:31:30.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-11T14:31:30.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34342026-06-11T14:31:30.403Z
34352026-06-11T14:31:30.403Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34362026-06-11T14:31:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-11T14:31:30.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-11T14:31:30.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-11T14:31:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34402026-06-11T14:31:31.033Z
34412026-06-11T14:31:31.033Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34422026-06-11T14:31:31.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-11T14:31:31.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-11T14:31:31.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-11T14:31:31.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34462026-06-11T14:31:31.661Z
34472026-06-11T14:31:31.661Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34482026-06-11T14:31:32.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-11T14:31:32.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-11T14:31:32.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-11T14:31:32.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34522026-06-11T14:31:32.288Z
34532026-06-11T14:31:32.288Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34542026-06-11T14:31:32.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-11T14:31:32.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-11T14:31:32.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-11T14:31:32.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34582026-06-11T14:31:32.919Z
34592026-06-11T14:31:32.919Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34602026-06-11T14:31:33.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-11T14:31:33.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-11T14:31:33.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-11T14:31:33.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34642026-06-11T14:31:33.544Z
34652026-06-11T14:31:33.544Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34662026-06-11T14:31:34.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-11T14:31:34.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-11T14:31:34.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-11T14:31:34.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34702026-06-11T14:31:34.178Z
34712026-06-11T14:31:34.178Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34722026-06-11T14:31:34.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-11T14:31:34.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-11T14:31:34.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-11T14:31:34.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-06-11T14:31:34.791Z
34772026-06-11T14:31:34.791Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34782026-06-11T14:31:35.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-11T14:31:35.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-11T14:31:35.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-11T14:31:35.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-06-11T14:31:35.403Z
34832026-06-11T14:31:35.403Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34842026-06-11T14:31:35.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-11T14:31:35.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-11T14:31:35.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-11T14:31:35.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34882026-06-11T14:31:36.012Z
34892026-06-11T14:31:36.012Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34902026-06-11T14:31:36.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-11T14:31:36.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-11T14:31:36.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-11T14:31:36.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34942026-06-11T14:31:36.620Z
34952026-06-11T14:31:36.621Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34962026-06-11T14:31:37.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-11T14:31:37.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-11T14:31:37.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-11T14:31:37.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35002026-06-11T14:31:37.232Z
35012026-06-11T14:31:37.232Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
35022026-06-11T14:31:37.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-11T14:31:37.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-11T14:31:37.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-11T14:31:37.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35062026-06-11T14:31:37.842Z
35072026-06-11T14:31:37.843Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35082026-06-11T14:31:38.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-11T14:31:38.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-11T14:31:38.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-11T14:31:38.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35122026-06-11T14:31:38.454Z
35132026-06-11T14:31:38.454Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35142026-06-11T14:31:38.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-11T14:31:38.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-11T14:31:38.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-11T14:31:38.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35182026-06-11T14:31:39.064Z
35192026-06-11T14:31:39.064Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35202026-06-11T14:31:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-11T14:31:39.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-11T14:31:39.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-11T14:31:39.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35242026-06-11T14:31:39.700Z
35252026-06-11T14:31:39.700Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35262026-06-11T14:31:40.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-11T14:31:40.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-11T14:31:40.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-11T14:31:40.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35302026-06-11T14:31:40.333Z
35312026-06-11T14:31:40.333Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35322026-06-11T14:31:40.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-11T14:31:40.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-11T14:31:40.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-11T14:31:40.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35362026-06-11T14:31:40.968Z
35372026-06-11T14:31:40.968Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35382026-06-11T14:31:41.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-11T14:31:41.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-11T14:31:41.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-11T14:31:41.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35422026-06-11T14:31:41.591Z
35432026-06-11T14:31:41.591Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35442026-06-11T14:31:42.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-11T14:31:42.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-11T14:31:42.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-11T14:31:42.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35482026-06-11T14:31:42.224Z
35492026-06-11T14:31:42.224Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35502026-06-11T14:31:42.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-11T14:31:42.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-11T14:31:42.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-11T14:31:42.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35542026-06-11T14:31:42.854Z
35552026-06-11T14:31:42.854Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35562026-06-11T14:31:43.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-11T14:31:43.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-11T14:31:43.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-11T14:31:43.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35602026-06-11T14:31:43.488Z
35612026-06-11T14:31:43.488Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35622026-06-11T14:31:44.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-11T14:31:44.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-11T14:31:44.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-11T14:31:44.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35662026-06-11T14:31:44.146Z
35672026-06-11T14:31:44.146Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35682026-06-11T14:31:44.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-11T14:31:44.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-11T14:31:44.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-06-11T14:31:44.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-06-11T14:31:44.760Z
35732026-06-11T14:31:44.760Zinfo: running `cargo check --bins` on dns-server (175/295)
35742026-06-11T14:31:45.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-06-11T14:31:45.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-06-11T14:31:45.428Z Compiling parking_lot_core v0.8.6
35772026-06-11T14:31:45.428Z Compiling git-stub v1.0.0
35782026-06-11T14:31:45.431Z Checking prefix-trie v0.7.0
35792026-06-11T14:31:45.431Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35802026-06-11T14:31:45.664Z Compiling git-stub-vcs v0.1.0
35812026-06-11T14:31:45.827Z Checking hickory-server v0.25.2
35822026-06-11T14:31:45.942Z Checking parking_lot v0.11.2
35832026-06-11T14:31:45.946Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-06-11T14:31:46.018Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35852026-06-11T14:31:46.018Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35862026-06-11T14:31:46.125Z Checking sled v0.34.7
35872026-06-11T14:31:48.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35882026-06-11T14:31:48.203Z
35892026-06-11T14:31:48.203Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35902026-06-11T14:31:48.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-11T14:31:48.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-11T14:31:48.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-11T14:31:48.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35942026-06-11T14:31:48.812Z
35952026-06-11T14:31:48.813Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35962026-06-11T14:31:49.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-11T14:31:49.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-11T14:31:49.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-11T14:31:49.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36002026-06-11T14:31:49.420Z
36012026-06-11T14:31:49.420Zinfo: running `cargo check --bins` on sp-sim (178/295)
36022026-06-11T14:31:49.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-11T14:31:49.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-11T14:31:50.153Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36052026-06-11T14:31:51.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
36062026-06-11T14:31:52.112Z
36072026-06-11T14:31:52.112Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36082026-06-11T14:31:52.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-11T14:31:52.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-11T14:31:52.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-11T14:31:52.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36122026-06-11T14:31:52.771Z
36132026-06-11T14:31:52.771Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36142026-06-11T14:31:53.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-11T14:31:53.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-11T14:31:53.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-11T14:31:53.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36182026-06-11T14:31:53.444Z
36192026-06-11T14:31:53.444Zinfo: running `cargo check --bins` on db-macros (181/295)
36202026-06-11T14:31:53.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-11T14:31:53.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-11T14:31:53.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-11T14:31:53.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36242026-06-11T14:31:54.054Z
36252026-06-11T14:31:54.054Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36262026-06-11T14:31:54.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-11T14:31:54.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-11T14:31:54.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-11T14:31:54.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36302026-06-11T14:31:54.668Z
36312026-06-11T14:31:54.668Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36322026-06-11T14:31:55.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-11T14:31:55.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-11T14:31:55.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-11T14:31:55.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36362026-06-11T14:31:55.340Z
36372026-06-11T14:31:55.340Zinfo: running `cargo check --bins` on authz-macros (184/295)
36382026-06-11T14:31:55.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-11T14:31:55.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-11T14:31:55.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-11T14:31:55.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36422026-06-11T14:31:55.943Z
36432026-06-11T14:31:55.943Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36442026-06-11T14:31:56.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-11T14:31:56.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-11T14:31:56.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-11T14:31:56.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36482026-06-11T14:31:56.601Z
36492026-06-11T14:31:56.601Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36502026-06-11T14:31:57.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-11T14:31:57.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-11T14:31:57.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-11T14:31:57.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36542026-06-11T14:31:57.263Z
36552026-06-11T14:31:57.263Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36562026-06-11T14:31:57.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-11T14:31:57.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-11T14:31:57.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-11T14:31:57.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36602026-06-11T14:31:57.874Z
36612026-06-11T14:31:57.874Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36622026-06-11T14:31:58.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-11T14:31:58.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-11T14:31:58.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-11T14:31:58.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36662026-06-11T14:31:58.476Z
36672026-06-11T14:31:58.476Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36682026-06-11T14:31:59.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-11T14:31:59.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-11T14:31:59.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-11T14:31:59.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36722026-06-11T14:31:59.099Z
36732026-06-11T14:31:59.099Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36742026-06-11T14:31:59.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-11T14:31:59.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-11T14:31:59.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-11T14:31:59.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36782026-06-11T14:31:59.706Z
36792026-06-11T14:31:59.707Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36802026-06-11T14:32:00.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-11T14:32:00.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-11T14:32:00.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-11T14:32:00.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36842026-06-11T14:32:00.314Z
36852026-06-11T14:32:00.314Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36862026-06-11T14:32:00.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-11T14:32:00.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-11T14:32:00.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-11T14:32:00.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36902026-06-11T14:32:00.989Z
36912026-06-11T14:32:00.989Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36922026-06-11T14:32:01.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-11T14:32:01.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-11T14:32:01.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-11T14:32:01.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36962026-06-11T14:32:01.653Z
36972026-06-11T14:32:01.653Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36982026-06-11T14:32:02.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-11T14:32:02.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-11T14:32:02.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-11T14:32:02.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37022026-06-11T14:32:02.317Z
37032026-06-11T14:32:02.317Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37042026-06-11T14:32:02.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-11T14:32:02.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-11T14:32:02.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-11T14:32:02.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37082026-06-11T14:32:02.955Z
37092026-06-11T14:32:02.955Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37102026-06-11T14:32:03.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-11T14:32:03.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-11T14:32:03.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-11T14:32:03.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37142026-06-11T14:32:03.598Z
37152026-06-11T14:32:03.598Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37162026-06-11T14:32:04.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-11T14:32:04.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-11T14:32:04.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-11T14:32:04.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37202026-06-11T14:32:04.236Z
37212026-06-11T14:32:04.236Zinfo: running `cargo check --bins` on key-manager (198/295)
37222026-06-11T14:32:04.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-11T14:32:04.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-11T14:32:04.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-11T14:32:04.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37262026-06-11T14:32:04.854Z
37272026-06-11T14:32:04.854Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37282026-06-11T14:32:05.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-11T14:32:05.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-11T14:32:05.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-11T14:32:05.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37322026-06-11T14:32:05.489Z
37332026-06-11T14:32:05.489Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37342026-06-11T14:32:06.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-11T14:32:06.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-11T14:32:06.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-11T14:32:06.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37382026-06-11T14:32:06.128Z
37392026-06-11T14:32:06.128Zinfo: running `cargo check --bins` on typed-rng (201/295)
37402026-06-11T14:32:06.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-11T14:32:06.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-11T14:32:06.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-11T14:32:06.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37442026-06-11T14:32:06.735Z
37452026-06-11T14:32:06.735Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37462026-06-11T14:32:07.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-11T14:32:07.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-11T14:32:07.612Z Compiling libefi-sys v0.1.0
37492026-06-11T14:32:07.615Z Compiling bitfield-struct v0.6.2
37502026-06-11T14:32:07.759Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-11T14:32:07.786Z Compiling xshell-macros v0.2.7
37522026-06-11T14:32:07.794Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-11T14:32:07.797Z Compiling typify-impl v0.4.3
37542026-06-11T14:32:07.797Z Compiling salty v0.3.0
37552026-06-11T14:32:07.800Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-06-11T14:32:07.886Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-06-11T14:32:07.996Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37582026-06-11T14:32:08.112Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37592026-06-11T14:32:08.188Z Checking xshell v0.2.7
37602026-06-11T14:32:08.205Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37612026-06-11T14:32:08.345Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37622026-06-11T14:32:08.359Z Checking primeorder v0.13.6
37632026-06-11T14:32:08.379Z Compiling proc-macro-error-attr2 v2.0.0
37642026-06-11T14:32:08.394Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-11T14:32:08.511Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37662026-06-11T14:32:08.539Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37672026-06-11T14:32:08.594Z Checking p384 v0.13.1
37682026-06-11T14:32:08.636Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37692026-06-11T14:32:08.755Z Checking tungstenite v0.21.0
37702026-06-11T14:32:08.771Z Compiling proc-macro-error2 v2.0.1
37712026-06-11T14:32:08.833Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37722026-06-11T14:32:08.873Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37732026-06-11T14:32:09.185Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37742026-06-11T14:32:09.358Z Compiling num-derive v0.3.3
37752026-06-11T14:32:09.490Z Checking tokio-tungstenite v0.21.0
37762026-06-11T14:32:09.562Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37772026-06-11T14:32:09.729Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37782026-06-11T14:32:09.777Z Compiling tabled_derive v0.11.0
37792026-06-11T14:32:09.866Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37802026-06-11T14:32:10.037Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37812026-06-11T14:32:10.284Z Checking libscf-sys v1.1.0
37822026-06-11T14:32:10.406Z Checking papergrid v0.17.0
37832026-06-11T14:32:10.422Z Checking testing_table v0.3.0
37842026-06-11T14:32:10.438Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37852026-06-11T14:32:10.519Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37862026-06-11T14:32:10.557Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37872026-06-11T14:32:10.896Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37882026-06-11T14:32:10.958Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37892026-06-11T14:32:11.055Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-11T14:32:11.106Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37912026-06-11T14:32:11.166Z Compiling unicase v2.9.0
37922026-06-11T14:32:11.202Z Compiling illumos-nvpair-sys v0.2.0
37932026-06-11T14:32:11.252Z Checking corncobs v0.1.4
37942026-06-11T14:32:11.341Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-06-11T14:32:11.357Z Checking tabled v0.20.0
37962026-06-11T14:32:11.379Z Compiling mime_guess v2.0.5
37972026-06-11T14:32:11.394Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-06-11T14:32:11.452Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37992026-06-11T14:32:11.625Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38002026-06-11T14:32:11.655Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-06-11T14:32:11.670Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38022026-06-11T14:32:11.688Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38032026-06-11T14:32:11.919Z Checking progenitor-client v0.11.2
38042026-06-11T14:32:11.986Z Checking secrecy v0.8.0
38052026-06-11T14:32:12.116Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38062026-06-11T14:32:12.242Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38072026-06-11T14:32:12.287Z Compiling typify-macro v0.4.3
38082026-06-11T14:32:12.326Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38092026-06-11T14:32:12.354Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38102026-06-11T14:32:12.383Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38112026-06-11T14:32:12.591Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38122026-06-11T14:32:12.654Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38132026-06-11T14:32:12.740Z Checking filetime v0.2.27
38142026-06-11T14:32:12.884Z Checking crc8 v0.1.1
38152026-06-11T14:32:12.988Z Checking http-range v0.1.5
38162026-06-11T14:32:12.991Z Checking xattr v1.6.1
38172026-06-11T14:32:13.149Z Checking tar v0.4.45
38182026-06-11T14:32:13.168Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-06-11T14:32:13.362Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38202026-06-11T14:32:13.421Z Checking illumos-nvpair v0.3.0
38212026-06-11T14:32:13.555Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38222026-06-11T14:32:13.587Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38232026-06-11T14:32:13.603Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38242026-06-11T14:32:13.957Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38252026-06-11T14:32:13.973Z Checking atty v0.2.14
38262026-06-11T14:32:14.045Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38272026-06-11T14:32:14.063Z Compiling typify v0.4.3
38282026-06-11T14:32:14.103Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38292026-06-11T14:32:14.181Z Compiling progenitor-impl v0.11.2
38302026-06-11T14:32:14.382Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38312026-06-11T14:32:14.539Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38322026-06-11T14:32:14.568Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38332026-06-11T14:32:14.594Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38342026-06-11T14:32:14.806Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38352026-06-11T14:32:14.878Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38362026-06-11T14:32:15.051Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38372026-06-11T14:32:15.080Z Checking hyper-staticfile v0.10.1
38382026-06-11T14:32:15.104Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38392026-06-11T14:32:15.294Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-06-11T14:32:15.364Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38412026-06-11T14:32:15.555Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38422026-06-11T14:32:15.573Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38432026-06-11T14:32:15.711Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38442026-06-11T14:32:15.737Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38452026-06-11T14:32:15.983Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38462026-06-11T14:32:16.014Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38472026-06-11T14:32:16.279Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38482026-06-11T14:32:16.387Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38492026-06-11T14:32:16.754Z Compiling progenitor-macro v0.11.2
38502026-06-11T14:32:19.222Z Checking progenitor v0.11.2
38512026-06-11T14:32:19.359Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38522026-06-11T14:32:19.551Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-06-11T14:32:24.083Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-06-11T14:32:35.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.38s
38552026-06-11T14:32:35.344Z
38562026-06-11T14:32:35.344Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38572026-06-11T14:32:35.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-11T14:32:35.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-11T14:32:36.158Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-11T14:32:46.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38612026-06-11T14:32:47.126Z
38622026-06-11T14:32:47.126Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38632026-06-11T14:32:47.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-11T14:32:47.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-11T14:32:47.923Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-11T14:32:58.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38672026-06-11T14:32:58.981Z
38682026-06-11T14:32:58.981Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38692026-06-11T14:32:59.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-11T14:32:59.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-11T14:32:59.791Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-11T14:33:10.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38732026-06-11T14:33:10.750Z
38742026-06-11T14:33:10.750Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38752026-06-11T14:33:11.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-11T14:33:11.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-11T14:33:11.555Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-11T14:33:22.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
38792026-06-11T14:33:22.627Z
38802026-06-11T14:33:22.627Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38812026-06-11T14:33:23.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-11T14:33:23.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-11T14:33:23.431Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-11T14:33:34.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38852026-06-11T14:33:34.479Z
38862026-06-11T14:33:34.479Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38872026-06-11T14:33:35.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-11T14:33:35.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-11T14:33:35.270Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-06-11T14:33:46.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
38912026-06-11T14:33:46.349Z
38922026-06-11T14:33:46.349Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38932026-06-11T14:33:46.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-11T14:33:46.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-11T14:33:47.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-06-11T14:33:57.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38972026-06-11T14:33:58.136Z
38982026-06-11T14:33:58.136Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38992026-06-11T14:33:58.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-11T14:33:58.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-11T14:33:58.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-11T14:33:58.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39032026-06-11T14:33:58.753Z
39042026-06-11T14:33:58.753Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39052026-06-11T14:33:59.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-11T14:33:59.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-11T14:33:59.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-11T14:33:59.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-06-11T14:33:59.365Z
39102026-06-11T14:33:59.365Zinfo: running `cargo check --bins` on range-requests (212/295)
39112026-06-11T14:33:59.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-11T14:33:59.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-11T14:33:59.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-11T14:33:59.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39152026-06-11T14:33:59.968Z
39162026-06-11T14:33:59.968Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39172026-06-11T14:34:00.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-11T14:34:00.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-11T14:34:00.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-11T14:34:00.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39212026-06-11T14:34:00.572Z
39222026-06-11T14:34:00.572Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39232026-06-11T14:34:01.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-11T14:34:01.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-11T14:34:01.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-11T14:34:01.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39272026-06-11T14:34:01.204Z
39282026-06-11T14:34:01.204Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39292026-06-11T14:34:01.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-11T14:34:01.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-11T14:34:01.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-11T14:34:01.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39332026-06-11T14:34:01.834Z
39342026-06-11T14:34:01.834Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39352026-06-11T14:34:02.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-11T14:34:02.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-11T14:34:02.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-11T14:34:02.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-06-11T14:34:02.466Z
39402026-06-11T14:34:02.467Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39412026-06-11T14:34:03.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-11T14:34:03.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-11T14:34:03.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-11T14:34:03.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39452026-06-11T14:34:03.105Z
39462026-06-11T14:34:03.105Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39472026-06-11T14:34:03.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-11T14:34:03.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-11T14:34:03.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-11T14:34:03.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39512026-06-11T14:34:03.742Z
39522026-06-11T14:34:03.743Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39532026-06-11T14:34:04.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-11T14:34:04.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-11T14:34:04.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-11T14:34:04.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39572026-06-11T14:34:04.382Z
39582026-06-11T14:34:04.382Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39592026-06-11T14:34:04.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-11T14:34:04.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-11T14:34:04.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-11T14:34:04.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39632026-06-11T14:34:05.017Z
39642026-06-11T14:34:05.017Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39652026-06-11T14:34:05.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-11T14:34:05.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-11T14:34:05.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-11T14:34:05.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39692026-06-11T14:34:05.653Z
39702026-06-11T14:34:05.653Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39712026-06-11T14:34:06.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-11T14:34:06.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-11T14:34:06.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-11T14:34:06.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39752026-06-11T14:34:06.290Z
39762026-06-11T14:34:06.291Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39772026-06-11T14:34:06.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-11T14:34:06.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-11T14:34:06.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-11T14:34:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-06-11T14:34:06.928Z
39822026-06-11T14:34:06.928Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39832026-06-11T14:34:07.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-11T14:34:07.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-11T14:34:07.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-11T14:34:07.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39872026-06-11T14:34:07.586Z
39882026-06-11T14:34:07.586Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39892026-06-11T14:34:08.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-11T14:34:08.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-11T14:34:08.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-11T14:34:08.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39932026-06-11T14:34:08.226Z
39942026-06-11T14:34:08.226Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39952026-06-11T14:34:08.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-11T14:34:08.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-11T14:34:08.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-11T14:34:08.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39992026-06-11T14:34:08.872Z
40002026-06-11T14:34:08.872Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
40012026-06-11T14:34:09.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-11T14:34:09.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-11T14:34:09.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-11T14:34:09.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-06-11T14:34:09.533Z
40062026-06-11T14:34:09.533Zinfo: running `cargo check --bins` on update-common (228/295)
40072026-06-11T14:34:10.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-11T14:34:10.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-11T14:34:10.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-11T14:34:10.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40112026-06-11T14:34:10.151Z
40122026-06-11T14:34:10.152Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40132026-06-11T14:34:10.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-11T14:34:10.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-11T14:34:10.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-06-11T14:34:10.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40172026-06-11T14:34:10.816Z
40182026-06-11T14:34:10.816Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40192026-06-11T14:34:11.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-06-11T14:34:11.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-06-11T14:34:11.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-06-11T14:34:11.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-06-11T14:34:11.413Z
40242026-06-11T14:34:11.413Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40252026-06-11T14:34:11.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-06-11T14:34:11.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-06-11T14:34:12.204Z Compiling fs-err v2.11.0
40282026-06-11T14:34:12.207Z Checking ignore v0.4.25
40292026-06-11T14:34:12.207Z Checking arc-swap v1.8.2
40302026-06-11T14:34:12.338Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-06-11T14:34:12.339Z Checking predicates-tree v1.0.13
40322026-06-11T14:34:12.341Z Checking parse-size v1.1.0
40332026-06-11T14:34:12.370Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-06-11T14:34:12.373Z Checking rand_seeder v0.4.0
40352026-06-11T14:34:12.435Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-06-11T14:34:12.471Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-06-11T14:34:12.520Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-06-11T14:34:12.533Z Checking slog-scope v4.4.1
40392026-06-11T14:34:12.568Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40402026-06-11T14:34:12.661Z Checking slog-stdlog v4.1.1
40412026-06-11T14:34:12.677Z Compiling petname v2.0.2
40422026-06-11T14:34:12.691Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-06-11T14:34:12.710Z Checking globwalk v0.9.1
40442026-06-11T14:34:12.763Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-06-11T14:34:12.780Z Checking slog-envlogger v2.2.0
40462026-06-11T14:34:12.887Z Checking camino-tempfile-ext v0.3.3
40472026-06-11T14:34:12.930Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-06-11T14:34:12.967Z Checking sapling-renderdag v0.1.0
40492026-06-11T14:34:13.089Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-06-11T14:34:13.119Z Checking subprocess v0.2.15
40512026-06-11T14:34:13.219Z Checking sync-ptr v0.1.4
40522026-06-11T14:34:13.299Z Checking colored v2.2.0
40532026-06-11T14:34:13.338Z Checking assert_matches v1.5.0
40542026-06-11T14:34:13.409Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-06-11T14:34:13.587Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40562026-06-11T14:34:13.587Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40572026-06-11T14:34:14.226Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-06-11T14:34:15.546Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-06-11T14:34:17.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
40602026-06-11T14:34:17.951Z
40612026-06-11T14:34:17.951Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40622026-06-11T14:34:18.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-11T14:34:18.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-11T14:34:18.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-11T14:34:18.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40662026-06-11T14:34:18.553Z
40672026-06-11T14:34:18.553Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40682026-06-11T14:34:19.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-11T14:34:19.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-11T14:34:19.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-06-11T14:34:19.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40722026-06-11T14:34:19.179Z
40732026-06-11T14:34:19.179Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40742026-06-11T14:34:19.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-06-11T14:34:19.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-06-11T14:34:19.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-06-11T14:34:19.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40782026-06-11T14:34:19.854Z
40792026-06-11T14:34:19.854Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40802026-06-11T14:34:20.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-11T14:34:20.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-11T14:34:20.603Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40832026-06-11T14:34:20.603Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40842026-06-11T14:34:21.257Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-06-11T14:34:22.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
40862026-06-11T14:34:23.056Z
40872026-06-11T14:34:23.057Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40882026-06-11T14:34:23.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-06-11T14:34:23.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-06-11T14:34:23.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-06-11T14:34:23.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40922026-06-11T14:34:23.680Z
40932026-06-11T14:34:23.680Zinfo: running `cargo check --bins` on cert-dev (237/295)
40942026-06-11T14:34:24.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-06-11T14:34:24.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-06-11T14:34:24.311Z Checking yasna v0.5.2
40972026-06-11T14:34:24.720Z Checking rcgen v0.12.1
40982026-06-11T14:34:24.973Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-06-11T14:34:25.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41002026-06-11T14:34:25.338Z
41012026-06-11T14:34:25.339Zinfo: running `cargo check --bins` on clickana (238/295)
41022026-06-11T14:34:25.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-06-11T14:34:25.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-06-11T14:34:26.004Z Compiling darling_core v0.23.0
41052026-06-11T14:34:26.007Z Compiling instability v0.3.11
41062026-06-11T14:34:26.116Z Checking castaway v0.2.4
41072026-06-11T14:34:26.131Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41082026-06-11T14:34:26.134Z Compiling indoc v2.0.7
41092026-06-11T14:34:26.138Z Checking unicode-truncate v1.1.0
41102026-06-11T14:34:26.158Z Checking lru v0.12.5
41112026-06-11T14:34:26.158Z Checking cassowary v0.3.0
41122026-06-11T14:34:26.215Z Checking compact_str v0.8.1
41132026-06-11T14:34:27.456Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-06-11T14:34:27.543Z Compiling darling_macro v0.23.0
41152026-06-11T14:34:27.640Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-06-11T14:34:27.973Z Compiling darling v0.23.0
41172026-06-11T14:34:28.599Z Checking ratatui v0.29.0
41182026-06-11T14:34:29.655Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-06-11T14:34:30.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
41202026-06-11T14:34:30.506Z
41212026-06-11T14:34:30.506Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41222026-06-11T14:34:31.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-06-11T14:34:31.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-06-11T14:34:31.252Z Checking headers-core v0.3.0
41252026-06-11T14:34:31.269Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41262026-06-11T14:34:31.451Z Checking headers v0.4.1
41272026-06-11T14:34:31.818Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-06-11T14:34:32.673Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41292026-06-11T14:34:33.164Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41302026-06-11T14:34:33.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41312026-06-11T14:34:33.771Z
41322026-06-11T14:34:33.771Zinfo: running `cargo check --bins` on ch-dev (240/295)
41332026-06-11T14:34:34.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-11T14:34:34.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-11T14:34:34.508Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41362026-06-11T14:34:35.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41372026-06-11T14:34:35.472Z
41382026-06-11T14:34:35.472Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41392026-06-11T14:34:35.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-06-11T14:34:35.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-06-11T14:34:35.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-06-11T14:34:35.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41432026-06-11T14:34:35.951Z
41442026-06-11T14:34:35.952Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41452026-06-11T14:34:36.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-06-11T14:34:36.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-06-11T14:34:36.684Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41482026-06-11T14:34:37.674Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41492026-06-11T14:34:38.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41502026-06-11T14:34:38.216Z
41512026-06-11T14:34:38.216Zinfo: running `cargo check --bins` on db-dev (243/295)
41522026-06-11T14:34:38.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-11T14:34:38.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-11T14:34:38.950Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41552026-06-11T14:34:39.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41562026-06-11T14:34:39.918Z
41572026-06-11T14:34:39.918Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41582026-06-11T14:34:40.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-11T14:34:40.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-11T14:34:40.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-06-11T14:34:40.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41622026-06-11T14:34:40.577Z
41632026-06-11T14:34:40.577Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41642026-06-11T14:34:41.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-06-11T14:34:41.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-06-11T14:34:41.200Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41672026-06-11T14:34:41.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
41682026-06-11T14:34:42.103Z
41692026-06-11T14:34:42.104Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41702026-06-11T14:34:42.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-06-11T14:34:42.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-06-11T14:34:42.881Z Compiling progenitor-impl v0.13.0
41732026-06-11T14:34:43.004Z Checking progenitor-client v0.13.0
41742026-06-11T14:34:43.004Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41752026-06-11T14:34:43.007Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-06-11T14:34:43.036Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41772026-06-11T14:34:43.049Z Checking git-stub v1.0.0
41782026-06-11T14:34:43.049Z Compiling trait-variant v0.1.2
41792026-06-11T14:34:43.223Z Checking maplit v1.0.2
41802026-06-11T14:34:43.242Z Checking is_ci v1.2.0
41812026-06-11T14:34:43.258Z Checking git-stub-vcs v0.1.0
41822026-06-11T14:34:43.306Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41832026-06-11T14:34:43.340Z Checking supports-color v3.0.2
41842026-06-11T14:34:43.455Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41852026-06-11T14:34:43.468Z Checking drift v0.2.0
41862026-06-11T14:34:43.588Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41872026-06-11T14:34:43.664Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41882026-06-11T14:34:43.778Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41892026-06-11T14:34:43.822Z Checking dropshot-api-manager v0.7.2
41902026-06-11T14:34:43.877Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41912026-06-11T14:34:43.894Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41922026-06-11T14:34:43.991Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41932026-06-11T14:34:44.168Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41942026-06-11T14:34:44.357Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41952026-06-11T14:34:44.372Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41962026-06-11T14:34:44.885Z Compiling progenitor-macro v0.13.0
41972026-06-11T14:34:47.274Z Checking progenitor v0.13.0
41982026-06-11T14:34:47.394Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41992026-06-11T14:34:52.533Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42002026-06-11T14:34:53.630Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42012026-06-11T14:34:54.193Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42022026-06-11T14:34:54.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s
42032026-06-11T14:34:54.841Z
42042026-06-11T14:34:54.842Zinfo: running `cargo check --bins` on installinator-api (247/295)
42052026-06-11T14:34:55.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-06-11T14:34:55.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-06-11T14:34:55.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-06-11T14:34:55.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42092026-06-11T14:34:55.455Z
42102026-06-11T14:34:55.455Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42112026-06-11T14:34:56.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-06-11T14:34:56.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-06-11T14:34:56.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-06-11T14:34:56.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42152026-06-11T14:34:56.108Z
42162026-06-11T14:34:56.108Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42172026-06-11T14:34:56.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-06-11T14:34:56.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-06-11T14:34:56.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-06-11T14:34:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42212026-06-11T14:34:56.763Z
42222026-06-11T14:34:56.763Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42232026-06-11T14:34:57.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-06-11T14:34:57.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-06-11T14:34:57.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-06-11T14:34:57.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42272026-06-11T14:34:57.416Z
42282026-06-11T14:34:57.416Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42292026-06-11T14:34:57.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-06-11T14:34:57.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-06-11T14:34:57.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-06-11T14:34:57.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42332026-06-11T14:34:58.025Z
42342026-06-11T14:34:58.026Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42352026-06-11T14:34:58.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-06-11T14:34:58.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-06-11T14:34:58.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-06-11T14:34:58.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42392026-06-11T14:34:58.624Z
42402026-06-11T14:34:58.624Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42412026-06-11T14:34:59.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-06-11T14:34:59.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-06-11T14:34:59.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-06-11T14:34:59.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42452026-06-11T14:34:59.245Z
42462026-06-11T14:34:59.245Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42472026-06-11T14:34:59.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-11T14:34:59.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-11T14:34:59.868Z Checking typeid v1.0.3
42502026-06-11T14:34:59.981Z Checking ordered-float v2.10.1
42512026-06-11T14:34:59.999Z Checking unicode-xid v0.2.6
42522026-06-11T14:35:00.012Z Checking cargo-platform v0.2.0
42532026-06-11T14:35:00.020Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42542026-06-11T14:35:00.047Z Checking erased-serde v0.4.9
42552026-06-11T14:35:00.186Z Checking serde-value v0.7.0
42562026-06-11T14:35:00.363Z Checking serde-untagged v0.1.9
42572026-06-11T14:35:00.516Z Checking cargo-util-schemas v0.8.2
42582026-06-11T14:35:01.205Z Checking cargo_metadata v0.21.0
42592026-06-11T14:35:01.808Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42602026-06-11T14:35:02.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
42612026-06-11T14:35:02.727Z
42622026-06-11T14:35:02.728Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42632026-06-11T14:35:03.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-06-11T14:35:03.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-06-11T14:35:03.474Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42662026-06-11T14:35:04.100Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42672026-06-11T14:35:04.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42682026-06-11T14:35:04.802Z
42692026-06-11T14:35:04.802Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42702026-06-11T14:35:05.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-06-11T14:35:05.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-06-11T14:35:05.786Z Compiling vergen-lib v0.1.6
42732026-06-11T14:35:05.786Z Compiling vergen-gitcl v1.0.8
42742026-06-11T14:35:05.786Z Compiling dirs-sys-next v0.1.2
42752026-06-11T14:35:05.786Z Compiling crunchy v0.2.4
42762026-06-11T14:35:05.790Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42772026-06-11T14:35:05.790Z Compiling glob v0.3.3
42782026-06-11T14:35:05.790Z Compiling diesel_derives v2.3.7
42792026-06-11T14:35:05.791Z Compiling dsl_auto_type v0.2.0
42802026-06-11T14:35:06.122Z Checking scheduled-thread-pool v0.2.7
42812026-06-11T14:35:06.178Z Compiling dirs-next v2.0.0
42822026-06-11T14:35:06.270Z Compiling diesel_table_macro_syntax v0.3.0
42832026-06-11T14:35:06.270Z Compiling tiny-keccak v2.0.2
42842026-06-11T14:35:06.300Z Compiling term v0.7.0
42852026-06-11T14:35:06.329Z Compiling clang-sys v1.8.1
42862026-06-11T14:35:06.486Z Checking r2d2 v0.8.10
42872026-06-11T14:35:06.502Z Compiling bit-vec v0.6.3
42882026-06-11T14:35:06.555Z Checking downcast-rs v2.0.2
42892026-06-11T14:35:06.655Z Compiling ascii-canvas v3.0.0
42902026-06-11T14:35:06.670Z Compiling bit-set v0.5.3
42912026-06-11T14:35:06.723Z Compiling itertools v0.10.5
42922026-06-11T14:35:06.826Z Compiling ena v0.14.4
42932026-06-11T14:35:06.864Z Compiling libloading v0.8.9
42942026-06-11T14:35:06.896Z Compiling diff v0.1.13
42952026-06-11T14:35:06.973Z Compiling bindgen v0.71.1
42962026-06-11T14:35:07.041Z Compiling regex-syntax v0.6.29
42972026-06-11T14:35:07.126Z Compiling cexpr v0.6.0
42982026-06-11T14:35:07.157Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42992026-06-11T14:35:07.386Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43002026-06-11T14:35:07.427Z Compiling rustc-hash v2.1.1
43012026-06-11T14:35:07.563Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43022026-06-11T14:35:07.584Z Compiling libxml v0.3.3
43032026-06-11T14:35:07.825Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43042026-06-11T14:35:07.844Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43052026-06-11T14:35:07.846Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43062026-06-11T14:35:08.144Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43072026-06-11T14:35:08.168Z Compiling strum_macros v0.24.3
43082026-06-11T14:35:08.186Z Compiling indoc v1.0.9
43092026-06-11T14:35:08.646Z Compiling lalrpop v0.19.12
43102026-06-11T14:35:09.152Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43112026-06-11T14:35:09.186Z Checking derive_builder v0.20.2
43122026-06-11T14:35:09.305Z Compiling oso-derive v0.27.3
43132026-06-11T14:35:09.343Z Checking quick-xml v0.37.5
43142026-06-11T14:35:09.566Z Compiling impl-trait-for-tuples v0.2.3
43152026-06-11T14:35:09.807Z Checking openssl-probe v0.1.6
43162026-06-11T14:35:09.952Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43172026-06-11T14:35:10.241Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43182026-06-11T14:35:10.443Z Checking bb8 v0.8.6
43192026-06-11T14:35:10.714Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43202026-06-11T14:35:10.731Z Compiling libz-sys v1.1.24
43212026-06-11T14:35:10.818Z Checking nonempty v0.12.0
43222026-06-11T14:35:10.932Z Compiling strsim v0.10.0
43232026-06-11T14:35:10.989Z Compiling libgit2-sys v0.18.3+1.9.2
43242026-06-11T14:35:11.138Z Compiling darling_core v0.13.4
43252026-06-11T14:35:11.272Z Compiling vergen-git2 v9.1.0
43262026-06-11T14:35:11.310Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43272026-06-11T14:35:11.494Z Compiling rustls v0.21.12
43282026-06-11T14:35:11.511Z Compiling base64 v0.21.7
43292026-06-11T14:35:11.732Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43302026-06-11T14:35:11.836Z Compiling ron v0.8.1
43312026-06-11T14:35:11.931Z Checking diesel v2.3.7
43322026-06-11T14:35:12.714Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43332026-06-11T14:35:12.817Z Checking rustls-webpki v0.101.7
43342026-06-11T14:35:12.909Z Checking sct v0.7.1
43352026-06-11T14:35:13.048Z Compiling darling_macro v0.13.4
43362026-06-11T14:35:13.148Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43372026-06-11T14:35:13.544Z Compiling darling v0.13.4
43382026-06-11T14:35:13.640Z Compiling serde_with_macros v1.5.2
43392026-06-11T14:35:13.935Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43402026-06-11T14:35:14.515Z Compiling serde_with v1.14.0
43412026-06-11T14:35:14.572Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43422026-06-11T14:35:15.631Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43432026-06-11T14:35:15.663Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43442026-06-11T14:35:16.354Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43452026-06-11T14:35:17.023Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43462026-06-11T14:35:17.205Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43472026-06-11T14:35:17.224Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43482026-06-11T14:35:17.227Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43492026-06-11T14:35:17.398Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43502026-06-11T14:35:17.419Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43512026-06-11T14:35:17.608Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43522026-06-11T14:35:17.640Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43532026-06-11T14:35:17.661Z Checking tokio-rustls v0.24.1
43542026-06-11T14:35:17.867Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43552026-06-11T14:35:18.431Z Checking rustls-pemfile v1.0.4
43562026-06-11T14:35:18.517Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43572026-06-11T14:35:18.580Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43582026-06-11T14:35:18.774Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43592026-06-11T14:35:18.796Z Checking twox-hash v2.1.2
43602026-06-11T14:35:19.102Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43612026-06-11T14:35:19.120Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43622026-06-11T14:35:19.179Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43632026-06-11T14:35:19.614Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43642026-06-11T14:35:19.772Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43652026-06-11T14:35:20.879Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43662026-06-11T14:35:21.057Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43672026-06-11T14:35:21.144Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43682026-06-11T14:35:21.570Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43692026-06-11T14:35:21.800Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43702026-06-11T14:35:22.126Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43712026-06-11T14:35:22.320Z Checking console v0.16.2
43722026-06-11T14:35:22.632Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43732026-06-11T14:35:22.786Z Checking fatfs v0.3.6
43742026-06-11T14:35:23.141Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43752026-06-11T14:35:23.262Z Compiling seq-macro v0.3.6
43762026-06-11T14:35:23.776Z Checking unit-prefix v0.5.2
43772026-06-11T14:35:23.921Z Checking indicatif v0.18.4
43782026-06-11T14:35:24.215Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43792026-06-11T14:35:24.312Z Checking support-bundle-viewer v0.1.2
43802026-06-11T14:35:24.496Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43812026-06-11T14:35:24.560Z Checking multimap v0.10.1
43822026-06-11T14:35:30.668Z Checking diesel-dtrace v0.5.0
43832026-06-11T14:35:30.923Z Checking async-bb8-diesel v0.2.1
43842026-06-11T14:35:34.866Z Compiling samael v0.0.19
43852026-06-11T14:35:39.139Z Compiling git2 v0.20.4
43862026-06-11T14:35:40.336Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43872026-06-11T14:35:40.771Z Compiling polar-core v0.27.3
43882026-06-11T14:35:41.586Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43892026-06-11T14:35:45.335Z Checking oso v0.27.3
43902026-06-11T14:36:13.339Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43912026-06-11T14:37:24.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
43922026-06-11T14:37:25.086Z
43932026-06-11T14:37:25.086Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43942026-06-11T14:37:25.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-11T14:37:25.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-11T14:37:25.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-11T14:37:25.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
43982026-06-11T14:37:25.831Z
43992026-06-11T14:37:25.831Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
44002026-06-11T14:37:26.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-11T14:37:26.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-11T14:37:26.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-06-11T14:37:26.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44042026-06-11T14:37:26.507Z
44052026-06-11T14:37:26.507Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44062026-06-11T14:37:27.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-11T14:37:27.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-11T14:37:27.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-06-11T14:37:27.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44102026-06-11T14:37:27.179Z
44112026-06-11T14:37:27.179Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44122026-06-11T14:37:27.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-11T14:37:27.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-11T14:37:27.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-06-11T14:37:27.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44162026-06-11T14:37:27.793Z
44172026-06-11T14:37:27.793Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44182026-06-11T14:37:28.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-11T14:37:28.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-11T14:37:28.655Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44212026-06-11T14:37:29.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44222026-06-11T14:37:29.634Z
44232026-06-11T14:37:29.635Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44242026-06-11T14:37:30.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-11T14:37:30.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-11T14:37:30.475Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44272026-06-11T14:38:07.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.53s
44282026-06-11T14:38:07.401Z
44292026-06-11T14:38:07.401Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44302026-06-11T14:38:07.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-11T14:38:07.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-11T14:38:07.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-11T14:38:07.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44342026-06-11T14:38:07.999Z
44352026-06-11T14:38:07.999Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44362026-06-11T14:38:08.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-11T14:38:08.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-11T14:38:08.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-11T14:38:08.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44402026-06-11T14:38:08.650Z
44412026-06-11T14:38:08.650Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44422026-06-11T14:38:09.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-11T14:38:09.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-11T14:38:09.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-11T14:38:09.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44462026-06-11T14:38:09.310Z
44472026-06-11T14:38:09.310Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44482026-06-11T14:38:09.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-11T14:38:09.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-11T14:38:09.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-11T14:38:09.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44522026-06-11T14:38:09.973Z
44532026-06-11T14:38:09.973Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44542026-06-11T14:38:10.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-11T14:38:10.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-11T14:38:10.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-11T14:38:10.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44582026-06-11T14:38:10.620Z
44592026-06-11T14:38:10.620Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44602026-06-11T14:38:11.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-11T14:38:11.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-11T14:38:11.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-11T14:38:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44642026-06-11T14:38:11.286Z
44652026-06-11T14:38:11.286Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44662026-06-11T14:38:11.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-11T14:38:11.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-11T14:38:11.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-11T14:38:11.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44702026-06-11T14:38:11.956Z
44712026-06-11T14:38:11.956Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44722026-06-11T14:38:12.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-11T14:38:12.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-11T14:38:12.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-06-11T14:38:12.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44762026-06-11T14:38:12.619Z
44772026-06-11T14:38:12.619Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44782026-06-11T14:38:13.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-06-11T14:38:13.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-06-11T14:38:13.530Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44812026-06-11T14:38:13.530Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44822026-06-11T14:38:13.724Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44832026-06-11T14:38:13.754Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44842026-06-11T14:38:13.771Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44852026-06-11T14:38:13.784Z Checking yansi v1.0.1
44862026-06-11T14:38:13.787Z Checking diff v0.1.13
44872026-06-11T14:38:13.811Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44882026-06-11T14:38:13.858Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44892026-06-11T14:38:14.056Z Checking pretty_assertions v1.4.1
44902026-06-11T14:38:14.705Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44912026-06-11T14:38:14.858Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44922026-06-11T14:38:38.876Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44932026-06-11T14:38:38.880Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44942026-06-11T14:38:38.880Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44952026-06-11T14:38:38.880Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44962026-06-11T14:38:38.880Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44972026-06-11T14:38:38.880Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44982026-06-11T14:38:39.725Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44992026-06-11T14:38:39.726Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45002026-06-11T14:38:40.941Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45012026-06-11T14:39:17.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45022026-06-11T14:39:17.777Z
45032026-06-11T14:39:17.777Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45042026-06-11T14:39:18.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-06-11T14:39:18.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-06-11T14:39:18.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45072026-06-11T14:39:18.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45082026-06-11T14:39:18.378Z
45092026-06-11T14:39:18.379Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45102026-06-11T14:39:18.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-06-11T14:39:18.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-06-11T14:39:19.166Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45132026-06-11T14:39:19.290Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45142026-06-11T14:39:19.297Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45152026-06-11T14:39:45.358Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45162026-06-11T14:39:45.744Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45172026-06-11T14:39:47.480Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45182026-06-11T14:39:47.932Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45192026-06-11T14:39:50.902Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45202026-06-11T14:40:14.030Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45212026-06-11T14:40:14.736Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45222026-06-11T14:40:16.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.98s
45232026-06-11T14:40:16.580Z
45242026-06-11T14:40:16.580Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45252026-06-11T14:40:17.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-06-11T14:40:17.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-06-11T14:40:17.322Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45282026-06-11T14:40:18.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45292026-06-11T14:40:18.213Z
45302026-06-11T14:40:18.213Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45312026-06-11T14:40:18.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-06-11T14:40:18.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-06-11T14:40:18.884Z Compiling blake3 v1.8.3
45342026-06-11T14:40:18.994Z Checking constant_time_eq v0.4.2
45352026-06-11T14:40:18.994Z Checking arrayref v0.3.9
45362026-06-11T14:40:19.002Z Checking arrayvec v0.7.6
45372026-06-11T14:40:19.013Z Checking topological-sort v0.2.2
45382026-06-11T14:40:19.016Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45392026-06-11T14:40:19.017Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45402026-06-11T14:40:19.017Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45412026-06-11T14:40:19.057Z Checking shell-words v1.1.1
45422026-06-11T14:40:19.796Z Checking omicron-zone-package v0.12.2
45432026-06-11T14:40:20.521Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45442026-06-11T14:40:21.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
45452026-06-11T14:40:21.583Z
45462026-06-11T14:40:21.583Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45472026-06-11T14:40:22.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-06-11T14:40:22.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-06-11T14:40:22.244Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45502026-06-11T14:40:22.569Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45512026-06-11T14:40:22.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45522026-06-11T14:40:23.176Z
45532026-06-11T14:40:23.176Zinfo: running `cargo check --bins` on schema (277/295)
45542026-06-11T14:40:23.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-11T14:40:23.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-11T14:40:23.919Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45572026-06-11T14:40:24.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45582026-06-11T14:40:24.825Z
45592026-06-11T14:40:24.825Zinfo: running `cargo check --bins` on xtask (278/295)
45602026-06-11T14:40:25.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-06-11T14:40:25.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-06-11T14:40:25.284Z Checking libc v0.2.185
45632026-06-11T14:40:25.287Z Checking serde v1.0.228
45642026-06-11T14:40:25.372Z Checking zerofrom v0.1.6
45652026-06-11T14:40:25.377Z Checking bitflags v2.11.0
45662026-06-11T14:40:25.382Z Checking smallvec v1.15.1
45672026-06-11T14:40:25.390Z Checking indexmap v2.14.0
45682026-06-11T14:40:25.399Z Checking serde_json v1.0.149
45692026-06-11T14:40:25.410Z Checking scroll v0.12.0
45702026-06-11T14:40:25.472Z Checking yoke v0.8.1
45712026-06-11T14:40:25.521Z Checking num-traits v0.2.19
45722026-06-11T14:40:25.563Z Checking thiserror v1.0.69
45732026-06-11T14:40:25.634Z Checking log v0.4.29
45742026-06-11T14:40:25.645Z Checking zerovec v0.11.5
45752026-06-11T14:40:25.657Z Checking zerotrie v0.2.3
45762026-06-11T14:40:25.668Z Checking errno v0.3.14
45772026-06-11T14:40:25.754Z Checking serde_spanned v0.6.9
45782026-06-11T14:40:25.784Z Checking rustix v1.1.3
45792026-06-11T14:40:25.784Z Checking toml_datetime v0.6.11
45802026-06-11T14:40:25.880Z Checking percent-encoding v2.3.2
45812026-06-11T14:40:25.895Z Checking goblin v0.8.2
45822026-06-11T14:40:25.919Z Checking zerocopy v0.7.35
45832026-06-11T14:40:25.977Z Checking toml_edit v0.22.27
45842026-06-11T14:40:26.002Z Checking getrandom v0.4.1
45852026-06-11T14:40:26.031Z Checking form_urlencoded v1.2.2
45862026-06-11T14:40:26.047Z Checking ordered-float v2.10.1
45872026-06-11T14:40:26.081Z Checking tinystr v0.8.2
45882026-06-11T14:40:26.153Z Checking potential_utf v0.1.4
45892026-06-11T14:40:26.164Z Checking thiserror v2.0.18
45902026-06-11T14:40:26.263Z Checking syn v2.0.117
45912026-06-11T14:40:26.266Z Checking icu_locale_core v2.1.1
45922026-06-11T14:40:26.282Z Checking serde-value v0.7.0
45932026-06-11T14:40:26.292Z Checking icu_collections v2.1.1
45942026-06-11T14:40:26.411Z Checking dtrace-parser v0.2.0
45952026-06-11T14:40:26.493Z Checking thread-id v4.2.2
45962026-06-11T14:40:26.579Z Checking once_cell v1.21.3
45972026-06-11T14:40:26.603Z Checking terminal_size v0.4.3
45982026-06-11T14:40:26.615Z Checking cargo-platform v0.2.0
45992026-06-11T14:40:26.651Z Checking memmap v0.7.0
46002026-06-11T14:40:26.720Z Checking clap_builder v4.6.0
46012026-06-11T14:40:26.753Z Checking tempfile v3.25.0
46022026-06-11T14:40:26.784Z Checking textwrap v0.16.2
46032026-06-11T14:40:26.795Z Checking fs-err v3.3.0
46042026-06-11T14:40:26.832Z Checking icu_provider v2.1.1
46052026-06-11T14:40:26.946Z Checking camino-tempfile v1.4.1
46062026-06-11T14:40:26.977Z Checking anyhow v1.0.102
46072026-06-11T14:40:26.997Z Checking tabled v0.15.0
46082026-06-11T14:40:27.074Z Checking icu_properties v2.1.2
46092026-06-11T14:40:27.090Z Checking icu_normalizer v2.1.1
46102026-06-11T14:40:27.109Z Checking toml v0.8.23
46112026-06-11T14:40:27.183Z Checking macaddr v1.0.1
46122026-06-11T14:40:27.367Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46132026-06-11T14:40:27.436Z Checking cargo_toml v0.21.0
46142026-06-11T14:40:27.832Z Checking dof v0.3.0
46152026-06-11T14:40:27.894Z Checking idna_adapter v1.2.1
46162026-06-11T14:40:27.954Z Checking clap v4.6.1
46172026-06-11T14:40:28.014Z Checking idna v1.1.0
46182026-06-11T14:40:28.111Z Checking usdt-impl v0.5.0
46192026-06-11T14:40:28.242Z Checking url v2.5.8
46202026-06-11T14:40:28.361Z Checking usdt v0.5.0
46212026-06-11T14:40:28.587Z Checking cargo-util-schemas v0.8.2
46222026-06-11T14:40:29.288Z Checking cargo_metadata v0.21.0
46232026-06-11T14:40:29.899Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46242026-06-11T14:40:30.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
46252026-06-11T14:40:30.441Z
46262026-06-11T14:40:30.441Zinfo: running `cargo check --bins` on dnsadm (279/295)
46272026-06-11T14:40:30.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-06-11T14:40:30.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-06-11T14:40:31.107Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46302026-06-11T14:40:31.585Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46312026-06-11T14:40:31.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
46322026-06-11T14:40:32.184Z
46332026-06-11T14:40:32.184Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46342026-06-11T14:40:32.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-06-11T14:40:32.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-06-11T14:40:32.991Z Checking polyval v0.6.2
46372026-06-11T14:40:33.117Z Checking ctr v0.9.2
46382026-06-11T14:40:33.128Z Checking ssh-encoding v0.2.0
46392026-06-11T14:40:33.128Z Checking blowfish v0.9.1
46402026-06-11T14:40:33.149Z Checking password-hash v0.4.2
46412026-06-11T14:40:33.163Z Checking p256 v0.13.2
46422026-06-11T14:40:33.166Z Checking p521 v0.13.3
46432026-06-11T14:40:33.190Z Checking russh-cryptovec v0.7.3
46442026-06-11T14:40:33.263Z Checking ghash v0.5.1
46452026-06-11T14:40:33.276Z Checking md5 v0.7.0
46462026-06-11T14:40:33.289Z Checking bcrypt-pbkdf v0.10.0
46472026-06-11T14:40:33.305Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46482026-06-11T14:40:33.319Z Checking num-bigint v0.4.6
46492026-06-11T14:40:33.360Z Checking pbkdf2 v0.11.0
46502026-06-11T14:40:33.379Z Checking aes-gcm v0.10.3
46512026-06-11T14:40:33.408Z Checking des v0.8.1
46522026-06-11T14:40:33.443Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46532026-06-11T14:40:33.443Z Checking hex-literal v0.4.1
46542026-06-11T14:40:33.509Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46552026-06-11T14:40:33.528Z Checking ssh-cipher v0.2.0
46562026-06-11T14:40:33.528Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46572026-06-11T14:40:33.555Z Checking socket2 v0.5.10
46582026-06-11T14:40:33.568Z Checking internet-checksum v0.2.1
46592026-06-11T14:40:33.700Z Checking ssh-key v0.6.7
46602026-06-11T14:40:33.837Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46612026-06-11T14:40:34.342Z Checking russh-keys v0.45.0
46622026-06-11T14:40:34.900Z Checking russh v0.45.0
46632026-06-11T14:40:51.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
46642026-06-11T14:40:51.557Z
46652026-06-11T14:40:51.557Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46662026-06-11T14:40:52.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-06-11T14:40:52.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-06-11T14:40:52.218Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46692026-06-11T14:40:52.329Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46702026-06-11T14:40:52.337Z Checking termios v0.3.3
46712026-06-11T14:40:53.557Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46722026-06-11T14:40:53.711Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46732026-06-11T14:40:55.567Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46742026-06-11T14:40:56.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
46752026-06-11T14:40:56.334Z
46762026-06-11T14:40:56.334Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46772026-06-11T14:40:56.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-06-11T14:40:56.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-06-11T14:40:57.063Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46802026-06-11T14:40:57.067Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46812026-06-11T14:40:57.067Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46822026-06-11T14:40:57.067Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46832026-06-11T14:40:57.204Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46842026-06-11T14:40:57.204Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46852026-06-11T14:40:57.929Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46862026-06-11T14:40:58.295Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46872026-06-11T14:40:58.298Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46882026-06-11T14:40:58.937Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46892026-06-11T14:41:00.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46902026-06-11T14:41:00.766Z
46912026-06-11T14:41:00.766Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46922026-06-11T14:41:01.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-11T14:41:01.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-11T14:41:01.423Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46952026-06-11T14:41:01.884Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46962026-06-11T14:41:02.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46972026-06-11T14:41:02.409Z
46982026-06-11T14:41:02.409Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46992026-06-11T14:41:02.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-06-11T14:41:02.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-06-11T14:41:02.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47022026-06-11T14:41:02.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47032026-06-11T14:41:03.014Z
47042026-06-11T14:41:03.014Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47052026-06-11T14:41:03.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-06-11T14:41:03.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-06-11T14:41:03.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47082026-06-11T14:41:03.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47092026-06-11T14:41:03.614Z
47102026-06-11T14:41:03.614Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47112026-06-11T14:41:04.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-11T14:41:04.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-11T14:41:04.389Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47142026-06-11T14:41:04.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
47152026-06-11T14:41:05.191Z
47162026-06-11T14:41:05.191Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47172026-06-11T14:41:05.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-11T14:41:05.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-11T14:41:05.850Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47202026-06-11T14:41:05.853Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47212026-06-11T14:41:06.133Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47222026-06-11T14:41:06.133Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47232026-06-11T14:41:06.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47242026-06-11T14:41:07.132Z
47252026-06-11T14:41:07.132Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47262026-06-11T14:41:07.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-06-11T14:41:07.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-06-11T14:41:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47292026-06-11T14:41:07.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47302026-06-11T14:41:07.729Z
47312026-06-11T14:41:07.729Zinfo: running `cargo check --bins` on omicron-package (289/295)
47322026-06-11T14:41:08.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-06-11T14:41:08.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-06-11T14:41:08.422Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47352026-06-11T14:41:09.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
47362026-06-11T14:41:09.711Z
47372026-06-11T14:41:09.711Zinfo: running `cargo check --bins` on tqdb (290/295)
47382026-06-11T14:41:10.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-06-11T14:41:10.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-06-11T14:41:10.504Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47412026-06-11T14:41:10.868Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47422026-06-11T14:41:11.386Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47432026-06-11T14:41:11.390Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47442026-06-11T14:41:17.413Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47452026-06-11T14:41:17.416Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47462026-06-11T14:41:17.992Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47472026-06-11T14:41:17.995Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47482026-06-11T14:41:17.996Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47492026-06-11T14:41:17.996Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47502026-06-11T14:41:18.754Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47512026-06-11T14:41:19.763Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47522026-06-11T14:41:20.538Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47532026-06-11T14:41:21.156Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47542026-06-11T14:41:25.749Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47552026-06-11T14:41:32.239Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47562026-06-11T14:41:32.239Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47572026-06-11T14:41:32.250Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47582026-06-11T14:41:32.250Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47592026-06-11T14:41:33.743Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47602026-06-11T14:41:35.078Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47612026-06-11T14:41:35.747Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47622026-06-11T14:41:36.979Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47632026-06-11T14:41:37.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.80s
47642026-06-11T14:41:37.744Z
47652026-06-11T14:41:37.744Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47662026-06-11T14:41:38.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-06-11T14:41:38.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-06-11T14:41:38.466Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47692026-06-11T14:41:38.471Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47702026-06-11T14:41:38.471Z Checking rtoolbox v0.0.3
47712026-06-11T14:41:38.593Z Checking tui-tree-widget v0.23.1
47722026-06-11T14:41:38.699Z Checking rpassword v7.4.0
47732026-06-11T14:41:39.718Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47742026-06-11T14:41:42.715Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-06-11T14:41:44.572Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47762026-06-11T14:41:45.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
47772026-06-11T14:41:45.685Z
47782026-06-11T14:41:45.685Zinfo: running `cargo check --bins` on wicket (292/295)
47792026-06-11T14:41:46.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-11T14:41:46.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-11T14:41:46.395Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47822026-06-11T14:41:46.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47832026-06-11T14:41:46.950Z
47842026-06-11T14:41:46.950Zinfo: running `cargo check --bins` on wicketd (293/295)
47852026-06-11T14:41:47.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-11T14:41:47.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-11T14:41:47.688Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47882026-06-11T14:41:47.693Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47892026-06-11T14:41:47.693Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47902026-06-11T14:41:47.693Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47912026-06-11T14:41:48.728Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47922026-06-11T14:41:49.305Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47932026-06-11T14:41:52.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
47942026-06-11T14:41:52.497Z
47952026-06-11T14:41:52.497Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47962026-06-11T14:41:53.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-06-11T14:41:53.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-06-11T14:41:53.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47992026-06-11T14:41:53.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
48002026-06-11T14:41:53.098Z
48012026-06-11T14:41:53.098Zinfo: running `cargo check --bins` on zone-setup (295/295)
48022026-06-11T14:41:53.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48032026-06-11T14:41:53.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48042026-06-11T14:41:53.784Z Checking uzers v0.12.2
48052026-06-11T14:41:54.061Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48062026-06-11T14:41:54.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
48072026-06-11T14:41:55.021Z
48082026-06-11T14:41:55.021Zreal 14:17.799648807
48092026-06-11T14:41:55.021Zuser 21:23.708469610
48102026-06-11T14:41:55.021Zsys 4:26.846426968
48112026-06-11T14:41:55.030Ztrap 0.332676627
48122026-06-11T14:41:55.030Ztflt 0.730787834
48132026-06-11T14:41:55.030Zdflt 1.352310552
48142026-06-11T14:41:55.030Zkflt 0.005576452
48152026-06-11T14:41:55.030Zlock 1:19:23.675123212
48162026-06-11T14:41:55.030Zslp 1:42:40.098109355
48172026-06-11T14:41:55.030Zlat 1:00.762767754
48182026-06-11T14:41:55.030Zstop 3:45.564471121
48192026-06-11T14:41:55.030Zprocess exited: duration 998628 ms, exit code 0
 
48202026-06-11T14:41:55.045Zfound 0 output files