01KVRC9Z01260ZXZED0HWQ4X8M: 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: 01KVRCF82PA33KM2NT0MZNCBXT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:22:16.286Zjob assigned to worker 01KVRCFW6V3AZ5X14WCFFJ1BJV [factory aws, i-0fa8d0213512b2a8d] (queued for 1 m 1 s)
 
22026-06-22T19:22:23.373Zstarting task 0: "setup"
32026-06-22T19:22:23.376Z++ uname -s
42026-06-22T19:22:23.381Z+ kern=SunOS
52026-06-22T19:22:23.381Z+ build_user=build
62026-06-22T19:22:23.381Z+ build_uid=12345
72026-06-22T19:22:23.381Z+ work_dir=/work
82026-06-22T19:22:23.382Z+ input_dir=/input
92026-06-22T19:22:23.382Z+ [[ 0 == 12345 ]]
102026-06-22T19:22:23.382Z+ case "$kern" in
112026-06-22T19:22:23.382Z+ groupadd -g 12345 build
122026-06-22T19:22:23.384Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:22:25.397Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:22:25.456Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:22:25.460Z+ home_fs=zfs
162026-06-22T19:22:25.460Z+ [[ zfs == autofs ]]
172026-06-22T19:22:25.460Z+ mkdir -p /home/build
182026-06-22T19:22:25.460Z+ chown build:build /home/build /work
192026-06-22T19:22:27.460Z+ chmod 0700 /home/build /work
202026-06-22T19:22:27.466Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-22T19:22:27.474Zstarting task 1: "rust-toolchain"
222026-06-22T19:22:27.478Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:22:27.479Z * rust toolchain channel = "1.94.0"
242026-06-22T19:22:27.479Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-22T19:22:27.479Z * rust toolchain profile = "default"
262026-06-22T19:22:27.479Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:22:27.479Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:22:27.482Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:22:27.482Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:22:27.556Zinfo: downloading installer
312026-06-22T19:22:29.194Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:22:29.194Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:22:29.194Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:22:29.194Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:22:29.226Zinfo: profile set to default
362026-06-22T19:22:29.226Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:22:29.227Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:22:29.400Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:22:29.414Zinfo: downloading 6 components
402026-06-22T19:22:45.810Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:22:45.811Z
422026-06-22T19:22:45.904Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:22:45.905Z
442026-06-22T19:22:45.905Z
452026-06-22T19:22:45.905ZRust is installed now. Great!
462026-06-22T19:22:45.905Z
472026-06-22T19:22:45.905ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:22:45.905Zenvironment variable. This has not been done automatically.
492026-06-22T19:22:45.905Z
502026-06-22T19:22:45.905ZTo configure your current shell, you need to source
512026-06-22T19:22:45.905Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:22:45.905Z
532026-06-22T19:22:45.905ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:22:45.905Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:22:45.905Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:22:45.905Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:22:45.905Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:22:45.906Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:22:45.906Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:22:45.906Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:22:45.906Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:22:45.944Z+ rustup --version
632026-06-22T19:22:45.944Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:22:45.945Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:22:45.966Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:22:45.967Z+ cargo --version
672026-06-22T19:22:45.967Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:22:45.967Z+ rustc --version
692026-06-22T19:22:45.985Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:22:45.985Zprocess exited: duration 18492 ms, exit code 0
 
712026-06-22T19:22:46.048Zstarting task 2: "authentication"
722026-06-22T19:22:46.064ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:23:58.255Zprocess exited: duration 72219 ms, exit code 0
 
742026-06-22T19:23:58.267Zstarting task 3: "clone repository"
752026-06-22T19:23:58.284Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:23:58.284Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:23:58.301ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:24:08.044Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:24:08.044Z+ git fetch origin 771b95972e0100f9ed18917c477d12a1b6b19350
802026-06-22T19:24:08.309ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:24:08.309Z * branch 771b95972e0100f9ed18917c477d12a1b6b19350 -> FETCH_HEAD
822026-06-22T19:24:08.318Z+ [[ -n '' ]]
832026-06-22T19:24:08.318Z+ git reset --hard 771b95972e0100f9ed18917c477d12a1b6b19350
842026-06-22T19:24:08.558ZHEAD is now at 771b95972 [spr] initial version
852026-06-22T19:24:08.562Zprocess exited: duration 10299 ms, exit code 0
 
862026-06-22T19:24:08.568Zstarting task 4: "build"
872026-06-22T19:24:08.572Z+ source .github/buildomat/ci-env.sh
882026-06-22T19:24:08.575Z++ export CARGO_TERM_COLOR=always
892026-06-22T19:24:08.575Z++ CARGO_TERM_COLOR=always
902026-06-22T19:24:08.575Z+ cargo --version
912026-06-22T19:24:08.583Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-06-22T19:24:08.587Z+ rustc --version
932026-06-22T19:24:08.605Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-06-22T19:24:08.608Z+ source ./env.sh
952026-06-22T19:24:08.608Z++ OLD_SHELL_OPTS=ehxB
962026-06-22T19:24:08.608Z++ set -o xtrace
972026-06-22T19:24:08.611Z++++ dirname ./env.sh
982026-06-22T19:24:08.611Z+++ readlink -f .
992026-06-22T19:24:08.615Z++ OMICRON_WS=/work/oxidecomputer/omicron
1002026-06-22T19:24:08.615Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-22T19:24:08.615Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-22T19:24:08.615Z++ 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
1032026-06-22T19:24:08.615Z++ 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
1042026-06-22T19:24:08.615Z++ 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
1052026-06-22T19:24:08.615Z++ 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
1062026-06-22T19:24:08.615Z++ 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
1072026-06-22T19:24:08.615Z++ 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
1082026-06-22T19:24:08.615Z++ 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
1092026-06-22T19:24:08.615Z++ 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
1102026-06-22T19:24:08.615Z++ case $OLD_SHELL_OPTS in
1112026-06-22T19:24:08.615Z++ unset OLD_SHELL_OPTS OMICRON_WS
1122026-06-22T19:24:08.615Z+ 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
1132026-06-22T19:24:08.615Z+ 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
1142026-06-22T19:24:08.615Z+ banner prerequisites
1152026-06-22T19:24:08.615Z
1162026-06-22T19:24:08.615Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-06-22T19:24:08.615Z # # # # # # # # # # # # # # #
1182026-06-22T19:24:08.615Z # # # # ##### # # ##### # # # # # #### #
1192026-06-22T19:24:08.615Z ##### ##### # ##### # # # # # # # # #
1202026-06-22T19:24:08.615Z # # # # # # # # # # # # # # #
1212026-06-22T19:24:08.615Z # # # ###### # # ###### ### # #### # #### #
1222026-06-22T19:24:08.615Z
1232026-06-22T19:24:08.615Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-06-22T19:24:10.125Z Startup: Refreshing catalog 'helios' ... Done
1252026-06-22T19:24:10.216Z Startup: Caching catalogs ... Done
1262026-06-22T19:24:10.633ZPlanning: Solver setup ... Done (0.376s)
1272026-06-22T19:24:10.655ZPlanning: Running solver ... Done (0.023s)
1282026-06-22T19:24:10.663ZPlanning: Finding local manifests ... Done (0.003s)
1292026-06-22T19:24:10.680ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-22T19:24:10.698ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-22T19:24:10.711ZPlanning: Package planning ... Done (0.013s)
1322026-06-22T19:24:10.714ZPlanning: Merging actions ... Done (0.001s)
1332026-06-22T19:24:10.879ZPlanning: Checking for conflicting actions ... Done (0.163s)
1342026-06-22T19:24:10.885ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-06-22T19:24:11.655ZPlanning: Evaluating mediators ... Done (0.776s)
1362026-06-22T19:24:11.659ZPlanning: Planning completed in 1.42 seconds
1372026-06-22T19:24:11.664Z Packages to install: 2
1382026-06-22T19:24:11.664Z Estimated space available: 156.10 GB
1392026-06-22T19:24:11.664ZEstimated space to be consumed: 28.17 MB
1402026-06-22T19:24:11.664Z Create boot environment: No
1412026-06-22T19:24:11.664ZCreate backup boot environment: No
1422026-06-22T19:24:11.667Z Rebuild boot archive: No
1432026-06-22T19:24:11.667Z
1442026-06-22T19:24:11.667ZChanged packages:
1452026-06-22T19:24:11.667Zhelios
1462026-06-22T19:24:11.667Z developer/build-essential
1472026-06-22T19:24:11.667Z None -> 11-3.0
1482026-06-22T19:24:11.667Z library/libxmlsec1
1492026-06-22T19:24:11.667Z None -> 1.2.35-3.0
1502026-06-22T19:24:11.687Z
1512026-06-22T19:24:11.687ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-06-22T19:24:12.230ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1532026-06-22T19:24:12.275Z Actions: 1/268 actions (Installing new actions)
1542026-06-22T19:24:12.314Z Actions: Completed 268 actions in 0.04 seconds.
1552026-06-22T19:24:12.320ZFinalize: Updating package state database ... Done (0.009s)
1562026-06-22T19:24:12.320ZFinalize: Updating package cache ... Done (0.000s)
1572026-06-22T19:24:12.347ZFinalize: Updating image state ... Done (0.026s)
1582026-06-22T19:24:14.719ZFinalize: Creating fast lookup database ... Done (2.347s)
1592026-06-22T19:24:14.788ZFinalize: Reading search index ... Done (0.012s)
1602026-06-22T19:24:14.796ZFinalize: Updating search index ... Done (0.000s)
1612026-06-22T19:24:14.860ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-22T19:24:15.170ZPlanning: Evaluating mediator changes ... Done
1632026-06-22T19:24:15.271ZPlanning: Checking for conflicting actions ... Done
1642026-06-22T19:24:15.274ZPlanning: Consolidating action changes ... Done
1652026-06-22T19:24:15.429ZPlanning: Evaluating mediators ... Done
1662026-06-22T19:24:15.431ZPlanning: Planning completed in 0.26 seconds
1672026-06-22T19:24:15.453Z Mediators to change: 2
1682026-06-22T19:24:15.453Z Create boot environment: No
1692026-06-22T19:24:15.453ZCreate backup boot environment: No
1702026-06-22T19:24:15.510ZFinalize: Updating package state database ... Done
1712026-06-22T19:24:15.510ZFinalize: Updating package cache ... Done
1722026-06-22T19:24:15.529ZFinalize: Updating image state ... Done
1732026-06-22T19:24:17.469ZFinalize: Creating fast lookup database ... Done
1742026-06-22T19:24:17.519ZFinalize: Reading search index ... Done
1752026-06-22T19:24:17.524ZFinalize: Updating search index ... Done
1762026-06-22T19:24:17.605ZFinalize: Updating package cache ... Done
1772026-06-22T19:24:17.889ZPlanning: Evaluating mediator changes ... Done
1782026-06-22T19:24:17.994ZPlanning: Checking for conflicting actions ... Done
1792026-06-22T19:24:17.998ZPlanning: Consolidating action changes ... Done
1802026-06-22T19:24:18.151ZPlanning: Evaluating mediators ... Done
1812026-06-22T19:24:18.154ZPlanning: Planning completed in 0.26 seconds
1822026-06-22T19:24:18.174Z Mediators to change: 1
1832026-06-22T19:24:18.174Z Create boot environment: No
1842026-06-22T19:24:18.174ZCreate backup boot environment: No
1852026-06-22T19:24:18.291ZFinalize: Updating package state database ... Done
1862026-06-22T19:24:18.291ZFinalize: Updating package cache ... Done
1872026-06-22T19:24:18.315ZFinalize: Updating image state ... Done
1882026-06-22T19:24:20.258ZFinalize: Creating fast lookup database ... Done
1892026-06-22T19:24:20.316ZFinalize: Reading search index ... Done
1902026-06-22T19:24:20.319ZFinalize: Updating search index ... Done
1912026-06-22T19:24:20.424ZFinalize: Updating package cache ... Done
1922026-06-22T19:24:20.736ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-06-22T19:24:20.736Zapache system 2.4 system
1942026-06-22T19:24:20.736Zclang system 15 system
1952026-06-22T19:24:20.736Zcsh system system illumos
1962026-06-22T19:24:20.736Zctags system system illumos
1972026-06-22T19:24:20.736Zfile vendor vendor darwinsys
1982026-06-22T19:24:20.736Zfile system system illumos
1992026-06-22T19:24:20.736Zgcc vendor 14 vendor
2002026-06-22T19:24:20.736Zgcc system 13 system
2012026-06-22T19:24:20.736Zgcc system 10 system
2022026-06-22T19:24:20.736Zgo system 1.25 system
2032026-06-22T19:24:20.736Zllvm system 15 system
2042026-06-22T19:24:20.736Zmariadb system 11.4 system
2052026-06-22T19:24:20.736Zmta vendor vendor dma
2062026-06-22T19:24:20.736Zopenjdk system 17 system
2072026-06-22T19:24:20.736Zopenjdk system 11 system
2082026-06-22T19:24:20.736Zopenssl vendor 3 vendor
2092026-06-22T19:24:20.736Zperl system 5.40 system
2102026-06-22T19:24:20.736Zpostgresql system 18 system
2112026-06-22T19:24:20.737Zpostgresql system 17 system
2122026-06-22T19:24:20.737Zpython vendor 3 vendor
2132026-06-22T19:24:20.737Zpython system 2 system
2142026-06-22T19:24:20.737Zpython3 vendor 3.13 vendor
2152026-06-22T19:24:20.737Zruby system 3.4 system
2162026-06-22T19:24:20.737Zruby system 3.0 system
2172026-06-22T19:24:20.737Zwords vendor vendor american-english
2182026-06-22T19:24:20.737Zwords system system australian-english
2192026-06-22T19:24:20.737Zwords system system british-english
2202026-06-22T19:24:20.737Zwords system system canadian-english
2212026-06-22T19:24:20.737Zwords system system french
2222026-06-22T19:24:20.737Zwords system system italian
2232026-06-22T19:24:20.737Zwords system system ngerman
2242026-06-22T19:24:20.737Zwords system system ogerman
2252026-06-22T19:24:20.737Zwords system system spanish
2262026-06-22T19:24:20.992ZPUBLISHER TYPE STATUS P LOCATION
2272026-06-22T19:24:20.992Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-06-22T19:24:21.286ZFMRI IFO
2292026-06-22T19:24:21.286Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-06-22T19:24:21.286Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-06-22T19:24:21.286Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-06-22T19:24:21.286Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-06-22T19:24:21.286Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-06-22T19:24:21.286Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-06-22T19:24:21.286Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-06-22T19:24:21.286Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-06-22T19:24:21.286Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-06-22T19:24:21.531Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-06-22T19:24:21.785Z Updating crates.io index
2402026-06-22T19:24:22.193Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-06-22T19:24:22.199Z Updating git repository `https://github.com/oxidecomputer/lldp`
2422026-06-22T19:24:22.880Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-06-22T19:24:23.629Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442026-06-22T19:24:24.504Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-22T19:24:24.969Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-06-22T19:24:26.500Z Updating git repository `https://github.com/oxidecomputer/opte`
2472026-06-22T19:24:27.331Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-06-22T19:24:27.625Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-06-22T19:24:28.801Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-06-22T19:24:29.255Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-06-22T19:24:29.679Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-06-22T19:24:30.108Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-06-22T19:24:30.523Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-06-22T19:24:30.990Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-06-22T19:24:31.238Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-06-22T19:24:31.688Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-06-22T19:24:32.071Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-06-22T19:24:32.481Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-06-22T19:24:32.712Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-06-22T19:24:32.943Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-06-22T19:24:33.208Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-06-22T19:24:33.610Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-06-22T19:24:34.155Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-06-22T19:24:34.380Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-06-22T19:24:34.782Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-06-22T19:24:35.108Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-06-22T19:24:35.385Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-06-22T19:24:35.668Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-06-22T19:24:36.764Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702026-06-22T19:24:37.562Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-06-22T19:24:37.987Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-06-22T19:24:38.208Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-06-22T19:24:38.750Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-06-22T19:24:39.016Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-06-22T19:24:39.327Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-06-22T19:24:39.595Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-06-22T19:24:39.991Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-06-22T19:24:40.241Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-06-22T19:24:40.463Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-06-22T19:24:42.154Z Downloading crates ...
2812026-06-22T19:24:42.210Z Downloaded anyhow v1.0.102
2822026-06-22T19:24:42.619Z Downloaded memmap v0.7.0
2832026-06-22T19:24:42.626Z Downloaded bitflags v2.11.0
2842026-06-22T19:24:42.626Z Downloaded zerofrom v0.1.6
2852026-06-22T19:24:42.626Z Downloaded yoke-derive v0.8.1
2862026-06-22T19:24:42.626Z Downloaded thiserror-impl v1.0.69
2872026-06-22T19:24:42.626Z Downloaded semver v1.0.28
2882026-06-22T19:24:42.626Z Downloaded typeid v1.0.3
2892026-06-22T19:24:42.626Z Downloaded thiserror v2.0.18
2902026-06-22T19:24:42.626Z Downloaded utf8parse v0.2.2
2912026-06-22T19:24:42.626Z Downloaded utf8_iter v1.0.4
2922026-06-22T19:24:42.626Z Downloaded thiserror v1.0.69
2932026-06-22T19:24:42.626Z Downloaded toml_write v0.1.2
2942026-06-22T19:24:42.626Z Downloaded usdt-attr-macro v0.5.0
2952026-06-22T19:24:42.627Z Downloaded anstyle v1.0.14
2962026-06-22T19:24:42.627Z Downloaded icu_collections v2.1.1
2972026-06-22T19:24:42.627Z Downloaded usdt v0.5.0
2982026-06-22T19:24:42.627Z Downloaded unicode-ident v1.0.24
2992026-06-22T19:24:42.627Z Downloaded zerofrom-derive v0.1.6
3002026-06-22T19:24:42.627Z Downloaded unicode-xid v0.2.6
3012026-06-22T19:24:42.627Z Downloaded usdt-macro v0.5.0
3022026-06-22T19:24:42.627Z Downloaded version_check v0.9.5
3032026-06-22T19:24:42.627Z Downloaded tinystr v0.8.2
3042026-06-22T19:24:42.627Z Downloaded writeable v0.6.2
3052026-06-22T19:24:42.627Z Downloaded unicode-linebreak v0.1.5
3062026-06-22T19:24:42.627Z Downloaded usdt-impl v0.5.0
3072026-06-22T19:24:42.627Z Downloaded toml v0.8.23
3082026-06-22T19:24:42.627Z Downloaded zmij v1.0.21
3092026-06-22T19:24:42.627Z Downloaded zerocopy-derive v0.7.35
3102026-06-22T19:24:42.627Z Downloaded bytecount v0.6.9
3112026-06-22T19:24:42.627Z Downloaded generic-array v0.14.7
3122026-06-22T19:24:42.627Z Downloaded ucd-trie v0.1.7
3132026-06-22T19:24:42.627Z Downloaded cargo_toml v0.21.0
3142026-06-22T19:24:42.627Z Downloaded yoke v0.8.1
3152026-06-22T19:24:42.627Z Downloaded scroll_derive v0.12.1
3162026-06-22T19:24:42.627Z Downloaded cargo_metadata v0.21.0
3172026-06-22T19:24:42.627Z Downloaded serde-value v0.7.0
3182026-06-22T19:24:42.627Z Downloaded thread-id v4.2.2
3192026-06-22T19:24:42.627Z Downloaded indexmap v2.14.0
3202026-06-22T19:24:42.627Z Downloaded proc-macro2 v1.0.106
3212026-06-22T19:24:42.627Z Downloaded tempfile v3.25.0
3222026-06-22T19:24:42.627Z Downloaded equivalent v1.0.2
3232026-06-22T19:24:42.627Z Downloaded toml_datetime v0.6.11
3242026-06-22T19:24:42.627Z Downloaded serde_core v1.0.228
3252026-06-22T19:24:42.627Z Downloaded crypto-common v0.1.7
3262026-06-22T19:24:42.627Z Downloaded erased-serde v0.4.9
3272026-06-22T19:24:42.627Z Downloaded cfg-if v1.0.4
3282026-06-22T19:24:42.627Z Downloaded zerovec-derive v0.11.2
3292026-06-22T19:24:42.627Z Downloaded textwrap v0.16.2
3302026-06-22T19:24:42.627Z Downloaded toml_edit v0.22.27
3312026-06-22T19:24:42.627Z Downloaded clap_lex v1.0.0
3322026-06-22T19:24:42.627Z Downloaded fnv v1.0.7
3332026-06-22T19:24:42.628Z Downloaded thiserror-impl v2.0.18
3342026-06-22T19:24:42.628Z Downloaded synstructure v0.13.2
3352026-06-22T19:24:42.628Z Downloaded dof v0.3.0
3362026-06-22T19:24:42.628Z Downloaded scroll v0.12.0
3372026-06-22T19:24:42.628Z Downloaded papergrid v0.11.0
3382026-06-22T19:24:42.628Z Downloaded zerotrie v0.2.3
3392026-06-22T19:24:42.628Z Downloaded strsim v0.11.1
3402026-06-22T19:24:42.628Z Downloaded typenum v1.19.0
3412026-06-22T19:24:42.628Z Downloaded litemap v0.8.1
3422026-06-22T19:24:42.628Z Downloaded displaydoc v0.2.5
3432026-06-22T19:24:42.628Z Downloaded swrite v0.1.0
3442026-06-22T19:24:42.628Z Downloaded block-buffer v0.10.4
3452026-06-22T19:24:42.628Z Downloaded colorchoice v1.0.4
3462026-06-22T19:24:42.628Z Downloaded url v2.5.8
3472026-06-22T19:24:42.628Z Downloaded sha2 v0.10.9
3482026-06-22T19:24:42.628Z Downloaded winnow v0.7.14
3492026-06-22T19:24:42.628Z Downloaded serde_spanned v0.6.9
3502026-06-22T19:24:42.628Z Downloaded tabled_derive v0.7.0
3512026-06-22T19:24:42.628Z Downloaded proc-macro-error-attr v1.0.4
3522026-06-22T19:24:42.628Z Downloaded is_terminal_polyfill v1.70.2
3532026-06-22T19:24:42.628Z Downloaded zerovec v0.11.5
3542026-06-22T19:24:42.628Z Downloaded zerocopy v0.7.35
3552026-06-22T19:24:42.628Z Downloaded quote v1.0.45
3562026-06-22T19:24:42.628Z Downloaded potential_utf v0.1.4
3572026-06-22T19:24:42.628Z Downloaded errno v0.3.14
3582026-06-22T19:24:42.628Z Downloaded percent-encoding v2.3.2
3592026-06-22T19:24:42.628Z Downloaded form_urlencoded v1.2.2
3602026-06-22T19:24:42.628Z Downloaded fastrand v2.3.0
3612026-06-22T19:24:42.628Z Downloaded itoa v1.0.17
3622026-06-22T19:24:42.628Z Downloaded pretty-hex v0.4.1
3632026-06-22T19:24:42.628Z Downloaded heck v0.5.0
3642026-06-22T19:24:42.628Z Downloaded unicode-width v0.2.0
3652026-06-22T19:24:42.628Z Downloaded unicode-width v0.1.14
3662026-06-22T19:24:42.628Z Downloaded fs-err v3.3.0
3672026-06-22T19:24:42.628Z Downloaded cargo-platform v0.2.0
3682026-06-22T19:24:42.628Z Downloaded plain v0.2.3
3692026-06-22T19:24:42.628Z Downloaded heck v0.4.1
3702026-06-22T19:24:42.628Z Downloaded anstyle-query v1.1.5
3712026-06-22T19:24:42.629Z Downloaded icu_provider v2.1.1
3722026-06-22T19:24:42.629Z Downloaded cargo-util-schemas v0.8.2
3732026-06-22T19:24:42.629Z Downloaded anstyle-parse v1.0.0
3742026-06-22T19:24:42.629Z Downloaded anstream v1.0.0
3752026-06-22T19:24:42.629Z Downloaded terminal_size v0.4.3
3762026-06-22T19:24:42.629Z Downloaded cpufeatures v0.2.17
3772026-06-22T19:24:42.629Z Downloaded dtrace-parser v0.2.0
3782026-06-22T19:24:42.629Z Downloaded macaddr v1.0.1
3792026-06-22T19:24:42.629Z Downloaded idna_adapter v1.2.1
3802026-06-22T19:24:42.629Z Downloaded digest v0.10.7
3812026-06-22T19:24:42.629Z Downloaded ordered-float v2.10.1
3822026-06-22T19:24:42.629Z Downloaded byteorder v1.5.0
3832026-06-22T19:24:42.642Z Downloaded smawk v0.3.2
3842026-06-22T19:24:42.642Z Downloaded proc-macro-error v1.0.4
3852026-06-22T19:24:42.642Z Downloaded pest_derive v2.8.6
3862026-06-22T19:24:42.643Z Downloaded getrandom v0.4.1
3872026-06-22T19:24:42.643Z Downloaded serde-untagged v0.1.9
3882026-06-22T19:24:42.643Z Downloaded autocfg v1.5.0
3892026-06-22T19:24:42.643Z Downloaded clap_derive v4.6.1
3902026-06-22T19:24:42.643Z Downloaded log v0.4.29
3912026-06-22T19:24:42.643Z Downloaded stable_deref_trait v1.2.1
3922026-06-22T19:24:42.643Z Downloaded once_cell v1.21.3
3932026-06-22T19:24:42.643Z Downloaded serde_tokenstream v0.2.3
3942026-06-22T19:24:42.643Z Downloaded smallvec v1.15.1
3952026-06-22T19:24:42.643Z Downloaded pest_generator v2.8.6
3962026-06-22T19:24:42.643Z Downloaded camino-tempfile v1.4.1
3972026-06-22T19:24:42.643Z Downloaded icu_normalizer_data v2.1.1
3982026-06-22T19:24:42.643Z Downloaded clap v4.6.1
3992026-06-22T19:24:42.643Z Downloaded num-traits v0.2.19
4002026-06-22T19:24:42.643Z Downloaded camino v1.2.2
4012026-06-22T19:24:42.643Z Downloaded serde_derive v1.0.228
4022026-06-22T19:24:42.643Z Downloaded serde v1.0.228
4032026-06-22T19:24:42.643Z Downloaded icu_normalizer v2.1.1
4042026-06-22T19:24:42.643Z Downloaded idna v1.1.0
4052026-06-22T19:24:42.643Z Downloaded hashbrown v0.17.0
4062026-06-22T19:24:42.643Z Downloaded pest_meta v2.8.6
4072026-06-22T19:24:42.643Z Downloaded icu_locale_core v2.1.1
4082026-06-22T19:24:42.643Z Downloaded icu_properties v2.1.2
4092026-06-22T19:24:42.643Z Downloaded memchr v2.8.0
4102026-06-22T19:24:42.643Z Downloaded icu_properties_data v2.1.2
4112026-06-22T19:24:42.643Z Downloaded pest v2.8.6
4122026-06-22T19:24:42.643Z Downloaded serde_json v1.0.149
4132026-06-22T19:24:42.643Z Downloaded clap_builder v4.6.0
4142026-06-22T19:24:42.643Z Downloaded tabled v0.15.0
4152026-06-22T19:24:42.643Z Downloaded goblin v0.8.2
4162026-06-22T19:24:42.643Z Downloaded syn v1.0.109
4172026-06-22T19:24:42.643Z Downloaded syn v2.0.117
4182026-06-22T19:24:42.643Z Downloaded rustix v1.1.3
4192026-06-22T19:24:42.643Z Downloaded libc v0.2.185
4202026-06-22T19:24:42.686Z Compiling proc-macro2 v1.0.106
4212026-06-22T19:24:42.686Z Compiling quote v1.0.45
4222026-06-22T19:24:43.089Z Compiling unicode-ident v1.0.24
4232026-06-22T19:24:43.089Z Compiling serde_core v1.0.228
4242026-06-22T19:24:43.089Z Compiling libc v0.2.185
4252026-06-22T19:24:43.089Z Compiling version_check v0.9.5
4262026-06-22T19:24:43.089Z Compiling stable_deref_trait v1.2.1
4272026-06-22T19:24:43.089Z Compiling serde v1.0.228
4282026-06-22T19:24:43.500Z Compiling memchr v2.8.0
4292026-06-22T19:24:43.500Z Compiling zmij v1.0.21
4302026-06-22T19:24:43.503Z Compiling itoa v1.0.17
4312026-06-22T19:24:43.503Z Compiling autocfg v1.5.0
4322026-06-22T19:24:43.503Z Compiling ucd-trie v0.1.7
4332026-06-22T19:24:43.503Z Compiling thiserror v1.0.69
4342026-06-22T19:24:43.647Z Compiling pest v2.8.6
4352026-06-22T19:24:43.702Z Compiling writeable v0.6.2
4362026-06-22T19:24:43.718Z Compiling litemap v0.8.1
4372026-06-22T19:24:43.747Z Compiling icu_normalizer_data v2.1.1
4382026-06-22T19:24:44.289Z Compiling rustix v1.1.3
4392026-06-22T19:24:44.294Z Compiling byteorder v1.5.0
4402026-06-22T19:24:44.295Z Compiling syn v2.0.117
4412026-06-22T19:24:44.295Z Compiling icu_properties_data v2.1.2
4422026-06-22T19:24:44.295Z Compiling errno v0.3.14
4432026-06-22T19:24:44.308Z Compiling bitflags v2.11.0
4442026-06-22T19:24:44.401Z Compiling serde_json v1.0.149
4452026-06-22T19:24:44.550Z Compiling num-traits v0.2.19
4462026-06-22T19:24:44.608Z Compiling typeid v1.0.3
4472026-06-22T19:24:44.736Z Compiling pest_meta v2.8.6
4482026-06-22T19:24:44.755Z Compiling hashbrown v0.17.0
4492026-06-22T19:24:45.280Z Compiling smallvec v1.15.1
4502026-06-22T19:24:45.284Z Compiling equivalent v1.0.2
4512026-06-22T19:24:45.284Z Compiling thread-id v4.2.2
4522026-06-22T19:24:45.284Z Compiling proc-macro-error-attr v1.0.4
4532026-06-22T19:24:45.284Z Compiling usdt-impl v0.5.0
4542026-06-22T19:24:45.284Z Compiling toml_write v0.1.2
4552026-06-22T19:24:45.301Z Compiling indexmap v2.14.0
4562026-06-22T19:24:45.346Z Compiling erased-serde v0.4.9
4572026-06-22T19:24:45.434Z Compiling syn v1.0.109
4582026-06-22T19:24:45.563Z Compiling winnow v0.7.14
4592026-06-22T19:24:45.924Z Compiling proc-macro-error v1.0.4
4602026-06-22T19:24:45.988Z Compiling plain v0.2.3
4612026-06-22T19:24:46.511Z Compiling log v0.4.29
4622026-06-22T19:24:46.518Z Compiling percent-encoding v2.3.2
4632026-06-22T19:24:46.518Z Compiling utf8_iter v1.0.4
4642026-06-22T19:24:46.518Z Compiling utf8parse v0.2.2
4652026-06-22T19:24:46.518Z Compiling thiserror v2.0.18
4662026-06-22T19:24:46.518Z Compiling getrandom v0.4.1
4672026-06-22T19:24:46.518Z Compiling camino v1.2.2
4682026-06-22T19:24:46.518Z Compiling anstyle-parse v1.0.0
4692026-06-22T19:24:46.518Z Compiling ordered-float v2.10.1
4702026-06-22T19:24:46.641Z Compiling form_urlencoded v1.2.2
4712026-06-22T19:24:46.854Z Compiling synstructure v0.13.2
4722026-06-22T19:24:47.278Z Compiling pest_generator v2.8.6
4732026-06-22T19:24:47.289Z Compiling terminal_size v0.4.3
4742026-06-22T19:24:47.289Z Compiling anstyle-query v1.1.5
4752026-06-22T19:24:47.289Z Compiling pretty-hex v0.4.1
4762026-06-22T19:24:47.289Z Compiling anstyle v1.0.14
4772026-06-22T19:24:47.289Z Compiling colorchoice v1.0.4
4782026-06-22T19:24:47.295Z Compiling cfg-if v1.0.4
4792026-06-22T19:24:47.330Z Compiling is_terminal_polyfill v1.70.2
4802026-06-22T19:24:47.442Z Compiling anstream v1.0.0
4812026-06-22T19:24:47.469Z Compiling serde-untagged v0.1.9
4822026-06-22T19:24:47.503Z Compiling semver v1.0.28
4832026-06-22T19:24:47.581Z Compiling fs-err v3.3.0
4842026-06-22T19:24:47.712Z Compiling fastrand v2.3.0
4852026-06-22T19:24:47.751Z Compiling unicode-xid v0.2.6
4862026-06-22T19:24:47.770Z Compiling bytecount v0.6.9
4872026-06-22T19:24:47.820Z Compiling clap_lex v1.0.0
4882026-06-22T19:24:47.837Z Compiling heck v0.4.1
4892026-06-22T19:24:47.871Z Compiling anyhow v1.0.102
4902026-06-22T19:24:47.906Z Compiling unicode-width v0.1.14
4912026-06-22T19:24:48.463Z Compiling strsim v0.11.1
4922026-06-22T19:24:48.871Z Compiling fnv v1.0.7
4932026-06-22T19:24:48.871Z Compiling heck v0.5.0
4942026-06-22T19:24:48.871Z Compiling once_cell v1.21.3
4952026-06-22T19:24:48.871Z Compiling clap_builder v4.6.0
4962026-06-22T19:24:48.871Z Compiling tempfile v3.25.0
4972026-06-22T19:24:48.871Z Compiling papergrid v0.11.0
4982026-06-22T19:24:48.871Z Compiling memmap v0.7.0
4992026-06-22T19:24:48.879Z Compiling serde_derive v1.0.228
5002026-06-22T19:24:48.879Z Compiling zerofrom-derive v0.1.6
5012026-06-22T19:24:48.879Z Compiling yoke-derive v0.8.1
5022026-06-22T19:24:48.879Z Compiling zerovec-derive v0.11.2
5032026-06-22T19:24:48.879Z Compiling displaydoc v0.2.5
5042026-06-22T19:24:49.605Z Compiling thiserror-impl v1.0.69
5052026-06-22T19:24:49.761Z Compiling zerocopy-derive v0.7.35
5062026-06-22T19:24:49.816Z Compiling pest_derive v2.8.6
5072026-06-22T19:24:49.854Z Compiling scroll_derive v0.12.1
5082026-06-22T19:24:49.909Z Compiling zerofrom v0.1.6
5092026-06-22T19:24:50.055Z Compiling yoke v0.8.1
5102026-06-22T19:24:50.233Z Compiling zerovec v0.11.5
5112026-06-22T19:24:50.249Z Compiling zerotrie v0.2.3
5122026-06-22T19:24:50.545Z Compiling scroll v0.12.0
5132026-06-22T19:24:50.611Z Compiling thiserror-impl v2.0.18
5142026-06-22T19:24:50.676Z Compiling zerocopy v0.7.35
5152026-06-22T19:24:50.765Z Compiling tinystr v0.8.2
5162026-06-22T19:24:50.806Z Compiling potential_utf v0.1.4
5172026-06-22T19:24:50.976Z Compiling icu_locale_core v2.1.1
5182026-06-22T19:24:50.979Z Compiling icu_collections v2.1.1
5192026-06-22T19:24:51.426Z Compiling dtrace-parser v0.2.0
5202026-06-22T19:24:51.448Z Compiling goblin v0.8.2
5212026-06-22T19:24:51.448Z Compiling tabled_derive v0.7.0
5222026-06-22T19:24:51.489Z Compiling clap_derive v4.6.1
5232026-06-22T19:24:51.899Z Compiling unicode-linebreak v0.1.5
5242026-06-22T19:24:51.904Z Compiling icu_provider v2.1.1
5252026-06-22T19:24:51.904Z Compiling unicode-width v0.2.0
5262026-06-22T19:24:51.993Z Compiling serde_spanned v0.6.9
5272026-06-22T19:24:52.040Z Compiling icu_normalizer v2.1.1
5282026-06-22T19:24:52.064Z Compiling icu_properties v2.1.2
5292026-06-22T19:24:52.522Z Compiling toml_datetime v0.6.11
5302026-06-22T19:24:52.929Z Compiling dof v0.3.0
5312026-06-22T19:24:52.929Z Compiling serde_tokenstream v0.2.3
5322026-06-22T19:24:52.929Z Compiling serde-value v0.7.0
5332026-06-22T19:24:52.929Z Compiling toml_edit v0.22.27
5342026-06-22T19:24:52.932Z Compiling cargo-platform v0.2.0
5352026-06-22T19:24:52.932Z Compiling smawk v0.3.2
5362026-06-22T19:24:52.932Z Compiling tabled v0.15.0
5372026-06-22T19:24:52.932Z Compiling textwrap v0.16.2
5382026-06-22T19:24:52.933Z Compiling macaddr v1.0.1
5392026-06-22T19:24:53.083Z Compiling idna_adapter v1.2.1
5402026-06-22T19:24:53.133Z Compiling camino-tempfile v1.4.1
5412026-06-22T19:24:53.172Z Compiling usdt-macro v0.5.0
5422026-06-22T19:24:53.210Z Compiling idna v1.1.0
5432026-06-22T19:24:53.632Z Compiling usdt-attr-macro v0.5.0
5442026-06-22T19:24:53.644Z Compiling clap v4.6.1
5452026-06-22T19:24:53.786Z Compiling url v2.5.8
5462026-06-22T19:24:53.792Z Compiling toml v0.8.23
5472026-06-22T19:24:54.280Z Compiling swrite v0.1.0
5482026-06-22T19:24:54.285Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-06-22T19:24:54.285Z Compiling cargo-util-schemas v0.8.2
5502026-06-22T19:24:54.425Z Compiling cargo_toml v0.21.0
5512026-06-22T19:24:54.512Z Compiling usdt v0.5.0
5522026-06-22T19:24:55.084Z Compiling cargo_metadata v0.21.0
5532026-06-22T19:24:56.025Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-06-22T19:24:58.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.79s
5552026-06-22T19:24:58.801Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5562026-06-22T19:24:58.893Z Downloading crates ...
5572026-06-22T19:24:58.965Z Downloaded adler2 v2.0.1
5582026-06-22T19:24:59.399Z Downloaded arrayref v0.3.9
5592026-06-22T19:24:59.854Z Downloaded bit-set v0.5.3
5602026-06-22T19:24:59.854Z Downloaded bitfield-struct v0.6.2
5612026-06-22T19:24:59.854Z Downloaded atty v0.2.14
5622026-06-22T19:24:59.854Z Downloaded blake2 v0.10.6
5632026-06-22T19:24:59.854Z Downloaded cpufeatures v0.3.0
5642026-06-22T19:24:59.854Z Downloaded crc-catalog v2.4.0
5652026-06-22T19:24:59.854Z Downloaded backoff v0.4.0
5662026-06-22T19:24:59.854Z Downloaded cstr-argument v0.1.2
5672026-06-22T19:24:59.854Z Downloaded crunchy v0.2.4
5682026-06-22T19:24:59.854Z Downloaded cookie v0.18.1
5692026-06-22T19:24:59.854Z Downloaded compact_str v0.8.1
5702026-06-22T19:24:59.854Z Downloaded const_format_proc_macros v0.2.34
5712026-06-22T19:24:59.855Z Downloaded assert_matches v1.5.0
5722026-06-22T19:24:59.855Z Downloaded ciborium v0.2.2
5732026-06-22T19:24:59.855Z Downloaded allocator-api2 v0.2.21
5742026-06-22T19:24:59.855Z Downloaded chacha20 v0.10.0
5752026-06-22T19:24:59.855Z Downloaded camino-tempfile-ext v0.3.3
5762026-06-22T19:24:59.855Z Downloaded compression-core v0.4.31
5772026-06-22T19:24:59.855Z Downloaded crossterm v0.28.1
5782026-06-22T19:24:59.855Z Downloaded atomic-waker v1.1.2
5792026-06-22T19:24:59.855Z Downloaded atomicwrites v0.4.4
5802026-06-22T19:24:59.855Z Downloaded crossbeam-channel v0.5.15
5812026-06-22T19:24:59.855Z Downloaded convert_case v0.10.0
5822026-06-22T19:24:59.855Z Downloaded cmake v0.1.57
5832026-06-22T19:24:59.855Z Downloaded chacha20 v0.9.1
5842026-06-22T19:24:59.855Z Downloaded async-trait v0.1.89
5852026-06-22T19:24:59.855Z Downloaded daft-derive v0.1.7
5862026-06-22T19:24:59.855Z Downloaded cexpr v0.6.0
5872026-06-22T19:24:59.855Z Downloaded base64ct v1.8.3
5882026-06-22T19:24:59.855Z Downloaded bzip2 v0.6.1
5892026-06-22T19:24:59.855Z Downloaded corncobs v0.1.4
5902026-06-22T19:24:59.855Z Downloaded ctr v0.9.2
5912026-06-22T19:24:59.855Z Downloaded array-init v0.0.4
5922026-06-22T19:24:59.855Z Downloaded bb8 v0.8.6
5932026-06-22T19:24:59.856Z Downloaded document-features v0.2.12
5942026-06-22T19:24:59.856Z Downloaded cargo-platform v0.3.2
5952026-06-22T19:24:59.856Z Downloaded debug-ignore v1.0.5
5962026-06-22T19:24:59.856Z Downloaded bit-set v0.8.0
5972026-06-22T19:24:59.856Z Downloaded ascii-canvas v3.0.0
5982026-06-22T19:24:59.856Z Downloaded bcrypt-pbkdf v0.10.0
5992026-06-22T19:24:59.856Z Downloaded bitfield-macros v0.19.4
6002026-06-22T19:24:59.856Z Downloaded async-recursion v1.1.1
6012026-06-22T19:24:59.856Z Downloaded cfg_aliases v0.2.1
6022026-06-22T19:24:59.856Z Downloaded dirs-sys-next v0.1.2
6032026-06-22T19:24:59.856Z Downloaded base16ct v0.2.0
6042026-06-22T19:24:59.856Z Downloaded downcast-rs v2.0.2
6052026-06-22T19:24:59.856Z Downloaded block-padding v0.3.3
6062026-06-22T19:24:59.856Z Downloaded curve25519-dalek-derive v0.1.1
6072026-06-22T19:24:59.856Z Downloaded ciborium-io v0.2.2
6082026-06-22T19:24:59.856Z Downloaded embedded-io v0.4.0
6092026-06-22T19:24:59.856Z Downloaded darling_macro v0.20.11
6102026-06-22T19:24:59.856Z Downloaded ciborium-ll v0.2.2
6112026-06-22T19:24:59.856Z Downloaded env_logger v0.11.9
6122026-06-22T19:24:59.856Z Downloaded diesel_table_macro_syntax v0.3.0
6132026-06-22T19:24:59.856Z Downloaded dyn-clone v1.0.20
6142026-06-22T19:24:59.857Z Downloaded env_filter v1.0.0
6152026-06-22T19:24:59.857Z Downloaded crc v3.4.0
6162026-06-22T19:24:59.857Z Downloaded castaway v0.2.4
6172026-06-22T19:24:59.857Z Downloaded der_derive v0.7.3
6182026-06-22T19:24:59.857Z Downloaded ff v0.13.1
6192026-06-22T19:24:59.857Z Downloaded either v1.15.0
6202026-06-22T19:24:59.857Z Downloaded data-encoding v2.10.0
6212026-06-22T19:24:59.857Z Downloaded dirs-next v2.0.0
6222026-06-22T19:24:59.857Z Downloaded cfg_aliases v0.1.1
6232026-06-22T19:24:59.857Z Downloaded fixedbitset v0.4.2
6242026-06-22T19:24:59.857Z Downloaded dsl_auto_type v0.2.0
6252026-06-22T19:24:59.857Z Downloaded dtrace-parser v0.3.0
6262026-06-22T19:24:59.857Z Downloaded foreign-types v0.5.0
6272026-06-22T19:24:59.857Z Downloaded convert_case v0.4.0
6282026-06-22T19:24:59.857Z Downloaded async-stream-impl v0.3.6
6292026-06-22T19:24:59.857Z Downloaded derive_builder_macro v0.20.2
6302026-06-22T19:24:59.857Z Downloaded cobs v0.3.0
6312026-06-22T19:24:59.857Z Downloaded foreign-types-shared v0.1.1
6322026-06-22T19:24:59.857Z Downloaded daft v0.1.7
6332026-06-22T19:24:59.857Z Downloaded derive_builder_core v0.20.2
6342026-06-22T19:24:59.857Z Downloaded deranged v0.5.8
6352026-06-22T19:24:59.857Z Downloaded defmt v1.0.1
6362026-06-22T19:24:59.857Z Downloaded foreign-types-shared v0.3.1
6372026-06-22T19:24:59.857Z Downloaded foreign-types v0.3.2
6382026-06-22T19:24:59.858Z Downloaded foreign-types-macros v0.2.3
6392026-06-22T19:24:59.858Z Downloaded fixedbitset v0.5.7
6402026-06-22T19:24:59.858Z Downloaded float-ord v0.3.2
6412026-06-22T19:24:59.858Z Downloaded futures-core v0.3.32
6422026-06-22T19:24:59.858Z Downloaded gethostname v0.5.0
6432026-06-22T19:24:59.858Z Downloaded futures-macro v0.3.32
6442026-06-22T19:24:59.858Z Downloaded ecdsa v0.16.9
6452026-06-22T19:24:59.858Z Downloaded futures-task v0.3.32
6462026-06-22T19:24:59.858Z Downloaded futures-sink v0.3.32
6472026-06-22T19:24:59.858Z Downloaded filetime v0.2.27
6482026-06-22T19:24:59.858Z Downloaded derive-ex v0.1.8
6492026-06-22T19:24:59.858Z Downloaded fallible-iterator v0.2.0
6502026-06-22T19:24:59.858Z Downloaded crucible-workspace-hack v0.1.0
6512026-06-22T19:24:59.858Z Downloaded bit-vec v0.6.3
6522026-06-22T19:24:59.858Z Downloaded ena v0.14.4
6532026-06-22T19:24:59.858Z Downloaded argon2 v0.5.3
6542026-06-22T19:24:59.858Z Downloaded erased-serde v0.3.31
6552026-06-22T19:24:59.858Z Downloaded hash32 v0.2.1
6562026-06-22T19:24:59.858Z Downloaded fs_extra v1.3.0
6572026-06-22T19:24:59.858Z Downloaded cbc v0.1.2
6582026-06-22T19:24:59.858Z Downloaded anstyle-parse v0.2.7
6592026-06-22T19:24:59.923Z Downloaded ahash v0.8.12
6602026-06-22T19:24:59.923Z Downloaded git-stub v1.0.0
6612026-06-22T19:24:59.923Z Downloaded ghash v0.5.1
6622026-06-22T19:24:59.923Z Downloaded fxhash v0.2.1
6632026-06-22T19:24:59.923Z Downloaded futures-io v0.3.32
6642026-06-22T19:24:59.923Z Downloaded darling_core v0.20.11
6652026-06-22T19:24:59.923Z Downloaded hash32 v0.3.1
6662026-06-22T19:24:59.923Z Downloaded getrandom v0.2.17
6672026-06-22T19:24:59.923Z Downloaded http-range v0.1.5
6682026-06-22T19:24:59.923Z Downloaded fd-lock v4.0.4
6692026-06-22T19:24:59.923Z Downloaded funty v2.0.0
6702026-06-22T19:24:59.923Z Downloaded arrayvec v0.7.6
6712026-06-22T19:24:59.923Z Downloaded difflib v0.4.0
6722026-06-22T19:24:59.924Z Downloaded compression-codecs v0.4.37
6732026-06-22T19:24:59.924Z Downloaded fs-err v2.11.0
6742026-06-22T19:24:59.924Z Downloaded float-cmp v0.10.0
6752026-06-22T19:24:59.924Z Downloaded hostname v0.3.1
6762026-06-22T19:24:59.924Z Downloaded buf-list v1.1.2
6772026-06-22T19:24:59.924Z Downloaded blowfish v0.9.1
6782026-06-22T19:24:59.924Z Downloaded home v0.5.12
6792026-06-22T19:24:59.924Z Downloaded foldhash v0.2.0
6802026-06-22T19:24:59.924Z Downloaded fatfs v0.3.6
6812026-06-22T19:24:59.924Z Downloaded byte-wrapper v0.1.0
6822026-06-22T19:24:59.924Z Downloaded defmt v0.3.100
6832026-06-22T19:24:59.924Z Downloaded constant_time_eq v0.4.2
6842026-06-22T19:24:59.924Z Downloaded aead v0.5.2
6852026-06-22T19:24:59.924Z Downloaded endian-type v0.1.2
6862026-06-22T19:24:59.924Z Downloaded dropshot_endpoint v0.17.0
6872026-06-22T19:24:59.924Z Downloaded dunce v1.0.5
6882026-06-22T19:24:59.924Z Downloaded bitfield v0.19.4
6892026-06-22T19:24:59.924Z Downloaded dof v0.4.0
6902026-06-22T19:24:59.924Z Downloaded drift v0.2.0
6912026-06-22T19:24:59.924Z Downloaded hex-literal v0.4.1
6922026-06-22T19:24:59.924Z Downloaded hex v0.4.3
6932026-06-22T19:24:59.924Z Downloaded futures-executor v0.3.32
6942026-06-22T19:24:59.924Z Downloaded foldhash v0.1.5
6952026-06-22T19:24:59.924Z Downloaded console v0.16.2
6962026-06-22T19:24:59.924Z Downloaded ar_archive_writer v0.5.1
6972026-06-22T19:24:59.924Z Downloaded darling_core v0.23.0
6982026-06-22T19:24:59.924Z Downloaded crc8 v0.1.1
6992026-06-22T19:24:59.924Z Downloaded const-oid v0.9.6
7002026-06-22T19:24:59.924Z Downloaded derive_more v0.99.20
7012026-06-22T19:24:59.924Z Downloaded ident_case v1.0.1
7022026-06-22T19:24:59.924Z Downloaded http-body v1.0.1
7032026-06-22T19:24:59.924Z Downloaded hostname v0.4.2
7042026-06-22T19:24:59.924Z Downloaded cassowary v0.3.0
7052026-06-22T19:24:59.925Z Downloaded indoc v1.0.9
7062026-06-22T19:24:59.925Z Downloaded darling v0.13.4
7072026-06-22T19:24:59.925Z Downloaded hubpack v0.1.2
7082026-06-22T19:24:59.925Z Downloaded illumos-nvpair-sys v0.2.0
7092026-06-22T19:24:59.925Z Downloaded hubpack_derive v0.1.1
7102026-06-22T19:24:59.925Z Downloaded glob v0.3.3
7112026-06-22T19:24:59.925Z Downloaded derive-where v1.6.0
7122026-06-22T19:24:59.925Z Downloaded ed25519 v2.2.3
7132026-06-22T19:24:59.925Z Downloaded bcs v0.1.6
7142026-06-22T19:24:59.925Z Downloaded group v0.13.0
7152026-06-22T19:24:59.925Z Downloaded git-stub-vcs v0.1.0
7162026-06-22T19:24:59.925Z Downloaded display-error-chain v0.2.2
7172026-06-22T19:24:59.925Z Downloaded csv-core v0.1.13
7182026-06-22T19:24:59.925Z Downloaded httpdate v1.0.3
7192026-06-22T19:24:59.925Z Downloaded diesel-dtrace v0.5.0
7202026-06-22T19:24:59.925Z Downloaded defmt-macros v1.0.1
7212026-06-22T19:24:59.925Z Downloaded internet-checksum v0.2.1
7222026-06-22T19:24:59.925Z Downloaded instability v0.3.11
7232026-06-22T19:24:59.925Z Downloaded inout v0.1.4
7242026-06-22T19:24:59.925Z Downloaded hyper-tls v0.6.0
7252026-06-22T19:24:59.925Z Downloaded is_ci v1.2.0
7262026-06-22T19:24:59.925Z Downloaded async-bb8-diesel v0.2.1
7272026-06-22T19:24:59.925Z Downloaded is-terminal v0.4.17
7282026-06-22T19:24:59.925Z Downloaded console v0.15.11
7292026-06-22T19:24:59.925Z Downloaded colored v2.2.0
7302026-06-22T19:24:59.925Z Downloaded cancel-safe-futures v0.1.5
7312026-06-22T19:24:59.925Z Downloaded instant v0.1.13
7322026-06-22T19:24:59.925Z Downloaded enum-as-inner v0.6.1
7332026-06-22T19:24:59.925Z Downloaded darling_macro v0.23.0
7342026-06-22T19:24:59.925Z Downloaded crossbeam-deque v0.8.6
7352026-06-22T19:24:59.925Z Downloaded bit-vec v0.8.0
7362026-06-22T19:24:59.925Z Downloaded bitflags v1.3.2
7372026-06-22T19:24:59.925Z Downloaded humantime v2.3.0
7382026-06-22T19:24:59.925Z Downloaded embedded-io v0.6.1
7392026-06-22T19:24:59.925Z Downloaded clang-sys v1.8.1
7402026-06-22T19:24:59.925Z Downloaded cookie_store v0.22.1
7412026-06-22T19:24:59.925Z Downloaded cipher v0.4.4
7422026-06-22T19:24:59.926Z Downloaded anstream v0.6.21
7432026-06-22T19:24:59.926Z Downloaded kstat-rs v0.2.4
7442026-06-22T19:24:59.926Z Downloaded darling_macro v0.13.4
7452026-06-22T19:24:59.926Z Downloaded http-body-util v0.1.3
7462026-06-22T19:24:59.926Z Downloaded highway v1.3.0
7472026-06-22T19:24:59.926Z Downloaded darling v0.23.0
7482026-06-22T19:24:59.926Z Downloaded defmt-parser v1.0.0
7492026-06-22T19:24:59.926Z Downloaded globwalk v0.9.1
7502026-06-22T19:24:59.926Z Downloaded libscf-sys v1.1.0
7512026-06-22T19:24:59.926Z Downloaded dropshot-api-manager-types v0.7.2
7522026-06-22T19:24:59.926Z Downloaded bzip2 v0.4.4
7532026-06-22T19:24:59.926Z Downloaded linked-hash-map v0.5.6
7542026-06-22T19:24:59.926Z Downloaded darling_macro v0.21.3
7552026-06-22T19:24:59.926Z Downloaded crossbeam-epoch v0.9.18
7562026-06-22T19:24:59.926Z Downloaded crossbeam-utils v0.8.21
7572026-06-22T19:24:59.926Z Downloaded crc32fast v1.5.0
7582026-06-22T19:24:59.926Z Downloaded keccak v0.1.6
7592026-06-22T19:24:59.966Z Downloaded darling v0.21.3
7602026-06-22T19:24:59.966Z Downloaded httparse v1.10.1
7612026-06-22T19:24:59.966Z Downloaded des v0.8.1
7622026-06-22T19:24:59.966Z Downloaded match_cfg v0.1.0
7632026-06-22T19:24:59.966Z Downloaded hyper-staticfile v0.10.1
7642026-06-22T19:24:59.966Z Downloaded lazy_static v1.5.0
7652026-06-22T19:24:59.966Z Downloaded managed v0.8.0
7662026-06-22T19:24:59.966Z Downloaded flate2 v1.1.9
7672026-06-22T19:24:59.966Z Downloaded lru-slab v0.1.2
7682026-06-22T19:24:59.966Z Downloaded lru-cache v0.1.2
7692026-06-22T19:24:59.966Z Downloaded md-5 v0.10.6
7702026-06-22T19:24:59.966Z Downloaded maplit v1.0.2
7712026-06-22T19:24:59.966Z Downloaded lzss v0.8.2
7722026-06-22T19:24:59.966Z Downloaded half v1.8.3
7732026-06-22T19:24:59.966Z Downloaded globset v0.4.18
7742026-06-22T19:24:59.966Z Downloaded illumos-nvpair v0.3.0
7752026-06-22T19:24:59.966Z Downloaded mime v0.3.17
7762026-06-22T19:24:59.966Z Downloaded lru v0.12.5
7772026-06-22T19:24:59.966Z Downloaded impl-trait-for-tuples v0.2.3
7782026-06-22T19:24:59.967Z Downloaded maybe-uninit v2.0.0
7792026-06-22T19:24:59.967Z Downloaded nibble_vec v0.1.0
7802026-06-22T19:24:59.967Z Downloaded ipnetwork v0.21.1
7812026-06-22T19:24:59.967Z Downloaded der v0.7.10
7822026-06-22T19:24:59.967Z Downloaded hmac v0.12.1
7832026-06-22T19:24:59.967Z Downloaded critical-section v1.2.0
7842026-06-22T19:24:59.967Z Downloaded crc-any v2.5.0
7852026-06-22T19:24:59.967Z Downloaded newline-converter v0.3.0
7862026-06-22T19:24:59.967Z Downloaded newtype-uuid-macros v0.1.0
7872026-06-22T19:24:59.967Z Downloaded flagset v0.4.7
7882026-06-22T19:24:59.967Z Downloaded derive_builder v0.20.2
7892026-06-22T19:24:59.967Z Downloaded nodrop v0.1.14
7902026-06-22T19:24:59.967Z Downloaded libsw-core v0.3.2
7912026-06-22T19:24:59.967Z Downloaded num v0.4.3
7922026-06-22T19:24:59.967Z Downloaded indoc v2.0.7
7932026-06-22T19:24:59.967Z Downloaded futures v0.3.32
7942026-06-22T19:24:59.967Z Downloaded num-iter v0.1.45
7952026-06-22T19:24:59.967Z Downloaded futures-channel v0.3.32
7962026-06-22T19:24:59.967Z Downloaded libloading v0.8.9
7972026-06-22T19:24:59.967Z Downloaded nonempty v0.12.0
7982026-06-22T19:24:59.967Z Downloaded newtype_derive v0.1.6
7992026-06-22T19:24:59.967Z Downloaded new_debug_unreachable v1.0.6
8002026-06-22T19:24:59.967Z Downloaded multimap v0.10.1
8012026-06-22T19:24:59.967Z Downloaded diff v0.1.13
8022026-06-22T19:24:59.967Z Downloaded indent_write v2.2.0
8032026-06-22T19:24:59.967Z Downloaded hyper-rustls v0.27.7
8042026-06-22T19:24:59.967Z Downloaded num-derive v0.4.2
8052026-06-22T19:24:59.967Z Downloaded bytes v1.11.1
8062026-06-22T19:24:59.967Z Downloaded openssl-probe v0.1.6
8072026-06-22T19:24:59.967Z Downloaded find-msvc-tools v0.1.9
8082026-06-22T19:24:59.967Z Downloaded darling v0.20.11
8092026-06-22T19:24:59.967Z Downloaded jobserver v0.1.34
8102026-06-22T19:24:59.967Z Downloaded heapless v0.8.0
8112026-06-22T19:24:59.967Z Downloaded num-conv v0.2.0
8122026-06-22T19:24:59.967Z Downloaded darling_core v0.13.4
8132026-06-22T19:24:59.967Z Downloaded num_threads v0.1.7
8142026-06-22T19:24:59.968Z Downloaded num-derive v0.3.3
8152026-06-22T19:24:59.968Z Downloaded normalize-line-endings v0.3.0
8162026-06-22T19:24:59.968Z Downloaded md5 v0.7.0
8172026-06-22T19:24:59.968Z Downloaded ingot-types v0.1.2
8182026-06-22T19:24:59.968Z Downloaded libefi-sys v0.1.0
8192026-06-22T19:24:59.968Z Downloaded backon v1.6.0
8202026-06-22T19:24:59.968Z Downloaded lalrpop-util v0.19.12
8212026-06-22T19:24:59.968Z Downloaded olpc-cjson v0.1.4
8222026-06-22T19:24:59.968Z Downloaded derive_more-impl v2.1.1
8232026-06-22T19:24:59.968Z Downloaded openssl-macros v0.1.1
8242026-06-22T19:24:59.968Z Downloaded opaque-debug v0.3.1
8252026-06-22T19:24:59.968Z Downloaded ingot v0.1.1
8262026-06-22T19:24:59.968Z Downloaded colored v3.1.1
8272026-06-22T19:24:59.968Z Downloaded getrandom v0.3.4
8282026-06-22T19:24:59.968Z Downloaded iana-time-zone v0.1.65
8292026-06-22T19:24:59.968Z Downloaded mime_guess v2.0.5
8302026-06-22T19:24:59.968Z Downloaded half v2.7.1
8312026-06-22T19:24:59.968Z Downloaded packed_struct_codegen v0.10.1
8322026-06-22T19:24:59.968Z Downloaded linear-map v1.2.0
8332026-06-22T19:24:59.968Z Downloaded libsw v3.5.0
8342026-06-22T19:24:59.968Z Downloaded ingot-macros v0.1.1
8352026-06-22T19:24:59.968Z Downloaded lock_api v0.4.14
8362026-06-22T19:24:59.968Z Downloaded multer v3.1.0
8372026-06-22T19:24:59.968Z Downloaded nu-ansi-term v0.50.3
8382026-06-22T19:24:59.968Z Downloaded parse-display v0.10.0
8392026-06-22T19:24:59.968Z Downloaded flume v0.11.1
8402026-06-22T19:24:59.968Z Downloaded chacha20poly1305 v0.10.1
8412026-06-22T19:24:59.968Z Downloaded pbkdf2 v0.12.2
8422026-06-22T19:24:59.968Z Downloaded parse-size v1.1.0
8432026-06-22T19:24:59.968Z Downloaded pbkdf2 v0.11.0
8442026-06-22T19:24:59.968Z Downloaded oso-derive v0.27.3
8452026-06-22T19:24:59.968Z Downloaded ignore v0.4.25
8462026-06-22T19:24:59.968Z Downloaded path-slash v0.1.5
8472026-06-22T19:24:59.968Z Downloaded nanorand v0.7.0
8482026-06-22T19:24:59.968Z Downloaded num-complex v0.4.6
8492026-06-22T19:24:59.968Z Downloaded num_enum_derive v0.5.11
8502026-06-22T19:24:59.968Z Downloaded phf_shared v0.11.3
8512026-06-22T19:24:59.968Z Downloaded num_enum v0.7.6
8522026-06-22T19:24:59.969Z Downloaded const_format v0.2.35
8532026-06-22T19:24:59.969Z Downloaded pin-utils v0.1.0
8542026-06-22T19:24:59.969Z Downloaded arc-swap v1.8.2
8552026-06-22T19:24:59.969Z Downloaded phf_shared v0.13.1
8562026-06-22T19:24:59.969Z Downloaded phf_shared v0.12.1
8572026-06-22T19:24:59.969Z Downloaded memoffset v0.9.1
8582026-06-22T19:24:59.969Z Downloaded bumpalo v3.20.2
8592026-06-22T19:25:00.385Z Downloaded ipnet v2.11.0
8602026-06-22T19:25:00.385Z Downloaded num_enum_derive v0.7.6
8612026-06-22T19:25:00.385Z Downloaded num_enum v0.5.11
8622026-06-22T19:25:00.385Z Downloaded memmap2 v0.9.10
8632026-06-22T19:25:00.385Z Downloaded powerfmt v0.2.0
8642026-06-22T19:25:00.385Z Downloaded oxnet v0.1.6
8652026-06-22T19:25:00.385Z Downloaded owo-colors v4.3.0
8662026-06-22T19:25:00.385Z Downloaded proc-macro-crate v3.4.0
8672026-06-22T19:25:00.385Z Downloaded proc-macro-crate v1.3.1
8682026-06-22T19:25:00.385Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-06-22T19:25:00.385Z Downloaded oxide-tokio-rt v0.1.4
8702026-06-22T19:25:00.386Z Downloaded cc v1.2.56
8712026-06-22T19:25:00.386Z Downloaded predicates-tree v1.0.13
8722026-06-22T19:25:00.386Z Downloaded predicates-core v1.0.10
8732026-06-22T19:25:00.386Z Downloaded parking_lot_core v0.8.6
8742026-06-22T19:25:00.386Z Downloaded headers v0.4.1
8752026-06-22T19:25:00.386Z Downloaded peg-runtime v0.8.5
8762026-06-22T19:25:00.386Z Downloaded peg-macros v0.8.5
8772026-06-22T19:25:00.386Z Downloaded base64 v0.22.1
8782026-06-22T19:25:00.386Z Downloaded peg v0.8.5
8792026-06-22T19:25:00.386Z Downloaded psl-types v2.0.11
8802026-06-22T19:25:00.386Z Downloaded progenitor-client v0.14.0
8812026-06-22T19:25:00.386Z Downloaded progenitor-macro v0.13.0
8822026-06-22T19:25:00.386Z Downloaded pem v3.0.6
8832026-06-22T19:25:00.386Z Downloaded password-hash v0.4.2
8842026-06-22T19:25:00.386Z Downloaded quick-error v1.2.3
8852026-06-22T19:25:00.386Z Downloaded progenitor-macro v0.14.0
8862026-06-22T19:25:00.386Z Downloaded indexmap v1.9.3
8872026-06-22T19:25:00.386Z Downloaded password-hash v0.5.0
8882026-06-22T19:25:00.386Z Downloaded parse-display-derive v0.10.0
8892026-06-22T19:25:00.386Z Downloaded base64 v0.21.7
8902026-06-22T19:25:00.386Z Downloaded radium v0.7.0
8912026-06-22T19:25:00.386Z Downloaded pem-rfc7468 v0.7.0
8922026-06-22T19:25:00.386Z Downloaded num-rational v0.4.2
8932026-06-22T19:25:00.386Z Downloaded async-compression v0.4.41
8942026-06-22T19:25:00.386Z Downloaded pin-project-internal v1.1.11
8952026-06-22T19:25:00.386Z Downloaded crossterm v0.29.0
8962026-06-22T19:25:00.386Z Downloaded elliptic-curve v0.13.8
8972026-06-22T19:25:00.386Z Downloaded crypto-bigint v0.5.5
8982026-06-22T19:25:00.386Z Downloaded rand_chacha v0.3.1
8992026-06-22T19:25:00.386Z Downloaded packed_struct v0.10.1
9002026-06-22T19:25:00.386Z Downloaded precomputed-hash v0.1.1
9012026-06-22T19:25:00.386Z Downloaded paste v1.0.15
9022026-06-22T19:25:00.386Z Downloaded pin-project-lite v0.2.17
9032026-06-22T19:25:00.386Z Downloaded ref-cast v1.0.25
9042026-06-22T19:25:00.386Z Downloaded recursive v0.1.1
9052026-06-22T19:25:00.387Z Downloaded pkcs8 v0.10.2
9062026-06-22T19:25:00.387Z Downloaded pkg-config v0.3.32
9072026-06-22T19:25:00.387Z Downloaded rand_xorshift v0.4.0
9082026-06-22T19:25:00.387Z Downloaded postgres-protocol v0.6.10
9092026-06-22T19:25:00.387Z Downloaded darling_core v0.21.3
9102026-06-22T19:25:00.387Z Downloaded omicron-zone-package v0.12.2
9112026-06-22T19:25:00.387Z Downloaded polyval v0.6.2
9122026-06-22T19:25:00.387Z Downloaded poly1305 v0.8.0
9132026-06-22T19:25:00.387Z Downloaded parking_lot v0.11.2
9142026-06-22T19:25:00.387Z Downloaded openssl-probe v0.2.1
9152026-06-22T19:25:00.387Z Downloaded ref-cast-impl v1.0.25
9162026-06-22T19:25:00.387Z Downloaded ppv-lite86 v0.2.21
9172026-06-22T19:25:00.387Z Downloaded num-integer v0.1.46
9182026-06-22T19:25:00.387Z Downloaded heapless v0.7.17
9192026-06-22T19:25:00.387Z Downloaded parking_lot_core v0.9.12
9202026-06-22T19:25:00.387Z Downloaded parking_lot v0.12.5
9212026-06-22T19:25:00.387Z Downloaded derive_more v2.1.1
9222026-06-22T19:25:00.387Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-06-22T19:25:00.387Z Downloaded progenitor-client v0.13.0
9242026-06-22T19:25:00.387Z Downloaded primeorder v0.13.6
9252026-06-22T19:25:00.387Z Downloaded phf v0.13.1
9262026-06-22T19:25:00.387Z Downloaded phf v0.12.1
9272026-06-22T19:25:00.387Z Downloaded newtype-uuid v1.3.2
9282026-06-22T19:25:00.387Z Downloaded proc-macro-error2 v2.0.1
9292026-06-22T19:25:00.387Z Downloaded expectorate v1.2.0
9302026-06-22T19:25:00.387Z Downloaded progenitor v0.14.0
9312026-06-22T19:25:00.387Z Downloaded psm v0.1.30
9322026-06-22T19:25:00.387Z Downloaded ed25519-dalek v2.2.0
9332026-06-22T19:25:00.387Z Downloaded native-tls v0.2.18
9342026-06-22T19:25:00.387Z Downloaded rustc_version v0.4.1
9352026-06-22T19:25:00.387Z Downloaded rtoolbox v0.0.3
9362026-06-22T19:25:00.387Z Downloaded litrs v1.0.0
9372026-06-22T19:25:00.387Z Downloaded rand_core v0.9.5
9382026-06-22T19:25:00.387Z Downloaded pkcs1 v0.7.5
9392026-06-22T19:25:00.387Z Downloaded rand_chacha v0.9.0
9402026-06-22T19:25:00.388Z Downloaded rustc-hash v2.1.1
9412026-06-22T19:25:00.388Z Downloaded russh-cryptovec v0.7.3
9422026-06-22T19:25:00.388Z Downloaded rand_core v0.10.0
9432026-06-22T19:25:00.388Z Downloaded scheduled-thread-pool v0.2.7
9442026-06-22T19:25:00.388Z Downloaded rand_core v0.6.4
9452026-06-22T19:25:00.388Z Downloaded sapling-renderdag v0.1.0
9462026-06-22T19:25:00.388Z Downloaded libbz2-rs-sys v0.2.2
9472026-06-22T19:25:00.388Z Downloaded scrypt v0.11.0
9482026-06-22T19:25:00.388Z Downloaded rustc_version v0.1.7
9492026-06-22T19:25:00.388Z Downloaded p256 v0.13.2
9502026-06-22T19:25:00.388Z Downloaded pkcs5 v0.7.1
9512026-06-22T19:25:00.388Z Downloaded same-file v1.0.6
9522026-06-22T19:25:00.388Z Downloaded salsa20 v0.10.2
9532026-06-22T19:25:00.388Z Downloaded miniz_oxide v0.8.9
9542026-06-22T19:25:00.388Z Downloaded rfc6979 v0.4.0
9552026-06-22T19:25:00.388Z Downloaded predicates v3.1.4
9562026-06-22T19:25:00.388Z Downloaded headers-core v0.3.0
9572026-06-22T19:25:00.388Z Downloaded rand_seeder v0.4.0
9582026-06-22T19:25:00.388Z Downloaded postgres-types v0.2.12
9592026-06-22T19:25:00.406Z Downloaded scroll_derive v0.13.1
9602026-06-22T19:25:00.406Z Downloaded indicatif v0.18.4
9612026-06-22T19:25:00.406Z Downloaded hashbrown v0.12.3
9622026-06-22T19:25:00.406Z Downloaded oso v0.27.3
9632026-06-22T19:25:00.406Z Downloaded postcard v1.1.3
9642026-06-22T19:25:00.406Z Downloaded secrecy v0.10.3
9652026-06-22T19:25:00.407Z Downloaded papergrid v0.17.0
9662026-06-22T19:25:00.407Z Downloaded hickory-resolver v0.25.2
9672026-06-22T19:25:00.407Z Downloaded semver v0.1.20
9682026-06-22T19:25:00.407Z Downloaded secrecy v0.8.0
9692026-06-22T19:25:00.407Z Downloaded scopeguard v1.2.0
9702026-06-22T19:25:00.407Z Downloaded resolv-conf v0.7.6
9712026-06-22T19:25:00.407Z Downloaded progenitor-extras v0.2.0
9722026-06-22T19:25:00.407Z Downloaded serde_spanned v1.0.4
9732026-06-22T19:25:00.407Z Downloaded serde-big-array v0.5.1
9742026-06-22T19:25:00.407Z Downloaded serde_urlencoded v0.7.1
9752026-06-22T19:25:00.407Z Downloaded seq-macro v0.3.6
9762026-06-22T19:25:00.407Z Downloaded serde_plain v1.0.2
9772026-06-22T19:25:00.407Z Downloaded rustls-native-certs v0.8.3
9782026-06-22T19:25:00.407Z Downloaded serde_repr v0.1.20
9792026-06-22T19:25:00.407Z Downloaded hickory-resolver v0.24.4
9802026-06-22T19:25:00.407Z Downloaded quinn-udp v0.5.14
9812026-06-22T19:25:00.407Z Downloaded jiff-static v0.2.21
9822026-06-22T19:25:00.407Z Downloaded r2d2 v0.8.10
9832026-06-22T19:25:00.407Z Downloaded rustls-pemfile v1.0.4
9842026-06-22T19:25:00.407Z Downloaded sha1 v0.10.6
9852026-06-22T19:25:00.407Z Downloaded rusty-fork v0.3.1
9862026-06-22T19:25:00.407Z Downloaded shell-words v1.1.1
9872026-06-22T19:25:00.407Z Downloaded sigpipe v0.1.3
9882026-06-22T19:25:00.407Z Downloaded signal-hook-tokio v0.3.1
9892026-06-22T19:25:00.408Z Downloaded diesel_derives v2.3.7
9902026-06-22T19:25:00.408Z Downloaded schemars_derive v0.8.22
9912026-06-22T19:25:00.408Z Downloaded rustversion v1.0.22
9922026-06-22T19:25:00.408Z Downloaded siphasher v1.0.2
9932026-06-22T19:25:00.408Z Downloaded progenitor-impl v0.13.0
9942026-06-22T19:25:00.408Z Downloaded hashbrown v0.13.2
9952026-06-22T19:25:00.408Z Downloaded progenitor v0.13.0
9962026-06-22T19:25:00.408Z Downloaded signature v2.2.0
9972026-06-22T19:25:00.408Z Downloaded signal-hook-mio v0.2.5
9982026-06-22T19:25:00.408Z Downloaded minimal-lexical v0.2.1
9992026-06-22T19:25:00.408Z Downloaded sec1 v0.7.3
10002026-06-22T19:25:00.408Z Downloaded sct v0.7.1
10012026-06-22T19:25:00.408Z Downloaded slog-bunyan v2.5.0
10022026-06-22T19:25:00.408Z Downloaded scroll v0.13.0
10032026-06-22T19:25:00.408Z Downloaded slog-envlogger v2.2.0
10042026-06-22T19:25:00.408Z Downloaded aes v0.8.4
10052026-06-22T19:25:00.408Z Downloaded serde_bytes v0.11.19
10062026-06-22T19:25:00.408Z Downloaded serde-hex v0.1.0
10072026-06-22T19:25:00.408Z Downloaded serde_derive_internals v0.29.1
10082026-06-22T19:25:00.408Z Downloaded ssh-encoding v0.2.0
10092026-06-22T19:25:00.408Z Downloaded ssh-cipher v0.2.0
10102026-06-22T19:25:00.408Z Downloaded pin-project v1.1.11
10112026-06-22T19:25:00.408Z Downloaded serde_with_macros v1.5.2
10122026-06-22T19:25:00.408Z Downloaded serde_path_to_error v0.1.20
10132026-06-22T19:25:00.409Z Downloaded aes-gcm v0.10.3
10142026-06-22T19:25:00.409Z Downloaded sqlparser_derive v0.5.0
10152026-06-22T19:25:00.409Z Downloaded rustls-pki-types v1.14.0
10162026-06-22T19:25:00.409Z Downloaded shlex v1.3.0
10172026-06-22T19:25:00.409Z Downloaded hyper-util v0.1.20
10182026-06-22T19:25:00.409Z Downloaded strsim v0.10.0
10192026-06-22T19:25:00.409Z Downloaded strip-ansi-escapes v0.2.1
10202026-06-22T19:25:00.409Z Downloaded openssl-sys v0.9.115
10212026-06-22T19:25:00.409Z Downloaded http v1.4.0
10222026-06-22T19:25:00.409Z Downloaded signal-hook-registry v1.4.8
10232026-06-22T19:25:00.409Z Downloaded structmeta-derive v0.3.0
10242026-06-22T19:25:00.409Z Downloaded strum v0.26.3
10252026-06-22T19:25:00.409Z Downloaded strum v0.27.2
10262026-06-22T19:25:00.409Z Downloaded simd-adler32 v0.3.8
10272026-06-22T19:25:00.409Z Downloaded subtle v2.6.1
10282026-06-22T19:25:00.409Z Downloaded prefix-trie v0.7.0
10292026-06-22T19:25:00.409Z Downloaded slog-dtrace v0.3.0
10302026-06-22T19:25:00.409Z Downloaded prettyplease v0.2.37
10312026-06-22T19:25:00.409Z Downloaded sync_wrapper v1.0.2
10322026-06-22T19:25:00.409Z Downloaded slab v0.4.12
10332026-06-22T19:25:00.409Z Downloaded num-bigint v0.4.6
10342026-06-22T19:25:00.409Z Downloaded sync-ptr v0.1.4
10352026-06-22T19:25:00.409Z Downloaded tabled_derive v0.11.0
10362026-06-22T19:25:00.409Z Downloaded tap v1.0.1
10372026-06-22T19:25:00.409Z Downloaded supports-color v3.0.2
10382026-06-22T19:25:00.409Z Downloaded progenitor-impl v0.14.0
10392026-06-22T19:25:00.409Z Downloaded smallvec v0.6.14
10402026-06-22T19:25:00.409Z Downloaded sqlformat v0.3.5
10412026-06-22T19:25:00.409Z Downloaded slog-stdlog v4.1.1
10422026-06-22T19:25:00.409Z Downloaded slog-json v2.6.1
10432026-06-22T19:25:00.409Z Downloaded tagptr v0.2.0
10442026-06-22T19:25:00.409Z Downloaded tabwriter v1.4.1
10452026-06-22T19:25:00.409Z Downloaded snafu-derive v0.8.9
10462026-06-22T19:25:00.409Z Downloaded termtree v0.5.1
10472026-06-22T19:25:00.410Z Downloaded time-core v0.1.8
10482026-06-22T19:25:00.410Z Downloaded thread-id v5.1.0
10492026-06-22T19:25:00.410Z Downloaded testing_table v0.3.0
10502026-06-22T19:25:00.410Z Downloaded take_mut v0.2.2
10512026-06-22T19:25:00.410Z Downloaded spki v0.7.3
10522026-06-22T19:25:00.410Z Downloaded slog-scope v4.4.1
10532026-06-22T19:25:00.410Z Downloaded serde_with_macros v3.17.0
10542026-06-22T19:25:00.410Z Downloaded stringprep v0.1.5
10552026-06-22T19:25:00.410Z Downloaded mio v1.2.0
10562026-06-22T19:25:00.410Z Downloaded hickory-server v0.25.2
10572026-06-22T19:25:00.410Z Downloaded serde_cbor v0.11.2
10582026-06-22T19:25:00.410Z Downloaded rcgen v0.12.1
10592026-06-22T19:25:00.448Z Downloaded rayon-core v1.13.0
10602026-06-22T19:25:00.448Z Downloaded rustls-platform-verifier v0.6.2
10612026-06-22T19:25:00.448Z Downloaded russh-keys v0.45.0
10622026-06-22T19:25:00.448Z Downloaded string_cache v0.8.9
10632026-06-22T19:25:00.448Z Downloaded static_assertions v1.1.0
10642026-06-22T19:25:00.448Z Downloaded ron v0.8.1
10652026-06-22T19:25:00.448Z Downloaded structmeta v0.3.0
10662026-06-22T19:25:00.448Z Downloaded stacker v0.1.23
10672026-06-22T19:25:00.448Z Downloaded rustls-pemfile v2.2.0
10682026-06-22T19:25:00.448Z Downloaded smf v0.2.3
10692026-06-22T19:25:00.448Z Downloaded slog-async v2.8.0
10702026-06-22T19:25:00.448Z Downloaded tinyvec_macros v0.1.1
10712026-06-22T19:25:00.448Z Downloaded tokio-macros v2.7.0
10722026-06-22T19:25:00.448Z Downloaded ryu v1.0.23
10732026-06-22T19:25:00.449Z Downloaded pretty_assertions v1.4.1
10742026-06-22T19:25:00.449Z Downloaded strum_macros v0.24.3
10752026-06-22T19:25:00.449Z Downloaded hashbrown v0.16.1
10762026-06-22T19:25:00.449Z Downloaded strum_macros v0.26.4
10772026-06-22T19:25:00.449Z Downloaded support-bundle-viewer v0.1.2
10782026-06-22T19:25:00.449Z Downloaded strum_macros v0.27.2
10792026-06-22T19:25:00.449Z Downloaded cargo_metadata v0.23.1
10802026-06-22T19:25:00.449Z Downloaded slog-term v2.9.2
10812026-06-22T19:25:00.449Z Downloaded thiserror-impl-no-std v2.0.2
10822026-06-22T19:25:00.449Z Downloaded spin v0.9.8
10832026-06-22T19:25:00.449Z Downloaded thiserror-no-std v2.0.2
10842026-06-22T19:25:00.449Z Downloaded topological-sort v0.2.2
10852026-06-22T19:25:00.449Z Downloaded thread_local v1.1.9
10862026-06-22T19:25:00.449Z Downloaded rand v0.8.6
10872026-06-22T19:25:00.449Z Downloaded itertools v0.10.5
10882026-06-22T19:25:00.449Z Downloaded quinn v0.11.9
10892026-06-22T19:25:00.449Z Downloaded serde_yaml v0.9.34+deprecated
10902026-06-22T19:25:00.449Z Downloaded tiny-keccak v2.0.2
10912026-06-22T19:25:00.449Z Downloaded time-macros v0.2.27
10922026-06-22T19:25:00.449Z Downloaded schemars v0.8.22
10932026-06-22T19:25:00.449Z Downloaded tower-layer v0.3.3
10942026-06-22T19:25:00.449Z Downloaded nom v7.1.3
10952026-06-22T19:25:00.449Z Downloaded try-lock v0.2.5
10962026-06-22T19:25:00.449Z Downloaded similar v2.7.0
10972026-06-22T19:25:00.449Z Downloaded signal-hook v0.3.18
10982026-06-22T19:25:00.449Z Downloaded unarray v0.1.4
10992026-06-22T19:25:00.449Z Downloaded tokio-native-tls v0.3.1
11002026-06-22T19:25:00.449Z Downloaded trait-variant v0.1.2
11012026-06-22T19:25:00.449Z Downloaded async-stream v0.3.6
11022026-06-22T19:25:00.449Z Downloaded tls_codec_derive v0.4.2
11032026-06-22T19:25:00.449Z Downloaded tls_codec v0.4.2
11042026-06-22T19:25:00.449Z Downloaded tokio-dtrace v0.1.1
11052026-06-22T19:25:00.449Z Downloaded slog v2.8.2
11062026-06-22T19:25:00.450Z Downloaded usdt-attr-macro v0.6.0
11072026-06-22T19:25:00.450Z Downloaded libxml v0.3.3
11082026-06-22T19:25:00.450Z Downloaded typify-macro v0.6.2
11092026-06-22T19:25:00.450Z Downloaded untrusted v0.9.0
11102026-06-22T19:25:00.450Z Downloaded tokio-rustls v0.25.0
11112026-06-22T19:25:00.450Z Downloaded usdt-macro v0.6.0
11122026-06-22T19:25:00.450Z Downloaded unit-prefix v0.5.2
11132026-06-22T19:25:00.450Z Downloaded untrusted v0.7.1
11142026-06-22T19:25:00.450Z Downloaded universal-hash v0.5.1
11152026-06-22T19:25:00.450Z Downloaded unicode-truncate v1.1.0
11162026-06-22T19:25:00.450Z Downloaded num-bigint-dig v0.8.6
11172026-06-22T19:25:00.450Z Downloaded qorb v0.4.1
11182026-06-22T19:25:00.450Z Downloaded socket2 v0.5.10
11192026-06-22T19:25:00.450Z Downloaded rsa v0.9.10
11202026-06-22T19:25:00.450Z Downloaded hkdf v0.12.4
11212026-06-22T19:25:00.450Z Downloaded term v1.2.1
11222026-06-22T19:25:00.450Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-06-22T19:25:00.450Z Downloaded utf-8 v0.7.6
11242026-06-22T19:25:00.450Z Downloaded term v0.7.0
11252026-06-22T19:25:00.450Z Downloaded tower-service v0.3.3
11262026-06-22T19:25:00.450Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-06-22T19:25:00.450Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-06-22T19:25:00.450Z Downloaded tokio-tungstenite v0.23.1
11292026-06-22T19:25:00.450Z Downloaded tokio-tungstenite v0.21.0
11302026-06-22T19:25:00.450Z Downloaded futures-util v0.3.32
11312026-06-22T19:25:00.450Z Downloaded rand v0.9.2
11322026-06-22T19:25:00.450Z Downloaded iri-string v0.7.10
11332026-06-22T19:25:00.450Z Downloaded hashbrown v0.15.5
11342026-06-22T19:25:00.450Z Downloaded want v0.3.1
11352026-06-22T19:25:00.450Z Downloaded waitgroup v0.1.2
11362026-06-22T19:25:00.450Z Downloaded wait-timeout v0.2.1
11372026-06-22T19:25:00.450Z Downloaded void v1.0.2
11382026-06-22T19:25:00.450Z Downloaded rustls-webpki v0.103.9
11392026-06-22T19:25:00.450Z Downloaded schemars v0.9.0
11402026-06-22T19:25:00.450Z Downloaded itertools v0.13.0
11412026-06-22T19:25:00.451Z Downloaded usdt v0.6.0
11422026-06-22T19:25:00.451Z Downloaded tui-tree-widget v0.23.1
11432026-06-22T19:25:00.451Z Downloaded tokio-rustls v0.24.1
11442026-06-22T19:25:00.451Z Downloaded hyper v1.8.1
11452026-06-22T19:25:00.451Z Downloaded subprocess v0.2.15
11462026-06-22T19:25:00.451Z Downloaded usdt-impl v0.6.0
11472026-06-22T19:25:00.451Z Downloaded tokio-rustls v0.26.4
11482026-06-22T19:25:00.451Z Downloaded xshell-macros v0.2.7
11492026-06-22T19:25:00.451Z Downloaded unicase v2.9.0
11502026-06-22T19:25:00.451Z Downloaded dropshot-api-manager v0.7.2
11512026-06-22T19:25:00.451Z Downloaded xattr v1.6.1
11522026-06-22T19:25:00.451Z Downloaded tokio-stream v0.1.18
11532026-06-22T19:25:00.451Z Downloaded publicsuffix v2.3.0
11542026-06-22T19:25:00.451Z Downloaded itertools v0.12.1
11552026-06-22T19:25:00.451Z Downloaded snafu v0.8.9
11562026-06-22T19:25:00.451Z Downloaded vergen-gitcl v1.0.8
11572026-06-22T19:25:00.451Z Downloaded uzers v0.12.2
11582026-06-22T19:25:00.451Z Downloaded zeroize_derive v1.4.3
11592026-06-22T19:25:00.475Z Downloaded termios v0.3.3
11602026-06-22T19:25:00.475Z Downloaded vergen-git2 v9.1.0
11612026-06-22T19:25:00.476Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-06-22T19:25:00.476Z Downloaded zone v0.3.1
11632026-06-22T19:25:00.476Z Downloaded test-strategy v0.4.5
11642026-06-22T19:25:00.476Z Downloaded samael v0.0.19
11652026-06-22T19:25:00.476Z Downloaded zone_cfg_derive v0.3.1
11662026-06-22T19:25:00.476Z Downloaded aho-corasick v1.1.4
11672026-06-22T19:25:00.476Z Downloaded nom v8.0.0
11682026-06-22T19:25:00.476Z Downloaded tinyvec v1.10.0
11692026-06-22T19:25:00.476Z Downloaded rand v0.10.0
11702026-06-22T19:25:00.476Z Downloaded libm v0.2.16
11712026-06-22T19:25:00.476Z Downloaded walkdir v2.5.0
11722026-06-22T19:25:00.476Z Downloaded vsss-rs v3.3.4
11732026-06-22T19:25:00.476Z Downloaded whoami v1.6.1
11742026-06-22T19:25:00.476Z Downloaded whoami v2.1.0
11752026-06-22T19:25:00.476Z Downloaded vergen-lib v9.1.0
11762026-06-22T19:25:00.476Z Downloaded vergen-lib v0.1.6
11772026-06-22T19:25:00.476Z Downloaded tracing-attributes v0.1.31
11782026-06-22T19:25:00.476Z Downloaded schemars v1.2.1
11792026-06-22T19:25:00.476Z Downloaded wyz v0.5.1
11802026-06-22T19:25:00.476Z Downloaded unicode-properties v0.1.4
11812026-06-22T19:25:00.476Z Downloaded twox-hash v2.1.2
11822026-06-22T19:25:00.476Z Downloaded itertools v0.14.0
11832026-06-22T19:25:00.476Z Downloaded xshell v0.2.7
11842026-06-22T19:25:00.476Z Downloaded h2 v0.4.13
11852026-06-22T19:25:00.476Z Downloaded socket2 v0.6.3
11862026-06-22T19:25:00.476Z Downloaded russh v0.45.0
11872026-06-22T19:25:00.476Z Downloaded toml v1.0.6+spec-1.1.0
11882026-06-22T19:25:00.476Z Downloaded toml v0.7.8
11892026-06-22T19:25:00.476Z Downloaded vergen v9.1.0
11902026-06-22T19:25:00.476Z Downloaded zeroize v1.8.2
11912026-06-22T19:25:00.476Z Downloaded steno v0.4.1
11922026-06-22T19:25:00.476Z Downloaded tungstenite v0.21.0
11932026-06-22T19:25:00.476Z Downloaded zstd-safe v7.2.4
11942026-06-22T19:25:00.476Z Downloaded unsafe-libyaml v0.2.11
11952026-06-22T19:25:00.477Z Downloaded unicode-bidi v0.3.18
11962026-06-22T19:25:00.477Z Downloaded p521 v0.13.3
11972026-06-22T19:25:00.477Z Downloaded uuid v1.23.0
11982026-06-22T19:25:00.477Z Downloaded tar v0.4.45
11992026-06-22T19:25:00.477Z Downloaded serde_with v1.14.0
12002026-06-22T19:25:00.477Z Downloaded yasna v0.5.2
12012026-06-22T19:25:00.477Z Downloaded rpassword v7.4.0
12022026-06-22T19:25:00.477Z Downloaded blake3 v1.8.3
12032026-06-22T19:25:00.477Z Downloaded zerocopy v0.6.6
12042026-06-22T19:25:00.477Z Downloaded zstd v0.13.3
12052026-06-22T19:25:00.477Z Downloaded vte v0.14.1
12062026-06-22T19:25:00.477Z Downloaded typify v0.6.2
12072026-06-22T19:25:00.477Z Downloaded chrono v0.4.44
12082026-06-22T19:25:00.477Z Downloaded tungstenite v0.23.0
12092026-06-22T19:25:00.477Z Downloaded tracing-core v0.1.36
12102026-06-22T19:25:00.477Z Downloaded iddqd v0.4.2
12112026-06-22T19:25:00.477Z Downloaded rustyline v14.0.0
12122026-06-22T19:25:00.477Z Downloaded bitvec v1.0.1
12132026-06-22T19:25:00.477Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-06-22T19:25:00.477Z Downloaded zopfli v0.8.3
12152026-06-22T19:25:00.477Z Downloaded bindgen v0.71.1
12162026-06-22T19:25:00.477Z Downloaded ssh-key v0.6.7
12172026-06-22T19:25:00.477Z Downloaded regex v1.12.3
12182026-06-22T19:25:00.477Z Downloaded tokio-postgres v0.7.16
12192026-06-22T19:25:00.477Z Downloaded reedline v0.40.0
12202026-06-22T19:25:00.477Z Downloaded yansi v1.0.1
12212026-06-22T19:25:00.477Z Downloaded reqwest v0.12.28
12222026-06-22T19:25:00.477Z Downloaded rayon v1.11.0
12232026-06-22T19:25:00.477Z Downloaded toml_edit v0.19.15
12242026-06-22T19:25:00.477Z Downloaded portable-atomic v1.13.1
12252026-06-22T19:25:00.477Z Downloaded unicode_categories v0.1.1
12262026-06-22T19:25:00.477Z Downloaded typed-path v0.9.3
12272026-06-22T19:25:00.477Z Downloaded git2 v0.20.4
12282026-06-22T19:25:00.477Z Downloaded lalrpop v0.19.12
12292026-06-22T19:25:00.477Z Downloaded zip v0.6.6
12302026-06-22T19:25:00.477Z Downloaded zerocopy-derive v0.8.40
12312026-06-22T19:25:00.478Z Downloaded aws-lc-rs v1.16.3
12322026-06-22T19:25:00.478Z Downloaded salty v0.3.0
12332026-06-22T19:25:00.478Z Downloaded x509-cert v0.2.5
12342026-06-22T19:25:00.478Z Downloaded moka v0.12.13
12352026-06-22T19:25:00.478Z Downloaded unicode-segmentation v1.12.0
12362026-06-22T19:25:00.478Z Downloaded p384 v0.13.1
12372026-06-22T19:25:00.478Z Downloaded rustls-webpki v0.101.7
12382026-06-22T19:25:00.478Z Downloaded tough v0.22.0
12392026-06-22T19:25:00.478Z Downloaded tower v0.5.3
12402026-06-22T19:25:00.478Z Downloaded goblin v0.10.5
12412026-06-22T19:25:00.478Z Downloaded quick-xml v0.37.5
12422026-06-22T19:25:00.478Z Downloaded tokio-util v0.7.18
12432026-06-22T19:25:00.478Z Downloaded proptest v1.10.0
12442026-06-22T19:25:00.478Z Downloaded petname v2.0.2
12452026-06-22T19:25:00.478Z Downloaded reqwest v0.13.2
12462026-06-22T19:25:00.478Z Downloaded zip v4.6.1
12472026-06-22T19:25:00.478Z Downloaded unicode-normalization v0.1.25
12482026-06-22T19:25:00.478Z Downloaded csv v1.4.0
12492026-06-22T19:25:00.478Z Downloaded tower-http v0.6.8
12502026-06-22T19:25:00.478Z Downloaded serde_with v3.17.0
12512026-06-22T19:25:00.478Z Downloaded rustls-webpki v0.102.8
12522026-06-22T19:25:00.478Z Downloaded radix_trie v0.2.1
12532026-06-22T19:25:00.478Z Downloaded quinn-proto v0.11.13
12542026-06-22T19:25:00.478Z Downloaded object v0.30.4
12552026-06-22T19:25:00.478Z Downloaded winnow v0.5.40
12562026-06-22T19:25:00.478Z Downloaded winnow v0.6.26
12572026-06-22T19:25:00.478Z Downloaded curve25519-dalek v4.1.3
12582026-06-22T19:25:00.478Z Downloaded bstr v1.12.1
12592026-06-22T19:25:00.908Z Downloaded tabled v0.20.0
12602026-06-22T19:25:00.908Z Downloaded nix v0.28.0
12612026-06-22T19:25:00.908Z Downloaded nix v0.27.1
12622026-06-22T19:25:00.908Z Downloaded time v0.3.47
12632026-06-22T19:25:00.940Z Downloaded zlib-rs v0.6.2
12642026-06-22T19:25:00.940Z Downloaded smoltcp v0.9.1
12652026-06-22T19:25:00.940Z Downloaded dropshot v0.17.0
12662026-06-22T19:25:00.940Z Downloaded webpki-roots v1.0.6
12672026-06-22T19:25:00.941Z Downloaded vcpkg v0.2.15
12682026-06-22T19:25:00.941Z Downloaded smoltcp v0.11.0
12692026-06-22T19:25:00.941Z Downloaded hickory-proto v0.24.4
12702026-06-22T19:25:00.941Z Downloaded openapiv3 v2.2.0
12712026-06-22T19:25:00.941Z Downloaded nix v0.31.2
12722026-06-22T19:25:00.941Z Downloaded rustls v0.21.12
12732026-06-22T19:25:00.941Z Downloaded zerocopy v0.8.40
12742026-06-22T19:25:00.941Z Downloaded rustls v0.22.4
12752026-06-22T19:25:00.941Z Downloaded regress v0.11.1
12762026-06-22T19:25:00.941Z Downloaded regex-syntax v0.8.10
12772026-06-22T19:25:00.941Z Downloaded openssl v0.10.79
12782026-06-22T19:25:00.941Z Downloaded regress v0.10.5
12792026-06-22T19:25:00.941Z Downloaded hickory-proto v0.25.2
12802026-06-22T19:25:00.941Z Downloaded rustls v0.23.37
12812026-06-22T19:25:00.942Z Downloaded rustix v0.38.44
12822026-06-22T19:25:00.942Z Downloaded diesel v2.3.7
12832026-06-22T19:25:00.942Z Downloaded object v0.37.3
12842026-06-22T19:25:00.942Z Downloaded regex-syntax v0.6.29
12852026-06-22T19:25:00.942Z Downloaded polar-core v0.27.3
12862026-06-22T19:25:00.942Z Downloaded sqlparser v0.61.0
12872026-06-22T19:25:00.942Z Downloaded sled v0.34.7
12882026-06-22T19:25:00.942Z Downloaded typify-impl v0.6.2
12892026-06-22T19:25:00.942Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-06-22T19:25:00.942Z Downloaded ratatui v0.29.0
12912026-06-22T19:25:00.942Z Downloaded tracing v0.1.44
12922026-06-22T19:25:00.942Z Downloaded zerocopy-derive v0.6.6
12932026-06-22T19:25:00.942Z Downloaded regex-automata v0.4.14
12942026-06-22T19:25:00.942Z Downloaded petgraph v0.6.5
12952026-06-22T19:25:00.942Z Downloaded jiff v0.2.21
12962026-06-22T19:25:00.942Z Downloaded chrono-tz v0.10.4
12972026-06-22T19:25:00.943Z Downloaded sha3 v0.10.8
12982026-06-22T19:25:00.943Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-06-22T19:25:00.943Z Downloaded petgraph v0.8.3
13002026-06-22T19:25:00.943Z Downloaded libz-sys v1.1.24
13012026-06-22T19:25:00.943Z Downloaded tokio v1.52.1
13022026-06-22T19:25:00.943Z Downloaded encoding_rs v0.8.35
13032026-06-22T19:25:00.943Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-06-22T19:25:00.959Z Downloaded ring v0.17.14
13052026-06-22T19:25:01.524Z Downloaded aws-lc-sys v0.40.0
13062026-06-22T19:25:01.811Z Compiling libc v0.2.185
13072026-06-22T19:25:01.811Z Compiling serde v1.0.228
13082026-06-22T19:25:01.822Z Compiling log v0.4.29
13092026-06-22T19:25:01.822Z Compiling find-msvc-tools v0.1.9
13102026-06-22T19:25:01.959Z Compiling shlex v1.3.0
13112026-06-22T19:25:01.978Z Compiling syn v2.0.117
13122026-06-22T19:25:01.978Z Compiling smallvec v1.15.1
13132026-06-22T19:25:01.978Z Compiling typenum v1.19.0
13142026-06-22T19:25:02.136Z Compiling generic-array v0.14.7
13152026-06-22T19:25:02.171Z Compiling subtle v2.6.1
13162026-06-22T19:25:02.201Z Compiling scopeguard v1.2.0
13172026-06-22T19:25:02.220Z Compiling const-oid v0.9.6
13182026-06-22T19:25:02.276Z Compiling lock_api v0.4.14
13192026-06-22T19:25:02.296Z Compiling serde_json v1.0.149
13202026-06-22T19:25:02.312Z Compiling zerocopy v0.8.40
13212026-06-22T19:25:02.368Z Compiling pin-project-lite v0.2.17
13222026-06-22T19:25:02.469Z Compiling parking_lot_core v0.9.12
13232026-06-22T19:25:02.516Z Compiling portable-atomic v1.13.1
13242026-06-22T19:25:02.768Z Compiling pkg-config v0.3.32
13252026-06-22T19:25:02.778Z Compiling getrandom v0.2.17
13262026-06-22T19:25:02.854Z Compiling jobserver v0.1.34
13272026-06-22T19:25:02.897Z Compiling errno v0.3.14
13282026-06-22T19:25:02.948Z Compiling rand_core v0.6.4
13292026-06-22T19:25:03.031Z Compiling signal-hook-registry v1.4.8
13302026-06-22T19:25:03.093Z Compiling cc v1.2.56
13312026-06-22T19:25:03.239Z Compiling bitflags v2.11.0
13322026-06-22T19:25:03.272Z Compiling critical-section v1.2.0
13332026-06-22T19:25:03.320Z Compiling futures-core v0.3.32
13342026-06-22T19:25:03.390Z Compiling libm v0.2.16
13352026-06-22T19:25:03.848Z Compiling once_cell v1.21.3
13362026-06-22T19:25:03.888Z Compiling parking_lot v0.12.5
13372026-06-22T19:25:03.888Z Compiling mio v1.2.0
13382026-06-22T19:25:03.888Z Compiling num-traits v0.2.19
13392026-06-22T19:25:03.888Z Compiling percent-encoding v2.3.2
13402026-06-22T19:25:03.888Z Compiling socket2 v0.6.3
13412026-06-22T19:25:03.888Z Compiling futures-sink v0.3.32
13422026-06-22T19:25:03.888Z Compiling cpufeatures v0.2.17
13432026-06-22T19:25:03.888Z Compiling slab v0.4.12
13442026-06-22T19:25:03.912Z Compiling futures-channel v0.3.32
13452026-06-22T19:25:03.912Z Compiling getrandom v0.4.1
13462026-06-22T19:25:03.952Z Compiling futures-io v0.3.32
13472026-06-22T19:25:04.025Z Compiling futures-task v0.3.32
13482026-06-22T19:25:04.455Z Compiling rand_core v0.10.0
13492026-06-22T19:25:04.487Z Compiling indexmap v2.14.0
13502026-06-22T19:25:04.487Z Compiling getrandom v0.3.4
13512026-06-22T19:25:04.487Z Compiling rustversion v1.0.22
13522026-06-22T19:25:04.487Z Compiling cmake v0.1.57
13532026-06-22T19:25:04.587Z Compiling form_urlencoded v1.2.2
13542026-06-22T19:25:04.611Z Compiling dunce v1.0.5
13552026-06-22T19:25:04.654Z Compiling fs_extra v1.3.0
13562026-06-22T19:25:04.742Z Compiling synstructure v0.13.2
13572026-06-22T19:25:04.760Z Compiling base64ct v1.8.3
13582026-06-22T19:25:04.813Z Compiling ident_case v1.0.1
13592026-06-22T19:25:04.878Z Compiling aws-lc-sys v0.40.0
13602026-06-22T19:25:04.937Z Compiling regex-syntax v0.8.10
13612026-06-22T19:25:05.085Z Compiling pem-rfc7468 v0.7.0
13622026-06-22T19:25:05.110Z Compiling rustix v1.1.3
13632026-06-22T19:25:05.110Z Compiling flagset v0.4.7
13642026-06-22T19:25:05.231Z Compiling iana-time-zone v0.1.65
13652026-06-22T19:25:05.264Z Compiling rand_core v0.9.5
13662026-06-22T19:25:05.780Z Compiling ring v0.17.14
13672026-06-22T19:25:06.200Z Compiling vcpkg v0.2.15
13682026-06-22T19:25:06.200Z Compiling aws-lc-rs v1.16.3
13692026-06-22T19:25:06.200Z Compiling uuid v1.23.0
13702026-06-22T19:25:06.231Z Compiling rustc_version v0.4.1
13712026-06-22T19:25:06.231Z Compiling tracing-core v0.1.36
13722026-06-22T19:25:06.231Z Compiling openssl-sys v0.9.115
13732026-06-22T19:25:06.286Z Compiling base64 v0.22.1
13742026-06-22T19:25:06.572Z Compiling serde_derive v1.0.228
13752026-06-22T19:25:07.020Z Compiling zeroize_derive v1.4.3
13762026-06-22T19:25:07.033Z Compiling zerofrom-derive v0.1.6
13772026-06-22T19:25:07.033Z Compiling yoke-derive v0.8.1
13782026-06-22T19:25:07.033Z Compiling zerovec-derive v0.11.2
13792026-06-22T19:25:07.274Z Compiling zeroize v1.8.2
13802026-06-22T19:25:07.773Z Compiling zerocopy-derive v0.8.40
13812026-06-22T19:25:07.892Z Compiling displaydoc v0.2.5
13822026-06-22T19:25:08.467Z Compiling crypto-common v0.1.7
13832026-06-22T19:25:08.489Z Compiling block-buffer v0.10.4
13842026-06-22T19:25:08.489Z Compiling zerofrom v0.1.6
13852026-06-22T19:25:08.489Z Compiling digest v0.10.7
13862026-06-22T19:25:08.489Z Compiling yoke v0.8.1
13872026-06-22T19:25:08.489Z Compiling tokio-macros v2.7.0
13882026-06-22T19:25:08.489Z Compiling zerovec v0.11.5
13892026-06-22T19:25:08.489Z Compiling futures-macro v0.3.32
13902026-06-22T19:25:08.648Z Compiling zerotrie v0.2.3
13912026-06-22T19:25:08.897Z Compiling tinystr v0.8.2
13922026-06-22T19:25:08.943Z Compiling potential_utf v0.1.4
13932026-06-22T19:25:08.968Z Compiling hmac v0.12.1
13942026-06-22T19:25:09.129Z Compiling icu_locale_core v2.1.1
13952026-06-22T19:25:09.149Z Compiling icu_collections v2.1.1
13962026-06-22T19:25:09.149Z Compiling block-padding v0.3.3
13972026-06-22T19:25:09.209Z Compiling futures-util v0.3.32
13982026-06-22T19:25:09.275Z Compiling inout v0.1.4
13992026-06-22T19:25:09.480Z Compiling cipher v0.4.4
14002026-06-22T19:25:09.583Z Compiling sha2 v0.10.9
14012026-06-22T19:25:09.698Z Compiling der_derive v0.7.3
14022026-06-22T19:25:09.999Z Compiling bytes v1.11.1
14032026-06-22T19:25:10.055Z Compiling icu_provider v2.1.1
14042026-06-22T19:25:10.106Z Compiling chrono v0.4.44
14052026-06-22T19:25:10.361Z Compiling icu_properties v2.1.2
14062026-06-22T19:25:10.651Z Compiling tokio v1.52.1
14072026-06-22T19:25:10.704Z Compiling icu_normalizer v2.1.1
14082026-06-22T19:25:11.024Z Compiling der v0.7.10
14092026-06-22T19:25:11.249Z Compiling idna_adapter v1.2.1
14102026-06-22T19:25:11.394Z Compiling idna v1.1.0
14112026-06-22T19:25:11.469Z Compiling http v1.4.0
14122026-06-22T19:25:11.516Z Compiling salsa20 v0.10.2
14132026-06-22T19:25:11.564Z Compiling pbkdf2 v0.12.2
14142026-06-22T19:25:12.050Z Compiling rustls-pki-types v1.14.0
14152026-06-22T19:25:12.493Z Compiling url v2.5.8
14162026-06-22T19:25:12.493Z Compiling ppv-lite86 v0.2.21
14172026-06-22T19:25:12.493Z Compiling spki v0.7.3
14182026-06-22T19:25:12.960Z Compiling thiserror-impl v2.0.18
14192026-06-22T19:25:12.960Z Compiling tracing-attributes v0.1.31
14202026-06-22T19:25:12.960Z Compiling rand_chacha v0.9.0
14212026-06-22T19:25:12.960Z Compiling http-body v1.0.1
14222026-06-22T19:25:12.960Z Compiling scrypt v0.11.0
14232026-06-22T19:25:12.960Z Compiling aes v0.8.4
14242026-06-22T19:25:12.960Z Compiling cbc v0.1.2
14252026-06-22T19:25:13.010Z Compiling openssl-probe v0.2.1
14262026-06-22T19:25:13.010Z Compiling tinyvec_macros v0.1.1
14272026-06-22T19:25:13.010Z Compiling untrusted v0.7.1
14282026-06-22T19:25:13.010Z Compiling untrusted v0.9.0
14292026-06-22T19:25:13.010Z Compiling httparse v1.10.1
14302026-06-22T19:25:13.010Z Compiling pkcs5 v0.7.1
14312026-06-22T19:25:13.652Z Compiling tinyvec v1.10.0
14322026-06-22T19:25:13.674Z Compiling pest_generator v2.8.6
14332026-06-22T19:25:13.674Z Compiling thiserror v2.0.18
14342026-06-22T19:25:13.674Z Compiling rand v0.9.2
14352026-06-22T19:25:13.674Z Compiling tracing v0.1.44
14362026-06-22T19:25:13.674Z Compiling serde_derive_internals v0.29.1
14372026-06-22T19:25:13.674Z Compiling aho-corasick v1.1.4
14382026-06-22T19:25:13.747Z Compiling atomic-waker v1.1.2
14392026-06-22T19:25:13.869Z Compiling dyn-clone v1.0.20
14402026-06-22T19:25:14.011Z Compiling tower-service v0.3.3
14412026-06-22T19:25:14.477Z Compiling rustls v0.23.37
14422026-06-22T19:25:14.494Z Compiling try-lock v0.2.5
14432026-06-22T19:25:14.494Z Compiling schemars v0.8.22
14442026-06-22T19:25:14.495Z Compiling tower-layer v0.3.3
14452026-06-22T19:25:14.495Z Compiling want v0.3.1
14462026-06-22T19:25:14.495Z Compiling tokio-util v0.7.18
14472026-06-22T19:25:14.495Z Compiling schemars_derive v0.8.22
14482026-06-22T19:25:14.495Z Compiling regex-automata v0.4.14
14492026-06-22T19:25:14.495Z Compiling pest_derive v2.8.6
14502026-06-22T19:25:15.241Z Compiling pkcs8 v0.10.2
14512026-06-22T19:25:15.259Z Compiling ipnet v2.11.0
14522026-06-22T19:25:15.259Z Compiling h2 v0.4.13
14532026-06-22T19:25:15.259Z Compiling scroll_derive v0.13.1
14542026-06-22T19:25:15.377Z Compiling darling_core v0.20.11
14552026-06-22T19:25:15.852Z Compiling openssl v0.10.79
14562026-06-22T19:25:16.282Z Compiling pin-utils v0.1.0
14572026-06-22T19:25:16.282Z Compiling foreign-types-shared v0.1.1
14582026-06-22T19:25:16.282Z Compiling httpdate v1.0.3
14592026-06-22T19:25:16.282Z Compiling foreign-types v0.3.2
14602026-06-22T19:25:16.282Z Compiling tempfile v3.25.0
14612026-06-22T19:25:16.317Z Compiling scroll v0.13.0
14622026-06-22T19:25:16.317Z Compiling unicode-normalization v0.1.25
14632026-06-22T19:25:16.775Z Compiling openssl-macros v0.1.1
14642026-06-22T19:25:16.802Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-06-22T19:25:16.803Z Compiling socket2 v0.5.10
14662026-06-22T19:25:16.803Z Compiling spin v0.9.8
14672026-06-22T19:25:16.951Z Compiling num-conv v0.2.0
14682026-06-22T19:25:17.080Z Compiling time-core v0.1.8
14692026-06-22T19:25:17.496Z Compiling crc32fast v1.5.0
14702026-06-22T19:25:17.541Z Compiling powerfmt v0.2.0
14712026-06-22T19:25:17.541Z Compiling native-tls v0.2.18
14722026-06-22T19:25:17.541Z Compiling deranged v0.5.8
14732026-06-22T19:25:17.541Z Compiling time-macros v0.2.27
14742026-06-22T19:25:17.700Z Compiling darling_macro v0.20.11
14752026-06-22T19:25:18.550Z Compiling hyper v1.8.1
14762026-06-22T19:25:18.582Z Compiling darling v0.20.11
14772026-06-22T19:25:18.582Z Compiling goblin v0.10.5
14782026-06-22T19:25:18.582Z Compiling rustls-native-certs v0.8.3
14792026-06-22T19:25:18.582Z Compiling sync_wrapper v1.0.2
14802026-06-22T19:25:19.013Z Compiling wait-timeout v0.2.1
14812026-06-22T19:25:19.042Z Compiling syn v1.0.109
14822026-06-22T19:25:19.042Z Compiling siphasher v1.0.2
14832026-06-22T19:25:19.042Z Compiling unicode-segmentation v1.12.0
14842026-06-22T19:25:19.042Z Compiling quick-error v1.2.3
14852026-06-22T19:25:19.531Z Compiling num_threads v0.1.7
14862026-06-22T19:25:19.969Z Compiling bit-vec v0.8.0
14872026-06-22T19:25:19.969Z Compiling hyper-util v0.1.20
14882026-06-22T19:25:19.969Z Compiling usdt-impl v0.6.0
14892026-06-22T19:25:19.969Z Compiling crossbeam-utils v0.8.21
14902026-06-22T19:25:19.969Z Compiling simd-adler32 v0.3.8
14912026-06-22T19:25:20.002Z Compiling bit-set v0.8.0
14922026-06-22T19:25:20.002Z Compiling time v0.3.47
14932026-06-22T19:25:20.002Z Compiling rusty-fork v0.3.1
14942026-06-22T19:25:20.037Z Compiling tower v0.5.3
14952026-06-22T19:25:20.580Z Compiling derive_builder_core v0.20.2
14962026-06-22T19:25:20.584Z Compiling dtrace-parser v0.3.0
14972026-06-22T19:25:20.595Z Compiling http-body-util v0.1.3
14982026-06-22T19:25:21.309Z Compiling webpki-roots v1.0.6
14992026-06-22T19:25:21.349Z Compiling signature v2.2.0
15002026-06-22T19:25:21.349Z Compiling scroll_derive v0.12.1
15012026-06-22T19:25:21.349Z Compiling dof v0.4.0
15022026-06-22T19:25:21.349Z Compiling thiserror-impl v1.0.69
15032026-06-22T19:25:21.349Z Compiling heapless v0.7.17
15042026-06-22T19:25:21.453Z Compiling rand_xorshift v0.4.0
15052026-06-22T19:25:21.573Z Compiling slog v2.8.2
15062026-06-22T19:25:21.607Z Compiling darling_core v0.21.3
15072026-06-22T19:25:21.689Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-06-22T19:25:22.171Z Compiling thread-id v5.1.0
15092026-06-22T19:25:22.188Z Compiling cookie v0.18.1
15102026-06-22T19:25:22.189Z Compiling anyhow v1.0.102
15112026-06-22T19:25:22.189Z Compiling ryu v1.0.23
15122026-06-22T19:25:22.210Z Compiling paste v1.0.15
15132026-06-22T19:25:22.237Z Compiling iri-string v0.7.10
15142026-06-22T19:25:22.693Z Compiling allocator-api2 v0.2.21
15152026-06-22T19:25:22.717Z Compiling zstd-safe v7.2.4
15162026-06-22T19:25:22.717Z Compiling signal-hook v0.3.18
15172026-06-22T19:25:22.717Z Compiling unarray v0.1.4
15182026-06-22T19:25:22.717Z Compiling adler2 v2.0.1
15192026-06-22T19:25:22.718Z Compiling unicode-bidi v0.3.18
15202026-06-22T19:25:22.718Z Compiling unicode-properties v0.1.4
15212026-06-22T19:25:22.718Z Compiling proptest v1.10.0
15222026-06-22T19:25:22.731Z Compiling miniz_oxide v0.8.9
15232026-06-22T19:25:22.925Z Compiling thiserror v1.0.69
15242026-06-22T19:25:22.995Z Compiling stringprep v0.1.5
15252026-06-22T19:25:23.729Z Compiling tower-http v0.6.8
15262026-06-22T19:25:23.745Z Compiling serde_urlencoded v0.7.1
15272026-06-22T19:25:23.745Z Compiling scroll v0.12.0
15282026-06-22T19:25:23.775Z Compiling derive_builder_macro v0.20.2
15292026-06-22T19:25:24.413Z Compiling tokio-native-tls v0.3.1
15302026-06-22T19:25:24.428Z Compiling darling_macro v0.21.3
15312026-06-22T19:25:24.428Z Compiling heck v0.4.1
15322026-06-22T19:25:24.428Z Compiling ipnetwork v0.21.1
15332026-06-22T19:25:24.428Z Compiling bstr v1.12.1
15342026-06-22T19:25:24.428Z Compiling rand_chacha v0.3.1
15352026-06-22T19:25:24.535Z Compiling serde_tokenstream v0.2.3
15362026-06-22T19:25:24.588Z Compiling serde_spanned v0.6.9
15372026-06-22T19:25:25.022Z Compiling erased-serde v0.3.31
15382026-06-22T19:25:25.043Z Compiling toml_datetime v0.6.11
15392026-06-22T19:25:25.043Z Compiling md-5 v0.10.6
15402026-06-22T19:25:25.043Z Compiling pin-project-internal v1.1.11
15412026-06-22T19:25:25.043Z Compiling async-trait v0.1.89
15422026-06-22T19:25:25.043Z Compiling zerocopy-derive v0.7.35
15432026-06-22T19:25:25.090Z Compiling curve25519-dalek v4.1.3
15442026-06-22T19:25:25.189Z Compiling vergen-lib v9.1.0
15452026-06-22T19:25:25.402Z Compiling num-integer v0.1.46
15462026-06-22T19:25:25.438Z Compiling hash32 v0.2.1
15472026-06-22T19:25:25.637Z Compiling ff v0.13.1
15482026-06-22T19:25:25.751Z Compiling memoffset v0.9.1
15492026-06-22T19:25:25.800Z Compiling encoding_rs v0.8.35
15502026-06-22T19:25:25.967Z Compiling ref-cast v1.0.25
15512026-06-22T19:25:25.977Z Compiling base16ct v0.2.0
15522026-06-22T19:25:26.429Z Compiling num-bigint-dig v0.8.6
15532026-06-22T19:25:26.458Z Compiling zlib-rs v0.6.2
15542026-06-22T19:25:26.458Z Compiling mime v0.3.17
15552026-06-22T19:25:26.458Z Compiling smoltcp v0.9.1
15562026-06-22T19:25:26.458Z Compiling cfg_aliases v0.2.1
15572026-06-22T19:25:26.458Z Compiling rustix v0.38.44
15582026-06-22T19:25:26.458Z Compiling litrs v1.0.0
15592026-06-22T19:25:26.498Z Compiling psl-types v2.0.11
15602026-06-22T19:25:26.633Z Compiling fallible-iterator v0.2.0
15612026-06-22T19:25:27.142Z Compiling publicsuffix v2.3.0
15622026-06-22T19:25:27.156Z Compiling document-features v0.2.12
15632026-06-22T19:25:27.156Z Compiling postgres-protocol v0.6.10
15642026-06-22T19:25:27.157Z Compiling nix v0.31.2
15652026-06-22T19:25:27.346Z Compiling sec1 v0.7.3
15662026-06-22T19:25:27.374Z Compiling pin-project v1.1.11
15672026-06-22T19:25:27.689Z Compiling zerocopy v0.7.35
15682026-06-22T19:25:27.747Z Compiling group v0.13.0
15692026-06-22T19:25:27.747Z Compiling num-iter v0.1.45
15702026-06-22T19:25:27.794Z Compiling newtype-uuid v1.3.2
15712026-06-22T19:25:28.252Z Compiling hubpack_derive v0.1.1
15722026-06-22T19:25:28.285Z Compiling rand v0.8.6
15732026-06-22T19:25:28.285Z Compiling darling v0.21.3
15742026-06-22T19:25:28.285Z Compiling oxnet v0.1.6
15752026-06-22T19:25:28.285Z Compiling snafu-derive v0.8.9
15762026-06-22T19:25:28.285Z Compiling derive_builder v0.20.2
15772026-06-22T19:25:28.796Z Compiling hyper-tls v0.6.0
15782026-06-22T19:25:28.906Z Compiling goblin v0.8.2
15792026-06-22T19:25:29.018Z Compiling flate2 v1.1.9
15802026-06-22T19:25:29.288Z Compiling phf_shared v0.13.1
15812026-06-22T19:25:29.314Z Compiling lazy_static v1.5.0
15822026-06-22T19:25:29.813Z Compiling regex v1.12.3
15832026-06-22T19:25:29.886Z Compiling anstyle-parse v0.2.7
15842026-06-22T19:25:29.886Z Compiling strum_macros v0.27.2
15852026-06-22T19:25:29.886Z Compiling futures-executor v0.3.32
15862026-06-22T19:25:29.886Z Compiling hex v0.4.3
15872026-06-22T19:25:29.886Z Compiling hkdf v0.12.4
15882026-06-22T19:25:29.886Z Compiling crypto-bigint v0.5.5
15892026-06-22T19:25:29.886Z Compiling terminal_size v0.4.3
15902026-06-22T19:25:30.359Z Compiling curve25519-dalek-derive v0.1.1
15912026-06-22T19:25:30.443Z Compiling daft-derive v0.1.7
15922026-06-22T19:25:30.444Z Compiling ref-cast-impl v1.0.25
15932026-06-22T19:25:30.570Z Compiling vergen v9.1.0
15942026-06-22T19:25:30.609Z Compiling fs-err v3.3.0
15952026-06-22T19:25:30.708Z Compiling cargo-platform v0.3.2
15962026-06-22T19:25:30.730Z Compiling ahash v0.8.12
15972026-06-22T19:25:30.746Z Compiling bumpalo v3.20.2
15982026-06-22T19:25:30.959Z Compiling managed v0.8.0
15992026-06-22T19:25:30.991Z Compiling winnow v0.5.40
16002026-06-22T19:25:31.042Z Compiling object v0.37.3
16012026-06-22T19:25:31.542Z Compiling bitflags v1.3.2
16022026-06-22T19:25:32.021Z Compiling foldhash v0.2.0
16032026-06-22T19:25:32.021Z Compiling same-file v1.0.6
16042026-06-22T19:25:32.021Z Compiling foldhash v0.1.5
16052026-06-22T19:25:32.021Z Compiling libbz2-rs-sys v0.2.2
16062026-06-22T19:25:32.021Z Compiling strum v0.27.2
16072026-06-22T19:25:32.045Z Compiling hashbrown v0.15.5
16082026-06-22T19:25:32.045Z Compiling walkdir v2.5.0
16092026-06-22T19:25:32.045Z Compiling bzip2 v0.6.1
16102026-06-22T19:25:32.045Z Compiling hashbrown v0.16.1
16112026-06-22T19:25:32.059Z Compiling clap_builder v4.6.0
16122026-06-22T19:25:32.133Z Compiling zopfli v0.8.3
16132026-06-22T19:25:32.184Z Compiling cargo_metadata v0.23.1
16142026-06-22T19:25:32.415Z Compiling toml_edit v0.19.15
16152026-06-22T19:25:32.633Z Compiling elliptic-curve v0.13.8
16162026-06-22T19:25:32.827Z Compiling dof v0.3.0
16172026-06-22T19:25:33.310Z Compiling daft v0.1.7
16182026-06-22T19:25:33.350Z Compiling snafu v0.8.9
16192026-06-22T19:25:33.532Z Compiling futures v0.3.32
16202026-06-22T19:25:33.557Z Compiling anstream v0.6.21
16212026-06-22T19:25:33.602Z Compiling phf v0.13.1
16222026-06-22T19:25:33.752Z Compiling signal-hook-mio v0.2.5
16232026-06-22T19:25:33.783Z Compiling cookie_store v0.22.1
16242026-06-22T19:25:33.837Z Compiling zstd v0.13.3
16252026-06-22T19:25:34.099Z Compiling hubpack v0.1.2
16262026-06-22T19:25:34.589Z Compiling bzip2 v0.4.4
16272026-06-22T19:25:34.595Z Compiling serde_with_macros v3.17.0
16282026-06-22T19:25:34.595Z Compiling postgres-types v0.2.12
16292026-06-22T19:25:34.954Z Compiling usdt-macro v0.6.0
16302026-06-22T19:25:35.013Z Compiling usdt-attr-macro v0.6.0
16312026-06-22T19:25:35.448Z Compiling globset v0.4.18
16322026-06-22T19:25:35.470Z Compiling dtrace-parser v0.2.0
16332026-06-22T19:25:35.611Z Compiling ed25519 v2.2.3
16342026-06-22T19:25:35.726Z Compiling phf_shared v0.11.3
16352026-06-22T19:25:35.754Z Compiling olpc-cjson v0.1.4
16362026-06-22T19:25:35.851Z Compiling pkcs1 v0.7.5
16372026-06-22T19:25:35.912Z Compiling clap_derive v4.6.1
16382026-06-22T19:25:35.915Z Compiling strum_macros v0.26.4
16392026-06-22T19:25:36.017Z Compiling enum-as-inner v0.6.1
16402026-06-22T19:25:36.237Z Compiling serde-big-array v0.5.1
16412026-06-22T19:25:36.269Z Compiling serde_plain v1.0.2
16422026-06-22T19:25:36.383Z Compiling rfc6979 v0.4.0
16432026-06-22T19:25:36.869Z Compiling serde_repr v0.1.20
16442026-06-22T19:25:37.278Z Compiling async-recursion v1.1.1
16452026-06-22T19:25:37.278Z Compiling pem v3.0.6
16462026-06-22T19:25:37.278Z Compiling float-cmp v0.10.0
16472026-06-22T19:25:37.278Z Compiling memmap2 v0.9.10
16482026-06-22T19:25:37.278Z Compiling thread-id v4.2.2
16492026-06-22T19:25:37.701Z Compiling env_filter v1.0.0
16502026-06-22T19:25:37.701Z Compiling static_assertions v1.1.0
16512026-06-22T19:25:37.701Z Compiling difflib v0.4.0
16522026-06-22T19:25:37.701Z Compiling typed-path v0.9.3
16532026-06-22T19:25:37.701Z Compiling either v1.15.0
16542026-06-22T19:25:37.701Z Compiling fixedbitset v0.5.7
16552026-06-22T19:25:37.731Z Compiling fixedbitset v0.4.2
16562026-06-22T19:25:37.731Z Compiling keccak v0.1.6
16572026-06-22T19:25:37.731Z Compiling jiff v0.2.21
16582026-06-22T19:25:37.731Z Compiling normalize-line-endings v0.3.0
16592026-06-22T19:25:37.731Z Compiling new_debug_unreachable v1.0.6
16602026-06-22T19:25:37.731Z Compiling precomputed-hash v0.1.1
16612026-06-22T19:25:37.732Z Compiling predicates-core v1.0.10
16622026-06-22T19:25:38.160Z Compiling data-encoding v2.10.0
16632026-06-22T19:25:38.593Z Compiling whoami v2.1.0
16642026-06-22T19:25:38.593Z Compiling predicates v3.1.4
16652026-06-22T19:25:38.593Z Compiling hickory-proto v0.25.2
16662026-06-22T19:25:39.017Z Compiling tokio-postgres v0.7.16
16672026-06-22T19:25:39.017Z Compiling string_cache v0.8.9
16682026-06-22T19:25:39.017Z Compiling clap v4.6.1
16692026-06-22T19:25:39.017Z Compiling strum v0.26.3
16702026-06-22T19:25:39.017Z Compiling sha3 v0.10.8
16712026-06-22T19:25:39.017Z Compiling toml_edit v0.22.27
16722026-06-22T19:25:39.043Z Compiling petgraph v0.6.5
16732026-06-22T19:25:39.043Z Compiling petgraph v0.8.3
16742026-06-22T19:25:39.255Z Compiling itertools v0.13.0
16752026-06-22T19:25:40.138Z Compiling zip v4.6.1
16762026-06-22T19:25:40.902Z Compiling env_logger v0.11.9
16772026-06-22T19:25:40.915Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-06-22T19:25:40.915Z Compiling usdt-impl v0.5.0
16792026-06-22T19:25:40.916Z Compiling usdt v0.6.0
16802026-06-22T19:25:41.177Z Compiling ecdsa v0.16.9
16812026-06-22T19:25:41.208Z Compiling rsa v0.9.10
16822026-06-22T19:25:41.788Z Compiling ed25519-dalek v2.2.0
16832026-06-22T19:25:41.805Z Compiling serde_with v3.17.0
16842026-06-22T19:25:41.805Z Compiling crossterm v0.28.1
16852026-06-22T19:25:42.421Z Compiling zip v0.6.6
16862026-06-22T19:25:42.841Z Compiling toml v0.7.8
16872026-06-22T19:25:43.275Z Compiling iddqd v0.4.2
16882026-06-22T19:25:43.380Z Compiling toml_parser v1.0.9+spec-1.1.0
16892026-06-22T19:25:43.852Z Compiling similar v2.7.0
16902026-06-22T19:25:43.853Z Compiling crossbeam-epoch v0.9.18
16912026-06-22T19:25:43.853Z Compiling tokio-stream v0.1.18
16922026-06-22T19:25:43.853Z Compiling buf-list v1.1.2
16932026-06-22T19:25:43.893Z Compiling x509-cert v0.2.5
16942026-06-22T19:25:44.023Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-06-22T19:25:44.073Z Compiling openapiv3 v2.2.0
16962026-06-22T19:25:44.143Z Compiling sha1 v0.10.6
16972026-06-22T19:25:44.660Z Compiling peg-runtime v0.8.5
16982026-06-22T19:25:44.670Z Compiling lalrpop-util v0.19.12
16992026-06-22T19:25:44.671Z Compiling thread_local v1.1.9
17002026-06-22T19:25:44.671Z Compiling slog-async v2.8.0
17012026-06-22T19:25:44.671Z Compiling crossbeam-channel v0.5.15
17022026-06-22T19:25:44.671Z Compiling filetime v0.2.27
17032026-06-22T19:25:44.671Z Compiling is-terminal v0.4.17
17042026-06-22T19:25:44.708Z Compiling term v1.2.1
17052026-06-22T19:25:44.750Z Compiling take_mut v0.2.2
17062026-06-22T19:25:45.236Z Compiling xattr v1.6.1
17072026-06-22T19:25:45.312Z Compiling tar v0.4.45
17082026-06-22T19:25:45.312Z Compiling slog-term v2.9.2
17092026-06-22T19:25:55.042Z Compiling rustls-webpki v0.103.9
17102026-06-22T19:25:57.789Z Compiling tokio-rustls v0.26.4
17112026-06-22T19:25:57.789Z Compiling rustls-platform-verifier v0.6.2
17122026-06-22T19:25:58.001Z Compiling hyper-rustls v0.27.7
17132026-06-22T19:25:58.627Z Compiling reqwest v0.12.28
17142026-06-22T19:25:58.661Z Compiling reqwest v0.13.2
17152026-06-22T19:25:59.480Z Compiling tough v0.22.0
17162026-06-22T19:26:02.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-06-22T19:26:02.252Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-06-22T19:26:05.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17192026-06-22T19:26:05.253Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17202026-06-22T19:26:05.300ZJun 22 19:26:03.492 INFO Starting download, target: Clickhouse
17212026-06-22T19:26:05.300ZJun 22 19:26:03.492 INFO Starting download, target: Console
17222026-06-22T19:26:05.300ZJun 22 19:26:03.492 INFO Starting download, target: DendriteStub
17232026-06-22T19:26:05.300ZJun 22 19:26:03.492 INFO Starting download, target: Cockroach
17242026-06-22T19:26:05.300ZJun 22 19:26:03.492 INFO Starting download, target: MaghemiteMgd
17252026-06-22T19:26:05.300ZJun 22 19:26:03.492 INFO Starting download, target: MaghemiteDdmd
17262026-06-22T19:26:05.300ZJun 22 19:26:03.492 INFO Starting download, target: TransceiverControl
17272026-06-22T19:26:05.300ZJun 22 19:26:03.492 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-06-22T19:26:05.301ZJun 22 19:26:03.492 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-06-22T19:26:05.301ZJun 22 19:26:03.492 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17302026-06-22T19:26:05.301ZJun 22 19:26:03.492 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-06-22T19:26:05.301ZJun 22 19:26:03.492 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-06-22T19:26:05.301ZJun 22 19:26:03.492 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-06-22T19:26:05.301ZJun 22 19:26:03.492 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-06-22T19:26:06.380ZJun 22 19:26:04.524 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-06-22T19:26:06.539ZJun 22 19:26:04.758 INFO Download complete, target: Console
17362026-06-22T19:26:07.139ZJun 22 19:26:05.305 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-06-22T19:26:08.353ZJun 22 19:26:06.587 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-22T19:26:08.592ZJun 22 19:26:06.795 INFO Download complete, target: TransceiverControl
17392026-06-22T19:26:13.895ZJun 22 19:26:11.891 INFO Checking that binary works, target: Clickhouse
17402026-06-22T19:26:14.255ZJun 22 19:26:11.980 INFO Download complete, target: Clickhouse
17412026-06-22T19:26:25.801ZJun 22 19:26:23.986 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17422026-06-22T19:26:27.417ZJun 22 19:26:25.621 INFO Download complete, target: MaghemiteDdmd
17432026-06-22T19:26:34.759ZJun 22 19:26:32.988 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-06-22T19:26:37.018ZJun 22 19:26:35.224 INFO Download complete, target: DendriteStub
17452026-06-22T19:26:46.162ZJun 22 19:26:44.381 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-22T19:26:48.462ZJun 22 19:26:46.661 INFO Download complete, target: MaghemiteMgd
17472026-06-22T19:26:53.132ZJun 22 19:26:51.332 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-22T19:26:53.132ZJun 22 19:26:51.332 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-22T19:26:57.639ZJun 22 19:26:55.873 INFO Checking that binary works, target: Cockroach
17502026-06-22T19:26:57.751ZJun 22 19:26:55.984 INFO Download complete, target: Cockroach
17512026-06-22T19:26:57.764ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-06-22T19:26:57.770Z
17532026-06-22T19:26:57.770Zreal 2:49.144406127
17542026-06-22T19:26:57.770Zuser 6:53.171282290
17552026-06-22T19:26:57.770Zsys 1:22.156786512
17562026-06-22T19:26:57.770Ztrap 0.210686173
17572026-06-22T19:26:57.770Ztflt 0.668271469
17582026-06-22T19:26:57.770Zdflt 0.534568253
17592026-06-22T19:26:57.770Zkflt 0.030232677
17602026-06-22T19:26:57.770Zlock 37:34.926674020
17612026-06-22T19:26:57.770Zslp 22:52.902841543
17622026-06-22T19:26:57.770Zlat 40.703326148
17632026-06-22T19:26:57.770Zstop 1:46.492438950
17642026-06-22T19:26:57.770Z+ banner hack-check
17652026-06-22T19:26:57.770Z
17662026-06-22T19:26:57.770Z # # ## #### # # #### # # ###### #### # #
17672026-06-22T19:26:57.770Z # # # # # # # # # # # # # # # # #
17682026-06-22T19:26:57.770Z ###### # # # #### ##### # ###### ##### # ####
17692026-06-22T19:26:57.770Z # # ###### # # # # # # # # # #
17702026-06-22T19:26:57.770Z # # # # # # # # # # # # # # # # #
17712026-06-22T19:26:57.770Z # # # # #### # # #### # # ###### #### # #
17722026-06-22T19:26:57.770Z
17732026-06-22T19:26:57.770Z+ export CARGO_INCREMENTAL=0
17742026-06-22T19:26:57.771Z+ CARGO_INCREMENTAL=0
17752026-06-22T19:26:57.771Z+ ptime -m timeout 2h cargo xtask check-features --ci
17762026-06-22T19:26:58.222Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-06-22T19:26:58.425Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-06-22T19:27:00.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
17792026-06-22T19:27:00.299Z Running `target/debug/xtask check-features --ci`
17802026-06-22T19:27:00.331Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17812026-06-22T19:27:00.331Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17822026-06-22T19:27:00.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17832026-06-22T19:27:00.766Z Running `target/debug/xtask download cargo-hack`
17842026-06-22T19:27:01.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-06-22T19:27:01.792Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-06-22T19:27:04.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17872026-06-22T19:27:04.478Z Running `target/debug/xtask-downloader cargo-hack`
17882026-06-22T19:27:04.507ZJun 22 19:27:02.744 INFO Starting download, target: CargoHack
17892026-06-22T19:27:04.510ZJun 22 19:27:02.745 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17902026-06-22T19:27:04.720ZJun 22 19:27:02.956 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17912026-06-22T19:27:04.770ZJun 22 19:27:03.005 INFO Download complete, target: CargoHack
17922026-06-22T19:27:04.775Zrunning: "/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"
17932026-06-22T19:27:04.785Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17942026-06-22T19:27:04.940Zinfo: running `cargo check --bins` on api_identity (1/298)
17952026-06-22T19:27:05.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-06-22T19:27:05.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-06-22T19:27:05.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-06-22T19:27:05.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17992026-06-22T19:27:05.480Z
18002026-06-22T19:27:05.480Zinfo: running `cargo check --bins` on bootstore (2/298)
18012026-06-22T19:27:05.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-22T19:27:05.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-22T19:27:05.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-22T19:27:05.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18052026-06-22T19:27:05.958Z
18062026-06-22T19:27:05.959Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18072026-06-22T19:27:06.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-22T19:27:06.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-22T19:27:06.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-22T19:27:06.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18112026-06-22T19:27:06.484Z
18122026-06-22T19:27:06.484Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18132026-06-22T19:27:06.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-22T19:27:06.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-22T19:27:06.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-22T19:27:06.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18172026-06-22T19:27:06.948Z
18182026-06-22T19:27:06.948Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18192026-06-22T19:27:07.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-22T19:27:07.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-22T19:27:07.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-22T19:27:07.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18232026-06-22T19:27:07.453Z
18242026-06-22T19:27:07.453Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18252026-06-22T19:27:07.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-22T19:27:07.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-22T19:27:07.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-22T19:27:07.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-06-22T19:27:07.966Z
18302026-06-22T19:27:07.966Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18312026-06-22T19:27:08.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-22T19:27:08.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-22T19:27:08.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-22T19:27:08.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-06-22T19:27:08.475Z
18362026-06-22T19:27:08.475Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18372026-06-22T19:27:08.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-22T19:27:08.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-22T19:27:08.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-22T19:27:08.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18412026-06-22T19:27:08.991Z
18422026-06-22T19:27:08.991Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18432026-06-22T19:27:09.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-22T19:27:09.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-22T19:27:09.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-22T19:27:09.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18472026-06-22T19:27:09.375Z
18482026-06-22T19:27:09.375Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18492026-06-22T19:27:09.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-22T19:27:09.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-22T19:27:09.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-22T19:27:09.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18532026-06-22T19:27:09.765Z
18542026-06-22T19:27:09.765Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18552026-06-22T19:27:10.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-22T19:27:10.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-22T19:27:10.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-22T19:27:10.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18592026-06-22T19:27:10.146Z
18602026-06-22T19:27:10.146Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18612026-06-22T19:27:10.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-22T19:27:10.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-22T19:27:10.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-22T19:27:10.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18652026-06-22T19:27:10.535Z
18662026-06-22T19:27:10.535Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18672026-06-22T19:27:10.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-22T19:27:10.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-22T19:27:10.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-22T19:27:10.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18712026-06-22T19:27:10.918Z
18722026-06-22T19:27:10.918Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18732026-06-22T19:27:11.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-22T19:27:11.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-22T19:27:11.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-22T19:27:11.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18772026-06-22T19:27:11.303Z
18782026-06-22T19:27:11.303Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18792026-06-22T19:27:11.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-22T19:27:11.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-22T19:27:11.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-22T19:27:11.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18832026-06-22T19:27:11.683Z
18842026-06-22T19:27:11.683Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18852026-06-22T19:27:12.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-22T19:27:12.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-22T19:27:12.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-22T19:27:12.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18892026-06-22T19:27:12.065Z
18902026-06-22T19:27:12.065Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18912026-06-22T19:27:12.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-22T19:27:12.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-22T19:27:12.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-22T19:27:12.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18952026-06-22T19:27:12.449Z
18962026-06-22T19:27:12.449Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
18972026-06-22T19:27:12.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-22T19:27:12.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-22T19:27:12.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-22T19:27:12.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19012026-06-22T19:27:12.828Z
19022026-06-22T19:27:12.828Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19032026-06-22T19:27:13.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-22T19:27:13.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-22T19:27:13.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-22T19:27:13.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19072026-06-22T19:27:13.209Z
19082026-06-22T19:27:13.210Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19092026-06-22T19:27:13.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-22T19:27:13.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-22T19:27:13.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-22T19:27:13.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19132026-06-22T19:27:13.961Z
19142026-06-22T19:27:13.961Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19152026-06-22T19:27:13.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-22T19:27:13.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-22T19:27:13.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-22T19:27:13.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19192026-06-22T19:27:13.982Z
19202026-06-22T19:27:13.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19212026-06-22T19:27:14.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-22T19:27:14.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-22T19:27:14.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-22T19:27:14.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19252026-06-22T19:27:14.367Z
19262026-06-22T19:27:14.367Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19272026-06-22T19:27:14.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-22T19:27:14.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-22T19:27:14.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-22T19:27:14.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19312026-06-22T19:27:14.752Z
19322026-06-22T19:27:14.752Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19332026-06-22T19:27:15.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-22T19:27:15.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-22T19:27:15.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-22T19:27:15.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19372026-06-22T19:27:15.915Z
19382026-06-22T19:27:15.915Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19392026-06-22T19:27:15.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-22T19:27:15.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-22T19:27:15.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-22T19:27:15.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19432026-06-22T19:27:15.921Z
19442026-06-22T19:27:15.921Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19452026-06-22T19:27:15.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-22T19:27:15.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-22T19:27:15.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-22T19:27:15.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19492026-06-22T19:27:15.921Z
19502026-06-22T19:27:15.921Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19512026-06-22T19:27:16.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-22T19:27:16.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-22T19:27:16.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-22T19:27:16.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19552026-06-22T19:27:16.297Z
19562026-06-22T19:27:16.297Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19572026-06-22T19:27:16.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-22T19:27:16.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-22T19:27:16.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-22T19:27:16.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19612026-06-22T19:27:16.683Z
19622026-06-22T19:27:16.683Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19632026-06-22T19:27:17.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-22T19:27:17.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-22T19:27:17.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-22T19:27:17.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19672026-06-22T19:27:17.448Z
19682026-06-22T19:27:17.448Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19692026-06-22T19:27:17.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-22T19:27:17.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-22T19:27:17.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-22T19:27:17.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19732026-06-22T19:27:17.452Z
19742026-06-22T19:27:17.452Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19752026-06-22T19:27:17.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-22T19:27:17.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-22T19:27:17.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-22T19:27:17.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19792026-06-22T19:27:17.838Z
19802026-06-22T19:27:17.838Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19812026-06-22T19:27:18.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-22T19:27:18.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-22T19:27:18.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-22T19:27:18.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19852026-06-22T19:27:18.227Z
19862026-06-22T19:27:18.227Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19872026-06-22T19:27:18.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-22T19:27:18.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-22T19:27:18.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-22T19:27:18.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19912026-06-22T19:27:18.970Z
19922026-06-22T19:27:18.970Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19932026-06-22T19:27:18.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-22T19:27:18.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-22T19:27:18.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-22T19:27:18.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19972026-06-22T19:27:18.992Z
19982026-06-22T19:27:18.993Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
19992026-06-22T19:27:19.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-22T19:27:19.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-22T19:27:19.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-22T19:27:19.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20032026-06-22T19:27:19.376Z
20042026-06-22T19:27:19.376Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20052026-06-22T19:27:19.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-22T19:27:19.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-22T19:27:19.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-22T19:27:19.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20092026-06-22T19:27:19.768Z
20102026-06-22T19:27:19.768Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20112026-06-22T19:27:20.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-22T19:27:20.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-22T19:27:20.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-22T19:27:20.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20152026-06-22T19:27:20.555Z
20162026-06-22T19:27:20.555Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20172026-06-22T19:27:20.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-22T19:27:20.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-22T19:27:20.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-22T19:27:20.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20212026-06-22T19:27:20.558Z
20222026-06-22T19:27:20.558Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20232026-06-22T19:27:20.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-22T19:27:20.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-22T19:27:20.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-22T19:27:20.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20272026-06-22T19:27:21.325Z
20282026-06-22T19:27:21.325Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20292026-06-22T19:27:21.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-22T19:27:21.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-22T19:27:21.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-22T19:27:21.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20332026-06-22T19:27:21.330Z
20342026-06-22T19:27:21.330Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20352026-06-22T19:27:22.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-22T19:27:22.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-22T19:27:22.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-22T19:27:22.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20392026-06-22T19:27:22.048Z
20402026-06-22T19:27:22.048Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20412026-06-22T19:27:22.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-22T19:27:22.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-22T19:27:22.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-22T19:27:22.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20452026-06-22T19:27:22.068Z
20462026-06-22T19:27:22.068Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20472026-06-22T19:27:22.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-22T19:27:22.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-22T19:27:22.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-22T19:27:22.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20512026-06-22T19:27:22.453Z
20522026-06-22T19:27:22.453Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20532026-06-22T19:27:22.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-22T19:27:22.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-22T19:27:22.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-22T19:27:22.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20572026-06-22T19:27:22.841Z
20582026-06-22T19:27:22.842Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20592026-06-22T19:27:23.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-22T19:27:23.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-22T19:27:23.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-22T19:27:23.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20632026-06-22T19:27:23.588Z
20642026-06-22T19:27:23.588Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20652026-06-22T19:27:23.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-22T19:27:23.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-22T19:27:23.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-22T19:27:23.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20692026-06-22T19:27:23.611Z
20702026-06-22T19:27:23.611Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20712026-06-22T19:27:23.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-22T19:27:23.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-22T19:27:23.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-22T19:27:23.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20752026-06-22T19:27:23.994Z
20762026-06-22T19:27:23.994Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20772026-06-22T19:27:24.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-22T19:27:24.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-22T19:27:24.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-22T19:27:24.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20812026-06-22T19:27:24.377Z
20822026-06-22T19:27:24.377Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20832026-06-22T19:27:24.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-22T19:27:24.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-22T19:27:24.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-22T19:27:24.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20872026-06-22T19:27:24.930Z
20882026-06-22T19:27:24.930Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20892026-06-22T19:27:25.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-22T19:27:25.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-22T19:27:25.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-22T19:27:25.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20932026-06-22T19:27:25.799Z
20942026-06-22T19:27:25.800Zinfo: running `cargo check --bins` on nexus-config (51/298)
20952026-06-22T19:27:25.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-22T19:27:25.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-22T19:27:25.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-22T19:27:25.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20992026-06-22T19:27:26.026Z
21002026-06-22T19:27:26.027Zinfo: running `cargo check --bins` on nexus-types (52/298)
21012026-06-22T19:27:26.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-22T19:27:26.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-22T19:27:26.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-22T19:27:26.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21052026-06-22T19:27:26.580Z
21062026-06-22T19:27:26.580Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21072026-06-22T19:27:27.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-22T19:27:27.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-22T19:27:27.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-22T19:27:27.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21112026-06-22T19:27:27.421Z
21122026-06-22T19:27:27.421Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21132026-06-22T19:27:27.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-22T19:27:27.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-22T19:27:27.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-22T19:27:27.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21172026-06-22T19:27:27.586Z
21182026-06-22T19:27:27.586Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21192026-06-22T19:27:28.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-22T19:27:28.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-22T19:27:28.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-22T19:27:28.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21232026-06-22T19:27:28.451Z
21242026-06-22T19:27:28.451Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21252026-06-22T19:27:28.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-22T19:27:28.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-22T19:27:28.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-22T19:27:28.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21292026-06-22T19:27:28.622Z
21302026-06-22T19:27:28.622Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21312026-06-22T19:27:29.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-22T19:27:29.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-22T19:27:29.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-22T19:27:29.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21352026-06-22T19:27:29.145Z
21362026-06-22T19:27:29.145Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21372026-06-22T19:27:29.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-22T19:27:30.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-22T19:27:30.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-22T19:27:30.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-06-22T19:27:30.005Z
21422026-06-22T19:27:30.005Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21432026-06-22T19:27:30.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-22T19:27:30.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-22T19:27:30.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-22T19:27:30.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21472026-06-22T19:27:30.168Z
21482026-06-22T19:27:30.168Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21492026-06-22T19:27:30.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-22T19:27:30.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-22T19:27:30.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-22T19:27:30.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21532026-06-22T19:27:30.667Z
21542026-06-22T19:27:30.667Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21552026-06-22T19:27:31.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-22T19:27:31.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-22T19:27:31.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-22T19:27:31.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21592026-06-22T19:27:31.169Z
21602026-06-22T19:27:31.169Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21612026-06-22T19:27:31.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-22T19:27:31.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-22T19:27:31.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-22T19:27:32.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21652026-06-22T19:27:32.019Z
21662026-06-22T19:27:32.019Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21672026-06-22T19:27:32.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-22T19:27:32.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-22T19:27:32.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-22T19:27:32.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-06-22T19:27:32.184Z
21722026-06-22T19:27:32.185Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21732026-06-22T19:27:33.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-22T19:27:33.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-22T19:27:33.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-22T19:27:33.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21772026-06-22T19:27:33.028Z
21782026-06-22T19:27:33.028Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21792026-06-22T19:27:33.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-22T19:27:33.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-22T19:27:33.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-22T19:27:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21832026-06-22T19:27:33.200Z
21842026-06-22T19:27:33.200Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21852026-06-22T19:27:33.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-22T19:27:33.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-22T19:27:33.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-22T19:27:33.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21892026-06-22T19:27:34.105Z
21902026-06-22T19:27:34.105Zinfo: running `cargo check --bins` on ereport-types (67/298)
21912026-06-22T19:27:34.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-22T19:27:34.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-22T19:27:34.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-22T19:27:34.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-06-22T19:27:34.605Z
21962026-06-22T19:27:34.605Zinfo: running `cargo check --bins` on gateway-client (68/298)
21972026-06-22T19:27:34.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-22T19:27:34.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-22T19:27:34.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-22T19:27:34.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-06-22T19:27:34.711Z
22022026-06-22T19:27:34.711Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22032026-06-22T19:27:35.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-22T19:27:35.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-22T19:27:35.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-22T19:27:35.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22072026-06-22T19:27:35.216Z
22082026-06-22T19:27:35.216Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22092026-06-22T19:27:35.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-22T19:27:36.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-22T19:27:36.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-22T19:27:36.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22132026-06-22T19:27:36.057Z
22142026-06-22T19:27:36.057Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22152026-06-22T19:27:36.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-22T19:27:36.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-22T19:27:36.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-22T19:27:36.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-06-22T19:27:36.241Z
22202026-06-22T19:27:36.241Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22212026-06-22T19:27:36.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-22T19:27:36.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-22T19:27:36.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-22T19:27:36.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22252026-06-22T19:27:37.157Z
22262026-06-22T19:27:37.157Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22272026-06-22T19:27:37.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-22T19:27:37.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-22T19:27:37.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-22T19:27:37.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-06-22T19:27:37.629Z
22322026-06-22T19:27:37.629Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22332026-06-22T19:27:37.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-22T19:27:37.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-22T19:27:37.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-22T19:27:37.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22372026-06-22T19:27:37.804Z
22382026-06-22T19:27:37.804Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22392026-06-22T19:27:38.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-22T19:27:38.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-22T19:27:38.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-22T19:27:38.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22432026-06-22T19:27:38.302Z
22442026-06-22T19:27:38.302Zinfo: running `cargo check --bins` on oxlog (76/298)
22452026-06-22T19:27:38.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-22T19:27:38.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-22T19:27:38.843Z Checking cfg-if v1.0.4
22482026-06-22T19:27:38.855Z Checking libc v0.2.185
22492026-06-22T19:27:38.855Z Checking serde_core v1.0.228
22502026-06-22T19:27:38.962Z Checking zeroize v1.8.2
22512026-06-22T19:27:38.965Z Checking memchr v2.8.0
22522026-06-22T19:27:38.971Z Checking log v0.4.29
22532026-06-22T19:27:38.981Z Checking smallvec v1.15.1
22542026-06-22T19:27:38.993Z Checking typenum v1.19.0
22552026-06-22T19:27:38.993Z Checking subtle v2.6.1
22562026-06-22T19:27:39.093Z Checking itoa v1.0.17
22572026-06-22T19:27:39.133Z Checking scopeguard v1.2.0
22582026-06-22T19:27:39.148Z Checking stable_deref_trait v1.2.1
22592026-06-22T19:27:39.161Z Checking const-oid v0.9.6
22602026-06-22T19:27:39.220Z Checking zerofrom v0.1.6
22612026-06-22T19:27:39.230Z Checking lock_api v0.4.14
22622026-06-22T19:27:39.242Z Checking pin-project-lite v0.2.17
22632026-06-22T19:27:39.327Z Checking yoke v0.8.1
22642026-06-22T19:27:39.339Z Checking portable-atomic v1.13.1
22652026-06-22T19:27:39.342Z Checking critical-section v1.2.0
22662026-06-22T19:27:39.350Z Checking getrandom v0.2.17
22672026-06-22T19:27:39.436Z Checking errno v0.3.14
22682026-06-22T19:27:39.470Z Checking parking_lot_core v0.9.12
22692026-06-22T19:27:39.489Z Checking zerovec v0.11.5
22702026-06-22T19:27:39.501Z Checking generic-array v0.14.7
22712026-06-22T19:27:39.518Z Checking rand_core v0.6.4
22722026-06-22T19:27:39.538Z Checking signal-hook-registry v1.4.8
22732026-06-22T19:27:39.648Z Checking futures-core v0.3.32
22742026-06-22T19:27:40.824Z Checking parking_lot v0.12.5
22752026-06-22T19:27:40.971Z Checking mio v1.2.0
22762026-06-22T19:27:40.971Z Checking zerocopy v0.8.40
22772026-06-22T19:27:40.971Z Checking once_cell v1.21.3
22782026-06-22T19:27:40.971Z Checking zmij v1.0.21
22792026-06-22T19:27:40.971Z Checking socket2 v0.6.3
22802026-06-22T19:27:40.971Z Checking tinystr v0.8.2
22812026-06-22T19:27:40.972Z Checking crypto-common v0.1.7
22822026-06-22T19:27:40.972Z Checking block-buffer v0.10.4
22832026-06-22T19:27:40.972Z Checking libm v0.2.16
22842026-06-22T19:27:40.972Z Checking percent-encoding v2.3.2
22852026-06-22T19:27:40.972Z Checking litemap v0.8.1
22862026-06-22T19:27:40.972Z Checking digest v0.10.7
22872026-06-22T19:27:40.972Z Checking writeable v0.6.2
22882026-06-22T19:27:40.972Z Checking equivalent v1.0.2
22892026-06-22T19:27:40.972Z Checking potential_utf v0.1.4
22902026-06-22T19:27:40.972Z Checking zerotrie v0.2.3
22912026-06-22T19:27:40.972Z Checking futures-sink v0.3.32
22922026-06-22T19:27:40.972Z Checking icu_locale_core v2.1.1
22932026-06-22T19:27:40.972Z Checking cpufeatures v0.2.17
22942026-06-22T19:27:40.972Z Checking icu_collections v2.1.1
22952026-06-22T19:27:40.972Z Checking futures-channel v0.3.32
22962026-06-22T19:27:40.972Z Checking slab v0.4.12
22972026-06-22T19:27:40.972Z Checking serde v1.0.228
22982026-06-22T19:27:40.972Z Checking bitflags v2.11.0
22992026-06-22T19:27:40.972Z Checking serde_json v1.0.149
23002026-06-22T19:27:40.972Z Checking futures-task v0.3.32
23012026-06-22T19:27:40.972Z Checking futures-io v0.3.32
23022026-06-22T19:27:40.972Z Checking hmac v0.12.1
23032026-06-22T19:27:40.973Z Checking icu_properties_data v2.1.2
23042026-06-22T19:27:40.973Z Checking num-traits v0.2.19
23052026-06-22T19:27:40.973Z Checking futures-util v0.3.32
23062026-06-22T19:27:40.973Z Checking icu_normalizer_data v2.1.1
23072026-06-22T19:27:40.973Z Checking hashbrown v0.17.0
23082026-06-22T19:27:40.973Z Checking rand_core v0.10.0
23092026-06-22T19:27:40.973Z Checking icu_provider v2.1.1
23102026-06-22T19:27:41.053Z Checking bytes v1.11.1
23112026-06-22T19:27:41.053Z Checking getrandom v0.4.1
23122026-06-22T19:27:41.386Z Checking icu_normalizer v2.1.1
23132026-06-22T19:27:41.697Z Checking icu_properties v2.1.2
23142026-06-22T19:27:41.697Z Checking block-padding v0.3.3
23152026-06-22T19:27:41.697Z Checking utf8_iter v1.0.4
23162026-06-22T19:27:41.697Z Checking indexmap v2.14.0
23172026-06-22T19:27:41.697Z Checking tokio v1.52.1
23182026-06-22T19:27:41.697Z Checking inout v0.1.4
23192026-06-22T19:27:41.697Z Checking sha2 v0.10.9
23202026-06-22T19:27:41.697Z Checking form_urlencoded v1.2.2
23212026-06-22T19:27:41.697Z Checking cipher v0.4.4
23222026-06-22T19:27:41.758Z Checking getrandom v0.3.4
23232026-06-22T19:27:41.758Z Checking byteorder v1.5.0
23242026-06-22T19:27:41.758Z Checking fnv v1.0.7
23252026-06-22T19:27:41.758Z Checking base64ct v1.8.3
23262026-06-22T19:27:41.819Z Checking flagset v0.4.7
23272026-06-22T19:27:42.250Z Checking rand_core v0.9.5
23282026-06-22T19:27:42.250Z Checking http v1.4.0
23292026-06-22T19:27:42.692Z Checking regex-syntax v0.8.10
23302026-06-22T19:27:42.693Z Checking pem-rfc7468 v0.7.0
23312026-06-22T19:27:42.693Z Checking idna_adapter v1.2.1
23322026-06-22T19:27:42.693Z Checking salsa20 v0.10.2
23332026-06-22T19:27:42.693Z Checking idna v1.1.0
23342026-06-22T19:27:42.693Z Checking der v0.7.10
23352026-06-22T19:27:42.693Z Checking uuid v1.23.0
23362026-06-22T19:27:42.721Z Checking url v2.5.8
23372026-06-22T19:27:42.722Z Checking pbkdf2 v0.12.2
23382026-06-22T19:27:42.722Z Checking rustix v1.1.3
23392026-06-22T19:27:42.722Z Checking tracing-core v0.1.36
23402026-06-22T19:27:42.722Z Checking ppv-lite86 v0.2.21
23412026-06-22T19:27:42.722Z Checking rustls-pki-types v1.14.0
23422026-06-22T19:27:42.791Z Checking base64 v0.22.1
23432026-06-22T19:27:42.980Z Checking iana-time-zone v0.1.65
23442026-06-22T19:27:42.980Z Checking spki v0.7.3
23452026-06-22T19:27:42.994Z Checking rand_chacha v0.9.0
23462026-06-22T19:27:42.994Z Checking chrono v0.4.44
23472026-06-22T19:27:42.994Z Checking tracing v0.1.44
23482026-06-22T19:27:42.994Z Checking scrypt v0.11.0
23492026-06-22T19:27:42.994Z Checking http-body v1.0.1
23502026-06-22T19:27:43.123Z Checking aes v0.8.4
23512026-06-22T19:27:43.190Z Checking cbc v0.1.2
23522026-06-22T19:27:43.190Z Checking aws-lc-sys v0.40.0
23532026-06-22T19:27:43.190Z Checking openssl-probe v0.2.1
23542026-06-22T19:27:43.291Z Checking untrusted v0.7.1
23552026-06-22T19:27:43.291Z Checking untrusted v0.9.0
23562026-06-22T19:27:43.291Z Checking tinyvec_macros v0.1.1
23572026-06-22T19:27:43.316Z Checking rand v0.9.2
23582026-06-22T19:27:43.316Z Checking tower-service v0.3.3
23592026-06-22T19:27:43.316Z Checking tinyvec v1.10.0
23602026-06-22T19:27:43.347Z Checking ring v0.17.14
23612026-06-22T19:27:43.407Z Checking try-lock v0.2.5
23622026-06-22T19:27:44.023Z Checking pkcs5 v0.7.1
23632026-06-22T19:27:44.023Z Checking atomic-waker v1.1.2
23642026-06-22T19:27:44.023Z Checking tower-layer v0.3.3
23652026-06-22T19:27:44.023Z Checking want v0.3.1
23662026-06-22T19:27:44.023Z Checking aws-lc-rs v1.16.3
23672026-06-22T19:27:44.023Z Checking pkcs8 v0.10.2
23682026-06-22T19:27:44.023Z Checking ipnet v2.11.0
23692026-06-22T19:27:44.024Z Checking httparse v1.10.1
23702026-06-22T19:27:44.024Z Checking aho-corasick v1.1.4
23712026-06-22T19:27:44.024Z Checking utf8parse v0.2.2
23722026-06-22T19:27:44.024Z Checking httpdate v1.0.3
23732026-06-22T19:27:44.024Z Checking pin-utils v0.1.0
23742026-06-22T19:27:44.024Z Checking dyn-clone v1.0.20
23752026-06-22T19:27:44.024Z Checking foreign-types-shared v0.1.1
23762026-06-22T19:27:44.024Z Checking fastrand v2.3.0
23772026-06-22T19:27:44.024Z Checking plain v0.2.3
23782026-06-22T19:27:44.024Z Checking foreign-types v0.3.2
23792026-06-22T19:27:44.074Z Checking unicode-normalization v0.1.25
23802026-06-22T19:27:44.109Z Checking semver v1.0.28
23812026-06-22T19:27:44.109Z Checking openssl-sys v0.9.115
23822026-06-22T19:27:44.158Z Checking tempfile v3.25.0
23832026-06-22T19:27:44.284Z Checking spin v0.9.8
23842026-06-22T19:27:44.313Z Checking socket2 v0.5.10
23852026-06-22T19:27:44.330Z Checking ucd-trie v0.1.7
23862026-06-22T19:27:44.392Z Checking regex-automata v0.4.14
23872026-06-22T19:27:44.853Z Checking unicode-ident v1.0.24
23882026-06-22T19:27:44.910Z Checking rustls-webpki v0.103.9
23892026-06-22T19:27:44.910Z Checking anstyle v1.0.14
23902026-06-22T19:27:44.910Z Checking openssl v0.10.79
23912026-06-22T19:27:44.910Z Checking pest v2.8.6
23922026-06-22T19:27:44.910Z Checking tokio-util v0.7.18
23932026-06-22T19:27:44.911Z Checking proc-macro2 v1.0.106
23942026-06-22T19:27:44.911Z Checking schemars v0.8.22
23952026-06-22T19:27:44.911Z Checking rustls-native-certs v0.8.3
23962026-06-22T19:27:44.911Z Checking thiserror v2.0.18
23972026-06-22T19:27:44.911Z Checking sync_wrapper v1.0.2
23982026-06-22T19:27:44.911Z Checking wait-timeout v0.2.1
23992026-06-22T19:27:44.911Z Checking rustls v0.23.37
24002026-06-22T19:27:45.335Z Checking bit-vec v0.8.0
24012026-06-22T19:27:45.375Z Checking powerfmt v0.2.0
24022026-06-22T19:27:45.375Z Checking simd-adler32 v0.3.8
24032026-06-22T19:27:45.375Z Checking h2 v0.4.13
24042026-06-22T19:27:45.376Z Checking pretty-hex v0.4.1
24052026-06-22T19:27:45.376Z Checking colorchoice v1.0.4
24062026-06-22T19:27:45.376Z Checking quick-error v1.2.3
24072026-06-22T19:27:45.376Z Checking siphasher v1.0.2
24082026-06-22T19:27:45.376Z Checking anstyle-query v1.1.5
24092026-06-22T19:27:45.376Z Checking is_terminal_polyfill v1.70.2
24102026-06-22T19:27:45.399Z Checking rusty-fork v0.3.1
24112026-06-22T19:27:45.461Z Checking deranged v0.5.8
24122026-06-22T19:27:45.490Z Checking bit-set v0.8.0
24132026-06-22T19:27:45.529Z Checking tower v0.5.3
24142026-06-22T19:27:45.571Z Checking quote v1.0.45
24152026-06-22T19:27:45.621Z Compiling newtype-uuid v1.3.2
24162026-06-22T19:27:45.739Z Checking http-body-util v0.1.3
24172026-06-22T19:27:45.788Z Checking crossbeam-utils v0.8.21
24182026-06-22T19:27:45.919Z Checking webpki-roots v1.0.6
24192026-06-22T19:27:45.947Z Checking rand_xorshift v0.4.0
24202026-06-22T19:27:46.437Z Checking crc32fast v1.5.0
24212026-06-22T19:27:46.467Z Checking scroll v0.13.0
24222026-06-22T19:27:46.467Z Checking signature v2.2.0
24232026-06-22T19:27:46.467Z Checking unicode-properties v0.1.4
24242026-06-22T19:27:46.467Z Checking allocator-api2 v0.2.21
24252026-06-22T19:27:46.468Z Checking unicode-bidi v0.3.18
24262026-06-22T19:27:46.468Z Checking unarray v0.1.4
24272026-06-22T19:27:46.468Z Checking num-conv v0.2.0
24282026-06-22T19:27:46.468Z Checking num_threads v0.1.7
24292026-06-22T19:27:46.468Z Checking time-core v0.1.8
24302026-06-22T19:27:46.468Z Checking iri-string v0.7.10
24312026-06-22T19:27:46.894Z Checking adler2 v2.0.1
24322026-06-22T19:27:46.929Z Checking native-tls v0.2.18
24332026-06-22T19:27:46.929Z Checking ryu v1.0.23
24342026-06-22T19:27:46.929Z Checking stringprep v0.1.5
24352026-06-22T19:27:46.929Z Checking time v0.3.47
24362026-06-22T19:27:46.929Z Checking miniz_oxide v0.8.9
24372026-06-22T19:27:46.929Z Checking serde_urlencoded v0.7.1
24382026-06-22T19:27:46.929Z Checking tokio-native-tls v0.3.1
24392026-06-22T19:27:46.929Z Checking proptest v1.10.0
24402026-06-22T19:27:46.929Z Checking goblin v0.10.5
24412026-06-22T19:27:46.929Z Checking bstr v1.12.1
24422026-06-22T19:27:46.929Z Checking crossbeam-epoch v0.9.18
24432026-06-22T19:27:47.134Z Checking syn v2.0.117
24442026-06-22T19:27:47.647Z Compiling daft v0.1.7
24452026-06-22T19:27:47.657Z Checking tokio-rustls v0.26.4
24462026-06-22T19:27:47.657Z Checking tower-http v0.6.8
24472026-06-22T19:27:47.657Z Checking ipnetwork v0.21.1
24482026-06-22T19:27:47.657Z Checking anstyle-parse v1.0.0
24492026-06-22T19:27:47.657Z Checking rand_chacha v0.3.1
24502026-06-22T19:27:47.658Z Checking thiserror v1.0.69
24512026-06-22T19:27:47.682Z Checking scroll v0.12.0
24522026-06-22T19:27:47.717Z Checking hash32 v0.2.1
24532026-06-22T19:27:47.752Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-06-22T19:27:47.857Z Checking num-integer v0.1.46
24552026-06-22T19:27:48.003Z Checking serde_spanned v0.6.9
24562026-06-22T19:27:48.003Z Checking hyper v1.8.1
24572026-06-22T19:27:48.017Z Checking toml_datetime v0.6.11
24582026-06-22T19:27:48.017Z Checking md-5 v0.10.6
24592026-06-22T19:27:48.017Z Checking ff v0.13.1
24602026-06-22T19:27:48.050Z Checking encoding_rs v0.8.35
24612026-06-22T19:27:48.454Z Checking mime v0.3.17
24622026-06-22T19:27:48.458Z Checking base16ct v0.2.0
24632026-06-22T19:27:48.458Z Checking zlib-rs v0.6.2
24642026-06-22T19:27:48.458Z Checking psl-types v2.0.11
24652026-06-22T19:27:48.458Z Checking fallible-iterator v0.2.0
24662026-06-22T19:27:48.458Z Checking publicsuffix v2.3.0
24672026-06-22T19:27:48.458Z Checking sec1 v0.7.3
24682026-06-22T19:27:48.484Z Checking postgres-protocol v0.6.10
24692026-06-22T19:27:48.583Z Checking group v0.13.0
24702026-06-22T19:27:48.654Z Checking num-iter v0.1.45
24712026-06-22T19:27:48.727Z Checking goblin v0.8.2
24722026-06-22T19:27:48.755Z Checking hyper-util v0.1.20
24732026-06-22T19:27:48.766Z Checking heapless v0.7.17
24742026-06-22T19:27:48.806Z Checking zstd-safe v7.2.4
24752026-06-22T19:27:48.931Z Checking rand v0.8.6
24762026-06-22T19:27:48.955Z Checking oxnet v0.1.6
24772026-06-22T19:27:48.965Z Checking flate2 v1.1.9
24782026-06-22T19:27:49.131Z Checking dof v0.4.0
24792026-06-22T19:27:49.179Z Checking cookie v0.18.1
24802026-06-22T19:27:49.217Z Checking anstream v1.0.0
24812026-06-22T19:27:49.289Z Compiling iddqd v0.4.2
24822026-06-22T19:27:49.415Z Checking dtrace-parser v0.3.0
24832026-06-22T19:27:49.430Z Checking phf_shared v0.13.1
24842026-06-22T19:27:49.430Z Checking lazy_static v1.5.0
24852026-06-22T19:27:49.834Z Checking anstyle-parse v0.2.7
24862026-06-22T19:27:49.838Z Checking zerocopy v0.7.35
24872026-06-22T19:27:49.838Z Checking pin-project v1.1.11
24882026-06-22T19:27:49.838Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-22T19:27:49.838Z Checking signal-hook v0.3.18
24902026-06-22T19:27:49.838Z Checking terminal_size v0.4.3
24912026-06-22T19:27:49.838Z Checking futures-executor v0.3.32
24922026-06-22T19:27:49.838Z Checking hex v0.4.3
24932026-06-22T19:27:49.838Z Checking hkdf v0.12.4
24942026-06-22T19:27:49.838Z Checking crypto-bigint v0.5.5
24952026-06-22T19:27:49.838Z Checking thread-id v5.1.0
24962026-06-22T19:27:49.904Z Checking foldhash v0.2.0
24972026-06-22T19:27:49.918Z Checking strsim v0.11.1
24982026-06-22T19:27:49.986Z Checking winnow v0.5.40
24992026-06-22T19:27:49.999Z Checking foldhash v0.1.5
25002026-06-22T19:27:50.009Z Checking hyper-rustls v0.27.7
25012026-06-22T19:27:50.050Z Checking hyper-tls v0.6.0
25022026-06-22T19:27:50.068Z Checking libbz2-rs-sys v0.2.2
25032026-06-22T19:27:50.129Z Checking either v1.15.0
25042026-06-22T19:27:50.210Z Checking winnow v0.7.14
25052026-06-22T19:27:50.222Z Checking bitflags v1.3.2
25062026-06-22T19:27:50.293Z Checking clap_lex v1.0.0
25072026-06-22T19:27:50.308Z Checking managed v0.8.0
25082026-06-22T19:27:50.449Z Checking same-file v1.0.6
25092026-06-22T19:27:50.474Z Checking bumpalo v3.20.2
25102026-06-22T19:27:50.510Z Compiling rayon-core v1.13.0
25112026-06-22T19:27:50.539Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-06-22T19:27:50.567Z Checking walkdir v2.5.0
25132026-06-22T19:27:50.651Z Checking dof v0.3.0
25142026-06-22T19:27:51.095Z Checking zopfli v0.8.3
25152026-06-22T19:27:51.099Z Checking smoltcp v0.9.1
25162026-06-22T19:27:51.099Z Checking elliptic-curve v0.13.8
25172026-06-22T19:27:51.099Z Checking bzip2 v0.6.1
25182026-06-22T19:27:51.099Z Checking clap_builder v4.6.0
25192026-06-22T19:27:51.099Z Checking reqwest v0.12.28
25202026-06-22T19:27:51.099Z Checking hashbrown v0.15.5
25212026-06-22T19:27:51.099Z Checking hashbrown v0.16.1
25222026-06-22T19:27:51.099Z Checking usdt-impl v0.6.0
25232026-06-22T19:27:51.176Z Checking toml_edit v0.19.15
25242026-06-22T19:27:51.379Z Checking futures v0.3.32
25252026-06-22T19:27:51.430Z Checking signal-hook-mio v0.2.5
25262026-06-22T19:27:51.430Z Checking snafu v0.8.9
25272026-06-22T19:27:51.490Z Checking bzip2 v0.4.4
25282026-06-22T19:27:51.490Z Checking phf v0.13.1
25292026-06-22T19:27:51.490Z Checking anstream v0.6.21
25302026-06-22T19:27:51.571Z Checking num-bigint-dig v0.8.6
25312026-06-22T19:27:51.799Z Checking cookie_store v0.22.1
25322026-06-22T19:27:52.676Z Checking zstd v0.13.3
25332026-06-22T19:27:52.676Z Checking postgres-types v0.2.12
25342026-06-22T19:27:52.676Z Checking dtrace-parser v0.2.0
25352026-06-22T19:27:52.676Z Checking rustls-platform-verifier v0.6.2
25362026-06-22T19:27:52.676Z Checking globset v0.4.18
25372026-06-22T19:27:53.085Z Checking crossbeam-deque v0.8.6
25382026-06-22T19:27:53.085Z Checking ed25519 v2.2.3
25392026-06-22T19:27:53.085Z Checking regex v1.12.3
25402026-06-22T19:27:53.085Z Checking phf_shared v0.11.3
25412026-06-22T19:27:53.085Z Checking olpc-cjson v0.1.4
25422026-06-22T19:27:53.085Z Checking curve25519-dalek v4.1.3
25432026-06-22T19:27:53.085Z Checking ref-cast v1.0.25
25442026-06-22T19:27:53.085Z Checking strum v0.27.2
25452026-06-22T19:27:53.085Z Checking hubpack v0.1.2
25462026-06-22T19:27:53.085Z Checking memoffset v0.9.1
25472026-06-22T19:27:53.085Z Checking rustix v0.38.44
25482026-06-22T19:27:53.085Z Checking pkcs1 v0.7.5
25492026-06-22T19:27:53.085Z Checking pem v3.0.6
25502026-06-22T19:27:53.085Z Checking float-cmp v0.10.0
25512026-06-22T19:27:53.085Z Checking serde_plain v1.0.2
25522026-06-22T19:27:53.085Z Checking serde-big-array v0.5.1
25532026-06-22T19:27:53.085Z Checking erased-serde v0.3.31
25542026-06-22T19:27:53.085Z Checking rfc6979 v0.4.0
25552026-06-22T19:27:53.085Z Checking thread-id v4.2.2
25562026-06-22T19:27:53.085Z Checking memmap2 v0.9.10
25572026-06-22T19:27:53.085Z Checking env_filter v1.0.0
25582026-06-22T19:27:53.086Z Checking difflib v0.4.0
25592026-06-22T19:27:53.086Z Checking fixedbitset v0.4.2
25602026-06-22T19:27:53.086Z Checking unicode-segmentation v1.12.0
25612026-06-22T19:27:53.086Z Checking new_debug_unreachable v1.0.6
25622026-06-22T19:27:53.086Z Checking toml_write v0.1.2
25632026-06-22T19:27:53.086Z Checking jiff v0.2.21
25642026-06-22T19:27:53.086Z Checking data-encoding v2.10.0
25652026-06-22T19:27:53.086Z Checking whoami v2.1.0
25662026-06-22T19:27:53.086Z Checking fixedbitset v0.5.7
25672026-06-22T19:27:53.093Z Checking keccak v0.1.6
25682026-06-22T19:27:53.093Z Checking precomputed-hash v0.1.1
25692026-06-22T19:27:53.093Z Checking predicates-core v1.0.10
25702026-06-22T19:27:53.093Z Checking normalize-line-endings v0.3.0
25712026-06-22T19:27:53.093Z Checking static_assertions v1.1.0
25722026-06-22T19:27:53.093Z Checking typed-path v0.9.3
25732026-06-22T19:27:53.093Z Checking sha3 v0.10.8
25742026-06-22T19:27:53.093Z Checking petgraph v0.8.3
25752026-06-22T19:27:53.093Z Checking hickory-proto v0.25.2
25762026-06-22T19:27:53.093Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25772026-06-22T19:27:53.093Z Checking predicates v3.1.4
25782026-06-22T19:27:53.093Z Checking crossterm v0.28.1
25792026-06-22T19:27:53.093Z Checking string_cache v0.8.9
25802026-06-22T19:27:53.202Z Checking ed25519-dalek v2.2.0
25812026-06-22T19:27:53.217Z Checking tokio-postgres v0.7.16
25822026-06-22T19:27:53.429Z Checking similar v2.7.0
25832026-06-22T19:27:53.608Z Checking tough v0.22.0
25842026-06-22T19:27:54.066Z Checking toml_edit v0.22.27
25852026-06-22T19:27:54.070Z Checking slog v2.8.2
25862026-06-22T19:27:54.079Z Checking petgraph v0.6.5
25872026-06-22T19:27:54.446Z Checking env_logger v0.11.9
25882026-06-22T19:27:54.474Z Checking usdt v0.6.0
25892026-06-22T19:27:54.620Z Checking ecdsa v0.16.9
25902026-06-22T19:27:54.627Z Checking usdt-impl v0.5.0
25912026-06-22T19:27:54.762Z Checking rsa v0.9.10
25922026-06-22T19:27:54.777Z Checking zip v4.6.1
25932026-06-22T19:27:54.899Z Checking toml v0.7.8
25942026-06-22T19:27:54.957Z Checking nix v0.31.2
25952026-06-22T19:27:55.661Z Checking clap v4.6.1
25962026-06-22T19:27:56.075Z Checking reqwest v0.13.2
25972026-06-22T19:27:56.075Z Checking zip v0.6.6
25982026-06-22T19:27:56.075Z Checking toml_parser v1.0.9+spec-1.1.0
25992026-06-22T19:27:56.075Z Checking itertools v0.13.0
26002026-06-22T19:27:56.075Z Checking serde_with v3.17.0
26012026-06-22T19:27:56.075Z Checking strum v0.26.3
26022026-06-22T19:27:56.075Z Checking fs-err v3.3.0
26032026-06-22T19:27:56.085Z Checking ahash v0.8.12
26042026-06-22T19:27:56.085Z Checking object v0.37.3
26052026-06-22T19:27:56.085Z Checking tokio-stream v0.1.18
26062026-06-22T19:27:56.085Z Checking buf-list v1.1.2
26072026-06-22T19:27:56.085Z Checking camino v1.2.2
26082026-06-22T19:27:56.085Z Checking anyhow v1.0.102
26092026-06-22T19:27:56.141Z Checking x509-cert v0.2.5
26102026-06-22T19:27:56.181Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26112026-06-22T19:27:56.251Z Checking openapiv3 v2.2.0
26122026-06-22T19:27:56.260Z Checking sha1 v0.10.6
26132026-06-22T19:27:56.309Z Checking lalrpop-util v0.19.12
26142026-06-22T19:27:56.434Z Checking peg-runtime v0.8.5
26152026-06-22T19:27:56.456Z Checking rayon v1.11.0
26162026-06-22T19:27:56.473Z Checking sigpipe v0.1.3
26172026-06-22T19:27:56.537Z Checking glob v0.3.3
26182026-06-22T19:27:57.972Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26192026-06-22T19:27:58.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s
26202026-06-22T19:27:58.389Z
26212026-06-22T19:27:58.389Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26222026-06-22T19:27:59.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232026-06-22T19:27:59.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242026-06-22T19:27:59.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252026-06-22T19:27:59.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26262026-06-22T19:27:59.232Z
26272026-06-22T19:27:59.232Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26282026-06-22T19:27:59.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-22T19:27:59.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-22T19:27:59.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-22T19:27:59.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26322026-06-22T19:27:59.414Z
26332026-06-22T19:27:59.414Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26342026-06-22T19:27:59.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-22T19:27:59.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-22T19:27:59.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-22T19:27:59.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26382026-06-22T19:27:59.953Z
26392026-06-22T19:27:59.953Zinfo: running `cargo check --bins` on oxql-types (80/298)
26402026-06-22T19:28:00.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-22T19:28:00.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-22T19:28:00.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-22T19:28:00.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26442026-06-22T19:28:00.926Z
26452026-06-22T19:28:00.926Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26462026-06-22T19:28:01.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-22T19:28:01.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-22T19:28:01.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-22T19:28:01.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26502026-06-22T19:28:01.112Z
26512026-06-22T19:28:01.112Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26522026-06-22T19:28:02.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-22T19:28:02.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-22T19:28:02.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-22T19:28:02.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26562026-06-22T19:28:02.510Z
26572026-06-22T19:28:02.510Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26582026-06-22T19:28:02.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-22T19:28:02.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-22T19:28:02.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-22T19:28:02.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26622026-06-22T19:28:02.510Z
26632026-06-22T19:28:02.510Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26642026-06-22T19:28:02.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-22T19:28:02.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-22T19:28:03.016Z Compiling structmeta-derive v0.3.0
26672026-06-22T19:28:03.020Z Compiling rustls v0.22.4
26682026-06-22T19:28:03.020Z Compiling multer v3.1.0
26692026-06-22T19:28:03.020Z Compiling async-stream-impl v0.3.6
26702026-06-22T19:28:03.021Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-06-22T19:28:03.021Z Compiling dropshot v0.17.0
26722026-06-22T19:28:03.021Z Compiling newtype-uuid-macros v0.1.0
26732026-06-22T19:28:03.021Z Compiling dropshot_endpoint v0.17.0
26742026-06-22T19:28:03.021Z Checking newtype-uuid v1.3.2
26752026-06-22T19:28:03.021Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26762026-06-22T19:28:03.021Z Checking rustls-webpki v0.102.8
26772026-06-22T19:28:03.095Z Checking daft v0.1.7
26782026-06-22T19:28:03.144Z Checking thread_local v1.1.9
26792026-06-22T19:28:03.339Z Checking compression-core v0.4.31
26802026-06-22T19:28:03.355Z Checking match_cfg v0.1.0
26812026-06-22T19:28:03.355Z Checking iddqd v0.4.2
26822026-06-22T19:28:03.373Z Checking crossbeam-channel v0.5.15
26832026-06-22T19:28:03.413Z Checking hostname v0.3.1
26842026-06-22T19:28:03.435Z Checking compression-codecs v0.4.37
26852026-06-22T19:28:03.497Z Checking atomicwrites v0.4.4
26862026-06-22T19:28:03.509Z Checking slog-json v2.6.1
26872026-06-22T19:28:03.598Z Checking serde_spanned v1.0.4
26882026-06-22T19:28:03.611Z Checking is-terminal v0.4.17
26892026-06-22T19:28:03.660Z Checking toml_datetime v1.0.0+spec-1.1.0
26902026-06-22T19:28:03.699Z Checking debug-ignore v1.0.5
26912026-06-22T19:28:03.702Z Checking take_mut v0.2.2
26922026-06-22T19:28:04.135Z Checking term v1.2.1
26932026-06-22T19:28:04.141Z Checking toml_writer v1.0.6+spec-1.1.0
26942026-06-22T19:28:04.141Z Compiling structmeta v0.3.0
26952026-06-22T19:28:04.141Z Checking slog-async v2.8.0
26962026-06-22T19:28:04.141Z Checking slog-bunyan v2.5.0
26972026-06-22T19:28:04.142Z Checking slog-term v2.9.2
26982026-06-22T19:28:04.142Z Checking toml v1.0.6+spec-1.1.0
26992026-06-22T19:28:04.142Z Checking async-compression v0.4.41
27002026-06-22T19:28:04.142Z Checking async-stream v0.3.6
27012026-06-22T19:28:04.142Z Compiling derive-ex v0.1.8
27022026-06-22T19:28:04.142Z Compiling parse-display-derive v0.10.0
27032026-06-22T19:28:04.195Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-06-22T19:28:04.625Z Checking progenitor-client v0.14.0
27052026-06-22T19:28:04.628Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27062026-06-22T19:28:04.628Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-06-22T19:28:04.628Z Checking waitgroup v0.1.2
27082026-06-22T19:28:04.628Z Checking backon v1.6.0
27092026-06-22T19:28:04.628Z Checking rustls-pemfile v2.2.0
27102026-06-22T19:28:04.628Z Checking serde_path_to_error v0.1.20
27112026-06-22T19:28:04.628Z Checking hostname v0.4.2
27122026-06-22T19:28:04.628Z Checking instant v0.1.13
27132026-06-22T19:28:04.705Z Checking backoff v0.4.0
27142026-06-22T19:28:04.807Z Checking tokio-rustls v0.25.0
27152026-06-22T19:28:04.816Z Checking progenitor-extras v0.2.0
27162026-06-22T19:28:04.870Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-06-22T19:28:04.887Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-06-22T19:28:05.061Z Checking itertools v0.14.0
27192026-06-22T19:28:05.098Z Checking regress v0.10.5
27202026-06-22T19:28:05.259Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-22T19:28:05.526Z Checking macaddr v1.0.1
27222026-06-22T19:28:05.736Z Compiling test-strategy v0.4.5
27232026-06-22T19:28:05.810Z Checking parse-display v0.10.0
27242026-06-22T19:28:05.866Z Checking humantime v2.3.0
27252026-06-22T19:28:07.254Z Compiling prettyplease v0.2.37
27262026-06-22T19:28:07.257Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-06-22T19:28:07.278Z Checking num-rational v0.4.2
27282026-06-22T19:28:07.608Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-06-22T19:28:07.807Z Checking num-complex v0.4.6
27302026-06-22T19:28:08.426Z Checking num v0.4.3
27312026-06-22T19:28:08.526Z Compiling usdt-macro v0.5.0
27322026-06-22T19:28:08.575Z Compiling usdt-attr-macro v0.5.0
27332026-06-22T19:28:08.631Z Checking memmap v0.7.0
27342026-06-22T19:28:08.646Z Checking float-ord v0.3.2
27352026-06-22T19:28:08.737Z Compiling convert_case v0.4.0
27362026-06-22T19:28:09.164Z Checking unicode-width v0.2.0
27372026-06-22T19:28:09.169Z Checking console v0.15.11
27382026-06-22T19:28:09.169Z Compiling derive_more v0.99.20
27392026-06-22T19:28:09.223Z Checking newline-converter v0.3.0
27402026-06-22T19:28:09.287Z Compiling toml v0.8.23
27412026-06-22T19:28:09.339Z Compiling minimal-lexical v0.2.1
27422026-06-22T19:28:09.349Z Checking usdt v0.5.0
27432026-06-22T19:28:09.520Z Checking linked-hash-map v0.5.6
27442026-06-22T19:28:09.594Z Compiling nom v7.1.3
27452026-06-22T19:28:09.686Z Checking lru-cache v0.1.2
27462026-06-22T19:28:09.811Z Checking expectorate v1.2.0
27472026-06-22T19:28:10.277Z Checking camino-tempfile v1.4.1
27482026-06-22T19:28:10.509Z Checking hickory-proto v0.24.4
27492026-06-22T19:28:10.548Z Checking phf_shared v0.12.1
27502026-06-22T19:28:10.593Z Compiling slog-dtrace v0.3.0
27512026-06-22T19:28:11.091Z Checking heck v0.5.0
27522026-06-22T19:28:11.145Z Compiling chrono-tz v0.10.4
27532026-06-22T19:28:11.145Z Checking resolv-conf v0.7.6
27542026-06-22T19:28:11.145Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-06-22T19:28:11.145Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-06-22T19:28:11.145Z Compiling const_format_proc_macros v0.2.34
27572026-06-22T19:28:11.145Z Checking phf v0.12.1
27582026-06-22T19:28:11.179Z Checking tokio-dtrace v0.1.1
27592026-06-22T19:28:12.145Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-06-22T19:28:12.233Z Compiling derive-where v1.6.0
27612026-06-22T19:28:12.233Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-06-22T19:28:12.233Z Checking highway v1.3.0
27632026-06-22T19:28:12.233Z Checking const_format v0.2.35
27642026-06-22T19:28:12.330Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-22T19:28:12.397Z Checking hickory-resolver v0.24.4
27662026-06-22T19:28:12.477Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-22T19:28:12.502Z Checking oxide-tokio-rt v0.1.4
27682026-06-22T19:28:12.714Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-06-22T19:28:12.743Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-06-22T19:28:12.983Z Checking gethostname v0.5.0
27712026-06-22T19:28:13.036Z Checking qorb v0.4.1
27722026-06-22T19:28:13.076Z Checking bcs v0.1.6
27732026-06-22T19:28:13.183Z Checking termtree v0.5.1
27742026-06-22T19:28:13.190Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-22T19:28:16.271Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-22T19:28:18.816Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-22T19:28:22.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s
27782026-06-22T19:28:22.409Z
27792026-06-22T19:28:22.409Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27802026-06-22T19:28:22.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-22T19:28:22.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-22T19:28:22.409Z Compiling ar_archive_writer v0.5.1
27832026-06-22T19:28:22.410Z Compiling stacker v0.1.23
27842026-06-22T19:28:22.410Z Compiling cfg_aliases v0.1.1
27852026-06-22T19:28:22.410Z Compiling convert_case v0.10.0
27862026-06-22T19:28:22.410Z Checking unicode-width v0.1.14
27872026-06-22T19:28:22.410Z Compiling proc-macro-error v1.0.4
27882026-06-22T19:28:22.410Z Checking fd-lock v4.0.4
27892026-06-22T19:28:22.410Z Checking nibble_vec v0.1.0
27902026-06-22T19:28:22.410Z Compiling nix v0.28.0
27912026-06-22T19:28:22.410Z Checking vte v0.14.1
27922026-06-22T19:28:22.410Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-22T19:28:22.410Z Checking bytecount v0.6.9
27942026-06-22T19:28:22.410Z Checking endian-type v0.1.2
27952026-06-22T19:28:22.410Z Checking strip-ansi-escapes v0.2.1
27962026-06-22T19:28:22.410Z Compiling derive_more-impl v2.1.1
27972026-06-22T19:28:22.410Z Compiling tabled_derive v0.7.0
27982026-06-22T19:28:22.410Z Checking papergrid v0.11.0
27992026-06-22T19:28:22.410Z Checking radix_trie v0.2.1
28002026-06-22T19:28:22.410Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-22T19:28:22.487Z Compiling peg-macros v0.8.5
28022026-06-22T19:28:22.487Z Checking winnow v0.6.26
28032026-06-22T19:28:22.629Z Compiling psm v0.1.30
28042026-06-22T19:28:22.640Z Compiling sqlparser_derive v0.5.0
28052026-06-22T19:28:22.747Z Checking unicode_categories v0.1.1
28062026-06-22T19:28:22.892Z Checking derive_more v2.1.1
28072026-06-22T19:28:22.898Z Checking home v0.5.12
28082026-06-22T19:28:22.959Z Checking nu-ansi-term v0.50.3
28092026-06-22T19:28:23.000Z Checking crossterm v0.29.0
28102026-06-22T19:28:23.046Z Checking tabled v0.15.0
28112026-06-22T19:28:23.138Z Checking rustyline v14.0.0
28122026-06-22T19:28:23.198Z Checking reedline v0.40.0
28132026-06-22T19:28:23.404Z Checking recursive v0.1.1
28142026-06-22T19:28:23.433Z Checking display-error-chain v0.2.2
28152026-06-22T19:28:23.512Z Checking sqlformat v0.3.5
28162026-06-22T19:28:23.535Z Checking sqlparser v0.61.0
28172026-06-22T19:28:23.690Z Checking peg v0.8.5
28182026-06-22T19:28:34.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
28192026-06-22T19:28:34.790Z
28202026-06-22T19:28:34.790Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28212026-06-22T19:28:35.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-22T19:28:35.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-22T19:28:35.409Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-22T19:28:38.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28252026-06-22T19:28:38.965Z
28262026-06-22T19:28:38.965Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28272026-06-22T19:28:39.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-22T19:28:39.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-22T19:28:39.571Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-22T19:28:41.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
28312026-06-22T19:28:42.136Z
28322026-06-22T19:28:42.136Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28332026-06-22T19:28:42.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-22T19:28:42.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-22T19:28:42.734Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-22T19:28:45.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
28372026-06-22T19:28:46.495Z
28382026-06-22T19:28:46.495Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28392026-06-22T19:28:46.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-22T19:28:46.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-22T19:28:46.706Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-22T19:28:49.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28432026-06-22T19:28:50.097Z
28442026-06-22T19:28:50.097Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28452026-06-22T19:28:50.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-22T19:28:50.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-22T19:28:50.705Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-22T19:28:53.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28492026-06-22T19:28:53.403Z
28502026-06-22T19:28:53.403Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28512026-06-22T19:28:53.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-22T19:28:53.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-22T19:28:54.022Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-22T19:28:56.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28552026-06-22T19:28:56.771Z
28562026-06-22T19:28:56.771Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28572026-06-22T19:28:57.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-22T19:28:57.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-22T19:28:57.641Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-22T19:29:00.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28612026-06-22T19:29:00.919Z
28622026-06-22T19:29:00.919Zinfo: running `cargo check --bins` on oximeter (93/298)
28632026-06-22T19:29:01.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-22T19:29:01.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-22T19:29:01.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-22T19:29:01.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28672026-06-22T19:29:01.430Z
28682026-06-22T19:29:01.430Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28692026-06-22T19:29:01.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-22T19:29:01.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-22T19:29:02.406Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-22T19:29:02.413Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-06-22T19:29:02.413Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-22T19:29:02.506Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-22T19:29:05.241Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-22T19:29:06.421Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-22T19:29:06.626Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-22T19:29:07.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
28792026-06-22T19:29:07.450Z
28802026-06-22T19:29:07.451Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28812026-06-22T19:29:07.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-22T19:29:07.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-22T19:29:07.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-22T19:29:07.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28852026-06-22T19:29:07.972Z
28862026-06-22T19:29:07.972Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28872026-06-22T19:29:08.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-22T19:29:08.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-22T19:29:08.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-22T19:29:08.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28912026-06-22T19:29:08.541Z
28922026-06-22T19:29:08.541Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28932026-06-22T19:29:08.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-22T19:29:08.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-22T19:29:08.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-22T19:29:08.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28972026-06-22T19:29:09.057Z
28982026-06-22T19:29:09.058Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
28992026-06-22T19:29:09.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-22T19:29:09.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-22T19:29:09.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-22T19:29:09.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29032026-06-22T19:29:09.571Z
29042026-06-22T19:29:09.571Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29052026-06-22T19:29:10.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-22T19:29:10.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-22T19:29:10.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-22T19:29:10.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29092026-06-22T19:29:10.091Z
29102026-06-22T19:29:10.091Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29112026-06-22T19:29:10.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-22T19:29:10.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-22T19:29:10.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-22T19:29:10.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29152026-06-22T19:29:10.619Z
29162026-06-22T19:29:10.620Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29172026-06-22T19:29:11.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-22T19:29:11.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-22T19:29:11.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-22T19:29:11.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
29212026-06-22T19:29:11.130Z
29222026-06-22T19:29:11.130Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29232026-06-22T19:29:11.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-22T19:29:11.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-22T19:29:11.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-22T19:29:11.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29272026-06-22T19:29:11.651Z
29282026-06-22T19:29:11.651Zinfo: running `cargo check --bins` on update-engine (103/298)
29292026-06-22T19:29:12.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-22T19:29:12.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-22T19:29:12.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-22T19:29:12.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
29332026-06-22T19:29:12.157Z
29342026-06-22T19:29:12.157Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29352026-06-22T19:29:12.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-22T19:29:12.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-22T19:29:12.805Z Compiling crucible-workspace-hack v0.1.0
29382026-06-22T19:29:12.915Z Checking secrecy v0.10.3
29392026-06-22T19:29:12.921Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-22T19:29:12.925Z Compiling heapless v0.8.0
29412026-06-22T19:29:12.934Z Compiling ingot-macros v0.1.1
29422026-06-22T19:29:12.940Z Checking hash32 v0.3.1
29432026-06-22T19:29:12.949Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-22T19:29:12.953Z Compiling smoltcp v0.11.0
29452026-06-22T19:29:13.016Z Checking cobs v0.3.0
29462026-06-22T19:29:13.055Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-22T19:29:13.144Z Compiling thiserror-impl-no-std v2.0.2
29482026-06-22T19:29:13.168Z Checking universal-hash v0.5.1
29492026-06-22T19:29:13.178Z Checking half v2.7.1
29502026-06-22T19:29:13.188Z Checking opaque-debug v0.3.1
29512026-06-22T19:29:13.252Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-06-22T19:29:13.282Z Checking ciborium-io v0.2.2
29532026-06-22T19:29:13.312Z Checking poly1305 v0.8.0
29542026-06-22T19:29:13.375Z Checking postcard v1.1.3
29552026-06-22T19:29:13.833Z Checking ciborium-ll v0.2.2
29562026-06-22T19:29:13.837Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29572026-06-22T19:29:13.837Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-06-22T19:29:13.837Z Compiling proc-macro-crate v3.4.0
29592026-06-22T19:29:13.837Z Checking password-hash v0.5.0
29602026-06-22T19:29:13.837Z Checking chacha20 v0.9.1
29612026-06-22T19:29:13.862Z Compiling proc-macro-crate v1.3.1
29622026-06-22T19:29:13.888Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29632026-06-22T19:29:14.026Z Checking blake2 v0.10.6
29642026-06-22T19:29:14.114Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29652026-06-22T19:29:14.127Z Checking aead v0.5.2
29662026-06-22T19:29:14.146Z Compiling num_enum_derive v0.7.6
29672026-06-22T19:29:14.258Z Compiling foreign-types-macros v0.2.3
29682026-06-22T19:29:14.286Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-22T19:29:14.293Z Checking cpufeatures v0.3.0
29702026-06-22T19:29:14.319Z Checking thiserror-no-std v2.0.2
29712026-06-22T19:29:14.329Z Checking foreign-types-shared v0.3.1
29722026-06-22T19:29:14.355Z Checking chacha20 v0.10.0
29732026-06-22T19:29:14.401Z Checking vsss-rs v3.3.4
29742026-06-22T19:29:14.415Z Compiling num_enum_derive v0.5.11
29752026-06-22T19:29:14.503Z Checking chacha20poly1305 v0.10.1
29762026-06-22T19:29:14.561Z Checking argon2 v0.5.3
29772026-06-22T19:29:14.628Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29782026-06-22T19:29:14.841Z Checking foreign-types v0.5.0
29792026-06-22T19:29:14.890Z Checking ciborium v0.2.2
29802026-06-22T19:29:15.004Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-06-22T19:29:15.026Z Checking tabwriter v1.4.1
29822026-06-22T19:29:15.172Z Checking byte-wrapper v0.1.0
29832026-06-22T19:29:15.186Z Checking num_enum v0.7.6
29842026-06-22T19:29:15.284Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-06-22T19:29:15.301Z Checking cstr-argument v0.1.2
29862026-06-22T19:29:15.306Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29872026-06-22T19:29:15.397Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-06-22T19:29:15.469Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-06-22T19:29:15.482Z Checking num_enum v0.5.11
29902026-06-22T19:29:15.536Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-06-22T19:29:15.590Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-06-22T19:29:15.605Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-06-22T19:29:15.617Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-06-22T19:29:15.732Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-22T19:29:16.163Z Checking ingot-types v0.1.2
29962026-06-22T19:29:16.168Z Checking rand v0.10.0
29972026-06-22T19:29:16.168Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-06-22T19:29:16.168Z Checking colored v3.1.1
29992026-06-22T19:29:16.168Z Checking indent_write v2.2.0
30002026-06-22T19:29:16.168Z Compiling zone_cfg_derive v0.3.1
30012026-06-22T19:29:16.168Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-22T19:29:16.168Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30032026-06-22T19:29:16.168Z Checking ingot v0.1.1
30042026-06-22T19:29:16.169Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-22T19:29:16.197Z Checking itertools v0.12.1
30062026-06-22T19:29:16.225Z Compiling num-derive v0.4.2
30072026-06-22T19:29:16.239Z Checking swrite v0.1.0
30082026-06-22T19:29:16.269Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30092026-06-22T19:29:16.325Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-22T19:29:16.470Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-22T19:29:16.621Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-22T19:29:16.634Z Checking dropshot-api-manager-types v0.7.2
30132026-06-22T19:29:16.648Z Checking smf v0.2.3
30142026-06-22T19:29:16.662Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30152026-06-22T19:29:16.731Z Checking nanorand v0.7.0
30162026-06-22T19:29:16.798Z Checking whoami v1.6.1
30172026-06-22T19:29:16.879Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-22T19:29:17.332Z Checking flume v0.11.1
30192026-06-22T19:29:17.335Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30202026-06-22T19:29:17.335Z Checking zone v0.3.1
30212026-06-22T19:29:18.092Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-22T19:29:18.644Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-22T19:29:19.922Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30242026-06-22T19:29:22.902Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-06-22T19:29:24.929Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-06-22T19:29:26.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
30272026-06-22T19:29:26.193Z
30282026-06-22T19:29:26.193Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30292026-06-22T19:29:26.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-06-22T19:29:27.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-06-22T19:29:27.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-06-22T19:29:27.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30332026-06-22T19:29:27.047Z
30342026-06-22T19:29:27.047Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30352026-06-22T19:29:27.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-22T19:29:27.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-22T19:29:27.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-22T19:29:27.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30392026-06-22T19:29:27.254Z
30402026-06-22T19:29:27.254Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30412026-06-22T19:29:27.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-22T19:29:27.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-22T19:29:27.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-22T19:29:27.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30452026-06-22T19:29:27.764Z
30462026-06-22T19:29:27.764Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30472026-06-22T19:29:28.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-22T19:29:28.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-22T19:29:28.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-22T19:29:28.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30512026-06-22T19:29:28.281Z
30522026-06-22T19:29:28.281Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30532026-06-22T19:29:28.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-22T19:29:28.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-22T19:29:28.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-22T19:29:28.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30572026-06-22T19:29:28.800Z
30582026-06-22T19:29:28.800Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30592026-06-22T19:29:29.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-22T19:29:29.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-22T19:29:29.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-22T19:29:29.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30632026-06-22T19:29:29.316Z
30642026-06-22T19:29:29.317Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30652026-06-22T19:29:29.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-22T19:29:29.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-22T19:29:29.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-22T19:29:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30692026-06-22T19:29:29.838Z
30702026-06-22T19:29:29.838Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30712026-06-22T19:29:30.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-22T19:29:30.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-22T19:29:30.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-22T19:29:30.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
30752026-06-22T19:29:30.343Z
30762026-06-22T19:29:30.343Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30772026-06-22T19:29:30.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-22T19:29:31.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-22T19:29:31.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-22T19:29:31.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30812026-06-22T19:29:31.194Z
30822026-06-22T19:29:31.194Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30832026-06-22T19:29:31.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-22T19:29:31.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-22T19:29:31.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-22T19:29:31.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30872026-06-22T19:29:31.382Z
30882026-06-22T19:29:31.382Zinfo: running `cargo check --bins` on installinator-client (115/298)
30892026-06-22T19:29:31.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-22T19:29:31.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-22T19:29:31.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-22T19:29:31.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30932026-06-22T19:29:31.907Z
30942026-06-22T19:29:31.908Zinfo: running `cargo check --bins` on nexus-client (116/298)
30952026-06-22T19:29:32.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-22T19:29:32.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-22T19:29:32.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-22T19:29:32.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30992026-06-22T19:29:32.460Z
31002026-06-22T19:29:32.460Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31012026-06-22T19:29:32.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-22T19:29:32.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-22T19:29:32.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-22T19:29:32.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31052026-06-22T19:29:33.015Z
31062026-06-22T19:29:33.015Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31072026-06-22T19:29:33.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-22T19:29:33.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-22T19:29:33.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-22T19:29:33.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31112026-06-22T19:29:33.521Z
31122026-06-22T19:29:33.521Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31132026-06-22T19:29:33.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-22T19:29:33.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-22T19:29:33.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-22T19:29:33.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31172026-06-22T19:29:34.024Z
31182026-06-22T19:29:34.024Zinfo: running `cargo check --bins` on oxide-client (120/298)
31192026-06-22T19:29:34.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-22T19:29:34.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-22T19:29:34.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-22T19:29:34.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31232026-06-22T19:29:34.530Z
31242026-06-22T19:29:34.530Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31252026-06-22T19:29:34.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-22T19:29:34.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-22T19:29:34.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-22T19:29:34.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31292026-06-22T19:29:35.050Z
31302026-06-22T19:29:35.050Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31312026-06-22T19:29:35.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-22T19:29:35.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-22T19:29:35.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-22T19:29:35.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31352026-06-22T19:29:35.554Z
31362026-06-22T19:29:35.554Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31372026-06-22T19:29:36.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-22T19:29:36.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-22T19:29:36.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-22T19:29:36.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31412026-06-22T19:29:36.086Z
31422026-06-22T19:29:36.086Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31432026-06-22T19:29:36.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-22T19:29:36.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-22T19:29:36.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-22T19:29:36.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31472026-06-22T19:29:36.703Z
31482026-06-22T19:29:36.703Zinfo: running `cargo check --bins` on installinator-common (125/298)
31492026-06-22T19:29:37.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-22T19:29:37.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-22T19:29:37.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-22T19:29:37.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31532026-06-22T19:29:37.159Z
31542026-06-22T19:29:37.159Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31552026-06-22T19:29:37.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-22T19:29:37.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-22T19:29:37.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-22T19:29:37.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31592026-06-22T19:29:37.659Z
31602026-06-22T19:29:37.659Zinfo: running `cargo check --bins` on wicket-common (127/298)
31612026-06-22T19:29:38.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-22T19:29:38.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-22T19:29:38.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-22T19:29:38.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31652026-06-22T19:29:38.190Z
31662026-06-22T19:29:38.190Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31672026-06-22T19:29:38.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-22T19:29:39.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-22T19:29:39.452Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-06-22T19:29:39.452Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-06-22T19:29:39.452Z Checking csv-core v0.1.13
31722026-06-22T19:29:39.452Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-06-22T19:29:39.452Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-22T19:29:39.452Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-06-22T19:29:39.452Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-06-22T19:29:39.452Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-06-22T19:29:39.455Z Checking csv v1.4.0
31782026-06-22T19:29:39.455Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-06-22T19:29:39.455Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-06-22T19:29:39.455Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-06-22T19:29:39.455Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-06-22T19:29:39.456Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-06-22T19:29:39.791Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-22T19:29:39.791Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-06-22T19:29:40.119Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-06-22T19:29:46.124Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-06-22T19:29:46.648Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-06-22T19:29:48.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.78s
31892026-06-22T19:29:49.143Z
31902026-06-22T19:29:49.143Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31912026-06-22T19:29:49.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-06-22T19:29:49.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-06-22T19:29:49.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-06-22T19:29:49.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31952026-06-22T19:29:49.662Z
31962026-06-22T19:29:49.662Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
31972026-06-22T19:29:50.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-22T19:29:50.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-22T19:29:50.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-22T19:29:50.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32012026-06-22T19:29:50.255Z
32022026-06-22T19:29:50.255Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32032026-06-22T19:29:50.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-22T19:29:50.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-22T19:29:50.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-22T19:29:50.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-06-22T19:29:50.866Z
32082026-06-22T19:29:50.866Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32092026-06-22T19:29:51.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-22T19:29:51.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-22T19:29:51.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-22T19:29:51.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32132026-06-22T19:29:51.423Z
32142026-06-22T19:29:51.423Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32152026-06-22T19:29:51.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-22T19:29:51.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-22T19:29:52.114Z Compiling regress v0.11.1
32182026-06-22T19:29:52.250Z Compiling unsafe-libyaml v0.2.11
32192026-06-22T19:29:52.259Z Compiling radium v0.7.0
32202026-06-22T19:29:52.263Z Compiling semver v0.1.20
32212026-06-22T19:29:52.282Z Checking nom v8.0.0
32222026-06-22T19:29:52.282Z Checking tap v1.0.1
32232026-06-22T19:29:52.297Z Compiling maybe-uninit v2.0.0
32242026-06-22T19:29:52.394Z Checking wyz v0.5.1
32252026-06-22T19:29:52.528Z Compiling rustc_version v0.1.7
32262026-06-22T19:29:52.579Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-06-22T19:29:52.634Z Compiling zerocopy-derive v0.6.6
32282026-06-22T19:29:52.766Z Compiling packed_struct v0.10.1
32292026-06-22T19:29:52.779Z Compiling newtype_derive v0.1.6
32302026-06-22T19:29:52.936Z Compiling serde_yaml v0.9.34+deprecated
32312026-06-22T19:29:52.955Z Checking funty v2.0.0
32322026-06-22T19:29:52.996Z Checking crc-catalog v2.4.0
32332026-06-22T19:29:53.089Z Compiling cancel-safe-futures v0.1.5
32342026-06-22T19:29:53.275Z Compiling owo-colors v4.3.0
32352026-06-22T19:29:53.317Z Checking bitvec v1.0.1
32362026-06-22T19:29:53.474Z Checking zerocopy v0.6.6
32372026-06-22T19:29:53.683Z Checking crc v3.4.0
32382026-06-22T19:29:53.713Z Checking typify-impl v0.6.2
32392026-06-22T19:29:53.966Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-06-22T19:29:54.098Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-06-22T19:29:54.181Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32422026-06-22T19:29:54.821Z Compiling packed_struct_codegen v0.10.1
32432026-06-22T19:29:54.824Z Checking libsw-core v0.3.2
32442026-06-22T19:29:54.824Z Compiling bitfield-macros v0.19.4
32452026-06-22T19:29:54.824Z Compiling indexmap v1.9.3
32462026-06-22T19:29:54.824Z Checking nodrop v0.1.14
32472026-06-22T19:29:54.824Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-22T19:29:54.824Z Checking array-init v0.0.4
32492026-06-22T19:29:54.824Z Checking libsw v3.5.0
32502026-06-22T19:29:54.857Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-06-22T19:29:54.966Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-06-22T19:29:55.099Z Checking smallvec v0.6.14
32532026-06-22T19:29:55.145Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-22T19:29:55.215Z Checking bitfield v0.19.4
32552026-06-22T19:29:55.441Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-06-22T19:29:55.901Z Checking tagptr v0.2.0
32572026-06-22T19:29:55.905Z Checking linear-map v1.2.0
32582026-06-22T19:29:55.905Z Checking unicode-linebreak v0.1.5
32592026-06-22T19:29:55.905Z Checking base64 v0.21.7
32602026-06-22T19:29:55.905Z Checking smawk v0.3.2
32612026-06-22T19:29:55.905Z Checking hashbrown v0.12.3
32622026-06-22T19:29:55.905Z Checking moka v0.12.13
32632026-06-22T19:29:55.905Z Checking textwrap v0.16.2
32642026-06-22T19:29:55.905Z Checking ron v0.8.1
32652026-06-22T19:29:55.905Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32662026-06-22T19:29:56.034Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-06-22T19:29:56.198Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-06-22T19:29:56.371Z Checking steno v0.4.1
32692026-06-22T19:29:56.412Z Checking serde-hex v0.1.0
32702026-06-22T19:29:56.473Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-06-22T19:29:56.579Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32722026-06-22T19:29:56.633Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-06-22T19:29:57.002Z Checking hashbrown v0.13.2
32742026-06-22T19:29:57.173Z Checking crc-any v2.5.0
32752026-06-22T19:29:57.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-06-22T19:29:57.348Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-22T19:29:57.380Z Checking hickory-resolver v0.25.2
32782026-06-22T19:29:57.428Z Checking object v0.30.4
32792026-06-22T19:29:57.431Z Checking void v1.0.2
32802026-06-22T19:29:57.511Z Checking utf-8 v0.7.6
32812026-06-22T19:29:57.547Z Checking path-slash v0.1.5
32822026-06-22T19:29:57.645Z Checking half v1.8.3
32832026-06-22T19:29:57.659Z Checking tungstenite v0.23.0
32842026-06-22T19:29:57.878Z Checking serde_cbor v0.11.2
32852026-06-22T19:29:57.909Z Checking lzss v0.8.2
32862026-06-22T19:29:58.089Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-06-22T19:29:58.102Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32882026-06-22T19:29:58.202Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-06-22T19:29:58.225Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32902026-06-22T19:29:58.239Z Checking nix v0.27.1
32912026-06-22T19:29:58.255Z Checking kstat-rs v0.2.4
32922026-06-22T19:29:58.325Z Checking fxhash v0.2.1
32932026-06-22T19:29:58.336Z Compiling typify-macro v0.6.2
32942026-06-22T19:29:58.436Z Checking serde_bytes v0.11.19
32952026-06-22T19:29:58.449Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-06-22T19:29:58.460Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-06-22T19:29:58.501Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-22T19:29:58.612Z Checking tokio-tungstenite v0.23.1
32992026-06-22T19:29:58.723Z Checking signal-hook-tokio v0.3.1
33002026-06-22T19:29:59.536Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-06-22T19:29:59.593Z Compiling typify v0.6.2
33022026-06-22T19:29:59.670Z Compiling progenitor-impl v0.14.0
33032026-06-22T19:30:00.452Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-06-22T19:30:00.747Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-06-22T19:30:01.135Z Compiling progenitor-macro v0.14.0
33062026-06-22T19:30:03.441Z Checking progenitor v0.14.0
33072026-06-22T19:30:03.558Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33082026-06-22T19:30:03.561Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-22T19:30:06.272Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-22T19:30:14.386Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-22T19:30:20.864Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-22T19:30:22.239Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-22T19:30:22.703Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-22T19:30:24.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s
33152026-06-22T19:30:24.939Z
33162026-06-22T19:30:24.939Zinfo: running `cargo check --bins` on gateway-api (134/298)
33172026-06-22T19:30:25.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-22T19:30:25.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-22T19:30:25.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-22T19:30:25.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33212026-06-22T19:30:25.460Z
33222026-06-22T19:30:25.460Zinfo: running `cargo check --bins` on ipcc (135/298)
33232026-06-22T19:30:25.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-22T19:30:25.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-22T19:30:25.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-22T19:30:25.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33272026-06-22T19:30:26.011Z
33282026-06-22T19:30:26.011Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33292026-06-22T19:30:26.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-22T19:30:26.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-22T19:30:26.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-22T19:30:26.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33332026-06-22T19:30:26.519Z
33342026-06-22T19:30:26.520Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33352026-06-22T19:30:26.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-22T19:30:26.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-22T19:30:26.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-22T19:30:26.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33392026-06-22T19:30:27.046Z
33402026-06-22T19:30:27.046Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33412026-06-22T19:30:27.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-22T19:30:27.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-22T19:30:27.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-22T19:30:27.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33452026-06-22T19:30:27.897Z
33462026-06-22T19:30:27.897Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33472026-06-22T19:30:28.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-22T19:30:28.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-22T19:30:28.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-22T19:30:28.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33512026-06-22T19:30:28.085Z
33522026-06-22T19:30:28.085Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33532026-06-22T19:30:28.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-22T19:30:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-22T19:30:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-22T19:30:28.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-06-22T19:30:28.606Z
33582026-06-22T19:30:28.606Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33592026-06-22T19:30:29.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-22T19:30:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-22T19:30:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-22T19:30:29.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-06-22T19:30:29.149Z
33642026-06-22T19:30:29.149Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33652026-06-22T19:30:29.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-22T19:30:29.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-22T19:30:29.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-22T19:30:29.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33692026-06-22T19:30:29.663Z
33702026-06-22T19:30:29.663Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33712026-06-22T19:30:30.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-22T19:30:30.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-22T19:30:30.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-22T19:30:30.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33752026-06-22T19:30:30.184Z
33762026-06-22T19:30:30.184Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33772026-06-22T19:30:30.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-22T19:30:30.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-22T19:30:30.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-22T19:30:30.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33812026-06-22T19:30:30.706Z
33822026-06-22T19:30:30.706Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33832026-06-22T19:30:31.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-22T19:30:31.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-22T19:30:31.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-22T19:30:31.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33872026-06-22T19:30:31.227Z
33882026-06-22T19:30:31.227Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33892026-06-22T19:30:31.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-22T19:30:31.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-22T19:30:31.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-22T19:30:31.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33932026-06-22T19:30:31.761Z
33942026-06-22T19:30:31.761Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
33952026-06-22T19:30:32.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-22T19:30:32.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-22T19:30:32.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-22T19:30:32.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33992026-06-22T19:30:32.270Z
34002026-06-22T19:30:32.270Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34012026-06-22T19:30:32.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-22T19:30:32.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-22T19:30:32.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-22T19:30:32.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-06-22T19:30:32.805Z
34062026-06-22T19:30:32.805Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34072026-06-22T19:30:33.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-22T19:30:33.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-22T19:30:33.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-22T19:30:33.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-06-22T19:30:33.350Z
34122026-06-22T19:30:33.351Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34132026-06-22T19:30:33.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-22T19:30:33.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-22T19:30:33.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-22T19:30:33.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34172026-06-22T19:30:33.893Z
34182026-06-22T19:30:33.893Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34192026-06-22T19:30:34.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-22T19:30:34.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-22T19:30:34.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-22T19:30:34.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34232026-06-22T19:30:34.431Z
34242026-06-22T19:30:34.431Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34252026-06-22T19:30:34.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-22T19:30:34.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-22T19:30:34.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-22T19:30:34.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34292026-06-22T19:30:34.973Z
34302026-06-22T19:30:34.973Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34312026-06-22T19:30:35.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-22T19:30:35.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-22T19:30:35.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-22T19:30:35.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34352026-06-22T19:30:35.520Z
34362026-06-22T19:30:35.520Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34372026-06-22T19:30:35.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-22T19:30:35.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-22T19:30:35.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-22T19:30:35.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34412026-06-22T19:30:36.073Z
34422026-06-22T19:30:36.073Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34432026-06-22T19:30:36.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-22T19:30:36.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-22T19:30:36.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-22T19:30:36.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-06-22T19:30:36.615Z
34482026-06-22T19:30:36.615Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34492026-06-22T19:30:37.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-22T19:30:37.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-22T19:30:37.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-22T19:30:37.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-06-22T19:30:37.187Z
34542026-06-22T19:30:37.188Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34552026-06-22T19:30:37.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-22T19:30:37.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-22T19:30:37.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-22T19:30:37.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34592026-06-22T19:30:37.766Z
34602026-06-22T19:30:37.766Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34612026-06-22T19:30:38.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-22T19:30:38.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-22T19:30:38.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-22T19:30:38.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34652026-06-22T19:30:38.229Z
34662026-06-22T19:30:38.229Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34672026-06-22T19:30:38.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-22T19:30:38.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-22T19:30:38.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-22T19:30:38.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34712026-06-22T19:30:38.751Z
34722026-06-22T19:30:38.751Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34732026-06-22T19:30:39.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-22T19:30:39.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-22T19:30:39.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-22T19:30:39.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-06-22T19:30:39.276Z
34782026-06-22T19:30:39.276Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34792026-06-22T19:30:39.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-22T19:30:39.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-22T19:30:39.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-22T19:30:39.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34832026-06-22T19:30:39.830Z
34842026-06-22T19:30:39.830Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34852026-06-22T19:30:40.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-22T19:30:40.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-22T19:30:40.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-22T19:30:40.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-06-22T19:30:40.323Z
34902026-06-22T19:30:40.323Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34912026-06-22T19:30:40.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-22T19:30:40.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-22T19:30:40.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-22T19:30:40.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-06-22T19:30:40.846Z
34962026-06-22T19:30:40.846Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
34972026-06-22T19:30:41.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-22T19:30:41.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-22T19:30:41.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-22T19:30:41.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35012026-06-22T19:30:41.373Z
35022026-06-22T19:30:41.373Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35032026-06-22T19:30:41.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-22T19:30:41.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-22T19:30:41.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-22T19:30:41.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35072026-06-22T19:30:41.904Z
35082026-06-22T19:30:41.904Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35092026-06-22T19:30:42.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-22T19:30:42.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-22T19:30:42.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-22T19:30:42.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-06-22T19:30:42.442Z
35142026-06-22T19:30:42.442Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35152026-06-22T19:30:42.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-22T19:30:42.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-22T19:30:42.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-22T19:30:42.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-06-22T19:30:42.985Z
35202026-06-22T19:30:42.985Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35212026-06-22T19:30:43.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-22T19:30:43.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-22T19:30:43.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-22T19:30:43.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35252026-06-22T19:30:43.530Z
35262026-06-22T19:30:43.530Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35272026-06-22T19:30:43.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-22T19:30:43.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-22T19:30:43.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-22T19:30:43.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35312026-06-22T19:30:44.132Z
35322026-06-22T19:30:44.132Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35332026-06-22T19:30:44.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-22T19:30:44.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-22T19:30:44.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-22T19:30:44.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35372026-06-22T19:30:44.616Z
35382026-06-22T19:30:44.616Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35392026-06-22T19:30:45.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-22T19:30:45.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-22T19:30:45.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-22T19:30:45.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35432026-06-22T19:30:45.160Z
35442026-06-22T19:30:45.160Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35452026-06-22T19:30:45.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-22T19:30:45.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-22T19:30:45.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-22T19:30:45.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35492026-06-22T19:30:45.706Z
35502026-06-22T19:30:45.706Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35512026-06-22T19:30:46.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-22T19:30:46.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-22T19:30:46.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-22T19:30:46.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35552026-06-22T19:30:46.275Z
35562026-06-22T19:30:46.275Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35572026-06-22T19:30:46.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-22T19:30:46.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-22T19:30:46.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-22T19:30:46.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35612026-06-22T19:30:46.801Z
35622026-06-22T19:30:46.801Zinfo: running `cargo check --bins` on dns-server (175/298)
35632026-06-22T19:30:47.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-22T19:30:47.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-22T19:30:47.389Z Compiling parking_lot_core v0.8.6
35662026-06-22T19:30:47.392Z Compiling git-stub v1.0.0
35672026-06-22T19:30:47.392Z Checking prefix-trie v0.7.0
35682026-06-22T19:30:47.392Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-22T19:30:47.613Z Compiling git-stub-vcs v0.1.0
35702026-06-22T19:30:47.782Z Checking hickory-server v0.25.2
35712026-06-22T19:30:47.890Z Checking parking_lot v0.11.2
35722026-06-22T19:30:47.902Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-06-22T19:30:47.957Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-06-22T19:30:47.960Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35752026-06-22T19:30:48.062Z Checking sled v0.34.7
35762026-06-22T19:30:49.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
35772026-06-22T19:30:50.103Z
35782026-06-22T19:30:50.103Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35792026-06-22T19:30:50.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-06-22T19:30:50.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-06-22T19:30:50.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-06-22T19:30:50.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35832026-06-22T19:30:50.629Z
35842026-06-22T19:30:50.629Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35852026-06-22T19:30:51.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-22T19:30:51.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-22T19:30:51.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-22T19:30:51.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35892026-06-22T19:30:51.159Z
35902026-06-22T19:30:51.159Zinfo: running `cargo check --bins` on sp-sim (178/298)
35912026-06-22T19:30:51.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-22T19:30:51.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-22T19:30:51.826Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-06-22T19:30:53.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
35952026-06-22T19:30:53.743Z
35962026-06-22T19:30:53.743Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
35972026-06-22T19:30:54.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-22T19:30:54.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-22T19:30:54.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-06-22T19:30:54.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36012026-06-22T19:30:54.323Z
36022026-06-22T19:30:54.324Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36032026-06-22T19:30:54.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-22T19:30:54.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-22T19:30:54.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-22T19:30:54.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36072026-06-22T19:30:54.910Z
36082026-06-22T19:30:54.910Zinfo: running `cargo check --bins` on db-macros (181/298)
36092026-06-22T19:30:55.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-22T19:30:55.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-22T19:30:55.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-22T19:30:55.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36132026-06-22T19:30:55.423Z
36142026-06-22T19:30:55.423Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36152026-06-22T19:30:55.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-22T19:30:55.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-22T19:30:55.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-22T19:30:55.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36192026-06-22T19:30:55.932Z
36202026-06-22T19:30:55.932Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36212026-06-22T19:30:56.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-22T19:30:56.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-22T19:30:56.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-22T19:30:56.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36252026-06-22T19:30:56.495Z
36262026-06-22T19:30:56.496Zinfo: running `cargo check --bins` on authz-macros (184/298)
36272026-06-22T19:30:56.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-22T19:30:56.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-22T19:30:56.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-22T19:30:56.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36312026-06-22T19:30:57.009Z
36322026-06-22T19:30:57.009Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36332026-06-22T19:30:57.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-22T19:30:57.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-22T19:30:57.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-06-22T19:30:57.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36372026-06-22T19:30:57.565Z
36382026-06-22T19:30:57.565Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36392026-06-22T19:30:58.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-06-22T19:30:58.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-06-22T19:30:58.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-06-22T19:30:58.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-06-22T19:30:58.128Z
36442026-06-22T19:30:58.128Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36452026-06-22T19:30:58.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-06-22T19:30:58.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-06-22T19:30:58.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-06-22T19:30:58.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36492026-06-22T19:30:58.635Z
36502026-06-22T19:30:58.635Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36512026-06-22T19:30:59.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-06-22T19:30:59.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-06-22T19:30:59.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-06-22T19:30:59.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36552026-06-22T19:30:59.144Z
36562026-06-22T19:30:59.144Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36572026-06-22T19:30:59.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-06-22T19:30:59.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-06-22T19:30:59.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-06-22T19:30:59.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36612026-06-22T19:30:59.667Z
36622026-06-22T19:30:59.667Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36632026-06-22T19:31:00.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-06-22T19:31:00.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-06-22T19:31:00.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-06-22T19:31:00.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36672026-06-22T19:31:00.178Z
36682026-06-22T19:31:00.178Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36692026-06-22T19:31:00.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-06-22T19:31:00.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-06-22T19:31:00.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-06-22T19:31:00.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36732026-06-22T19:31:00.683Z
36742026-06-22T19:31:00.683Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36752026-06-22T19:31:01.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-06-22T19:31:01.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-06-22T19:31:01.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-06-22T19:31:01.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36792026-06-22T19:31:01.184Z
36802026-06-22T19:31:01.184Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36812026-06-22T19:31:01.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-06-22T19:31:01.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-06-22T19:31:01.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-06-22T19:31:01.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36852026-06-22T19:31:01.752Z
36862026-06-22T19:31:01.752Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36872026-06-22T19:31:02.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-06-22T19:31:02.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-06-22T19:31:02.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-06-22T19:31:02.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-06-22T19:31:02.332Z
36922026-06-22T19:31:02.332Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36932026-06-22T19:31:02.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-06-22T19:31:02.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-06-22T19:31:02.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-06-22T19:31:02.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-06-22T19:31:02.903Z
36982026-06-22T19:31:02.903Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
36992026-06-22T19:31:03.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-06-22T19:31:03.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-06-22T19:31:03.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-06-22T19:31:03.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37032026-06-22T19:31:03.453Z
37042026-06-22T19:31:03.453Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37052026-06-22T19:31:03.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-06-22T19:31:03.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-06-22T19:31:03.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-06-22T19:31:03.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37092026-06-22T19:31:04.004Z
37102026-06-22T19:31:04.004Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37112026-06-22T19:31:04.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-06-22T19:31:04.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-06-22T19:31:04.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-06-22T19:31:04.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37152026-06-22T19:31:04.554Z
37162026-06-22T19:31:04.554Zinfo: running `cargo check --bins` on key-manager (199/298)
37172026-06-22T19:31:04.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-06-22T19:31:05.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-06-22T19:31:05.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-06-22T19:31:05.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37212026-06-22T19:31:05.110Z
37222026-06-22T19:31:05.110Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37232026-06-22T19:31:05.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-06-22T19:31:05.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-06-22T19:31:05.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-06-22T19:31:05.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37272026-06-22T19:31:05.629Z
37282026-06-22T19:31:05.629Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37292026-06-22T19:31:06.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-06-22T19:31:06.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-06-22T19:31:06.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-06-22T19:31:06.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37332026-06-22T19:31:06.178Z
37342026-06-22T19:31:06.178Zinfo: running `cargo check --bins` on typed-rng (202/298)
37352026-06-22T19:31:06.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-06-22T19:31:06.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-06-22T19:31:06.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-06-22T19:31:06.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37392026-06-22T19:31:06.688Z
37402026-06-22T19:31:06.688Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37412026-06-22T19:31:07.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-06-22T19:31:07.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-06-22T19:31:07.473Z Compiling libefi-sys v0.1.0
37442026-06-22T19:31:07.476Z Compiling bitfield-struct v0.6.2
37452026-06-22T19:31:07.610Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37462026-06-22T19:31:07.617Z Compiling xshell-macros v0.2.7
37472026-06-22T19:31:07.626Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37482026-06-22T19:31:07.638Z Compiling salty v0.3.0
37492026-06-22T19:31:07.653Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37502026-06-22T19:31:07.672Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37512026-06-22T19:31:07.704Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37522026-06-22T19:31:07.794Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-06-22T19:31:07.951Z Checking primeorder v0.13.6
37542026-06-22T19:31:07.964Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-06-22T19:31:07.976Z Checking xshell v0.2.7
37562026-06-22T19:31:07.993Z Compiling proc-macro-error-attr2 v2.0.0
37572026-06-22T19:31:08.109Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-06-22T19:31:08.125Z Checking tungstenite v0.21.0
37592026-06-22T19:31:08.161Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37602026-06-22T19:31:08.184Z Checking p384 v0.13.1
37612026-06-22T19:31:08.214Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-06-22T19:31:08.314Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37632026-06-22T19:31:08.323Z Compiling num-derive v0.3.3
37642026-06-22T19:31:08.374Z Compiling proc-macro-error2 v2.0.1
37652026-06-22T19:31:08.457Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-22T19:31:08.559Z Checking tokio-tungstenite v0.21.0
37672026-06-22T19:31:08.597Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-22T19:31:08.612Z Checking papergrid v0.17.0
37692026-06-22T19:31:08.684Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37702026-06-22T19:31:08.697Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-06-22T19:31:08.700Z Compiling tabled_derive v0.11.0
37722026-06-22T19:31:08.802Z Compiling progenitor-impl v0.13.0
37732026-06-22T19:31:08.835Z Checking testing_table v0.3.0
37742026-06-22T19:31:08.928Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-06-22T19:31:08.964Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-22T19:31:08.979Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-22T19:31:09.172Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-06-22T19:31:09.185Z Compiling illumos-nvpair-sys v0.2.0
37792026-06-22T19:31:09.220Z Checking libscf-sys v1.1.0
37802026-06-22T19:31:09.354Z Compiling unicase v2.9.0
37812026-06-22T19:31:09.386Z Checking corncobs v0.1.4
37822026-06-22T19:31:09.407Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-06-22T19:31:09.462Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-22T19:31:09.489Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-22T19:31:09.554Z Compiling mime_guess v2.0.5
37862026-06-22T19:31:09.568Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37872026-06-22T19:31:09.609Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37882026-06-22T19:31:09.712Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-06-22T19:31:09.788Z Checking progenitor-client v0.13.0
37902026-06-22T19:31:09.875Z Checking tabled v0.20.0
37912026-06-22T19:31:10.033Z Checking secrecy v0.8.0
37922026-06-22T19:31:10.090Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-06-22T19:31:10.343Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-06-22T19:31:10.352Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-06-22T19:31:10.352Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-06-22T19:31:10.613Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37972026-06-22T19:31:10.679Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-22T19:31:10.690Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37992026-06-22T19:31:10.727Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-06-22T19:31:10.745Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-22T19:31:10.916Z Checking filetime v0.2.27
38022026-06-22T19:31:10.944Z Checking http-range v0.1.5
38032026-06-22T19:31:11.059Z Checking xattr v1.6.1
38042026-06-22T19:31:11.145Z Checking crc8 v0.1.1
38052026-06-22T19:31:11.198Z Checking tar v0.4.45
38062026-06-22T19:31:11.317Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38072026-06-22T19:31:11.352Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38082026-06-22T19:31:11.449Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-06-22T19:31:11.466Z Compiling progenitor-macro v0.13.0
38102026-06-22T19:31:11.539Z Checking illumos-nvpair v0.3.0
38112026-06-22T19:31:11.587Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38122026-06-22T19:31:11.692Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38132026-06-22T19:31:11.708Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38142026-06-22T19:31:11.916Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38152026-06-22T19:31:11.964Z Checking atty v0.2.14
38162026-06-22T19:31:11.979Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-22T19:31:12.047Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-06-22T19:31:12.062Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38192026-06-22T19:31:12.189Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38202026-06-22T19:31:12.323Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38212026-06-22T19:31:12.348Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38222026-06-22T19:31:12.371Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-06-22T19:31:12.497Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38242026-06-22T19:31:12.539Z Checking hyper-staticfile v0.10.1
38252026-06-22T19:31:12.681Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38262026-06-22T19:31:12.717Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38272026-06-22T19:31:12.828Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38282026-06-22T19:31:12.936Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-22T19:31:13.099Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38302026-06-22T19:31:13.207Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38312026-06-22T19:31:13.405Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38322026-06-22T19:31:13.742Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38332026-06-22T19:31:14.343Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38342026-06-22T19:31:14.823Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38352026-06-22T19:31:15.233Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38362026-06-22T19:31:15.568Z Checking progenitor v0.13.0
38372026-06-22T19:31:15.707Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38382026-06-22T19:31:17.779Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38392026-06-22T19:31:21.022Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38402026-06-22T19:31:31.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.17s
38412026-06-22T19:31:32.120Z
38422026-06-22T19:31:32.120Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38432026-06-22T19:31:32.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-06-22T19:31:32.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-06-22T19:31:32.779Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38462026-06-22T19:31:43.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38472026-06-22T19:31:43.624Z
38482026-06-22T19:31:43.624Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38492026-06-22T19:31:44.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-06-22T19:31:44.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-06-22T19:31:44.342Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-06-22T19:31:58.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38532026-06-22T19:31:58.378Z
38542026-06-22T19:31:58.378Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38552026-06-22T19:31:58.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-22T19:31:58.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-22T19:31:58.378Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-22T19:32:06.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38592026-06-22T19:32:06.783Z
38602026-06-22T19:32:06.783Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38612026-06-22T19:32:07.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-22T19:32:07.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-22T19:32:07.504Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-22T19:32:18.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38652026-06-22T19:32:18.446Z
38662026-06-22T19:32:18.446Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38672026-06-22T19:32:18.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-22T19:32:18.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-22T19:32:19.253Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-22T19:32:29.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38712026-06-22T19:32:30.036Z
38722026-06-22T19:32:30.036Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38732026-06-22T19:32:30.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-22T19:32:30.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-22T19:32:30.746Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-22T19:32:41.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38772026-06-22T19:32:42.531Z
38782026-06-22T19:32:42.531Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38792026-06-22T19:32:42.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-22T19:32:42.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-22T19:32:42.583Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-22T19:32:53.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38832026-06-22T19:32:53.429Z
38842026-06-22T19:32:53.429Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
38852026-06-22T19:32:53.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-06-22T19:32:53.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-06-22T19:32:53.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-06-22T19:32:53.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38892026-06-22T19:32:53.990Z
38902026-06-22T19:32:53.990Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
38912026-06-22T19:32:54.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-06-22T19:32:54.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-06-22T19:32:54.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-06-22T19:32:54.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38952026-06-22T19:32:54.609Z
38962026-06-22T19:32:54.609Zinfo: running `cargo check --bins` on range-requests (213/298)
38972026-06-22T19:32:55.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-06-22T19:32:55.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-06-22T19:32:55.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-06-22T19:32:55.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39012026-06-22T19:32:55.416Z
39022026-06-22T19:32:55.416Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39032026-06-22T19:32:55.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-06-22T19:32:55.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-06-22T19:32:55.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-06-22T19:32:55.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39072026-06-22T19:32:57.175Z
39082026-06-22T19:32:57.175Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39092026-06-22T19:32:57.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-06-22T19:32:57.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-06-22T19:32:57.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-06-22T19:32:57.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39132026-06-22T19:32:57.368Z
39142026-06-22T19:32:57.368Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39152026-06-22T19:32:57.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-06-22T19:32:57.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-06-22T19:32:57.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-06-22T19:32:57.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-06-22T19:32:57.368Z
39202026-06-22T19:32:57.368Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39212026-06-22T19:32:57.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-06-22T19:32:57.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-06-22T19:32:57.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-06-22T19:32:57.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39252026-06-22T19:32:57.368Z
39262026-06-22T19:32:57.368Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39272026-06-22T19:32:57.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-06-22T19:32:57.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-06-22T19:32:57.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-06-22T19:32:57.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39312026-06-22T19:32:57.729Z
39322026-06-22T19:32:57.729Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39332026-06-22T19:32:58.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-06-22T19:32:58.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-06-22T19:32:58.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-06-22T19:32:58.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39372026-06-22T19:32:58.249Z
39382026-06-22T19:32:58.249Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39392026-06-22T19:32:58.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-06-22T19:32:58.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-06-22T19:32:58.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-06-22T19:32:58.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-06-22T19:32:58.818Z
39442026-06-22T19:32:58.818Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39452026-06-22T19:32:59.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-22T19:32:59.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-22T19:32:59.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-22T19:32:59.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39492026-06-22T19:32:59.327Z
39502026-06-22T19:32:59.327Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39512026-06-22T19:32:59.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-22T19:32:59.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-22T19:32:59.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-22T19:32:59.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39552026-06-22T19:32:59.881Z
39562026-06-22T19:32:59.881Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39572026-06-22T19:33:00.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-22T19:33:00.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-22T19:33:00.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-22T19:33:00.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39612026-06-22T19:33:00.435Z
39622026-06-22T19:33:00.435Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39632026-06-22T19:33:00.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-22T19:33:00.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-22T19:33:00.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-06-22T19:33:00.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39672026-06-22T19:33:01.039Z
39682026-06-22T19:33:01.039Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39692026-06-22T19:33:01.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-06-22T19:33:01.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-06-22T19:33:01.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-06-22T19:33:01.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39732026-06-22T19:33:01.553Z
39742026-06-22T19:33:01.553Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39752026-06-22T19:33:02.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-06-22T19:33:02.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-06-22T19:33:02.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-06-22T19:33:02.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39792026-06-22T19:33:02.128Z
39802026-06-22T19:33:02.128Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39812026-06-22T19:33:02.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-06-22T19:33:02.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-06-22T19:33:02.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-06-22T19:33:02.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39852026-06-22T19:33:02.690Z
39862026-06-22T19:33:02.690Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
39872026-06-22T19:33:03.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-06-22T19:33:03.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-06-22T19:33:03.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-06-22T19:33:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-06-22T19:33:03.311Z
39922026-06-22T19:33:03.311Zinfo: running `cargo check --bins` on update-common (229/298)
39932026-06-22T19:33:03.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-06-22T19:33:03.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-06-22T19:33:03.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-06-22T19:33:03.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39972026-06-22T19:33:03.796Z
39982026-06-22T19:33:03.796Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
39992026-06-22T19:33:04.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-06-22T19:33:04.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-06-22T19:33:04.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-06-22T19:33:04.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40032026-06-22T19:33:04.361Z
40042026-06-22T19:33:04.361Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40052026-06-22T19:33:04.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-22T19:33:04.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-22T19:33:04.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-06-22T19:33:04.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40092026-06-22T19:33:04.922Z
40102026-06-22T19:33:04.922Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40112026-06-22T19:33:05.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-06-22T19:33:05.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-06-22T19:33:05.596Z Compiling fs-err v2.11.0
40142026-06-22T19:33:05.624Z Checking ignore v0.4.25
40152026-06-22T19:33:05.624Z Checking arc-swap v1.8.2
40162026-06-22T19:33:05.723Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40172026-06-22T19:33:05.723Z Checking predicates-tree v1.0.13
40182026-06-22T19:33:05.743Z Checking parse-size v1.1.0
40192026-06-22T19:33:05.744Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40202026-06-22T19:33:05.758Z Checking rand_seeder v0.4.0
40212026-06-22T19:33:05.795Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40222026-06-22T19:33:05.836Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40232026-06-22T19:33:05.895Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40242026-06-22T19:33:05.946Z Checking slog-scope v4.4.1
40252026-06-22T19:33:05.970Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40262026-06-22T19:33:06.020Z Compiling petname v2.0.2
40272026-06-22T19:33:06.076Z Checking slog-stdlog v4.1.1
40282026-06-22T19:33:06.218Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40292026-06-22T19:33:06.218Z Checking globwalk v0.9.1
40302026-06-22T19:33:06.315Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40312026-06-22T19:33:06.315Z Checking slog-envlogger v2.2.0
40322026-06-22T19:33:06.333Z Checking camino-tempfile-ext v0.3.3
40332026-06-22T19:33:06.333Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40342026-06-22T19:33:06.333Z Checking sapling-renderdag v0.1.0
40352026-06-22T19:33:06.481Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40362026-06-22T19:33:06.553Z Checking subprocess v0.2.15
40372026-06-22T19:33:06.570Z Checking sync-ptr v0.1.4
40382026-06-22T19:33:06.681Z Checking colored v2.2.0
40392026-06-22T19:33:06.729Z Checking assert_matches v1.5.0
40402026-06-22T19:33:06.796Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40412026-06-22T19:33:06.955Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40422026-06-22T19:33:06.955Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40432026-06-22T19:33:07.586Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40442026-06-22T19:33:08.920Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40452026-06-22T19:33:11.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
40462026-06-22T19:33:11.229Z
40472026-06-22T19:33:11.229Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40482026-06-22T19:33:11.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-06-22T19:33:11.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-06-22T19:33:11.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-06-22T19:33:11.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40522026-06-22T19:33:11.794Z
40532026-06-22T19:33:11.794Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40542026-06-22T19:33:12.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-06-22T19:33:12.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-06-22T19:33:12.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-06-22T19:33:12.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40582026-06-22T19:33:12.330Z
40592026-06-22T19:33:12.330Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40602026-06-22T19:33:12.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-06-22T19:33:12.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-06-22T19:33:12.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-06-22T19:33:12.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40642026-06-22T19:33:12.916Z
40652026-06-22T19:33:12.916Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40662026-06-22T19:33:13.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-06-22T19:33:13.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-06-22T19:33:13.512Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40692026-06-22T19:33:13.512Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40702026-06-22T19:33:14.132Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40712026-06-22T19:33:16.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
40722026-06-22T19:33:17.061Z
40732026-06-22T19:33:17.061Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40742026-06-22T19:33:17.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-06-22T19:33:17.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-06-22T19:33:17.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-06-22T19:33:17.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40782026-06-22T19:33:17.061Z
40792026-06-22T19:33:17.061Zinfo: running `cargo check --bins` on cert-dev (238/298)
40802026-06-22T19:33:17.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-22T19:33:17.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-22T19:33:17.061Z Checking yasna v0.5.2
40832026-06-22T19:33:17.330Z Checking rcgen v0.12.1
40842026-06-22T19:33:17.584Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40852026-06-22T19:33:17.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40862026-06-22T19:33:17.873Z
40872026-06-22T19:33:17.873Zinfo: running `cargo check --bins` on clickana (239/298)
40882026-06-22T19:33:18.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-06-22T19:33:18.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-06-22T19:33:18.470Z Compiling darling_core v0.23.0
40912026-06-22T19:33:18.542Z Compiling instability v0.3.11
40922026-06-22T19:33:18.548Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40932026-06-22T19:33:18.550Z Checking castaway v0.2.4
40942026-06-22T19:33:18.555Z Compiling indoc v2.0.7
40952026-06-22T19:33:18.564Z Checking unicode-truncate v1.1.0
40962026-06-22T19:33:18.567Z Checking lru v0.12.5
40972026-06-22T19:33:18.567Z Checking cassowary v0.3.0
40982026-06-22T19:33:18.648Z Checking compact_str v0.8.1
40992026-06-22T19:33:19.870Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41002026-06-22T19:33:20.134Z Compiling darling_macro v0.23.0
41012026-06-22T19:33:20.239Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41022026-06-22T19:33:20.823Z Compiling darling v0.23.0
41032026-06-22T19:33:21.086Z Checking ratatui v0.29.0
41042026-06-22T19:33:22.083Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41052026-06-22T19:33:22.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41062026-06-22T19:33:22.899Z
41072026-06-22T19:33:22.899Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41082026-06-22T19:33:23.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-06-22T19:33:23.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-06-22T19:33:23.609Z Checking headers-core v0.3.0
41112026-06-22T19:33:23.660Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41122026-06-22T19:33:23.754Z Checking headers v0.4.1
41132026-06-22T19:33:24.145Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41142026-06-22T19:33:25.266Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41152026-06-22T19:33:25.526Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41162026-06-22T19:33:26.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
41172026-06-22T19:33:26.158Z
41182026-06-22T19:33:26.159Zinfo: running `cargo check --bins` on ch-dev (241/298)
41192026-06-22T19:33:26.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-06-22T19:33:26.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-06-22T19:33:26.708Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41222026-06-22T19:33:27.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41232026-06-22T19:33:27.579Z
41242026-06-22T19:33:27.579Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41252026-06-22T19:33:27.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-22T19:33:28.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-22T19:33:28.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-06-22T19:33:28.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41292026-06-22T19:33:28.058Z
41302026-06-22T19:33:28.058Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41312026-06-22T19:33:28.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-06-22T19:33:28.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-06-22T19:33:28.735Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-06-22T19:33:29.713Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41352026-06-22T19:33:29.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
41362026-06-22T19:33:30.122Z
41372026-06-22T19:33:30.122Zinfo: running `cargo check --bins` on db-dev (244/298)
41382026-06-22T19:33:31.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-06-22T19:33:31.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-06-22T19:33:31.603Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41412026-06-22T19:33:31.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41422026-06-22T19:33:31.726Z
41432026-06-22T19:33:31.727Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41442026-06-22T19:33:32.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-22T19:33:32.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-22T19:33:32.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-06-22T19:33:32.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41482026-06-22T19:33:32.239Z
41492026-06-22T19:33:32.239Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41502026-06-22T19:33:32.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-06-22T19:33:32.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-06-22T19:33:32.814Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41532026-06-22T19:33:33.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41542026-06-22T19:33:33.621Z
41552026-06-22T19:33:33.621Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41562026-06-22T19:33:34.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-06-22T19:33:34.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-06-22T19:33:34.350Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-22T19:33:34.350Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41602026-06-22T19:33:34.383Z Checking git-stub v1.0.0
41612026-06-22T19:33:34.383Z Compiling trait-variant v0.1.2
41622026-06-22T19:33:34.383Z Checking is_ci v1.2.0
41632026-06-22T19:33:34.383Z Checking maplit v1.0.2
41642026-06-22T19:33:34.451Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41652026-06-22T19:33:34.468Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41662026-06-22T19:33:34.494Z Checking drift v0.2.0
41672026-06-22T19:33:34.505Z Checking supports-color v3.0.2
41682026-06-22T19:33:34.608Z Checking git-stub-vcs v0.1.0
41692026-06-22T19:33:34.899Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41702026-06-22T19:33:35.021Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-06-22T19:33:35.021Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41722026-06-22T19:33:35.021Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41732026-06-22T19:33:35.021Z Checking dropshot-api-manager v0.7.2
41742026-06-22T19:33:35.021Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41752026-06-22T19:33:35.021Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41762026-06-22T19:33:35.068Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-22T19:33:35.218Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-06-22T19:33:38.195Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41792026-06-22T19:33:38.497Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41802026-06-22T19:33:38.497Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41812026-06-22T19:33:38.788Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41822026-06-22T19:33:38.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
41832026-06-22T19:33:39.094Z
41842026-06-22T19:33:39.094Zinfo: running `cargo check --bins` on installinator-api (248/298)
41852026-06-22T19:33:39.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-06-22T19:33:39.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-06-22T19:33:39.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-06-22T19:33:39.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41892026-06-22T19:33:39.702Z
41902026-06-22T19:33:39.702Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
41912026-06-22T19:33:40.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-06-22T19:33:40.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-06-22T19:33:40.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-06-22T19:33:40.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41952026-06-22T19:33:40.477Z
41962026-06-22T19:33:40.477Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
41972026-06-22T19:33:40.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-06-22T19:33:40.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-06-22T19:33:40.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-06-22T19:33:40.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42012026-06-22T19:33:40.780Z
42022026-06-22T19:33:40.780Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42032026-06-22T19:33:41.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-06-22T19:33:41.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-06-22T19:33:41.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-06-22T19:33:41.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42072026-06-22T19:33:41.261Z
42082026-06-22T19:33:41.261Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42092026-06-22T19:33:41.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-06-22T19:33:41.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-06-22T19:33:41.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-06-22T19:33:41.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42132026-06-22T19:33:41.781Z
42142026-06-22T19:33:41.781Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42152026-06-22T19:33:42.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-06-22T19:33:42.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-06-22T19:33:42.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-06-22T19:33:42.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42192026-06-22T19:33:42.308Z
42202026-06-22T19:33:42.309Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42212026-06-22T19:33:42.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-06-22T19:33:42.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-06-22T19:33:42.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-06-22T19:33:42.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42252026-06-22T19:33:42.876Z
42262026-06-22T19:33:42.876Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42272026-06-22T19:33:43.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-06-22T19:33:43.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-06-22T19:33:43.383Z Checking typeid v1.0.3
42302026-06-22T19:33:45.145Z Checking ordered-float v2.10.1
42312026-06-22T19:33:45.238Z Checking unicode-xid v0.2.6
42322026-06-22T19:33:45.238Z Checking cargo-platform v0.2.0
42332026-06-22T19:33:45.238Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42342026-06-22T19:33:45.239Z Checking erased-serde v0.4.9
42352026-06-22T19:33:45.239Z Checking serde-value v0.7.0
42362026-06-22T19:33:45.239Z Checking serde-untagged v0.1.9
42372026-06-22T19:33:45.239Z Checking cargo-util-schemas v0.8.2
42382026-06-22T19:33:45.239Z Checking cargo_metadata v0.21.0
42392026-06-22T19:33:45.340Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42402026-06-22T19:33:46.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
42412026-06-22T19:33:46.176Z
42422026-06-22T19:33:46.176Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42432026-06-22T19:33:46.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-06-22T19:33:46.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-06-22T19:33:46.846Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42462026-06-22T19:33:47.445Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42472026-06-22T19:33:47.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42482026-06-22T19:33:48.147Z
42492026-06-22T19:33:48.147Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42502026-06-22T19:33:48.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-06-22T19:33:48.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-06-22T19:33:49.003Z Compiling vergen-lib v0.1.6
42532026-06-22T19:33:49.003Z Compiling diesel_derives v2.3.7
42542026-06-22T19:33:49.003Z Compiling dsl_auto_type v0.2.0
42552026-06-22T19:33:49.009Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42562026-06-22T19:33:49.009Z Checking scheduled-thread-pool v0.2.7
42572026-06-22T19:33:49.009Z Compiling vergen-gitcl v1.0.8
42582026-06-22T19:33:49.009Z Compiling diesel_table_macro_syntax v0.3.0
42592026-06-22T19:33:49.146Z Compiling dirs-sys-next v0.1.2
42602026-06-22T19:33:49.304Z Compiling glob v0.3.3
42612026-06-22T19:33:49.339Z Compiling crunchy v0.2.4
42622026-06-22T19:33:49.382Z Compiling dirs-next v2.0.0
42632026-06-22T19:33:49.387Z Checking r2d2 v0.8.10
42642026-06-22T19:33:49.468Z Compiling tiny-keccak v2.0.2
42652026-06-22T19:33:49.482Z Checking downcast-rs v2.0.2
42662026-06-22T19:33:49.578Z Compiling term v0.7.0
42672026-06-22T19:33:49.640Z Compiling bit-vec v0.6.3
42682026-06-22T19:33:49.680Z Compiling clang-sys v1.8.1
42692026-06-22T19:33:49.863Z Compiling bit-set v0.5.3
42702026-06-22T19:33:49.880Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42712026-06-22T19:33:49.989Z Compiling ascii-canvas v3.0.0
42722026-06-22T19:33:50.053Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42732026-06-22T19:33:50.076Z Compiling itertools v0.10.5
42742026-06-22T19:33:50.131Z Compiling ena v0.14.4
42752026-06-22T19:33:50.136Z Compiling libloading v0.8.9
42762026-06-22T19:33:50.203Z Compiling regex-syntax v0.6.29
42772026-06-22T19:33:50.223Z Compiling diff v0.1.13
42782026-06-22T19:33:50.402Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42792026-06-22T19:33:50.525Z Compiling bindgen v0.71.1
42802026-06-22T19:33:50.534Z Compiling cexpr v0.6.0
42812026-06-22T19:33:50.810Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42822026-06-22T19:33:51.018Z Compiling rustc-hash v2.1.1
42832026-06-22T19:33:51.177Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42842026-06-22T19:33:51.216Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42852026-06-22T19:33:51.237Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42862026-06-22T19:33:51.259Z Compiling libxml v0.3.3
42872026-06-22T19:33:51.469Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42882026-06-22T19:33:51.494Z Compiling strum_macros v0.24.3
42892026-06-22T19:33:51.527Z Compiling indoc v1.0.9
42902026-06-22T19:33:51.668Z Compiling lalrpop v0.19.12
42912026-06-22T19:33:52.445Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42922026-06-22T19:33:52.637Z Checking derive_builder v0.20.2
42932026-06-22T19:33:52.762Z Compiling oso-derive v0.27.3
42942026-06-22T19:33:52.835Z Checking quick-xml v0.37.5
42952026-06-22T19:33:53.004Z Compiling impl-trait-for-tuples v0.2.3
42962026-06-22T19:33:53.259Z Checking openssl-probe v0.1.6
42972026-06-22T19:33:53.411Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42982026-06-22T19:33:53.722Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42992026-06-22T19:33:53.928Z Checking bb8 v0.8.6
43002026-06-22T19:33:54.054Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43012026-06-22T19:33:54.138Z Checking nonempty v0.12.0
43022026-06-22T19:33:54.211Z Compiling libz-sys v1.1.24
43032026-06-22T19:33:54.267Z Compiling strsim v0.10.0
43042026-06-22T19:33:54.303Z Compiling libgit2-sys v0.18.3+1.9.2
43052026-06-22T19:33:54.491Z Compiling darling_core v0.13.4
43062026-06-22T19:33:54.602Z Compiling vergen-git2 v9.1.0
43072026-06-22T19:33:54.779Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43082026-06-22T19:33:54.826Z Compiling rustls v0.21.12
43092026-06-22T19:33:54.979Z Compiling base64 v0.21.7
43102026-06-22T19:33:55.063Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-06-22T19:33:55.157Z Checking diesel v2.3.7
43122026-06-22T19:33:55.310Z Compiling ron v0.8.1
43132026-06-22T19:33:56.106Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43142026-06-22T19:33:56.304Z Checking sct v0.7.1
43152026-06-22T19:33:56.337Z Checking rustls-webpki v0.101.7
43162026-06-22T19:33:56.438Z Compiling darling_macro v0.13.4
43172026-06-22T19:33:56.476Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-22T19:33:56.916Z Compiling darling v0.13.4
43192026-06-22T19:33:57.012Z Compiling serde_with_macros v1.5.2
43202026-06-22T19:33:57.333Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43212026-06-22T19:33:57.860Z Compiling serde_with v1.14.0
43222026-06-22T19:33:58.009Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43232026-06-22T19:33:59.021Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43242026-06-22T19:33:59.025Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43252026-06-22T19:33:59.743Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43262026-06-22T19:34:00.390Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43272026-06-22T19:34:00.561Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43282026-06-22T19:34:00.583Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43292026-06-22T19:34:00.633Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43302026-06-22T19:34:00.752Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-06-22T19:34:00.776Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-06-22T19:34:00.816Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-06-22T19:34:00.962Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-22T19:34:01.121Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43352026-06-22T19:34:01.171Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-06-22T19:34:01.189Z Checking tokio-rustls v0.24.1
43372026-06-22T19:34:01.387Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43382026-06-22T19:34:01.972Z Checking rustls-pemfile v1.0.4
43392026-06-22T19:34:02.049Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43402026-06-22T19:34:02.141Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-06-22T19:34:02.204Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-06-22T19:34:02.314Z Checking twox-hash v2.1.2
43432026-06-22T19:34:02.572Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-22T19:34:02.590Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-22T19:34:02.645Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-22T19:34:02.912Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-06-22T19:34:03.105Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-22T19:34:04.316Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-06-22T19:34:04.355Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-06-22T19:34:04.668Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-06-22T19:34:04.997Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43522026-06-22T19:34:05.357Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-22T19:34:05.501Z Checking console v0.16.2
43542026-06-22T19:34:05.822Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43552026-06-22T19:34:05.976Z Checking fatfs v0.3.6
43562026-06-22T19:34:05.995Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43572026-06-22T19:34:06.440Z Compiling seq-macro v0.3.6
43582026-06-22T19:34:06.946Z Checking unit-prefix v0.5.2
43592026-06-22T19:34:07.089Z Checking indicatif v0.18.4
43602026-06-22T19:34:07.375Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-06-22T19:34:07.441Z Checking support-bundle-viewer v0.1.2
43622026-06-22T19:34:07.482Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-06-22T19:34:07.682Z Checking multimap v0.10.1
43642026-06-22T19:34:13.281Z Checking diesel-dtrace v0.5.0
43652026-06-22T19:34:13.531Z Checking async-bb8-diesel v0.2.1
43662026-06-22T19:34:17.836Z Compiling samael v0.0.19
43672026-06-22T19:34:22.287Z Compiling git2 v0.20.4
43682026-06-22T19:34:23.495Z Compiling polar-core v0.27.3
43692026-06-22T19:34:23.643Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-22T19:34:24.728Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43712026-06-22T19:34:28.180Z Checking oso v0.27.3
43722026-06-22T19:34:57.611Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-06-22T19:35:24.631Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43742026-06-22T19:36:09.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43752026-06-22T19:36:09.449Z
43762026-06-22T19:36:09.449Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43772026-06-22T19:36:09.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-22T19:36:09.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-22T19:36:09.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-22T19:36:09.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43812026-06-22T19:36:10.064Z
43822026-06-22T19:36:10.064Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43832026-06-22T19:36:10.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-22T19:36:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-22T19:36:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-22T19:36:10.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43872026-06-22T19:36:10.640Z
43882026-06-22T19:36:10.640Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
43892026-06-22T19:36:11.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-22T19:36:11.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-22T19:36:11.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-22T19:36:11.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43932026-06-22T19:36:11.229Z
43942026-06-22T19:36:11.230Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
43952026-06-22T19:36:11.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-22T19:36:11.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-22T19:36:11.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-22T19:36:11.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43992026-06-22T19:36:11.791Z
44002026-06-22T19:36:11.791Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44012026-06-22T19:36:12.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-22T19:36:12.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-22T19:36:12.501Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-22T19:36:13.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44052026-06-22T19:36:13.422Z
44062026-06-22T19:36:13.422Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44072026-06-22T19:36:13.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-22T19:36:13.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-22T19:36:14.251Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-22T19:36:50.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.39s
44112026-06-22T19:36:51.040Z
44122026-06-22T19:36:51.041Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44132026-06-22T19:36:51.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-22T19:36:51.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-22T19:36:51.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-22T19:36:51.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44172026-06-22T19:36:51.535Z
44182026-06-22T19:36:51.535Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44192026-06-22T19:36:52.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-22T19:36:52.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-22T19:36:52.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-22T19:36:52.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44232026-06-22T19:36:52.129Z
44242026-06-22T19:36:52.129Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44252026-06-22T19:36:52.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-22T19:36:52.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-22T19:36:52.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-22T19:36:52.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44292026-06-22T19:36:52.734Z
44302026-06-22T19:36:52.735Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44312026-06-22T19:36:53.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-22T19:36:53.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-22T19:36:53.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-22T19:36:53.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44352026-06-22T19:36:53.899Z
44362026-06-22T19:36:53.899Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44372026-06-22T19:36:53.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-22T19:36:53.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-22T19:36:53.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-22T19:36:53.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44412026-06-22T19:36:53.964Z
44422026-06-22T19:36:53.964Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44432026-06-22T19:36:54.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-22T19:36:54.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-22T19:36:54.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-22T19:36:54.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44472026-06-22T19:36:54.456Z
44482026-06-22T19:36:54.456Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44492026-06-22T19:36:54.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-22T19:36:54.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-22T19:36:54.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-22T19:36:54.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44532026-06-22T19:36:55.058Z
44542026-06-22T19:36:55.058Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44552026-06-22T19:36:55.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-22T19:36:55.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-22T19:36:55.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-22T19:36:55.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44592026-06-22T19:36:55.618Z
44602026-06-22T19:36:55.618Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44612026-06-22T19:36:56.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-22T19:36:56.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-22T19:36:56.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-06-22T19:36:56.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44652026-06-22T19:36:56.203Z
44662026-06-22T19:36:56.203Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44672026-06-22T19:36:56.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-06-22T19:36:56.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-06-22T19:36:56.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-06-22T19:36:56.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44712026-06-22T19:36:56.790Z
44722026-06-22T19:36:56.790Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44732026-06-22T19:36:57.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-06-22T19:36:57.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-06-22T19:36:57.662Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44762026-06-22T19:36:57.687Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44772026-06-22T19:36:57.771Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44782026-06-22T19:36:57.788Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-06-22T19:36:57.802Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-06-22T19:36:57.805Z Checking yansi v1.0.1
44812026-06-22T19:36:57.814Z Checking diff v0.1.13
44822026-06-22T19:36:57.843Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-06-22T19:36:57.954Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-06-22T19:36:58.083Z Checking pretty_assertions v1.4.1
44852026-06-22T19:36:58.832Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-06-22T19:36:58.876Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-06-22T19:37:23.310Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-06-22T19:37:23.328Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44892026-06-22T19:37:23.328Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
44902026-06-22T19:37:23.328Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44912026-06-22T19:37:23.328Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44922026-06-22T19:37:23.328Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44932026-06-22T19:37:23.328Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44942026-06-22T19:37:23.742Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44952026-06-22T19:37:24.121Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44962026-06-22T19:37:24.161Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44972026-06-22T19:37:25.344Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44982026-06-22T19:38:01.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44992026-06-22T19:38:01.920Z
45002026-06-22T19:38:01.921Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45012026-06-22T19:38:02.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-22T19:38:02.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-22T19:38:02.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-06-22T19:38:02.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45052026-06-22T19:38:02.477Z
45062026-06-22T19:38:02.477Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45072026-06-22T19:38:02.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-22T19:38:02.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-22T19:38:03.160Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45102026-06-22T19:38:03.288Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45112026-06-22T19:38:03.302Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45122026-06-22T19:38:29.842Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-06-22T19:38:30.212Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45142026-06-22T19:38:31.917Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45152026-06-22T19:38:32.365Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45162026-06-22T19:38:35.314Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45172026-06-22T19:38:58.723Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45182026-06-22T19:38:59.358Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45192026-06-22T19:39:00.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.44s
45202026-06-22T19:39:01.077Z
45212026-06-22T19:39:01.077Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45222026-06-22T19:39:01.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-22T19:39:01.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-22T19:39:01.788Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45252026-06-22T19:39:02.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45262026-06-22T19:39:02.639Z
45272026-06-22T19:39:02.639Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45282026-06-22T19:39:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-22T19:39:03.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-22T19:39:03.182Z Compiling blake3 v1.8.3
45312026-06-22T19:39:03.292Z Checking constant_time_eq v0.4.2
45322026-06-22T19:39:03.292Z Checking arrayref v0.3.9
45332026-06-22T19:39:03.527Z Checking arrayvec v0.7.6
45342026-06-22T19:39:03.527Z Checking topological-sort v0.2.2
45352026-06-22T19:39:03.527Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45362026-06-22T19:39:03.527Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45372026-06-22T19:39:03.528Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45382026-06-22T19:39:03.618Z Checking shell-words v1.1.1
45392026-06-22T19:39:04.210Z Checking omicron-zone-package v0.12.2
45402026-06-22T19:39:05.084Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-06-22T19:39:05.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
45422026-06-22T19:39:05.945Z
45432026-06-22T19:39:05.945Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45442026-06-22T19:39:06.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-06-22T19:39:06.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-06-22T19:39:06.671Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-06-22T19:39:06.985Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-06-22T19:39:07.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45492026-06-22T19:39:07.568Z
45502026-06-22T19:39:07.568Zinfo: running `cargo check --bins` on schema (280/298)
45512026-06-22T19:39:07.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-22T19:39:07.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-22T19:39:08.052Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-06-22T19:39:08.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45552026-06-22T19:39:08.956Z
45562026-06-22T19:39:08.956Zinfo: running `cargo check --bins` on xtask (281/298)
45572026-06-22T19:39:09.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-22T19:39:09.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-22T19:39:09.325Z Checking libc v0.2.185
45602026-06-22T19:39:09.356Z Checking serde v1.0.228
45612026-06-22T19:39:09.376Z Checking zerofrom v0.1.6
45622026-06-22T19:39:09.511Z Checking bitflags v2.11.0
45632026-06-22T19:39:09.511Z Checking smallvec v1.15.1
45642026-06-22T19:39:09.511Z Checking indexmap v2.14.0
45652026-06-22T19:39:09.511Z Checking serde_json v1.0.149
45662026-06-22T19:39:09.511Z Checking scroll v0.12.0
45672026-06-22T19:39:09.629Z Checking yoke v0.8.1
45682026-06-22T19:39:09.629Z Checking num-traits v0.2.19
45692026-06-22T19:39:09.702Z Checking thiserror v1.0.69
45702026-06-22T19:39:09.702Z Checking log v0.4.29
45712026-06-22T19:39:09.702Z Checking zerovec v0.11.5
45722026-06-22T19:39:09.703Z Checking zerotrie v0.2.3
45732026-06-22T19:39:09.703Z Checking errno v0.3.14
45742026-06-22T19:39:09.868Z Checking toml_datetime v0.6.11
45752026-06-22T19:39:09.939Z Checking serde_spanned v0.6.9
45762026-06-22T19:39:09.940Z Checking rustix v1.1.3
45772026-06-22T19:39:09.940Z Checking percent-encoding v2.3.2
45782026-06-22T19:39:10.000Z Checking zerocopy v0.7.35
45792026-06-22T19:39:10.000Z Checking goblin v0.8.2
45802026-06-22T19:39:10.000Z Checking toml_edit v0.22.27
45812026-06-22T19:39:10.030Z Checking getrandom v0.4.1
45822026-06-22T19:39:10.049Z Checking form_urlencoded v1.2.2
45832026-06-22T19:39:10.060Z Checking ordered-float v2.10.1
45842026-06-22T19:39:10.121Z Checking tinystr v0.8.2
45852026-06-22T19:39:10.151Z Checking potential_utf v0.1.4
45862026-06-22T19:39:10.198Z Checking thiserror v2.0.18
45872026-06-22T19:39:10.341Z Checking icu_locale_core v2.1.1
45882026-06-22T19:39:10.433Z Checking icu_collections v2.1.1
45892026-06-22T19:39:10.433Z Checking syn v2.0.117
45902026-06-22T19:39:10.433Z Checking serde-value v0.7.0
45912026-06-22T19:39:10.470Z Checking dtrace-parser v0.2.0
45922026-06-22T19:39:10.518Z Checking thread-id v4.2.2
45932026-06-22T19:39:10.603Z Checking once_cell v1.21.3
45942026-06-22T19:39:10.778Z Checking cargo-platform v0.2.0
45952026-06-22T19:39:10.778Z Checking terminal_size v0.4.3
45962026-06-22T19:39:10.938Z Checking memmap v0.7.0
45972026-06-22T19:39:10.938Z Checking clap_builder v4.6.0
45982026-06-22T19:39:10.938Z Checking tempfile v3.25.0
45992026-06-22T19:39:10.938Z Checking textwrap v0.16.2
46002026-06-22T19:39:10.939Z Checking fs-err v3.3.0
46012026-06-22T19:39:10.939Z Checking icu_provider v2.1.1
46022026-06-22T19:39:11.110Z Checking camino-tempfile v1.4.1
46032026-06-22T19:39:11.110Z Checking tabled v0.15.0
46042026-06-22T19:39:11.110Z Checking anyhow v1.0.102
46052026-06-22T19:39:11.256Z Checking icu_properties v2.1.2
46062026-06-22T19:39:11.256Z Checking icu_normalizer v2.1.1
46072026-06-22T19:39:11.256Z Checking toml v0.8.23
46082026-06-22T19:39:11.390Z Checking macaddr v1.0.1
46092026-06-22T19:39:11.410Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-06-22T19:39:11.443Z Checking cargo_toml v0.21.0
46112026-06-22T19:39:11.844Z Checking dof v0.3.0
46122026-06-22T19:39:11.862Z Checking idna_adapter v1.2.1
46132026-06-22T19:39:11.954Z Checking clap v4.6.1
46142026-06-22T19:39:11.981Z Checking idna v1.1.0
46152026-06-22T19:39:12.102Z Checking usdt-impl v0.5.0
46162026-06-22T19:39:12.236Z Checking url v2.5.8
46172026-06-22T19:39:12.545Z Checking usdt v0.5.0
46182026-06-22T19:39:13.012Z Checking cargo-util-schemas v0.8.2
46192026-06-22T19:39:13.413Z Checking cargo_metadata v0.21.0
46202026-06-22T19:39:13.847Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46212026-06-22T19:39:14.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
46222026-06-22T19:39:14.374Z
46232026-06-22T19:39:14.374Zinfo: running `cargo check --bins` on dnsadm (282/298)
46242026-06-22T19:39:15.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-06-22T19:39:15.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-06-22T19:39:15.590Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46272026-06-22T19:39:15.590Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46282026-06-22T19:39:16.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46292026-06-22T19:39:16.268Z
46302026-06-22T19:39:16.268Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46312026-06-22T19:39:16.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-06-22T19:39:16.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-06-22T19:39:16.889Z Checking polyval v0.6.2
46342026-06-22T19:39:17.456Z Checking ctr v0.9.2
46352026-06-22T19:39:17.456Z Checking ssh-encoding v0.2.0
46362026-06-22T19:39:17.456Z Checking blowfish v0.9.1
46372026-06-22T19:39:17.456Z Checking password-hash v0.4.2
46382026-06-22T19:39:17.456Z Checking p256 v0.13.2
46392026-06-22T19:39:17.456Z Checking p521 v0.13.3
46402026-06-22T19:39:17.456Z Checking russh-cryptovec v0.7.3
46412026-06-22T19:39:17.456Z Checking ghash v0.5.1
46422026-06-22T19:39:17.456Z Checking bcrypt-pbkdf v0.10.0
46432026-06-22T19:39:17.456Z Checking md5 v0.7.0
46442026-06-22T19:39:17.556Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46452026-06-22T19:39:17.556Z Checking num-bigint v0.4.6
46462026-06-22T19:39:17.556Z Checking pbkdf2 v0.11.0
46472026-06-22T19:39:17.556Z Checking aes-gcm v0.10.3
46482026-06-22T19:39:17.556Z Checking des v0.8.1
46492026-06-22T19:39:17.556Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46502026-06-22T19:39:17.556Z Checking hex-literal v0.4.1
46512026-06-22T19:39:17.556Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46522026-06-22T19:39:17.556Z Checking ssh-cipher v0.2.0
46532026-06-22T19:39:17.556Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46542026-06-22T19:39:17.557Z Checking internet-checksum v0.2.1
46552026-06-22T19:39:17.557Z Checking ssh-key v0.6.7
46562026-06-22T19:39:17.557Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46572026-06-22T19:39:18.095Z Checking russh-keys v0.45.0
46582026-06-22T19:39:18.561Z Checking russh v0.45.0
46592026-06-22T19:39:34.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s
46602026-06-22T19:39:35.162Z
46612026-06-22T19:39:35.162Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46622026-06-22T19:39:35.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-06-22T19:39:35.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-06-22T19:39:35.746Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46652026-06-22T19:39:35.851Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46662026-06-22T19:39:35.870Z Checking termios v0.3.3
46672026-06-22T19:39:37.073Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46682026-06-22T19:39:37.207Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46692026-06-22T19:39:38.849Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46702026-06-22T19:39:39.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
46712026-06-22T19:39:39.572Z
46722026-06-22T19:39:39.572Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46732026-06-22T19:39:40.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-06-22T19:39:40.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-06-22T19:39:40.212Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46762026-06-22T19:39:40.216Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46772026-06-22T19:39:40.328Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46782026-06-22T19:39:40.328Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46792026-06-22T19:39:40.340Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46802026-06-22T19:39:40.351Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46812026-06-22T19:39:41.089Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46822026-06-22T19:39:41.417Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46832026-06-22T19:39:41.418Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46842026-06-22T19:39:42.052Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46852026-06-22T19:39:43.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
46862026-06-22T19:39:43.832Z
46872026-06-22T19:39:43.832Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
46882026-06-22T19:39:44.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-22T19:39:44.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-22T19:39:44.411Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46912026-06-22T19:39:44.849Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46922026-06-22T19:39:45.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46932026-06-22T19:39:45.325Z
46942026-06-22T19:39:45.325Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
46952026-06-22T19:39:45.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-06-22T19:39:45.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-06-22T19:39:45.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46982026-06-22T19:39:45.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46992026-06-22T19:39:45.837Z
47002026-06-22T19:39:45.837Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47012026-06-22T19:39:46.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-06-22T19:39:46.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-06-22T19:39:46.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47042026-06-22T19:39:46.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47052026-06-22T19:39:46.352Z
47062026-06-22T19:39:46.352Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47072026-06-22T19:39:46.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-06-22T19:39:46.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-06-22T19:39:47.045Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47102026-06-22T19:39:47.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
47112026-06-22T19:39:47.805Z
47122026-06-22T19:39:47.805Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47132026-06-22T19:39:48.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-22T19:39:48.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-22T19:39:48.398Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47162026-06-22T19:39:48.403Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47172026-06-22T19:39:48.669Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47182026-06-22T19:39:48.669Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47192026-06-22T19:39:49.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47202026-06-22T19:39:49.620Z
47212026-06-22T19:39:49.621Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47222026-06-22T19:39:50.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-06-22T19:39:50.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-06-22T19:39:50.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-06-22T19:39:50.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47262026-06-22T19:39:50.147Z
47272026-06-22T19:39:50.147Zinfo: running `cargo check --bins` on omicron-package (292/298)
47282026-06-22T19:39:50.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-06-22T19:39:50.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-06-22T19:39:50.759Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47312026-06-22T19:39:51.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47322026-06-22T19:39:51.999Z
47332026-06-22T19:39:51.999Zinfo: running `cargo check --bins` on tqdb (293/298)
47342026-06-22T19:39:52.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-06-22T19:39:52.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-06-22T19:39:52.716Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47372026-06-22T19:39:53.055Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47382026-06-22T19:39:53.581Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47392026-06-22T19:39:53.581Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47402026-06-22T19:39:59.659Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47412026-06-22T19:39:59.659Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47422026-06-22T19:40:00.317Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47432026-06-22T19:40:00.317Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47442026-06-22T19:40:00.364Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47452026-06-22T19:40:00.364Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47462026-06-22T19:40:01.019Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47472026-06-22T19:40:01.972Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47482026-06-22T19:40:02.745Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47492026-06-22T19:40:03.358Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47502026-06-22T19:40:08.026Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47512026-06-22T19:40:14.541Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47522026-06-22T19:40:14.573Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47532026-06-22T19:40:14.573Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47542026-06-22T19:40:14.573Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47552026-06-22T19:40:16.012Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47562026-06-22T19:40:17.292Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47572026-06-22T19:40:17.948Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47582026-06-22T19:40:19.180Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47592026-06-22T19:40:19.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.71s
47602026-06-22T19:40:20.325Z
47612026-06-22T19:40:20.326Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47622026-06-22T19:40:20.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-22T19:40:20.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-22T19:40:20.975Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47652026-06-22T19:40:20.975Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47662026-06-22T19:40:20.997Z Checking rtoolbox v0.0.3
47672026-06-22T19:40:20.997Z Checking tui-tree-widget v0.23.1
47682026-06-22T19:40:20.997Z Checking rpassword v7.4.0
47692026-06-22T19:40:21.873Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47702026-06-22T19:40:24.944Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47712026-06-22T19:40:27.292Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47722026-06-22T19:40:27.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
47732026-06-22T19:40:28.185Z
47742026-06-22T19:40:28.185Zinfo: running `cargo check --bins` on wicket (295/298)
47752026-06-22T19:40:28.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-06-22T19:40:29.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-06-22T19:40:29.512Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47782026-06-22T19:40:30.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47792026-06-22T19:40:30.072Z
47802026-06-22T19:40:30.072Zinfo: running `cargo check --bins` on wicketd (296/298)
47812026-06-22T19:40:30.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-22T19:40:30.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-22T19:40:34.390Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47842026-06-22T19:40:34.390Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47852026-06-22T19:40:34.390Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47862026-06-22T19:40:34.390Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47872026-06-22T19:40:34.617Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47882026-06-22T19:40:34.617Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47892026-06-22T19:40:34.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
47902026-06-22T19:40:34.903Z
47912026-06-22T19:40:34.903Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
47922026-06-22T19:40:35.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-06-22T19:40:35.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-06-22T19:40:35.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47952026-06-22T19:40:35.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47962026-06-22T19:40:35.071Z
47972026-06-22T19:40:35.071Zinfo: running `cargo check --bins` on zone-setup (298/298)
47982026-06-22T19:40:35.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-06-22T19:40:35.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-06-22T19:40:35.451Z Checking uzers v0.12.2
48012026-06-22T19:40:35.698Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48022026-06-22T19:40:36.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
48032026-06-22T19:40:36.611Z
48042026-06-22T19:40:36.611Zreal 13:38.834525683
48052026-06-22T19:40:36.611Zuser 20:47.306414998
48062026-06-22T19:40:36.611Zsys 4:04.070519020
48072026-06-22T19:40:36.611Ztrap 0.335889852
48082026-06-22T19:40:36.612Ztflt 0.700525783
48092026-06-22T19:40:36.612Zdflt 1.187841712
48102026-06-22T19:40:36.612Zkflt 0.006430100
48112026-06-22T19:40:36.612Zlock 1:16:15.869591119
48122026-06-22T19:40:36.612Zslp 1:39:21.484472110
48132026-06-22T19:40:36.612Zlat 52.544637707
48142026-06-22T19:40:36.612Zstop 3:18.685335086
48152026-06-22T19:40:36.622Zprocess exited: duration 988032 ms, exit code 0
 
48162026-06-22T19:40:36.641Zfound 0 output files