01KVRC1VH70ZAN4PKTRDSX250B: 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: 01KVRC3F2TXXXF6TTYKF31YTX1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:15:38.996Zjob assigned to worker 01KVRC3P95PCW6GZGTWYC3GVJA [factory aws, i-0a70569e76632d551] (queued for 49 s)
 
22026-06-22T19:15:45.440Zstarting task 0: "setup"
32026-06-22T19:15:45.445Z++ uname -s
42026-06-22T19:15:45.448Z+ kern=SunOS
52026-06-22T19:15:45.448Z+ build_user=build
62026-06-22T19:15:45.448Z+ build_uid=12345
72026-06-22T19:15:45.448Z+ work_dir=/work
82026-06-22T19:15:45.448Z+ input_dir=/input
92026-06-22T19:15:45.449Z+ [[ 0 == 12345 ]]
102026-06-22T19:15:45.449Z+ case "$kern" in
112026-06-22T19:15:45.449Z+ groupadd -g 12345 build
122026-06-22T19:15:45.451Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:15:47.454Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:15:47.529Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:15:47.532Z+ home_fs=zfs
162026-06-22T19:15:47.532Z+ [[ zfs == autofs ]]
172026-06-22T19:15:47.532Z+ mkdir -p /home/build
182026-06-22T19:15:47.532Z+ chown build:build /home/build /work
192026-06-22T19:15:49.533Z+ chmod 0700 /home/build /work
202026-06-22T19:15:49.536Zprocess exited: duration 4094 ms, exit code 0
 
212026-06-22T19:15:49.541Zstarting task 1: "rust-toolchain"
222026-06-22T19:15:49.545Z * rust toolchain channel = "1.94.0"
232026-06-22T19:15:49.545Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-06-22T19:15:49.545Z * rust toolchain profile = "default"
252026-06-22T19:15:49.545Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T19:15:49.545Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:15:49.545Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:15:49.548Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:15:49.548Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:15:49.649Zinfo: downloading installer
312026-06-22T19:15:51.126Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:15:51.126Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:15:51.126Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:15:51.126Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:15:51.131Zinfo: profile set to default
362026-06-22T19:15:51.131Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:15:51.140Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:15:51.271Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:15:51.274Zinfo: downloading 6 components
402026-06-22T19:16:06.502Z
412026-06-22T19:16:06.502Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-22T19:16:06.541Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:16:06.541Z
442026-06-22T19:16:06.541Z
452026-06-22T19:16:06.541ZRust is installed now. Great!
462026-06-22T19:16:06.541Z
472026-06-22T19:16:06.541ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:16:06.541Zenvironment variable. This has not been done automatically.
492026-06-22T19:16:06.541Z
502026-06-22T19:16:06.541ZTo configure your current shell, you need to source
512026-06-22T19:16:06.541Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:16:06.541Z
532026-06-22T19:16:06.541ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:16:06.544Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:16:06.544Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:16:06.544Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:16:06.544Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:16:06.544Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:16:06.544Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:16:06.544Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:16:06.544Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:16:06.646Z+ rustup --version
632026-06-22T19:16:06.653Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:16:06.656Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:16:06.675Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:16:06.678Z+ cargo --version
672026-06-22T19:16:06.692Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:16:06.695Z+ rustc --version
692026-06-22T19:16:06.715Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:16:06.718Zprocess exited: duration 17175 ms, exit code 0
 
712026-06-22T19:16:06.722Zstarting task 2: "authentication"
722026-06-22T19:16:06.739Zprocess exited: duration 15 ms, exit code 0
 
732026-06-22T19:16:06.744Zstarting task 3: "clone repository"
742026-06-22T19:16:06.747Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-22T19:16:06.751Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-22T19:16:06.780ZCloning into '/work/oxidecomputer/omicron'...
772026-06-22T19:16:16.807Z+ cd /work/oxidecomputer/omicron
782026-06-22T19:16:16.807Z+ git fetch origin 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
792026-06-22T19:16:17.127ZFrom https://github.com/oxidecomputer/omicron
802026-06-22T19:16:17.127Z * branch 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 -> FETCH_HEAD
812026-06-22T19:16:17.137Z+ [[ -n '' ]]
822026-06-22T19:16:17.137Z+ git reset --hard 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
832026-06-22T19:16:17.380ZHEAD is now at 66d918368 [spr] initial version
842026-06-22T19:16:17.383Zprocess exited: duration 10639 ms, exit code 0
 
852026-06-22T19:16:17.388Zstarting task 4: "build"
862026-06-22T19:16:17.392Z+ source .github/buildomat/ci-env.sh
872026-06-22T19:16:17.392Z++ export CARGO_TERM_COLOR=always
882026-06-22T19:16:17.395Z++ CARGO_TERM_COLOR=always
892026-06-22T19:16:17.395Z+ cargo --version
902026-06-22T19:16:17.402Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-22T19:16:17.404Z+ rustc --version
922026-06-22T19:16:17.425Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-22T19:16:17.427Z+ source ./env.sh
942026-06-22T19:16:17.427Z++ OLD_SHELL_OPTS=ehxB
952026-06-22T19:16:17.427Z++ set -o xtrace
962026-06-22T19:16:17.430Z++++ dirname ./env.sh
972026-06-22T19:16:17.433Z+++ readlink -f .
982026-06-22T19:16:17.435Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-22T19:16:17.435Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-22T19:16:17.435Z++ 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:16:17.435Z++ 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
1022026-06-22T19:16:17.435Z++ 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:16:17.435Z++ 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
1042026-06-22T19:16:17.436Z++ 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:16:17.436Z++ 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
1062026-06-22T19:16:17.436Z++ 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:16:17.436Z++ 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
1082026-06-22T19:16:17.436Z++ 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:16:17.436Z++ case $OLD_SHELL_OPTS in
1102026-06-22T19:16:17.436Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-22T19:16:17.436Z+ 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
1122026-06-22T19:16:17.436Z+ 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:16:17.436Z+ banner prerequisites
1142026-06-22T19:16:17.436Z
1152026-06-22T19:16:17.436Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-06-22T19:16:17.436Z # # # # # # # # # # # # # # #
1172026-06-22T19:16:17.436Z # # # # ##### # # ##### # # # # # #### #
1182026-06-22T19:16:17.436Z ##### ##### # ##### # # # # # # # # #
1192026-06-22T19:16:17.436Z # # # # # # # # # # # # # # #
1202026-06-22T19:16:17.436Z # # # ###### # # ###### ### # #### # #### #
1212026-06-22T19:16:17.436Z
1222026-06-22T19:16:17.436Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-06-22T19:16:18.886Z Startup: Refreshing catalog 'helios' ... Done
1242026-06-22T19:16:18.981Z Startup: Caching catalogs ... Done
1252026-06-22T19:16:19.404ZPlanning: Solver setup ... Done (0.381s)
1262026-06-22T19:16:19.428ZPlanning: Running solver ... Done (0.025s)
1272026-06-22T19:16:19.442ZPlanning: Finding local manifests ... Done (0.002s)
1282026-06-22T19:16:19.452ZPlanning: Fetching manifests: 0/2 0% complete
1292026-06-22T19:16:19.473ZPlanning: Fetching manifests: 2/2 100% complete
1302026-06-22T19:16:19.487ZPlanning: Package planning ... Done (0.014s)
1312026-06-22T19:16:19.489ZPlanning: Merging actions ... Done (0.001s)
1322026-06-22T19:16:19.657ZPlanning: Checking for conflicting actions ... Done (0.168s)
1332026-06-22T19:16:19.660ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-06-22T19:16:20.468ZPlanning: Evaluating mediators ... Done (0.810s)
1352026-06-22T19:16:20.471ZPlanning: Planning completed in 1.47 seconds
1362026-06-22T19:16:20.477Z Packages to install: 2
1372026-06-22T19:16:20.479Z Estimated space available: 156.07 GB
1382026-06-22T19:16:20.479ZEstimated space to be consumed: 28.17 MB
1392026-06-22T19:16:20.479Z Create boot environment: No
1402026-06-22T19:16:20.479ZCreate backup boot environment: No
1412026-06-22T19:16:20.479Z Rebuild boot archive: No
1422026-06-22T19:16:20.479Z
1432026-06-22T19:16:20.479ZChanged packages:
1442026-06-22T19:16:20.479Zhelios
1452026-06-22T19:16:20.479Z developer/build-essential
1462026-06-22T19:16:20.479Z None -> 11-3.0
1472026-06-22T19:16:20.479Z library/libxmlsec1
1482026-06-22T19:16:20.479Z None -> 1.2.35-3.0
1492026-06-22T19:16:20.509Z
1502026-06-22T19:16:20.509ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-06-22T19:16:21.100ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1522026-06-22T19:16:21.158Z Actions: 1/268 actions (Installing new actions)
1532026-06-22T19:16:21.196Z Actions: Completed 268 actions in 0.04 seconds.
1542026-06-22T19:16:21.205ZFinalize: Updating package state database ... Done (0.009s)
1552026-06-22T19:16:21.205ZFinalize: Updating package cache ... Done (0.000s)
1562026-06-22T19:16:21.230ZFinalize: Updating image state ... Done (0.025s)
1572026-06-22T19:16:23.648ZFinalize: Creating fast lookup database ... Done (2.394s)
1582026-06-22T19:16:23.720ZFinalize: Reading search index ... Done (0.012s)
1592026-06-22T19:16:23.723ZFinalize: Updating search index ... Done (0.000s)
1602026-06-22T19:16:23.814ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-22T19:16:24.124ZPlanning: Evaluating mediator changes ... Done
1622026-06-22T19:16:24.226ZPlanning: Checking for conflicting actions ... Done
1632026-06-22T19:16:24.229ZPlanning: Consolidating action changes ... Done
1642026-06-22T19:16:24.381ZPlanning: Evaluating mediators ... Done
1652026-06-22T19:16:24.384ZPlanning: Planning completed in 0.26 seconds
1662026-06-22T19:16:24.404Z Mediators to change: 2
1672026-06-22T19:16:24.404Z Create boot environment: No
1682026-06-22T19:16:24.404ZCreate backup boot environment: No
1692026-06-22T19:16:24.446ZFinalize: Updating package state database ... Done
1702026-06-22T19:16:24.446ZFinalize: Updating package cache ... Done
1712026-06-22T19:16:24.458ZFinalize: Updating image state ... Done
1722026-06-22T19:16:26.401ZFinalize: Creating fast lookup database ... Done
1732026-06-22T19:16:26.462ZFinalize: Reading search index ... Done
1742026-06-22T19:16:26.464ZFinalize: Updating search index ... Done
1752026-06-22T19:16:26.537ZFinalize: Updating package cache ... Done
1762026-06-22T19:16:26.821ZPlanning: Evaluating mediator changes ... Done
1772026-06-22T19:16:26.926ZPlanning: Checking for conflicting actions ... Done
1782026-06-22T19:16:26.929ZPlanning: Consolidating action changes ... Done
1792026-06-22T19:16:27.086ZPlanning: Evaluating mediators ... Done
1802026-06-22T19:16:27.088ZPlanning: Planning completed in 0.27 seconds
1812026-06-22T19:16:27.109Z Mediators to change: 1
1822026-06-22T19:16:27.109Z Create boot environment: No
1832026-06-22T19:16:27.111ZCreate backup boot environment: No
1842026-06-22T19:16:27.160ZFinalize: Updating package state database ... Done
1852026-06-22T19:16:27.160ZFinalize: Updating package cache ... Done
1862026-06-22T19:16:27.174ZFinalize: Updating image state ... Done
1872026-06-22T19:16:29.145ZFinalize: Creating fast lookup database ... Done
1882026-06-22T19:16:29.215ZFinalize: Reading search index ... Done
1892026-06-22T19:16:29.218ZFinalize: Updating search index ... Done
1902026-06-22T19:16:29.273ZFinalize: Updating package cache ... Done
1912026-06-22T19:16:29.585ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922026-06-22T19:16:29.585Zapache system 2.4 system
1932026-06-22T19:16:29.585Zclang system 15 system
1942026-06-22T19:16:29.585Zcsh system system illumos
1952026-06-22T19:16:29.585Zctags system system illumos
1962026-06-22T19:16:29.585Zfile vendor vendor darwinsys
1972026-06-22T19:16:29.585Zfile system system illumos
1982026-06-22T19:16:29.585Zgcc vendor 14 vendor
1992026-06-22T19:16:29.585Zgcc system 13 system
2002026-06-22T19:16:29.585Zgcc system 10 system
2012026-06-22T19:16:29.585Zgo system 1.25 system
2022026-06-22T19:16:29.585Zllvm system 15 system
2032026-06-22T19:16:29.585Zmariadb system 11.4 system
2042026-06-22T19:16:29.585Zmta vendor vendor dma
2052026-06-22T19:16:29.585Zopenjdk system 17 system
2062026-06-22T19:16:29.585Zopenjdk system 11 system
2072026-06-22T19:16:29.585Zopenssl vendor 3 vendor
2082026-06-22T19:16:29.585Zperl system 5.40 system
2092026-06-22T19:16:29.585Zpostgresql system 18 system
2102026-06-22T19:16:29.585Zpostgresql system 17 system
2112026-06-22T19:16:29.585Zpython vendor 3 vendor
2122026-06-22T19:16:29.585Zpython system 2 system
2132026-06-22T19:16:29.585Zpython3 vendor 3.13 vendor
2142026-06-22T19:16:29.585Zruby system 3.4 system
2152026-06-22T19:16:29.585Zruby system 3.0 system
2162026-06-22T19:16:29.586Zwords vendor vendor american-english
2172026-06-22T19:16:29.586Zwords system system australian-english
2182026-06-22T19:16:29.586Zwords system system british-english
2192026-06-22T19:16:29.586Zwords system system canadian-english
2202026-06-22T19:16:29.586Zwords system system french
2212026-06-22T19:16:29.586Zwords system system italian
2222026-06-22T19:16:29.586Zwords system system ngerman
2232026-06-22T19:16:29.586Zwords system system ogerman
2242026-06-22T19:16:29.586Zwords system system spanish
2252026-06-22T19:16:29.834ZPUBLISHER TYPE STATUS P LOCATION
2262026-06-22T19:16:29.834Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2272026-06-22T19:16:30.126ZFMRI IFO
2282026-06-22T19:16:30.126Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2292026-06-22T19:16:30.126Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2302026-06-22T19:16:30.126Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2312026-06-22T19:16:30.126Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2322026-06-22T19:16:30.126Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2332026-06-22T19:16:30.126Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2342026-06-22T19:16:30.126Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2352026-06-22T19:16:30.126Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2362026-06-22T19:16:30.126Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2372026-06-22T19:16:30.396Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2382026-06-22T19:16:30.677Z Updating crates.io index
2392026-06-22T19:16:30.681Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402026-06-22T19:16:30.968Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-22T19:16:31.946Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-06-22T19:16:32.565Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-22T19:16:33.531Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-22T19:16:34.100Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-06-22T19:16:35.610Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-06-22T19:16:36.491Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-06-22T19:16:36.807Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482026-06-22T19:16:37.979Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492026-06-22T19:16:38.350Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2502026-06-22T19:16:38.733Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-06-22T19:16:38.975Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-06-22T19:16:39.569Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-06-22T19:16:40.056Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-06-22T19:16:40.296Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-06-22T19:16:40.738Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-06-22T19:16:41.291Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-06-22T19:16:41.651Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-06-22T19:16:41.872Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-06-22T19:16:42.121Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-06-22T19:16:42.367Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-06-22T19:16:42.769Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-06-22T19:16:43.099Z Updating git repository `https://github.com/oxidecomputer/erebor`
2632026-06-22T19:16:43.534Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2642026-06-22T19:16:44.068Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2652026-06-22T19:16:44.315Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2662026-06-22T19:16:44.668Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672026-06-22T19:16:44.996Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-06-22T19:16:46.491Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-06-22T19:16:46.952Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-06-22T19:16:47.355Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-06-22T19:16:47.678Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-06-22T19:16:48.062Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-22T19:16:48.403Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-06-22T19:16:48.814Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2752026-06-22T19:16:49.344Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-06-22T19:16:49.617Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-06-22T19:16:49.888Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-06-22T19:16:50.185Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-06-22T19:16:52.076Z Downloading crates ...
2802026-06-22T19:16:52.136Z Downloaded block-buffer v0.10.4
2812026-06-22T19:16:52.145Z Downloaded anstyle v1.0.14
2822026-06-22T19:16:52.148Z Downloaded anyhow v1.0.102
2832026-06-22T19:16:52.152Z Downloaded generic-array v0.14.7
2842026-06-22T19:16:52.156Z Downloaded yoke-derive v0.8.1
2852026-06-22T19:16:52.158Z Downloaded fnv v1.0.7
2862026-06-22T19:16:52.158Z Downloaded toml v0.8.23
2872026-06-22T19:16:52.161Z Downloaded digest v0.10.7
2882026-06-22T19:16:52.161Z Downloaded camino v1.2.2
2892026-06-22T19:16:52.164Z Downloaded thread-id v4.2.2
2902026-06-22T19:16:52.164Z Downloaded colorchoice v1.0.4
2912026-06-22T19:16:52.166Z Downloaded macaddr v1.0.1
2922026-06-22T19:16:52.166Z Downloaded heck v0.5.0
2932026-06-22T19:16:52.166Z Downloaded zerofrom v0.1.6
2942026-06-22T19:16:52.169Z Downloaded usdt-macro v0.5.0
2952026-06-22T19:16:52.169Z Downloaded usdt-impl v0.5.0
2962026-06-22T19:16:52.169Z Downloaded cfg-if v1.0.4
2972026-06-22T19:16:52.172Z Downloaded erased-serde v0.4.9
2982026-06-22T19:16:52.174Z Downloaded sha2 v0.10.9
2992026-06-22T19:16:52.177Z Downloaded version_check v0.9.5
3002026-06-22T19:16:52.179Z Downloaded unicode-linebreak v0.1.5
3012026-06-22T19:16:52.179Z Downloaded typeid v1.0.3
3022026-06-22T19:16:52.179Z Downloaded tempfile v3.25.0
3032026-06-22T19:16:52.182Z Downloaded zerofrom-derive v0.1.6
3042026-06-22T19:16:52.182Z Downloaded usdt-attr-macro v0.5.0
3052026-06-22T19:16:52.182Z Downloaded usdt v0.5.0
3062026-06-22T19:16:52.185Z Downloaded utf8_iter v1.0.4
3072026-06-22T19:16:52.185Z Downloaded cargo-util-schemas v0.8.2
3082026-06-22T19:16:52.187Z Downloaded proc-macro2 v1.0.106
3092026-06-22T19:16:52.187Z Downloaded idna_adapter v1.2.1
3102026-06-22T19:16:52.187Z Downloaded toml_datetime v0.6.11
3112026-06-22T19:16:52.190Z Downloaded serde-value v0.7.0
3122026-06-22T19:16:52.190Z Downloaded unicode-xid v0.2.6
3132026-06-22T19:16:52.190Z Downloaded proc-macro-error-attr v1.0.4
3142026-06-22T19:16:52.193Z Downloaded clap_lex v1.0.0
3152026-06-22T19:16:52.195Z Downloaded is_terminal_polyfill v1.70.2
3162026-06-22T19:16:52.198Z Downloaded autocfg v1.5.0
3172026-06-22T19:16:52.201Z Downloaded zerovec-derive v0.11.2
3182026-06-22T19:16:52.203Z Downloaded ucd-trie v0.1.7
3192026-06-22T19:16:52.206Z Downloaded potential_utf v0.1.4
3202026-06-22T19:16:52.206Z Downloaded thiserror v2.0.18
3212026-06-22T19:16:52.209Z Downloaded itoa v1.0.17
3222026-06-22T19:16:52.211Z Downloaded yoke v0.8.1
3232026-06-22T19:16:52.211Z Downloaded toml_write v0.1.2
3242026-06-22T19:16:52.211Z Downloaded thiserror-impl v2.0.18
3252026-06-22T19:16:52.214Z Downloaded tinystr v0.8.2
3262026-06-22T19:16:52.214Z Downloaded smawk v0.3.2
3272026-06-22T19:16:52.217Z Downloaded scroll_derive v0.12.1
3282026-06-22T19:16:52.217Z Downloaded ordered-float v2.10.1
3292026-06-22T19:16:52.217Z Downloaded crypto-common v0.1.7
3302026-06-22T19:16:52.219Z Downloaded zmij v1.0.21
3312026-06-22T19:16:52.219Z Downloaded writeable v0.6.2
3322026-06-22T19:16:52.222Z Downloaded textwrap v0.16.2
3332026-06-22T19:16:52.224Z Downloaded thiserror-impl v1.0.69
3342026-06-22T19:16:52.224Z Downloaded thiserror v1.0.69
3352026-06-22T19:16:52.229Z Downloaded anstyle-query v1.1.5
3362026-06-22T19:16:52.232Z Downloaded fastrand v2.3.0
3372026-06-22T19:16:52.234Z Downloaded utf8parse v0.2.2
3382026-06-22T19:16:52.234Z Downloaded zerocopy-derive v0.7.35
3392026-06-22T19:16:52.237Z Downloaded equivalent v1.0.2
3402026-06-22T19:16:52.237Z Downloaded pretty-hex v0.4.1
3412026-06-22T19:16:52.240Z Downloaded swrite v0.1.0
3422026-06-22T19:16:52.240Z Downloaded terminal_size v0.4.3
3432026-06-22T19:16:52.240Z Downloaded stable_deref_trait v1.2.1
3442026-06-22T19:16:52.240Z Downloaded cpufeatures v0.2.17
3452026-06-22T19:16:52.243Z Downloaded form_urlencoded v1.2.2
3462026-06-22T19:16:52.245Z Downloaded zerotrie v0.2.3
3472026-06-22T19:16:52.248Z Downloaded toml_edit v0.22.27
3482026-06-22T19:16:52.250Z Downloaded heck v0.4.1
3492026-06-22T19:16:52.250Z Downloaded dof v0.3.0
3502026-06-22T19:16:52.250Z Downloaded unicode-ident v1.0.24
3512026-06-22T19:16:52.253Z Downloaded typenum v1.19.0
3522026-06-22T19:16:52.255Z Downloaded url v2.5.8
3532026-06-22T19:16:52.256Z Downloaded displaydoc v0.2.5
3542026-06-22T19:16:52.259Z Downloaded anstream v1.0.0
3552026-06-22T19:16:52.263Z Downloaded memmap v0.7.0
3562026-06-22T19:16:52.266Z Downloaded dtrace-parser v0.2.0
3572026-06-22T19:16:52.269Z Downloaded zerovec v0.11.5
3582026-06-22T19:16:52.271Z Downloaded zerocopy v0.7.35
3592026-06-22T19:16:52.281Z Downloaded synstructure v0.13.2
3602026-06-22T19:16:52.283Z Downloaded unicode-width v0.1.14
3612026-06-22T19:16:52.288Z Downloaded winnow v0.7.14
3622026-06-22T19:16:52.290Z Downloaded papergrid v0.11.0
3632026-06-22T19:16:52.293Z Downloaded plain v0.2.3
3642026-06-22T19:16:52.293Z Downloaded bytecount v0.6.9
3652026-06-22T19:16:52.296Z Downloaded unicode-width v0.2.0
3662026-06-22T19:16:52.298Z Downloaded serde_spanned v0.6.9
3672026-06-22T19:16:52.298Z Downloaded strsim v0.11.1
3682026-06-22T19:16:52.298Z Downloaded percent-encoding v2.3.2
3692026-06-22T19:16:52.301Z Downloaded errno v0.3.14
3702026-06-22T19:16:52.301Z Downloaded cargo-platform v0.2.0
3712026-06-22T19:16:52.304Z Downloaded proc-macro-error v1.0.4
3722026-06-22T19:16:52.310Z Downloaded cargo_toml v0.21.0
3732026-06-22T19:16:52.313Z Downloaded byteorder v1.5.0
3742026-06-22T19:16:52.328Z Downloaded serde_tokenstream v0.2.3
3752026-06-22T19:16:52.330Z Downloaded scroll v0.12.0
3762026-06-22T19:16:52.330Z Downloaded fs-err v3.3.0
3772026-06-22T19:16:52.333Z Downloaded tabled_derive v0.7.0
3782026-06-22T19:16:52.333Z Downloaded serde-untagged v0.1.9
3792026-06-22T19:16:52.336Z Downloaded quote v1.0.45
3802026-06-22T19:16:52.338Z Downloaded smallvec v1.15.1
3812026-06-22T19:16:52.341Z Downloaded cargo_metadata v0.21.0
3822026-06-22T19:16:52.343Z Downloaded anstyle-parse v1.0.0
3832026-06-22T19:16:52.343Z Downloaded camino-tempfile v1.4.1
3842026-06-22T19:16:52.349Z Downloaded indexmap v2.14.0
3852026-06-22T19:16:52.353Z Downloaded clap_derive v4.6.1
3862026-06-22T19:16:52.359Z Downloaded semver v1.0.28
3872026-06-22T19:16:52.362Z Downloaded num-traits v0.2.19
3882026-06-22T19:16:52.365Z Downloaded litemap v0.8.1
3892026-06-22T19:16:52.368Z Downloaded serde_derive v1.0.228
3902026-06-22T19:16:52.370Z Downloaded pest_generator v2.8.6
3912026-06-22T19:16:52.376Z Downloaded icu_provider v2.1.1
3922026-06-22T19:16:52.378Z Downloaded bitflags v2.11.0
3932026-06-22T19:16:52.392Z Downloaded once_cell v1.21.3
3942026-06-22T19:16:52.395Z Downloaded getrandom v0.4.1
3952026-06-22T19:16:52.397Z Downloaded memchr v2.8.0
3962026-06-22T19:16:52.400Z Downloaded serde_core v1.0.228
3972026-06-22T19:16:52.400Z Downloaded clap v4.6.1
3982026-06-22T19:16:52.405Z Downloaded log v0.4.29
3992026-06-22T19:16:52.407Z Downloaded icu_normalizer v2.1.1
4002026-06-22T19:16:52.410Z Downloaded icu_normalizer_data v2.1.1
4012026-06-22T19:16:52.417Z Downloaded icu_locale_core v2.1.1
4022026-06-22T19:16:52.420Z Downloaded icu_properties v2.1.2
4032026-06-22T19:16:52.427Z Downloaded icu_collections v2.1.1
4042026-06-22T19:16:52.435Z Downloaded pest_derive v2.8.6
4052026-06-22T19:16:52.439Z Downloaded serde v1.0.228
4062026-06-22T19:16:52.442Z Downloaded pest_meta v2.8.6
4072026-06-22T19:16:52.460Z Downloaded serde_json v1.0.149
4082026-06-22T19:16:52.481Z Downloaded pest v2.8.6
4092026-06-22T19:16:52.489Z Downloaded idna v1.1.0
4102026-06-22T19:16:52.498Z Downloaded hashbrown v0.17.0
4112026-06-22T19:16:52.506Z Downloaded icu_properties_data v2.1.2
4122026-06-22T19:16:52.510Z Downloaded goblin v0.8.2
4132026-06-22T19:16:52.514Z Downloaded clap_builder v4.6.0
4142026-06-22T19:16:52.525Z Downloaded tabled v0.15.0
4152026-06-22T19:16:52.533Z Downloaded syn v1.0.109
4162026-06-22T19:16:52.547Z Downloaded syn v2.0.117
4172026-06-22T19:16:52.553Z Downloaded rustix v1.1.3
4182026-06-22T19:16:52.583Z Downloaded libc v0.2.185
4192026-06-22T19:16:52.652Z Compiling proc-macro2 v1.0.106
4202026-06-22T19:16:52.652Z Compiling quote v1.0.45
4212026-06-22T19:16:52.652Z Compiling unicode-ident v1.0.24
4222026-06-22T19:16:52.655Z Compiling serde_core v1.0.228
4232026-06-22T19:16:52.655Z Compiling libc v0.2.185
4242026-06-22T19:16:52.655Z Compiling version_check v0.9.5
4252026-06-22T19:16:52.655Z Compiling memchr v2.8.0
4262026-06-22T19:16:52.655Z Compiling serde v1.0.228
4272026-06-22T19:16:52.994Z Compiling stable_deref_trait v1.2.1
4282026-06-22T19:16:53.070Z Compiling zmij v1.0.21
4292026-06-22T19:16:53.214Z Compiling itoa v1.0.17
4302026-06-22T19:16:53.217Z Compiling ucd-trie v0.1.7
4312026-06-22T19:16:53.243Z Compiling thiserror v1.0.69
4322026-06-22T19:16:53.475Z Compiling autocfg v1.5.0
4332026-06-22T19:16:53.526Z Compiling pest v2.8.6
4342026-06-22T19:16:53.644Z Compiling writeable v0.6.2
4352026-06-22T19:16:53.660Z Compiling litemap v0.8.1
4362026-06-22T19:16:53.722Z Compiling byteorder v1.5.0
4372026-06-22T19:16:53.856Z Compiling rustix v1.1.3
4382026-06-22T19:16:53.906Z Compiling icu_properties_data v2.1.2
4392026-06-22T19:16:54.088Z Compiling syn v2.0.117
4402026-06-22T19:16:54.114Z Compiling icu_normalizer_data v2.1.1
4412026-06-22T19:16:54.149Z Compiling errno v0.3.14
4422026-06-22T19:16:54.320Z Compiling serde_json v1.0.149
4432026-06-22T19:16:54.335Z Compiling bitflags v2.11.0
4442026-06-22T19:16:54.453Z Compiling num-traits v0.2.19
4452026-06-22T19:16:54.567Z Compiling equivalent v1.0.2
4462026-06-22T19:16:54.584Z Compiling pest_meta v2.8.6
4472026-06-22T19:16:54.645Z Compiling typeid v1.0.3
4482026-06-22T19:16:54.667Z Compiling smallvec v1.15.1
4492026-06-22T19:16:54.891Z Compiling hashbrown v0.17.0
4502026-06-22T19:16:55.025Z Compiling thread-id v4.2.2
4512026-06-22T19:16:55.114Z Compiling usdt-impl v0.5.0
4522026-06-22T19:16:55.142Z Compiling proc-macro-error-attr v1.0.4
4532026-06-22T19:16:55.180Z Compiling erased-serde v0.4.9
4542026-06-22T19:16:55.325Z Compiling syn v1.0.109
4552026-06-22T19:16:55.328Z Compiling toml_write v0.1.2
4562026-06-22T19:16:55.448Z Compiling indexmap v2.14.0
4572026-06-22T19:16:55.464Z Compiling winnow v0.7.14
4582026-06-22T19:16:55.914Z Compiling proc-macro-error v1.0.4
4592026-06-22T19:16:56.073Z Compiling thiserror v2.0.18
4602026-06-22T19:16:56.113Z Compiling getrandom v0.4.1
4612026-06-22T19:16:56.251Z Compiling utf8_iter v1.0.4
4622026-06-22T19:16:56.376Z Compiling utf8parse v0.2.2
4632026-06-22T19:16:56.412Z Compiling plain v0.2.3
4642026-06-22T19:16:56.421Z Compiling camino v1.2.2
4652026-06-22T19:16:56.440Z Compiling percent-encoding v2.3.2
4662026-06-22T19:16:56.458Z Compiling log v0.4.29
4672026-06-22T19:16:56.540Z Compiling anstyle-parse v1.0.0
4682026-06-22T19:16:56.660Z Compiling form_urlencoded v1.2.2
4692026-06-22T19:16:56.682Z Compiling ordered-float v2.10.1
4702026-06-22T19:16:56.792Z Compiling synstructure v0.13.2
4712026-06-22T19:16:56.855Z Compiling pest_generator v2.8.6
4722026-06-22T19:16:57.002Z Compiling terminal_size v0.4.3
4732026-06-22T19:16:57.089Z Compiling is_terminal_polyfill v1.70.2
4742026-06-22T19:16:57.161Z Compiling colorchoice v1.0.4
4752026-06-22T19:16:57.219Z Compiling anstyle-query v1.1.5
4762026-06-22T19:16:57.258Z Compiling pretty-hex v0.4.1
4772026-06-22T19:16:57.258Z Compiling cfg-if v1.0.4
4782026-06-22T19:16:57.282Z Compiling anstyle v1.0.14
4792026-06-22T19:16:57.384Z Compiling serde-untagged v0.1.9
4802026-06-22T19:16:57.445Z Compiling semver v1.0.28
4812026-06-22T19:16:57.473Z Compiling anstream v1.0.0
4822026-06-22T19:16:57.535Z Compiling fs-err v3.3.0
4832026-06-22T19:16:57.595Z Compiling anyhow v1.0.102
4842026-06-22T19:16:57.723Z Compiling clap_lex v1.0.0
4852026-06-22T19:16:57.744Z Compiling heck v0.5.0
4862026-06-22T19:16:57.761Z Compiling bytecount v0.6.9
4872026-06-22T19:16:57.770Z Compiling strsim v0.11.1
4882026-06-22T19:16:57.893Z Compiling once_cell v1.21.3
4892026-06-22T19:16:57.909Z Compiling heck v0.4.1
4902026-06-22T19:16:58.011Z Compiling unicode-width v0.1.14
4912026-06-22T19:16:58.101Z Compiling unicode-xid v0.2.6
4922026-06-22T19:16:58.139Z Compiling fnv v1.0.7
4932026-06-22T19:16:58.161Z Compiling fastrand v2.3.0
4942026-06-22T19:16:58.224Z Compiling papergrid v0.11.0
4952026-06-22T19:16:58.249Z Compiling clap_builder v4.6.0
4962026-06-22T19:16:58.374Z Compiling tempfile v3.25.0
4972026-06-22T19:16:58.398Z Compiling memmap v0.7.0
4982026-06-22T19:16:58.472Z Compiling smawk v0.3.2
4992026-06-22T19:16:58.495Z Compiling serde_derive v1.0.228
5002026-06-22T19:16:58.597Z Compiling zerofrom-derive v0.1.6
5012026-06-22T19:16:58.637Z Compiling yoke-derive v0.8.1
5022026-06-22T19:16:58.745Z Compiling zerovec-derive v0.11.2
5032026-06-22T19:16:58.880Z Compiling displaydoc v0.2.5
5042026-06-22T19:16:59.651Z Compiling thiserror-impl v1.0.69
5052026-06-22T19:16:59.683Z Compiling zerocopy-derive v0.7.35
5062026-06-22T19:16:59.789Z Compiling pest_derive v2.8.6
5072026-06-22T19:16:59.889Z Compiling scroll_derive v0.12.1
5082026-06-22T19:17:00.005Z Compiling zerofrom v0.1.6
5092026-06-22T19:17:00.144Z Compiling yoke v0.8.1
5102026-06-22T19:17:00.216Z Compiling thiserror-impl v2.0.18
5112026-06-22T19:17:00.346Z Compiling zerovec v0.11.5
5122026-06-22T19:17:00.589Z Compiling zerotrie v0.2.3
5132026-06-22T19:17:00.641Z Compiling zerocopy v0.7.35
5142026-06-22T19:17:00.906Z Compiling tinystr v0.8.2
5152026-06-22T19:17:01.042Z Compiling potential_utf v0.1.4
5162026-06-22T19:17:01.146Z Compiling icu_locale_core v2.1.1
5172026-06-22T19:17:01.146Z Compiling icu_collections v2.1.1
5182026-06-22T19:17:01.146Z Compiling dtrace-parser v0.2.0
5192026-06-22T19:17:01.210Z Compiling scroll v0.12.0
5202026-06-22T19:17:01.345Z Compiling tabled_derive v0.7.0
5212026-06-22T19:17:01.420Z Compiling goblin v0.8.2
5222026-06-22T19:17:01.513Z Compiling clap_derive v4.6.1
5232026-06-22T19:17:01.686Z Compiling icu_provider v2.1.1
5242026-06-22T19:17:01.807Z Compiling unicode-linebreak v0.1.5
5252026-06-22T19:17:01.922Z Compiling icu_normalizer v2.1.1
5262026-06-22T19:17:01.980Z Compiling serde_spanned v0.6.9
5272026-06-22T19:17:02.018Z Compiling toml_datetime v0.6.11
5282026-06-22T19:17:02.045Z Compiling icu_properties v2.1.2
5292026-06-22T19:17:02.063Z Compiling dof v0.3.0
5302026-06-22T19:17:02.129Z Compiling serde_tokenstream v0.2.3
5312026-06-22T19:17:02.188Z Compiling serde-value v0.7.0
5322026-06-22T19:17:02.282Z Compiling toml_edit v0.22.27
5332026-06-22T19:17:02.445Z Compiling cargo-platform v0.2.0
5342026-06-22T19:17:02.476Z Compiling unicode-width v0.2.0
5352026-06-22T19:17:02.550Z Compiling tabled v0.15.0
5362026-06-22T19:17:02.718Z Compiling textwrap v0.16.2
5372026-06-22T19:17:02.753Z Compiling macaddr v1.0.1
5382026-06-22T19:17:02.985Z Compiling idna_adapter v1.2.1
5392026-06-22T19:17:03.071Z Compiling usdt-attr-macro v0.5.0
5402026-06-22T19:17:03.136Z Compiling idna v1.1.0
5412026-06-22T19:17:03.136Z Compiling usdt-macro v0.5.0
5422026-06-22T19:17:03.186Z Compiling camino-tempfile v1.4.1
5432026-06-22T19:17:03.249Z Compiling clap v4.6.1
5442026-06-22T19:17:03.420Z Compiling url v2.5.8
5452026-06-22T19:17:03.708Z Compiling toml v0.8.23
5462026-06-22T19:17:03.792Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472026-06-22T19:17:04.061Z Compiling cargo-util-schemas v0.8.2
5482026-06-22T19:17:04.080Z Compiling cargo_toml v0.21.0
5492026-06-22T19:17:04.351Z Compiling swrite v0.1.0
5502026-06-22T19:17:04.578Z Compiling usdt v0.5.0
5512026-06-22T19:17:05.060Z Compiling cargo_metadata v0.21.0
5522026-06-22T19:17:06.004Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5532026-06-22T19:17:08.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.86s
5542026-06-22T19:17:08.301Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5552026-06-22T19:17:08.792Z Downloading crates ...
5562026-06-22T19:17:08.890Z Downloaded arrayref v0.3.9
5572026-06-22T19:17:08.898Z Downloaded ascii-canvas v3.0.0
5582026-06-22T19:17:08.901Z Downloaded arrayvec v0.7.6
5592026-06-22T19:17:08.907Z Downloaded async-recursion v1.1.1
5602026-06-22T19:17:08.910Z Downloaded crc8 v0.1.1
5612026-06-22T19:17:08.912Z Downloaded bitfield-macros v0.19.4
5622026-06-22T19:17:08.912Z Downloaded atomicwrites v0.4.4
5632026-06-22T19:17:08.912Z Downloaded assert_matches v1.5.0
5642026-06-22T19:17:08.915Z Downloaded adler2 v2.0.1
5652026-06-22T19:17:08.917Z Downloaded ena v0.14.4
5662026-06-22T19:17:08.917Z Downloaded downcast-rs v2.0.2
5672026-06-22T19:17:08.921Z Downloaded document-features v0.2.12
5682026-06-22T19:17:08.924Z Downloaded darling_core v0.21.3
5692026-06-22T19:17:08.926Z Downloaded derive_builder_macro v0.20.2
5702026-06-22T19:17:08.926Z Downloaded derive_builder v0.20.2
5712026-06-22T19:17:08.929Z Downloaded embedded-io v0.4.0
5722026-06-22T19:17:08.931Z Downloaded fixedbitset v0.5.7
5732026-06-22T19:17:08.934Z Downloaded der v0.7.10
5742026-06-22T19:17:08.937Z Downloaded derive-ex v0.1.8
5752026-06-22T19:17:08.937Z Downloaded compression-codecs v0.4.37
5762026-06-22T19:17:08.939Z Downloaded futures v0.3.32
5772026-06-22T19:17:08.942Z Downloaded console v0.16.2
5782026-06-22T19:17:08.945Z Downloaded futures-executor v0.3.32
5792026-06-22T19:17:08.945Z Downloaded cmake v0.1.57
5802026-06-22T19:17:08.948Z Downloaded crc-catalog v2.4.0
5812026-06-22T19:17:08.948Z Downloaded cfg_aliases v0.1.1
5822026-06-22T19:17:08.948Z Downloaded async-compression v0.4.41
5832026-06-22T19:17:08.951Z Downloaded ciborium v0.2.2
5842026-06-22T19:17:08.954Z Downloaded crypto-bigint v0.5.5
5852026-06-22T19:17:08.956Z Downloaded bit-set v0.5.3
5862026-06-22T19:17:08.960Z Downloaded async-stream-impl v0.3.6
5872026-06-22T19:17:08.960Z Downloaded anstyle-parse v0.2.7
5882026-06-22T19:17:08.960Z Downloaded crunchy v0.2.4
5892026-06-22T19:17:08.966Z Downloaded atty v0.2.14
5902026-06-22T19:17:08.966Z Downloaded ar_archive_writer v0.5.1
5912026-06-22T19:17:08.969Z Downloaded base16ct v0.2.0
5922026-06-22T19:17:08.969Z Downloaded cassowary v0.3.0
5932026-06-22T19:17:08.969Z Downloaded cargo_metadata v0.23.1
5942026-06-22T19:17:08.969Z Downloaded dtrace-parser v0.3.0
5952026-06-22T19:17:08.969Z Downloaded darling_macro v0.23.0
5962026-06-22T19:17:08.969Z Downloaded bit-vec v0.6.3
5972026-06-22T19:17:08.969Z Downloaded backoff v0.4.0
5982026-06-22T19:17:08.984Z Downloaded async-bb8-diesel v0.2.1
5992026-06-22T19:17:08.984Z Downloaded darling_macro v0.21.3
6002026-06-22T19:17:08.987Z Downloaded crc-any v2.5.0
6012026-06-22T19:17:08.988Z Downloaded bitfield-struct v0.6.2
6022026-06-22T19:17:08.988Z Downloaded dunce v1.0.5
6032026-06-22T19:17:08.988Z Downloaded diesel_table_macro_syntax v0.3.0
6042026-06-22T19:17:08.988Z Downloaded cstr-argument v0.1.2
6052026-06-22T19:17:08.988Z Downloaded foreign-types v0.3.2
6062026-06-22T19:17:08.988Z Downloaded float-ord v0.3.2
6072026-06-22T19:17:08.992Z Downloaded convert_case v0.4.0
6082026-06-22T19:17:08.992Z Downloaded array-init v0.0.4
6092026-06-22T19:17:08.993Z Downloaded endian-type v0.1.2
6102026-06-22T19:17:08.993Z Downloaded crucible-workspace-hack v0.1.0
6112026-06-22T19:17:09.024Z Downloaded cargo-platform v0.3.2
6122026-06-22T19:17:09.025Z Downloaded aead v0.5.2
6132026-06-22T19:17:09.025Z Downloaded bcrypt-pbkdf v0.10.0
6142026-06-22T19:17:09.025Z Downloaded darling v0.21.3
6152026-06-22T19:17:09.028Z Downloaded flate2 v1.1.9
6162026-06-22T19:17:09.028Z Downloaded convert_case v0.10.0
6172026-06-22T19:17:09.028Z Downloaded ctr v0.9.2
6182026-06-22T19:17:09.028Z Downloaded chacha20 v0.10.0
6192026-06-22T19:17:09.029Z Downloaded erased-serde v0.3.31
6202026-06-22T19:17:09.029Z Downloaded bb8 v0.8.6
6212026-06-22T19:17:09.029Z Downloaded derive_more v2.1.1
6222026-06-22T19:17:09.029Z Downloaded fatfs v0.3.6
6232026-06-22T19:17:09.029Z Downloaded flagset v0.4.7
6242026-06-22T19:17:09.029Z Downloaded defmt-parser v1.0.0
6252026-06-22T19:17:09.029Z Downloaded difflib v0.4.0
6262026-06-22T19:17:09.029Z Downloaded atomic-waker v1.1.2
6272026-06-22T19:17:09.029Z Downloaded env_logger v0.11.9
6282026-06-22T19:17:09.029Z Downloaded enum-as-inner v0.6.1
6292026-06-22T19:17:09.029Z Downloaded defmt v0.3.100
6302026-06-22T19:17:09.029Z Downloaded cexpr v0.6.0
6312026-06-22T19:17:09.029Z Downloaded camino-tempfile-ext v0.3.3
6322026-06-22T19:17:09.029Z Downloaded argon2 v0.5.3
6332026-06-22T19:17:09.033Z Downloaded compression-core v0.4.31
6342026-06-22T19:17:09.033Z Downloaded cfg_aliases v0.2.1
6352026-06-22T19:17:09.033Z Downloaded dirs-sys-next v0.1.2
6362026-06-22T19:17:09.033Z Downloaded critical-section v1.2.0
6372026-06-22T19:17:09.037Z Downloaded buf-list v1.1.2
6382026-06-22T19:17:09.037Z Downloaded derive-where v1.6.0
6392026-06-22T19:17:09.040Z Downloaded cpufeatures v0.3.0
6402026-06-22T19:17:09.040Z Downloaded dropshot-api-manager-types v0.7.2
6412026-06-22T19:17:09.040Z Downloaded debug-ignore v1.0.5
6422026-06-22T19:17:09.043Z Downloaded castaway v0.2.4
6432026-06-22T19:17:09.043Z Downloaded dof v0.4.0
6442026-06-22T19:17:09.043Z Downloaded ciborium-io v0.2.2
6452026-06-22T19:17:09.046Z Downloaded ciborium-ll v0.2.2
6462026-06-22T19:17:09.046Z Downloaded async-stream v0.3.6
6472026-06-22T19:17:09.046Z Downloaded bit-set v0.8.0
6482026-06-22T19:17:09.079Z Downloaded dyn-clone v1.0.20
6492026-06-22T19:17:09.080Z Downloaded env_filter v1.0.0
6502026-06-22T19:17:09.080Z Downloaded darling_macro v0.13.4
6512026-06-22T19:17:09.080Z Downloaded darling v0.20.11
6522026-06-22T19:17:09.080Z Downloaded colored v3.1.1
6532026-06-22T19:17:09.080Z Downloaded backon v1.6.0
6542026-06-22T19:17:09.080Z Downloaded clang-sys v1.8.1
6552026-06-22T19:17:09.080Z Downloaded byte-wrapper v0.1.0
6562026-06-22T19:17:09.080Z Downloaded embedded-io v0.6.1
6572026-06-22T19:17:09.080Z Downloaded block-padding v0.3.3
6582026-06-22T19:17:09.080Z Downloaded crc v3.4.0
6592026-06-22T19:17:09.080Z Downloaded futures-io v0.3.32
6602026-06-22T19:17:09.080Z Downloaded futures-core v0.3.32
6612026-06-22T19:17:09.080Z Downloaded funty v2.0.0
6622026-06-22T19:17:09.080Z Downloaded cobs v0.3.0
6632026-06-22T19:17:09.080Z Downloaded fixedbitset v0.4.2
6642026-06-22T19:17:09.080Z Downloaded bcs v0.1.6
6652026-06-22T19:17:09.080Z Downloaded fd-lock v4.0.4
6662026-06-22T19:17:09.080Z Downloaded filetime v0.2.27
6672026-06-22T19:17:09.080Z Downloaded daft v0.1.7
6682026-06-22T19:17:09.080Z Downloaded base64 v0.21.7
6692026-06-22T19:17:09.080Z Downloaded bitfield v0.19.4
6702026-06-22T19:17:09.080Z Downloaded async-trait v0.1.89
6712026-06-22T19:17:09.085Z Downloaded daft-derive v0.1.7
6722026-06-22T19:17:09.085Z Downloaded bit-vec v0.8.0
6732026-06-22T19:17:09.085Z Downloaded foreign-types v0.5.0
6742026-06-22T19:17:09.088Z Downloaded cipher v0.4.4
6752026-06-22T19:17:09.088Z Downloaded ghash v0.5.1
6762026-06-22T19:17:09.088Z Downloaded globwalk v0.9.1
6772026-06-22T19:17:09.088Z Downloaded gethostname v0.5.0
6782026-06-22T19:17:09.090Z Downloaded foreign-types-shared v0.1.1
6792026-06-22T19:17:09.091Z Downloaded dirs-next v2.0.0
6802026-06-22T19:17:09.091Z Downloaded curve25519-dalek-derive v0.1.1
6812026-06-22T19:17:09.091Z Downloaded display-error-chain v0.2.2
6822026-06-22T19:17:09.094Z Downloaded cbc v0.1.2
6832026-06-22T19:17:09.094Z Downloaded blowfish v0.9.1
6842026-06-22T19:17:09.094Z Downloaded darling_macro v0.20.11
6852026-06-22T19:17:09.096Z Downloaded hex-literal v0.4.1
6862026-06-22T19:17:09.096Z Downloaded corncobs v0.1.4
6872026-06-22T19:17:09.096Z Downloaded base64ct v1.8.3
6882026-06-22T19:17:09.099Z Downloaded float-cmp v0.10.0
6892026-06-22T19:17:09.099Z Downloaded ed25519 v2.2.3
6902026-06-22T19:17:09.102Z Downloaded ecdsa v0.16.9
6912026-06-22T19:17:09.105Z Downloaded find-msvc-tools v0.1.9
6922026-06-22T19:17:09.105Z Downloaded constant_time_eq v0.4.2
6932026-06-22T19:17:09.105Z Downloaded either v1.15.0
6942026-06-22T19:17:09.108Z Downloaded fallible-iterator v0.2.0
6952026-06-22T19:17:09.108Z Downloaded der_derive v0.7.3
6962026-06-22T19:17:09.108Z Downloaded chacha20 v0.9.1
6972026-06-22T19:17:09.110Z Downloaded const-oid v0.9.6
6982026-06-22T19:17:09.113Z Downloaded csv-core v0.1.13
6992026-06-22T19:17:09.116Z Downloaded git-stub v1.0.0
7002026-06-22T19:17:09.116Z Downloaded darling v0.13.4
7012026-06-22T19:17:09.119Z Downloaded des v0.8.1
7022026-06-22T19:17:09.119Z Downloaded darling_core v0.23.0
7032026-06-22T19:17:09.122Z Downloaded ff v0.13.1
7042026-06-22T19:17:09.124Z Downloaded http-range v0.1.5
7052026-06-22T19:17:09.124Z Downloaded darling v0.23.0
7062026-06-22T19:17:09.127Z Downloaded crossbeam-channel v0.5.15
7072026-06-22T19:17:09.130Z Downloaded futures-sink v0.3.32
7082026-06-22T19:17:09.130Z Downloaded defmt-macros v1.0.1
7092026-06-22T19:17:09.133Z Downloaded hostname v0.3.1
7102026-06-22T19:17:09.133Z Downloaded headers-core v0.3.0
7112026-06-22T19:17:09.133Z Downloaded foreign-types-shared v0.3.1
7122026-06-22T19:17:09.136Z Downloaded ident_case v1.0.1
7132026-06-22T19:17:09.136Z Downloaded hubpack_derive v0.1.1
7142026-06-22T19:17:09.136Z Downloaded hubpack v0.1.2
7152026-06-22T19:17:09.138Z Downloaded derive_builder_core v0.20.2
7162026-06-22T19:17:09.138Z Downloaded foreign-types-macros v0.2.3
7172026-06-22T19:17:09.141Z Downloaded console v0.15.11
7182026-06-22T19:17:09.141Z Downloaded dsl_auto_type v0.2.0
7192026-06-22T19:17:09.143Z Downloaded deranged v0.5.8
7202026-06-22T19:17:09.143Z Downloaded crossbeam-deque v0.8.6
7212026-06-22T19:17:09.146Z Downloaded const_format_proc_macros v0.2.34
7222026-06-22T19:17:09.146Z Downloaded fs_extra v1.3.0
7232026-06-22T19:17:09.148Z Downloaded defmt v1.0.1
7242026-06-22T19:17:09.151Z Downloaded is-terminal v0.4.17
7252026-06-22T19:17:09.151Z Downloaded hostname v0.4.2
7262026-06-22T19:17:09.154Z Downloaded indoc v1.0.9
7272026-06-22T19:17:09.154Z Downloaded foldhash v0.2.0
7282026-06-22T19:17:09.156Z Downloaded colored v2.2.0
7292026-06-22T19:17:09.156Z Downloaded bzip2 v0.6.1
7302026-06-22T19:17:09.159Z Downloaded globset v0.4.18
7312026-06-22T19:17:09.161Z Downloaded diff v0.1.13
7322026-06-22T19:17:09.164Z Downloaded glob v0.3.3
7332026-06-22T19:17:09.164Z Downloaded foldhash v0.1.5
7342026-06-22T19:17:09.164Z Downloaded diesel-dtrace v0.5.0
7352026-06-22T19:17:09.166Z Downloaded data-encoding v2.10.0
7362026-06-22T19:17:09.166Z Downloaded crossbeam-epoch v0.9.18
7372026-06-22T19:17:09.169Z Downloaded bitflags v1.3.2
7382026-06-22T19:17:09.171Z Downloaded bzip2 v0.4.4
7392026-06-22T19:17:09.174Z Downloaded derive_more v0.99.20
7402026-06-22T19:17:09.176Z Downloaded highway v1.3.0
7412026-06-22T19:17:09.176Z Downloaded instant v0.1.13
7422026-06-22T19:17:09.179Z Downloaded lazy_static v1.5.0
7432026-06-22T19:17:09.179Z Downloaded expectorate v1.2.0
7442026-06-22T19:17:09.181Z Downloaded fxhash v0.2.1
7452026-06-22T19:17:09.181Z Downloaded blake2 v0.10.6
7462026-06-22T19:17:09.184Z Downloaded hash32 v0.2.1
7472026-06-22T19:17:09.184Z Downloaded futures-macro v0.3.32
7482026-06-22T19:17:09.188Z Downloaded hex v0.4.3
7492026-06-22T19:17:09.188Z Downloaded kstat-rs v0.2.4
7502026-06-22T19:17:09.190Z Downloaded indent_write v2.2.0
7512026-06-22T19:17:09.190Z Downloaded hash32 v0.3.1
7522026-06-22T19:17:09.190Z Downloaded crossterm v0.28.1
7532026-06-22T19:17:09.194Z Downloaded internet-checksum v0.2.1
7542026-06-22T19:17:09.197Z Downloaded humantime v2.3.0
7552026-06-22T19:17:09.197Z Downloaded anstream v0.6.21
7562026-06-22T19:17:09.199Z Downloaded ipnet v2.11.0
7572026-06-22T19:17:09.199Z Downloaded match_cfg v0.1.0
7582026-06-22T19:17:09.201Z Downloaded futures-task v0.3.32
7592026-06-22T19:17:09.202Z Downloaded dropshot_endpoint v0.17.0
7602026-06-22T19:17:09.204Z Downloaded group v0.13.0
7612026-06-22T19:17:09.207Z Downloaded fs-err v2.11.0
7622026-06-22T19:17:09.207Z Downloaded lzss v0.8.2
7632026-06-22T19:17:09.210Z Downloaded drift v0.2.0
7642026-06-22T19:17:09.214Z Downloaded lru v0.12.5
7652026-06-22T19:17:09.216Z Downloaded lalrpop-util v0.19.12
7662026-06-22T19:17:09.216Z Downloaded darling_core v0.13.4
7672026-06-22T19:17:09.219Z Downloaded keccak v0.1.6
7682026-06-22T19:17:09.221Z Downloaded home v0.5.12
7692026-06-22T19:17:09.222Z Downloaded cancel-safe-futures v0.1.5
7702026-06-22T19:17:09.224Z Downloaded memoffset v0.9.1
7712026-06-22T19:17:09.224Z Downloaded maybe-uninit v2.0.0
7722026-06-22T19:17:09.225Z Downloaded http-body-util v0.1.3
7732026-06-22T19:17:09.227Z Downloaded newtype-uuid-macros v0.1.0
7742026-06-22T19:17:09.227Z Downloaded newline-converter v0.3.0
7752026-06-22T19:17:09.227Z Downloaded lru-cache v0.1.2
7762026-06-22T19:17:09.230Z Downloaded newtype_derive v0.1.6
7772026-06-22T19:17:09.230Z Downloaded ingot-types v0.1.2
7782026-06-22T19:17:09.233Z Downloaded hyper-tls v0.6.0
7792026-06-22T19:17:09.233Z Downloaded linked-hash-map v0.5.6
7802026-06-22T19:17:09.233Z Downloaded cookie_store v0.22.1
7812026-06-22T19:17:09.235Z Downloaded illumos-nvpair v0.3.0
7822026-06-22T19:17:09.235Z Downloaded ahash v0.8.12
7832026-06-22T19:17:09.244Z Downloaded new_debug_unreachable v1.0.6
7842026-06-22T19:17:09.247Z Downloaded git-stub-vcs v0.1.0
7852026-06-22T19:17:09.247Z Downloaded cookie v0.18.1
7862026-06-22T19:17:09.247Z Downloaded getrandom v0.2.17
7872026-06-22T19:17:09.249Z Downloaded num v0.4.3
7882026-06-22T19:17:09.252Z Downloaded arc-swap v1.8.2
7892026-06-22T19:17:09.254Z Downloaded http-body v1.0.1
7902026-06-22T19:17:09.254Z Downloaded instability v0.3.11
7912026-06-22T19:17:09.254Z Downloaded nonempty v0.12.0
7922026-06-22T19:17:09.257Z Downloaded libscf-sys v1.1.0
7932026-06-22T19:17:09.257Z Downloaded num-iter v0.1.45
7942026-06-22T19:17:09.259Z Downloaded ipnetwork v0.21.1
7952026-06-22T19:17:09.260Z Downloaded bindgen v0.71.1
7962026-06-22T19:17:09.263Z Downloaded libloading v0.8.9
7972026-06-22T19:17:09.266Z Downloaded num-derive v0.3.3
7982026-06-22T19:17:09.269Z Downloaded darling_core v0.20.11
7992026-06-22T19:17:09.269Z Downloaded allocator-api2 v0.2.21
8002026-06-22T19:17:09.272Z Downloaded nodrop v0.1.14
8012026-06-22T19:17:09.272Z Downloaded lru-slab v0.1.2
8022026-06-22T19:17:09.274Z Downloaded num-conv v0.2.0
8032026-06-22T19:17:09.274Z Downloaded nibble_vec v0.1.0
8042026-06-22T19:17:09.274Z Downloaded ingot-macros v0.1.1
8052026-06-22T19:17:09.277Z Downloaded multimap v0.10.1
8062026-06-22T19:17:09.277Z Downloaded md-5 v0.10.6
8072026-06-22T19:17:09.277Z Downloaded maplit v1.0.2
8082026-06-22T19:17:09.279Z Downloaded libsw v3.5.0
8092026-06-22T19:17:09.280Z Downloaded olpc-cjson v0.1.4
8102026-06-22T19:17:09.280Z Downloaded managed v0.8.0
8112026-06-22T19:17:09.282Z Downloaded lock_api v0.4.14
8122026-06-22T19:17:09.282Z Downloaded elliptic-curve v0.13.8
8132026-06-22T19:17:09.285Z Downloaded half v1.8.3
8142026-06-22T19:17:09.285Z Downloaded libefi-sys v0.1.0
8152026-06-22T19:17:09.287Z Downloaded iana-time-zone v0.1.65
8162026-06-22T19:17:09.290Z Downloaded openssl-probe v0.2.1
8172026-06-22T19:17:09.290Z Downloaded normalize-line-endings v0.3.0
8182026-06-22T19:17:09.290Z Downloaded nanorand v0.7.0
8192026-06-22T19:17:09.292Z Downloaded num-derive v0.4.2
8202026-06-22T19:17:09.292Z Downloaded md5 v0.7.0
8212026-06-22T19:17:09.292Z Downloaded num_enum_derive v0.5.11
8222026-06-22T19:17:09.295Z Downloaded ed25519-dalek v2.2.0
8232026-06-22T19:17:09.298Z Downloaded indexmap v1.9.3
8242026-06-22T19:17:09.298Z Downloaded openssl-probe v0.1.6
8252026-06-22T19:17:09.300Z Downloaded openssl-macros v0.1.1
8262026-06-22T19:17:09.300Z Downloaded opaque-debug v0.3.1
8272026-06-22T19:17:09.300Z Downloaded num_threads v0.1.7
8282026-06-22T19:17:09.300Z Downloaded ignore v0.4.25
8292026-06-22T19:17:09.303Z Downloaded packed_struct_codegen v0.10.1
8302026-06-22T19:17:09.303Z Downloaded oso-derive v0.27.3
8312026-06-22T19:17:09.306Z Downloaded libsw-core v0.3.2
8322026-06-22T19:17:09.306Z Downloaded indoc v2.0.7
8332026-06-22T19:17:09.309Z Downloaded impl-trait-for-tuples v0.2.3
8342026-06-22T19:17:09.309Z Downloaded hyper-rustls v0.27.7
8352026-06-22T19:17:09.312Z Downloaded heapless v0.7.17
8362026-06-22T19:17:09.315Z Downloaded is_ci v1.2.0
8372026-06-22T19:17:09.315Z Downloaded inout v0.1.4
8382026-06-22T19:17:09.315Z Downloaded illumos-nvpair-sys v0.2.0
8392026-06-22T19:17:09.315Z Downloaded crossbeam-utils v0.8.21
8402026-06-22T19:17:09.317Z Downloaded linear-map v1.2.0
8412026-06-22T19:17:09.317Z Downloaded pbkdf2 v0.12.2
8422026-06-22T19:17:09.320Z Downloaded num-rational v0.4.2
8432026-06-22T19:17:09.320Z Downloaded nu-ansi-term v0.50.3
8442026-06-22T19:17:09.322Z Downloaded futures-channel v0.3.32
8452026-06-22T19:17:09.322Z Downloaded pbkdf2 v0.11.0
8462026-06-22T19:17:09.325Z Downloaded parse-display v0.10.0
8472026-06-22T19:17:09.325Z Downloaded crc32fast v1.5.0
8482026-06-22T19:17:09.330Z Downloaded flume v0.11.1
8492026-06-22T19:17:09.333Z Downloaded mime_guess v2.0.5
8502026-06-22T19:17:09.336Z Downloaded mime v0.3.17
8512026-06-22T19:17:09.336Z Downloaded path-slash v0.1.5
8522026-06-22T19:17:09.336Z Downloaded httpdate v1.0.3
8532026-06-22T19:17:09.339Z Downloaded phf_shared v0.13.1
8542026-06-22T19:17:09.341Z Downloaded num_enum v0.5.11
8552026-06-22T19:17:09.344Z Downloaded multer v3.1.0
8562026-06-22T19:17:09.344Z Downloaded peg-runtime v0.8.5
8572026-06-22T19:17:09.346Z Downloaded jobserver v0.1.34
8582026-06-22T19:17:09.346Z Downloaded memmap2 v0.9.10
8592026-06-22T19:17:09.350Z Downloaded phf_shared v0.11.3
8602026-06-22T19:17:09.350Z Downloaded pin-utils v0.1.0
8612026-06-22T19:17:09.352Z Downloaded phf_shared v0.12.1
8622026-06-22T19:17:09.355Z Downloaded chacha20poly1305 v0.10.1
8632026-06-22T19:17:09.355Z Downloaded proc-macro-crate v3.4.0
8642026-06-22T19:17:09.355Z Downloaded powerfmt v0.2.0
8652026-06-22T19:17:09.358Z Downloaded oxide-tokio-rt v0.1.4
8662026-06-22T19:17:09.373Z Downloaded proc-macro-error-attr2 v2.0.0
8672026-06-22T19:17:09.376Z Downloaded half v2.7.1
8682026-06-22T19:17:09.379Z Downloaded getrandom v0.3.4
8692026-06-22T19:17:09.379Z Downloaded predicates-core v1.0.10
8702026-06-22T19:17:09.381Z Downloaded crossterm v0.29.0
8712026-06-22T19:17:09.384Z Downloaded precomputed-hash v0.1.1
8722026-06-22T19:17:09.384Z Downloaded paste v1.0.15
8732026-06-22T19:17:09.386Z Downloaded parking_lot_core v0.8.6
8742026-06-22T19:17:09.387Z Downloaded httparse v1.10.1
8752026-06-22T19:17:09.390Z Downloaded parse-size v1.1.0
8762026-06-22T19:17:09.390Z Downloaded newtype-uuid v1.3.2
8772026-06-22T19:17:09.393Z Downloaded progenitor-macro v0.13.0
8782026-06-22T19:17:09.393Z Downloaded bytes v1.11.1
8792026-06-22T19:17:09.395Z Downloaded progenitor-client v0.14.0
8802026-06-22T19:17:09.395Z Downloaded progenitor-macro v0.14.0
8812026-06-22T19:17:09.395Z Downloaded password-hash v0.4.2
8822026-06-22T19:17:09.398Z Downloaded diesel_derives v2.3.7
8832026-06-22T19:17:09.400Z Downloaded num_enum v0.7.6
8842026-06-22T19:17:09.403Z Downloaded native-tls v0.2.18
8852026-06-22T19:17:09.405Z Downloaded litrs v1.0.0
8862026-06-22T19:17:09.405Z Downloaded parse-display-derive v0.10.0
8872026-06-22T19:17:09.409Z Downloaded compact_str v0.8.1
8882026-06-22T19:17:09.411Z Downloaded password-hash v0.5.0
8892026-06-22T19:17:09.411Z Downloaded hmac v0.12.1
8902026-06-22T19:17:09.411Z Downloaded const_format v0.2.35
8912026-06-22T19:17:09.413Z Downloaded psl-types v2.0.11
8922026-06-22T19:17:09.417Z Downloaded base64 v0.22.1
8932026-06-22T19:17:09.418Z Downloaded cc v1.2.56
8942026-06-22T19:17:09.420Z Downloaded proc-macro-crate v1.3.1
8952026-06-22T19:17:09.420Z Downloaded predicates-tree v1.0.13
8962026-06-22T19:17:09.420Z Downloaded omicron-zone-package v0.12.2
8972026-06-22T19:17:09.423Z Downloaded packed_struct v0.10.1
8982026-06-22T19:17:09.423Z Downloaded owo-colors v4.3.0
8992026-06-22T19:17:09.425Z Downloaded num_enum_derive v0.7.6
9002026-06-22T19:17:09.425Z Downloaded pin-project-internal v1.1.11
9012026-06-22T19:17:09.428Z Downloaded num-integer v0.1.46
9022026-06-22T19:17:09.428Z Downloaded postgres-protocol v0.6.10
9032026-06-22T19:17:09.430Z Downloaded pkcs8 v0.10.2
9042026-06-22T19:17:09.433Z Downloaded pem-rfc7468 v0.7.0
9052026-06-22T19:17:09.433Z Downloaded pem v3.0.6
9062026-06-22T19:17:09.435Z Downloaded radium v0.7.0
9072026-06-22T19:17:09.436Z Downloaded peg-macros v0.8.5
9082026-06-22T19:17:09.438Z Downloaded peg v0.8.5
9092026-06-22T19:17:09.440Z Downloaded rand_chacha v0.3.1
9102026-06-22T19:17:09.441Z Downloaded rand_xorshift v0.4.0
9112026-06-22T19:17:09.441Z Downloaded num-complex v0.4.6
9122026-06-22T19:17:09.443Z Downloaded ingot v0.1.1
9132026-06-22T19:17:09.443Z Downloaded ref-cast v1.0.25
9142026-06-22T19:17:09.446Z Downloaded hyper-staticfile v0.10.1
9152026-06-22T19:17:09.449Z Downloaded ppv-lite86 v0.2.21
9162026-06-22T19:17:09.449Z Downloaded headers v0.4.1
9172026-06-22T19:17:09.452Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-22T19:17:09.452Z Downloaded recursive v0.1.1
9192026-06-22T19:17:09.455Z Downloaded proc-macro-error2 v2.0.1
9202026-06-22T19:17:09.455Z Downloaded pkg-config v0.3.32
9212026-06-22T19:17:09.458Z Downloaded parking_lot_core v0.9.12
9222026-06-22T19:17:09.458Z Downloaded libbz2-rs-sys v0.2.2
9232026-06-22T19:17:09.460Z Downloaded poly1305 v0.8.0
9242026-06-22T19:17:09.462Z Downloaded polyval v0.6.2
9252026-06-22T19:17:09.466Z Downloaded derive_more-impl v2.1.1
9262026-06-22T19:17:09.469Z Downloaded predicates v3.1.4
9272026-06-22T19:17:09.472Z Downloaded ref-cast-impl v1.0.25
9282026-06-22T19:17:09.474Z Downloaded progenitor-client v0.13.0
9292026-06-22T19:17:09.474Z Downloaded indicatif v0.18.4
9302026-06-22T19:17:09.479Z Downloaded oxnet v0.1.6
9312026-06-22T19:17:09.481Z Downloaded progenitor v0.14.0
9322026-06-22T19:17:09.484Z Downloaded progenitor v0.13.0
9332026-06-22T19:17:09.486Z Downloaded russh-cryptovec v0.7.3
9342026-06-22T19:17:09.486Z Downloaded rtoolbox v0.0.3
9352026-06-22T19:17:09.489Z Downloaded miniz_oxide v0.8.9
9362026-06-22T19:17:09.493Z Downloaded pkcs5 v0.7.1
9372026-06-22T19:17:09.498Z Downloaded postgres-types v0.2.12
9382026-06-22T19:17:09.500Z Downloaded pkcs1 v0.7.5
9392026-06-22T19:17:09.500Z Downloaded pin-project-lite v0.2.17
9402026-06-22T19:17:09.503Z Downloaded rustc_version v0.1.7
9412026-06-22T19:17:09.503Z Downloaded rustc_version v0.4.1
9422026-06-22T19:17:09.506Z Downloaded quick-error v1.2.3
9432026-06-22T19:17:09.506Z Downloaded progenitor-extras v0.2.0
9442026-06-22T19:17:09.508Z Downloaded rustc-hash v2.1.1
9452026-06-22T19:17:09.513Z Downloaded salsa20 v0.10.2
9462026-06-22T19:17:09.516Z Downloaded r2d2 v0.8.10
9472026-06-22T19:17:09.516Z Downloaded phf v0.13.1
9482026-06-22T19:17:09.518Z Downloaded phf v0.12.1
9492026-06-22T19:17:09.518Z Downloaded rand_seeder v0.4.0
9502026-06-22T19:17:09.521Z Downloaded rand_core v0.10.0
9512026-06-22T19:17:09.521Z Downloaded rand_core v0.9.5
9522026-06-22T19:17:09.521Z Downloaded parking_lot v0.11.2
9532026-06-22T19:17:09.524Z Downloaded papergrid v0.17.0
9542026-06-22T19:17:09.526Z Downloaded rand_core v0.6.4
9552026-06-22T19:17:09.528Z Downloaded oso v0.27.3
9562026-06-22T19:17:09.529Z Downloaded scopeguard v1.2.0
9572026-06-22T19:17:09.531Z Downloaded scheduled-thread-pool v0.2.7
9582026-06-22T19:17:09.534Z Downloaded same-file v1.0.6
9592026-06-22T19:17:09.534Z Downloaded scrypt v0.11.0
9602026-06-22T19:17:09.534Z Downloaded sapling-renderdag v0.1.0
9612026-06-22T19:17:09.540Z Downloaded parking_lot v0.12.5
9622026-06-22T19:17:09.543Z Downloaded hickory-server v0.25.2
9632026-06-22T19:17:09.545Z Downloaded hickory-resolver v0.25.2
9642026-06-22T19:17:09.548Z Downloaded postcard v1.1.3
9652026-06-22T19:17:09.550Z Downloaded semver v0.1.20
9662026-06-22T19:17:09.550Z Downloaded secrecy v0.10.3
9672026-06-22T19:17:09.550Z Downloaded heapless v0.8.0
9682026-06-22T19:17:09.553Z Downloaded primeorder v0.13.6
9692026-06-22T19:17:09.555Z Downloaded secrecy v0.8.0
9702026-06-22T19:17:09.555Z Downloaded scroll_derive v0.13.1
9712026-06-22T19:17:09.561Z Downloaded bumpalo v3.20.2
9722026-06-22T19:17:09.567Z Downloaded psm v0.1.30
9732026-06-22T19:17:09.570Z Downloaded serde-big-array v0.5.1
9742026-06-22T19:17:09.572Z Downloaded rfc6979 v0.4.0
9752026-06-22T19:17:09.572Z Downloaded resolv-conf v0.7.6
9762026-06-22T19:17:09.575Z Downloaded seq-macro v0.3.6
9772026-06-22T19:17:09.577Z Downloaded rustls-pemfile v1.0.4
9782026-06-22T19:17:09.580Z Downloaded serde_urlencoded v0.7.1
9792026-06-22T19:17:09.580Z Downloaded serde_spanned v1.0.4
9802026-06-22T19:17:09.583Z Downloaded serde_plain v1.0.2
9812026-06-22T19:17:09.583Z Downloaded quinn-udp v0.5.14
9822026-06-22T19:17:09.585Z Downloaded hashbrown v0.13.2
9832026-06-22T19:17:09.588Z Downloaded rustls-pemfile v2.2.0
9842026-06-22T19:17:09.588Z Downloaded rustls-native-certs v0.8.3
9852026-06-22T19:17:09.590Z Downloaded serde_bytes v0.11.19
9862026-06-22T19:17:09.590Z Downloaded rusty-fork v0.3.1
9872026-06-22T19:17:09.593Z Downloaded shell-words v1.1.1
9882026-06-22T19:17:09.593Z Downloaded serde_repr v0.1.20
9892026-06-22T19:17:09.595Z Downloaded sha1 v0.10.6
9902026-06-22T19:17:09.595Z Downloaded signature v2.2.0
9912026-06-22T19:17:09.598Z Downloaded openssl-sys v0.9.115
9922026-06-22T19:17:09.601Z Downloaded rustversion v1.0.22
9932026-06-22T19:17:09.603Z Downloaded p256 v0.13.2
9942026-06-22T19:17:09.606Z Downloaded prefix-trie v0.7.0
9952026-06-22T19:17:09.606Z Downloaded hyper-util v0.1.20
9962026-06-22T19:17:09.609Z Downloaded rand_chacha v0.9.0
9972026-06-22T19:17:09.612Z Downloaded siphasher v1.0.2
9982026-06-22T19:17:09.612Z Downloaded hickory-resolver v0.24.4
9992026-06-22T19:17:09.614Z Downloaded signal-hook-tokio v0.3.1
10002026-06-22T19:17:09.617Z Downloaded scroll v0.13.0
10012026-06-22T19:17:09.617Z Downloaded schemars_derive v0.8.22
10022026-06-22T19:17:09.619Z Downloaded signal-hook-mio v0.2.5
10032026-06-22T19:17:09.619Z Downloaded sigpipe v0.1.3
10042026-06-22T19:17:09.622Z Downloaded progenitor-impl v0.14.0
10052026-06-22T19:17:09.625Z Downloaded jiff-static v0.2.21
10062026-06-22T19:17:09.641Z Downloaded sec1 v0.7.3
10072026-06-22T19:17:09.644Z Downloaded sct v0.7.1
10082026-06-22T19:17:09.647Z Downloaded serde_path_to_error v0.1.20
10092026-06-22T19:17:09.653Z Downloaded minimal-lexical v0.2.1
10102026-06-22T19:17:09.656Z Downloaded slog-bunyan v2.5.0
10112026-06-22T19:17:09.663Z Downloaded sqlparser_derive v0.5.0
10122026-06-22T19:17:09.666Z Downloaded slog-envlogger v2.2.0
10132026-06-22T19:17:09.666Z Downloaded serde-hex v0.1.0
10142026-06-22T19:17:09.668Z Downloaded pin-project v1.1.11
10152026-06-22T19:17:09.674Z Downloaded ssh-encoding v0.2.0
10162026-06-22T19:17:09.676Z Downloaded aes v0.8.4
10172026-06-22T19:17:09.678Z Downloaded progenitor-impl v0.13.0
10182026-06-22T19:17:09.682Z Downloaded serde_derive_internals v0.29.1
10192026-06-22T19:17:09.685Z Downloaded russh-keys v0.45.0
10202026-06-22T19:17:09.687Z Downloaded ssh-cipher v0.2.0
10212026-06-22T19:17:09.690Z Downloaded structmeta v0.3.0
10222026-06-22T19:17:09.690Z Downloaded mio v1.2.0
10232026-06-22T19:17:09.693Z Downloaded strum v0.27.2
10242026-06-22T19:17:09.695Z Downloaded serde_with_macros v1.5.2
10252026-06-22T19:17:09.695Z Downloaded strum v0.26.3
10262026-06-22T19:17:09.695Z Downloaded structmeta-derive v0.3.0
10272026-06-22T19:17:09.698Z Downloaded signal-hook-registry v1.4.8
10282026-06-22T19:17:09.698Z Downloaded shlex v1.3.0
10292026-06-22T19:17:09.698Z Downloaded rustls-pki-types v1.14.0
10302026-06-22T19:17:09.701Z Downloaded strip-ansi-escapes v0.2.1
10312026-06-22T19:17:09.705Z Downloaded strsim v0.10.0
10322026-06-22T19:17:09.713Z Downloaded supports-color v3.0.2
10332026-06-22T19:17:09.715Z Downloaded subtle v2.6.1
10342026-06-22T19:17:09.715Z Downloaded simd-adler32 v0.3.8
10352026-06-22T19:17:09.717Z Downloaded sync_wrapper v1.0.2
10362026-06-22T19:17:09.723Z Downloaded slog-dtrace v0.3.0
10372026-06-22T19:17:09.726Z Downloaded slog-async v2.8.0
10382026-06-22T19:17:09.730Z Downloaded tagptr v0.2.0
10392026-06-22T19:17:09.732Z Downloaded prettyplease v0.2.37
10402026-06-22T19:17:09.732Z Downloaded tap v1.0.1
10412026-06-22T19:17:09.735Z Downloaded slab v0.4.12
10422026-06-22T19:17:09.735Z Downloaded sync-ptr v0.1.4
10432026-06-22T19:17:09.738Z Downloaded slog-stdlog v4.1.1
10442026-06-22T19:17:09.741Z Downloaded termtree v0.5.1
10452026-06-22T19:17:09.743Z Downloaded take_mut v0.2.2
10462026-06-22T19:17:09.746Z Downloaded smallvec v0.6.14
10472026-06-22T19:17:09.748Z Downloaded tabwriter v1.4.1
10482026-06-22T19:17:09.748Z Downloaded tabled_derive v0.11.0
10492026-06-22T19:17:09.751Z Downloaded smf v0.2.3
10502026-06-22T19:17:09.754Z Downloaded thread-id v5.1.0
10512026-06-22T19:17:09.756Z Downloaded time-core v0.1.8
10522026-06-22T19:17:09.756Z Downloaded ron v0.8.1
10532026-06-22T19:17:09.758Z Downloaded sqlformat v0.3.5
10542026-06-22T19:17:09.761Z Downloaded spki v0.7.3
10552026-06-22T19:17:09.761Z Downloaded http v1.4.0
10562026-06-22T19:17:09.764Z Downloaded slog-term v2.9.2
10572026-06-22T19:17:09.766Z Downloaded thiserror-impl-no-std v2.0.2
10582026-06-22T19:17:09.766Z Downloaded tinyvec_macros v0.1.1
10592026-06-22T19:17:09.769Z Downloaded serde_with_macros v3.17.0
10602026-06-22T19:17:09.772Z Downloaded snafu-derive v0.8.9
10612026-06-22T19:17:09.776Z Downloaded string_cache v0.8.9
10622026-06-22T19:17:09.778Z Downloaded rcgen v0.12.1
10632026-06-22T19:17:09.781Z Downloaded serde_cbor v0.11.2
10642026-06-22T19:17:09.781Z Downloaded stacker v0.1.23
10652026-06-22T19:17:09.784Z Downloaded rayon-core v1.13.0
10662026-06-22T19:17:09.786Z Downloaded tokio-macros v2.7.0
10672026-06-22T19:17:09.786Z Downloaded static_assertions v1.1.0
10682026-06-22T19:17:09.786Z Downloaded dropshot-api-manager v0.7.2
10692026-06-22T19:17:09.793Z Downloaded rustls-platform-verifier v0.6.2
10702026-06-22T19:17:09.797Z Downloaded schemars v0.8.22
10712026-06-22T19:17:09.804Z Downloaded support-bundle-viewer v0.1.2
10722026-06-22T19:17:09.806Z Downloaded strum_macros v0.24.3
10732026-06-22T19:17:09.806Z Downloaded num-bigint v0.4.6
10742026-06-22T19:17:09.809Z Downloaded itertools v0.12.1
10752026-06-22T19:17:09.813Z Downloaded thiserror-no-std v2.0.2
10762026-06-22T19:17:09.816Z Downloaded testing_table v0.3.0
10772026-06-22T19:17:09.819Z Downloaded spin v0.9.8
10782026-06-22T19:17:09.820Z Downloaded tower-service v0.3.3
10792026-06-22T19:17:09.820Z Downloaded tower-layer v0.3.3
10802026-06-22T19:17:09.822Z Downloaded pretty_assertions v1.4.1
10812026-06-22T19:17:09.823Z Downloaded publicsuffix v2.3.0
10822026-06-22T19:17:09.823Z Downloaded thread_local v1.1.9
10832026-06-22T19:17:09.826Z Downloaded quinn v0.11.9
10842026-06-22T19:17:09.830Z Downloaded slog-scope v4.4.1
10852026-06-22T19:17:09.830Z Downloaded rand v0.8.6
10862026-06-22T19:17:09.830Z Downloaded futures-util v0.3.32
10872026-06-22T19:17:09.835Z Downloaded topological-sort v0.2.2
10882026-06-22T19:17:09.838Z Downloaded try-lock v0.2.5
10892026-06-22T19:17:09.838Z Downloaded termios v0.3.3
10902026-06-22T19:17:09.840Z Downloaded hashbrown v0.12.3
10912026-06-22T19:17:09.840Z Downloaded time-macros v0.2.27
10922026-06-22T19:17:09.843Z Downloaded serde_yaml v0.9.34+deprecated
10932026-06-22T19:17:09.846Z Downloaded hashbrown v0.16.1
10942026-06-22T19:17:09.850Z Downloaded slog-json v2.6.1
10952026-06-22T19:17:09.850Z Downloaded strum_macros v0.27.2
10962026-06-22T19:17:09.850Z Downloaded strum_macros v0.26.4
10972026-06-22T19:17:09.852Z Downloaded tiny-keccak v2.0.2
10982026-06-22T19:17:09.852Z Downloaded ryu v1.0.23
10992026-06-22T19:17:09.855Z Downloaded signal-hook v0.3.18
11002026-06-22T19:17:09.857Z Downloaded itertools v0.10.5
11012026-06-22T19:17:09.860Z Downloaded hyper v1.8.1
11022026-06-22T19:17:09.865Z Downloaded slog v2.8.2
11032026-06-22T19:17:09.868Z Downloaded trait-variant v0.1.2
11042026-06-22T19:17:09.871Z Downloaded tls_codec_derive v0.4.2
11052026-06-22T19:17:09.871Z Downloaded unarray v0.1.4
11062026-06-22T19:17:09.873Z Downloaded unit-prefix v0.5.2
11072026-06-22T19:17:09.876Z Downloaded qorb v0.4.1
11082026-06-22T19:17:09.879Z Downloaded num-bigint-dig v0.8.6
11092026-06-22T19:17:09.882Z Downloaded term v1.2.1
11102026-06-22T19:17:09.885Z Downloaded similar v2.7.0
11112026-06-22T19:17:09.888Z Downloaded usdt-attr-macro v0.6.0
11122026-06-22T19:17:09.890Z Downloaded untrusted v0.7.1
11132026-06-22T19:17:09.890Z Downloaded tokio-rustls v0.25.0
11142026-06-22T19:17:09.893Z Downloaded universal-hash v0.5.1
11152026-06-22T19:17:09.893Z Downloaded unicode-truncate v1.1.0
11162026-06-22T19:17:09.893Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-06-22T19:17:09.896Z Downloaded tokio-native-tls v0.3.1
11182026-06-22T19:17:09.896Z Downloaded tokio-dtrace v0.1.1
11192026-06-22T19:17:09.896Z Downloaded rand v0.9.2
11202026-06-22T19:17:09.898Z Downloaded tokio-tungstenite v0.21.0
11212026-06-22T19:17:09.901Z Downloaded socket2 v0.6.3
11222026-06-22T19:17:09.904Z Downloaded utf-8 v0.7.6
11232026-06-22T19:17:09.904Z Downloaded usdt-macro v0.6.0
11242026-06-22T19:17:09.906Z Downloaded tls_codec v0.4.2
11252026-06-22T19:17:09.909Z Downloaded tui-tree-widget v0.23.1
11262026-06-22T19:17:09.911Z Downloaded schemars v0.9.0
11272026-06-22T19:17:09.917Z Downloaded schemars v1.2.1
11282026-06-22T19:17:09.925Z Downloaded waitgroup v0.1.2
11292026-06-22T19:17:09.928Z Downloaded wait-timeout v0.2.1
11302026-06-22T19:17:09.928Z Downloaded usdt v0.6.0
11312026-06-22T19:17:09.928Z Downloaded untrusted v0.9.0
11322026-06-22T19:17:09.930Z Downloaded unicase v2.9.0
11332026-06-22T19:17:09.930Z Downloaded tokio-tungstenite v0.23.1
11342026-06-22T19:17:09.933Z Downloaded tokio-rustls v0.24.1
11352026-06-22T19:17:09.933Z Downloaded want v0.3.1
11362026-06-22T19:17:09.933Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-06-22T19:17:09.936Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11382026-06-22T19:17:09.936Z Downloaded term v0.7.0
11392026-06-22T19:17:09.940Z Downloaded libxml v0.3.3
11402026-06-22T19:17:09.943Z Downloaded tokio-stream v0.1.18
11412026-06-22T19:17:09.946Z Downloaded rsa v0.9.10
11422026-06-22T19:17:09.955Z Downloaded xshell-macros v0.2.7
11432026-06-22T19:17:09.958Z Downloaded void v1.0.2
11442026-06-22T19:17:09.963Z Downloaded socket2 v0.5.10
11452026-06-22T19:17:09.970Z Downloaded uzers v0.12.2
11462026-06-22T19:17:09.972Z Downloaded samael v0.0.19
11472026-06-22T19:17:09.975Z Downloaded zeroize_derive v1.4.3
11482026-06-22T19:17:09.980Z Downloaded stringprep v0.1.5
11492026-06-22T19:17:09.982Z Downloaded zone_cfg_derive v0.3.1
11502026-06-22T19:17:09.982Z Downloaded zone v0.3.1
11512026-06-22T19:17:09.982Z Downloaded nom v7.1.3
11522026-06-22T19:17:09.985Z Downloaded aes-gcm v0.10.3
11532026-06-22T19:17:09.988Z Downloaded rustls-webpki v0.103.9
11542026-06-22T19:17:09.991Z Downloaded itertools v0.13.0
11552026-06-22T19:17:09.994Z Downloaded tokio-rustls v0.26.4
11562026-06-22T19:17:09.998Z Downloaded typify-macro v0.6.2
11572026-06-22T19:17:10.001Z Downloaded vsss-rs v3.3.4
11582026-06-22T19:17:10.003Z Downloaded whoami v2.1.0
11592026-06-22T19:17:10.003Z Downloaded h2 v0.4.13
11602026-06-22T19:17:10.008Z Downloaded whoami v1.6.1
11612026-06-22T19:17:10.017Z Downloaded russh v0.45.0
11622026-06-22T19:17:10.021Z Downloaded wyz v0.5.1
11632026-06-22T19:17:10.024Z Downloaded xshell v0.2.7
11642026-06-22T19:17:10.026Z Downloaded serde_with v1.14.0
11652026-06-22T19:17:10.031Z Downloaded vergen-gitcl v1.0.8
11662026-06-22T19:17:10.033Z Downloaded usdt-impl v0.6.0
11672026-06-22T19:17:10.036Z Downloaded test-strategy v0.4.5
11682026-06-22T19:17:10.041Z Downloaded hashbrown v0.15.5
11692026-06-22T19:17:10.069Z Downloaded steno v0.4.1
11702026-06-22T19:17:10.069Z Downloaded tungstenite v0.21.0
11712026-06-22T19:17:10.069Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-06-22T19:17:10.069Z Downloaded twox-hash v2.1.2
11732026-06-22T19:17:10.069Z Downloaded vergen-lib v0.1.6
11742026-06-22T19:17:10.069Z Downloaded vergen-git2 v9.1.0
11752026-06-22T19:17:10.069Z Downloaded vergen-lib v9.1.0
11762026-06-22T19:17:10.069Z Downloaded snafu v0.8.9
11772026-06-22T19:17:10.072Z Downloaded libm v0.2.16
11782026-06-22T19:17:10.072Z Downloaded xattr v1.6.1
11792026-06-22T19:17:10.072Z Downloaded tinyvec v1.10.0
11802026-06-22T19:17:10.075Z Downloaded zeroize v1.8.2
11812026-06-22T19:17:10.075Z Downloaded subprocess v0.2.15
11822026-06-22T19:17:10.077Z Downloaded nom v8.0.0
11832026-06-22T19:17:10.080Z Downloaded unicode-properties v0.1.4
11842026-06-22T19:17:10.082Z Downloaded itertools v0.14.0
11852026-06-22T19:17:10.085Z Downloaded toml v1.0.6+spec-1.1.0
11862026-06-22T19:17:10.087Z Downloaded iri-string v0.7.10
11872026-06-22T19:17:10.090Z Downloaded yasna v0.5.2
11882026-06-22T19:17:10.102Z Downloaded uuid v1.23.0
11892026-06-22T19:17:10.104Z Downloaded tar v0.4.45
11902026-06-22T19:17:10.107Z Downloaded zstd-safe v7.2.4
11912026-06-22T19:17:10.109Z Downloaded vergen v9.1.0
11922026-06-22T19:17:10.109Z Downloaded toml v0.7.8
11932026-06-22T19:17:10.112Z Downloaded p521 v0.13.3
11942026-06-22T19:17:10.115Z Downloaded zstd v0.13.3
11952026-06-22T19:17:10.117Z Downloaded tokio-postgres v0.7.16
11962026-06-22T19:17:10.121Z Downloaded vte v0.14.1
11972026-06-22T19:17:10.124Z Downloaded bitvec v1.0.1
11982026-06-22T19:17:10.133Z Downloaded walkdir v2.5.0
11992026-06-22T19:17:10.135Z Downloaded tungstenite v0.23.0
12002026-06-22T19:17:10.140Z Downloaded rustyline v14.0.0
12012026-06-22T19:17:10.142Z Downloaded typify v0.6.2
12022026-06-22T19:17:10.142Z Downloaded tracing-attributes v0.1.31
12032026-06-22T19:17:10.142Z Downloaded unicode-bidi v0.3.18
12042026-06-22T19:17:10.147Z Downloaded rand v0.10.0
12052026-06-22T19:17:10.149Z Downloaded aho-corasick v1.1.4
12062026-06-22T19:17:10.152Z Downloaded zerocopy v0.6.6
12072026-06-22T19:17:10.152Z Downloaded unsafe-libyaml v0.2.11
12082026-06-22T19:17:10.160Z Downloaded p384 v0.13.1
12092026-06-22T19:17:10.168Z Downloaded zopfli v0.8.3
12102026-06-22T19:17:10.180Z Downloaded reqwest v0.12.28
12112026-06-22T19:17:10.184Z Downloaded tracing-core v0.1.36
12122026-06-22T19:17:10.188Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-06-22T19:17:10.190Z Downloaded blake3 v1.8.3
12142026-06-22T19:17:10.193Z Downloaded unicode_categories v0.1.1
12152026-06-22T19:17:10.195Z Downloaded toml_edit v0.19.15
12162026-06-22T19:17:10.203Z Downloaded goblin v0.10.5
12172026-06-22T19:17:10.207Z Downloaded zip v0.6.6
12182026-06-22T19:17:10.209Z Downloaded reedline v0.40.0
12192026-06-22T19:17:10.214Z Downloaded ssh-key v0.6.7
12202026-06-22T19:17:10.219Z Downloaded lalrpop v0.19.12
12212026-06-22T19:17:10.225Z Downloaded rpassword v7.4.0
12222026-06-22T19:17:10.228Z Downloaded iddqd v0.4.2
12232026-06-22T19:17:10.241Z Downloaded yansi v1.0.1
12242026-06-22T19:17:10.247Z Downloaded aws-lc-rs v1.16.3
12252026-06-22T19:17:10.256Z Downloaded hkdf v0.12.4
12262026-06-22T19:17:10.259Z Downloaded typed-path v0.9.3
12272026-06-22T19:17:10.261Z Downloaded salty v0.3.0
12282026-06-22T19:17:10.264Z Downloaded regex v1.12.3
12292026-06-22T19:17:10.267Z Downloaded reqwest v0.13.2
12302026-06-22T19:17:10.271Z Downloaded chrono v0.4.44
12312026-06-22T19:17:10.276Z Downloaded x509-cert v0.2.5
12322026-06-22T19:17:10.280Z Downloaded moka v0.12.13
12332026-06-22T19:17:10.290Z Downloaded portable-atomic v1.13.1
12342026-06-22T19:17:10.294Z Downloaded zerocopy-derive v0.8.40
12352026-06-22T19:17:10.299Z Downloaded git2 v0.20.4
12362026-06-22T19:17:10.305Z Downloaded tower v0.5.3
12372026-06-22T19:17:10.311Z Downloaded quick-xml v0.37.5
12382026-06-22T19:17:10.315Z Downloaded unicode-segmentation v1.12.0
12392026-06-22T19:17:10.320Z Downloaded rustls-webpki v0.101.7
12402026-06-22T19:17:10.329Z Downloaded rayon v1.11.0
12412026-06-22T19:17:10.334Z Downloaded curve25519-dalek v4.1.3
12422026-06-22T19:17:10.350Z Downloaded unicode-normalization v0.1.25
12432026-06-22T19:17:10.355Z Downloaded proptest v1.10.0
12442026-06-22T19:17:10.358Z Downloaded zip v4.6.1
12452026-06-22T19:17:10.360Z Downloaded tower-http v0.6.8
12462026-06-22T19:17:10.365Z Downloaded petname v2.0.2
12472026-06-22T19:17:10.374Z Downloaded tough v0.22.0
12482026-06-22T19:17:10.379Z Downloaded serde_with v3.17.0
12492026-06-22T19:17:10.387Z Downloaded rustls-webpki v0.102.8
12502026-06-22T19:17:10.398Z Downloaded tokio-util v0.7.18
12512026-06-22T19:17:10.402Z Downloaded object v0.30.4
12522026-06-22T19:17:10.411Z Downloaded winnow v0.6.26
12532026-06-22T19:17:10.417Z Downloaded winnow v0.5.40
12542026-06-22T19:17:10.422Z Downloaded quinn-proto v0.11.13
12552026-06-22T19:17:10.426Z Downloaded nix v0.27.1
12562026-06-22T19:17:10.445Z Downloaded radix_trie v0.2.1
12572026-06-22T19:17:10.457Z Downloaded dropshot v0.17.0
12582026-06-22T19:17:10.471Z Downloaded polar-core v0.27.3
12592026-06-22T19:17:10.476Z Downloaded rustls v0.21.12
12602026-06-22T19:17:10.495Z Downloaded openssl v0.10.79
12612026-06-22T19:17:10.502Z Downloaded regex-syntax v0.6.29
12622026-06-22T19:17:10.506Z Downloaded object v0.37.3
12632026-06-22T19:17:10.513Z Downloaded bstr v1.12.1
12642026-06-22T19:17:10.519Z Downloaded time v0.3.47
12652026-06-22T19:17:10.526Z Downloaded nix v0.28.0
12662026-06-22T19:17:10.533Z Downloaded tabled v0.20.0
12672026-06-22T19:17:10.544Z Downloaded diesel v2.3.7
12682026-06-22T19:17:10.557Z Downloaded zlib-rs v0.6.2
12692026-06-22T19:17:10.560Z Downloaded webpki-roots v1.0.6
12702026-06-22T19:17:10.563Z Downloaded nix v0.31.2
12712026-06-22T19:17:10.570Z Downloaded vcpkg v0.2.15
12722026-06-22T19:17:10.594Z Downloaded regress v0.11.1
12732026-06-22T19:17:10.599Z Downloaded rustls v0.23.37
12742026-06-22T19:17:10.606Z Downloaded rustix v0.38.44
12752026-06-22T19:17:10.620Z Downloaded smoltcp v0.11.0
12762026-06-22T19:17:10.627Z Downloaded openapiv3 v2.2.0
12772026-06-22T19:17:10.634Z Downloaded zerocopy v0.8.40
12782026-06-22T19:17:10.640Z Downloaded regex-syntax v0.8.10
12792026-06-22T19:17:10.645Z Downloaded smoltcp v0.9.1
12802026-06-22T19:17:10.650Z Downloaded rustls v0.22.4
12812026-06-22T19:17:10.659Z Downloaded regress v0.10.5
12822026-06-22T19:17:10.665Z Downloaded hickory-proto v0.25.2
12832026-06-22T19:17:10.675Z Downloaded hickory-proto v0.24.4
12842026-06-22T19:17:10.711Z Downloaded sled v0.34.7
12852026-06-22T19:17:10.716Z Downloaded sqlparser v0.61.0
12862026-06-22T19:17:10.751Z Downloaded typify-impl v0.6.2
12872026-06-22T19:17:10.762Z Downloaded zerocopy-derive v0.6.6
12882026-06-22T19:17:10.768Z Downloaded regex-automata v0.4.14
12892026-06-22T19:17:10.778Z Downloaded tracing v0.1.44
12902026-06-22T19:17:10.792Z Downloaded petgraph v0.6.5
12912026-06-22T19:17:10.804Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-06-22T19:17:10.813Z Downloaded ratatui v0.29.0
12932026-06-22T19:17:10.832Z Downloaded petgraph v0.8.3
12942026-06-22T19:17:10.845Z Downloaded jiff v0.2.21
12952026-06-22T19:17:10.856Z Downloaded csv v1.4.0
12962026-06-22T19:17:10.868Z Downloaded chrono-tz v0.10.4
12972026-06-22T19:17:10.880Z Downloaded sha3 v0.10.8
12982026-06-22T19:17:10.897Z Downloaded libz-sys v1.1.24
12992026-06-22T19:17:10.910Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-06-22T19:17:10.920Z Downloaded tokio v1.52.1
13012026-06-22T19:17:10.974Z Downloaded encoding_rs v0.8.35
13022026-06-22T19:17:11.018Z Downloaded ring v0.17.14
13032026-06-22T19:17:11.042Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-06-22T19:17:11.615Z Downloaded aws-lc-sys v0.40.0
13052026-06-22T19:17:11.863Z Compiling libc v0.2.185
13062026-06-22T19:17:11.863Z Compiling serde v1.0.228
13072026-06-22T19:17:11.867Z Compiling log v0.4.29
13082026-06-22T19:17:11.867Z Compiling find-msvc-tools v0.1.9
13092026-06-22T19:17:11.867Z Compiling shlex v1.3.0
13102026-06-22T19:17:12.010Z Compiling syn v2.0.117
13112026-06-22T19:17:12.014Z Compiling smallvec v1.15.1
13122026-06-22T19:17:12.014Z Compiling typenum v1.19.0
13132026-06-22T19:17:12.178Z Compiling generic-array v0.14.7
13142026-06-22T19:17:12.190Z Compiling subtle v2.6.1
13152026-06-22T19:17:12.230Z Compiling scopeguard v1.2.0
13162026-06-22T19:17:12.272Z Compiling const-oid v0.9.6
13172026-06-22T19:17:12.305Z Compiling lock_api v0.4.14
13182026-06-22T19:17:12.330Z Compiling serde_json v1.0.149
13192026-06-22T19:17:12.355Z Compiling zerocopy v0.8.40
13202026-06-22T19:17:12.423Z Compiling pin-project-lite v0.2.17
13212026-06-22T19:17:12.530Z Compiling parking_lot_core v0.9.12
13222026-06-22T19:17:12.543Z Compiling portable-atomic v1.13.1
13232026-06-22T19:17:12.785Z Compiling pkg-config v0.3.32
13242026-06-22T19:17:12.798Z Compiling getrandom v0.2.17
13252026-06-22T19:17:12.867Z Compiling jobserver v0.1.34
13262026-06-22T19:17:12.967Z Compiling rand_core v0.6.4
13272026-06-22T19:17:12.989Z Compiling errno v0.3.14
13282026-06-22T19:17:13.136Z Compiling cc v1.2.56
13292026-06-22T19:17:13.239Z Compiling signal-hook-registry v1.4.8
13302026-06-22T19:17:13.239Z Compiling bitflags v2.11.0
13312026-06-22T19:17:13.300Z Compiling libm v0.2.16
13322026-06-22T19:17:13.327Z Compiling futures-core v0.3.32
13332026-06-22T19:17:13.478Z Compiling critical-section v1.2.0
13342026-06-22T19:17:13.478Z Compiling parking_lot v0.12.5
13352026-06-22T19:17:13.506Z Compiling mio v1.2.0
13362026-06-22T19:17:13.545Z Compiling num-traits v0.2.19
13372026-06-22T19:17:13.588Z Compiling once_cell v1.21.3
13382026-06-22T19:17:13.661Z Compiling percent-encoding v2.3.2
13392026-06-22T19:17:13.798Z Compiling socket2 v0.6.3
13402026-06-22T19:17:13.846Z Compiling futures-sink v0.3.32
13412026-06-22T19:17:13.861Z Compiling futures-io v0.3.32
13422026-06-22T19:17:13.888Z Compiling cpufeatures v0.2.17
13432026-06-22T19:17:13.951Z Compiling futures-channel v0.3.32
13442026-06-22T19:17:13.965Z Compiling futures-task v0.3.32
13452026-06-22T19:17:13.968Z Compiling slab v0.4.12
13462026-06-22T19:17:14.008Z Compiling getrandom v0.4.1
13472026-06-22T19:17:14.132Z Compiling rand_core v0.10.0
13482026-06-22T19:17:14.149Z Compiling indexmap v2.14.0
13492026-06-22T19:17:14.170Z Compiling getrandom v0.3.4
13502026-06-22T19:17:14.198Z Compiling rustversion v1.0.22
13512026-06-22T19:17:14.708Z Compiling cmake v0.1.57
13522026-06-22T19:17:14.721Z Compiling form_urlencoded v1.2.2
13532026-06-22T19:17:14.752Z Compiling fs_extra v1.3.0
13542026-06-22T19:17:14.800Z Compiling dunce v1.0.5
13552026-06-22T19:17:14.899Z Compiling synstructure v0.13.2
13562026-06-22T19:17:14.932Z Compiling ident_case v1.0.1
13572026-06-22T19:17:15.030Z Compiling base64ct v1.8.3
13582026-06-22T19:17:15.056Z Compiling regex-syntax v0.8.10
13592026-06-22T19:17:15.059Z Compiling flagset v0.4.7
13602026-06-22T19:17:15.129Z Compiling aws-lc-sys v0.40.0
13612026-06-22T19:17:15.199Z Compiling iana-time-zone v0.1.65
13622026-06-22T19:17:15.267Z Compiling pem-rfc7468 v0.7.0
13632026-06-22T19:17:15.329Z Compiling rustix v1.1.3
13642026-06-22T19:17:15.404Z Compiling rand_core v0.9.5
13652026-06-22T19:17:15.496Z Compiling ring v0.17.14
13662026-06-22T19:17:15.519Z Compiling aws-lc-rs v1.16.3
13672026-06-22T19:17:15.598Z Compiling vcpkg v0.2.15
13682026-06-22T19:17:15.706Z Compiling uuid v1.23.0
13692026-06-22T19:17:15.829Z Compiling rustc_version v0.4.1
13702026-06-22T19:17:16.169Z Compiling tracing-core v0.1.36
13712026-06-22T19:17:16.366Z Compiling openssl-sys v0.9.115
13722026-06-22T19:17:16.431Z Compiling base64 v0.22.1
13732026-06-22T19:17:16.629Z Compiling serde_derive v1.0.228
13742026-06-22T19:17:16.733Z Compiling zeroize_derive v1.4.3
13752026-06-22T19:17:16.765Z Compiling zerofrom-derive v0.1.6
13762026-06-22T19:17:16.901Z Compiling yoke-derive v0.8.1
13772026-06-22T19:17:17.156Z Compiling zerovec-derive v0.11.2
13782026-06-22T19:17:17.389Z Compiling zeroize v1.8.2
13792026-06-22T19:17:17.483Z Compiling zerocopy-derive v0.8.40
13802026-06-22T19:17:18.088Z Compiling displaydoc v0.2.5
13812026-06-22T19:17:18.167Z Compiling crypto-common v0.1.7
13822026-06-22T19:17:18.208Z Compiling zerofrom v0.1.6
13832026-06-22T19:17:18.307Z Compiling yoke v0.8.1
13842026-06-22T19:17:18.320Z Compiling block-buffer v0.10.4
13852026-06-22T19:17:18.335Z Compiling tokio-macros v2.7.0
13862026-06-22T19:17:18.490Z Compiling zerovec v0.11.5
13872026-06-22T19:17:18.504Z Compiling digest v0.10.7
13882026-06-22T19:17:18.754Z Compiling futures-macro v0.3.32
13892026-06-22T19:17:18.845Z Compiling zerotrie v0.2.3
13902026-06-22T19:17:19.004Z Compiling tinystr v0.8.2
13912026-06-22T19:17:19.062Z Compiling potential_utf v0.1.4
13922026-06-22T19:17:19.144Z Compiling hmac v0.12.1
13932026-06-22T19:17:19.204Z Compiling icu_locale_core v2.1.1
13942026-06-22T19:17:19.221Z Compiling icu_collections v2.1.1
13952026-06-22T19:17:19.337Z Compiling block-padding v0.3.3
13962026-06-22T19:17:19.494Z Compiling inout v0.1.4
13972026-06-22T19:17:19.596Z Compiling futures-util v0.3.32
13982026-06-22T19:17:19.671Z Compiling cipher v0.4.4
13992026-06-22T19:17:19.759Z Compiling sha2 v0.10.9
14002026-06-22T19:17:19.933Z Compiling icu_provider v2.1.1
14012026-06-22T19:17:20.131Z Compiling bytes v1.11.1
14022026-06-22T19:17:20.181Z Compiling icu_normalizer v2.1.1
14032026-06-22T19:17:20.196Z Compiling icu_properties v2.1.2
14042026-06-22T19:17:20.230Z Compiling der_derive v0.7.3
14052026-06-22T19:17:20.739Z Compiling tokio v1.52.1
14062026-06-22T19:17:20.759Z Compiling http v1.4.0
14072026-06-22T19:17:21.161Z Compiling idna_adapter v1.2.1
14082026-06-22T19:17:21.199Z Compiling der v0.7.10
14092026-06-22T19:17:21.300Z Compiling idna v1.1.0
14102026-06-22T19:17:21.313Z Compiling chrono v0.4.44
14112026-06-22T19:17:21.667Z Compiling url v2.5.8
14122026-06-22T19:17:21.912Z Compiling ppv-lite86 v0.2.21
14132026-06-22T19:17:21.937Z Compiling salsa20 v0.10.2
14142026-06-22T19:17:21.996Z Compiling pbkdf2 v0.12.2
14152026-06-22T19:17:22.077Z Compiling spki v0.7.3
14162026-06-22T19:17:22.113Z Compiling rustls-pki-types v1.14.0
14172026-06-22T19:17:22.226Z Compiling tracing-attributes v0.1.31
14182026-06-22T19:17:22.280Z Compiling thiserror-impl v2.0.18
14192026-06-22T19:17:22.383Z Compiling rand_chacha v0.9.0
14202026-06-22T19:17:22.443Z Compiling scrypt v0.11.0
14212026-06-22T19:17:22.562Z Compiling http-body v1.0.1
14222026-06-22T19:17:22.670Z Compiling cbc v0.1.2
14232026-06-22T19:17:22.690Z Compiling aes v0.8.4
14242026-06-22T19:17:22.775Z Compiling untrusted v0.7.1
14252026-06-22T19:17:22.815Z Compiling openssl-probe v0.2.1
14262026-06-22T19:17:22.896Z Compiling untrusted v0.9.0
14272026-06-22T19:17:22.986Z Compiling tinyvec_macros v0.1.1
14282026-06-22T19:17:23.018Z Compiling httparse v1.10.1
14292026-06-22T19:17:23.057Z Compiling tinyvec v1.10.0
14302026-06-22T19:17:23.078Z Compiling pkcs5 v0.7.1
14312026-06-22T19:17:23.403Z Compiling pest_generator v2.8.6
14322026-06-22T19:17:23.521Z Compiling tracing v0.1.44
14332026-06-22T19:17:23.548Z Compiling rand v0.9.2
14342026-06-22T19:17:23.591Z Compiling thiserror v2.0.18
14352026-06-22T19:17:23.719Z Compiling serde_derive_internals v0.29.1
14362026-06-22T19:17:23.738Z Compiling aho-corasick v1.1.4
14372026-06-22T19:17:23.784Z Compiling schemars v0.8.22
14382026-06-22T19:17:23.984Z Compiling rustls v0.23.37
14392026-06-22T19:17:24.087Z Compiling dyn-clone v1.0.20
14402026-06-22T19:17:24.168Z Compiling tower-layer v0.3.3
14412026-06-22T19:17:24.229Z Compiling try-lock v0.2.5
14422026-06-22T19:17:24.358Z Compiling tower-service v0.3.3
14432026-06-22T19:17:24.370Z Compiling atomic-waker v1.1.2
14442026-06-22T19:17:24.373Z Compiling want v0.3.1
14452026-06-22T19:17:24.454Z Compiling tokio-util v0.7.18
14462026-06-22T19:17:24.497Z Compiling pest_derive v2.8.6
14472026-06-22T19:17:24.624Z Compiling schemars_derive v0.8.22
14482026-06-22T19:17:24.863Z Compiling regex-automata v0.4.14
14492026-06-22T19:17:24.919Z Compiling pkcs8 v0.10.2
14502026-06-22T19:17:25.188Z Compiling h2 v0.4.13
14512026-06-22T19:17:25.230Z Compiling ipnet v2.11.0
14522026-06-22T19:17:25.477Z Compiling scroll_derive v0.13.1
14532026-06-22T19:17:25.501Z Compiling darling_core v0.20.11
14542026-06-22T19:17:25.729Z Compiling openssl v0.10.79
14552026-06-22T19:17:25.872Z Compiling httpdate v1.0.3
14562026-06-22T19:17:25.961Z Compiling foreign-types-shared v0.1.1
14572026-06-22T19:17:26.052Z Compiling pin-utils v0.1.0
14582026-06-22T19:17:26.090Z Compiling foreign-types v0.3.2
14592026-06-22T19:17:26.143Z Compiling tempfile v3.25.0
14602026-06-22T19:17:26.278Z Compiling scroll v0.13.0
14612026-06-22T19:17:26.423Z Compiling unicode-normalization v0.1.25
14622026-06-22T19:17:26.543Z Compiling openssl-macros v0.1.1
14632026-06-22T19:17:26.875Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-06-22T19:17:26.925Z Compiling socket2 v0.5.10
14652026-06-22T19:17:26.938Z Compiling spin v0.9.8
14662026-06-22T19:17:27.140Z Compiling crc32fast v1.5.0
14672026-06-22T19:17:27.262Z Compiling num-conv v0.2.0
14682026-06-22T19:17:27.320Z Compiling native-tls v0.2.18
14692026-06-22T19:17:27.392Z Compiling powerfmt v0.2.0
14702026-06-22T19:17:27.459Z Compiling time-core v0.1.8
14712026-06-22T19:17:27.544Z Compiling deranged v0.5.8
14722026-06-22T19:17:27.558Z Compiling time-macros v0.2.27
14732026-06-22T19:17:27.753Z Compiling darling_macro v0.20.11
14742026-06-22T19:17:28.218Z Compiling hyper v1.8.1
14752026-06-22T19:17:28.510Z Compiling darling v0.20.11
14762026-06-22T19:17:28.595Z Compiling goblin v0.10.5
14772026-06-22T19:17:28.598Z Compiling rustls-native-certs v0.8.3
14782026-06-22T19:17:28.884Z Compiling sync_wrapper v1.0.2
14792026-06-22T19:17:28.915Z Compiling wait-timeout v0.2.1
14802026-06-22T19:17:28.991Z Compiling crossbeam-utils v0.8.21
14812026-06-22T19:17:29.096Z Compiling bit-vec v0.8.0
14822026-06-22T19:17:29.178Z Compiling simd-adler32 v0.3.8
14832026-06-22T19:17:29.319Z Compiling hyper-util v0.1.20
14842026-06-22T19:17:29.368Z Compiling syn v1.0.109
14852026-06-22T19:17:29.464Z Compiling usdt-impl v0.6.0
14862026-06-22T19:17:29.676Z Compiling unicode-segmentation v1.12.0
14872026-06-22T19:17:29.678Z Compiling num_threads v0.1.7
14882026-06-22T19:17:29.781Z Compiling quick-error v1.2.3
14892026-06-22T19:17:29.810Z Compiling siphasher v1.0.2
14902026-06-22T19:17:29.888Z Compiling rusty-fork v0.3.1
14912026-06-22T19:17:30.057Z Compiling time v0.3.47
14922026-06-22T19:17:30.284Z Compiling bit-set v0.8.0
14932026-06-22T19:17:30.318Z Compiling tower v0.5.3
14942026-06-22T19:17:30.447Z Compiling derive_builder_core v0.20.2
14952026-06-22T19:17:30.798Z Compiling dtrace-parser v0.3.0
14962026-06-22T19:17:30.813Z Compiling http-body-util v0.1.3
14972026-06-22T19:17:31.052Z Compiling webpki-roots v1.0.6
14982026-06-22T19:17:31.066Z Compiling signature v2.2.0
14992026-06-22T19:17:31.173Z Compiling thiserror-impl v1.0.69
15002026-06-22T19:17:31.251Z Compiling scroll_derive v0.12.1
15012026-06-22T19:17:31.316Z Compiling heapless v0.7.17
15022026-06-22T19:17:31.537Z Compiling dof v0.4.0
15032026-06-22T19:17:31.556Z Compiling rand_xorshift v0.4.0
15042026-06-22T19:17:31.629Z Compiling slog v2.8.2
15052026-06-22T19:17:31.714Z Compiling darling_core v0.21.3
15062026-06-22T19:17:31.812Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-06-22T19:17:31.906Z Compiling thread-id v5.1.0
15082026-06-22T19:17:31.989Z Compiling cookie v0.18.1
15092026-06-22T19:17:32.081Z Compiling unicode-bidi v0.3.18
15102026-06-22T19:17:32.170Z Compiling unarray v0.1.4
15112026-06-22T19:17:32.280Z Compiling unicode-properties v0.1.4
15122026-06-22T19:17:32.419Z Compiling signal-hook v0.3.18
15132026-06-22T19:17:32.486Z Compiling zstd-safe v7.2.4
15142026-06-22T19:17:32.591Z Compiling iri-string v0.7.10
15152026-06-22T19:17:32.607Z Compiling allocator-api2 v0.2.21
15162026-06-22T19:17:32.682Z Compiling ryu v1.0.23
15172026-06-22T19:17:32.688Z Compiling anyhow v1.0.102
15182026-06-22T19:17:32.862Z Compiling paste v1.0.15
15192026-06-22T19:17:32.892Z Compiling adler2 v2.0.1
15202026-06-22T19:17:32.934Z Compiling serde_urlencoded v0.7.1
15212026-06-22T19:17:33.023Z Compiling miniz_oxide v0.8.9
15222026-06-22T19:17:33.181Z Compiling stringprep v0.1.5
15232026-06-22T19:17:33.198Z Compiling thiserror v1.0.69
15242026-06-22T19:17:33.210Z Compiling proptest v1.10.0
15252026-06-22T19:17:33.654Z Compiling scroll v0.12.0
15262026-06-22T19:17:33.871Z Compiling tower-http v0.6.8
15272026-06-22T19:17:33.977Z Compiling derive_builder_macro v0.20.2
15282026-06-22T19:17:34.173Z Compiling darling_macro v0.21.3
15292026-06-22T19:17:34.281Z Compiling tokio-native-tls v0.3.1
15302026-06-22T19:17:34.375Z Compiling heck v0.4.1
15312026-06-22T19:17:34.427Z Compiling bstr v1.12.1
15322026-06-22T19:17:34.470Z Compiling ipnetwork v0.21.1
15332026-06-22T19:17:34.605Z Compiling rand_chacha v0.3.1
15342026-06-22T19:17:34.619Z Compiling toml_datetime v0.6.11
15352026-06-22T19:17:34.698Z Compiling erased-serde v0.3.31
15362026-06-22T19:17:34.874Z Compiling serde_tokenstream v0.2.3
15372026-06-22T19:17:34.877Z Compiling serde_spanned v0.6.9
15382026-06-22T19:17:35.022Z Compiling md-5 v0.10.6
15392026-06-22T19:17:35.083Z Compiling pin-project-internal v1.1.11
15402026-06-22T19:17:35.185Z Compiling zerocopy-derive v0.7.35
15412026-06-22T19:17:35.185Z Compiling async-trait v0.1.89
15422026-06-22T19:17:35.211Z Compiling curve25519-dalek v4.1.3
15432026-06-22T19:17:35.424Z Compiling vergen-lib v9.1.0
15442026-06-22T19:17:35.545Z Compiling num-integer v0.1.46
15452026-06-22T19:17:35.604Z Compiling hash32 v0.2.1
15462026-06-22T19:17:35.796Z Compiling ff v0.13.1
15472026-06-22T19:17:35.867Z Compiling memoffset v0.9.1
15482026-06-22T19:17:35.932Z Compiling encoding_rs v0.8.35
15492026-06-22T19:17:36.042Z Compiling base16ct v0.2.0
15502026-06-22T19:17:36.057Z Compiling psl-types v2.0.11
15512026-06-22T19:17:36.181Z Compiling zlib-rs v0.6.2
15522026-06-22T19:17:36.184Z Compiling fallible-iterator v0.2.0
15532026-06-22T19:17:36.213Z Compiling rustix v0.38.44
15542026-06-22T19:17:36.227Z Compiling cfg_aliases v0.2.1
15552026-06-22T19:17:36.299Z Compiling litrs v1.0.0
15562026-06-22T19:17:36.507Z Compiling num-bigint-dig v0.8.6
15572026-06-22T19:17:36.555Z Compiling ref-cast v1.0.25
15582026-06-22T19:17:36.697Z Compiling mime v0.3.17
15592026-06-22T19:17:36.815Z Compiling smoltcp v0.9.1
15602026-06-22T19:17:36.903Z Compiling document-features v0.2.12
15612026-06-22T19:17:37.070Z Compiling postgres-protocol v0.6.10
15622026-06-22T19:17:37.166Z Compiling nix v0.31.2
15632026-06-22T19:17:37.424Z Compiling pin-project v1.1.11
15642026-06-22T19:17:37.481Z Compiling sec1 v0.7.3
15652026-06-22T19:17:37.522Z Compiling publicsuffix v2.3.0
15662026-06-22T19:17:37.607Z Compiling zerocopy v0.7.35
15672026-06-22T19:17:37.630Z Compiling group v0.13.0
15682026-06-22T19:17:37.690Z Compiling num-iter v0.1.45
15692026-06-22T19:17:37.815Z Compiling newtype-uuid v1.3.2
15702026-06-22T19:17:37.974Z Compiling hubpack_derive v0.1.1
15712026-06-22T19:17:38.138Z Compiling rand v0.8.6
15722026-06-22T19:17:38.152Z Compiling darling v0.21.3
15732026-06-22T19:17:38.208Z Compiling oxnet v0.1.6
15742026-06-22T19:17:38.233Z Compiling snafu-derive v0.8.9
15752026-06-22T19:17:38.287Z Compiling hyper-tls v0.6.0
15762026-06-22T19:17:38.413Z Compiling derive_builder v0.20.2
15772026-06-22T19:17:38.601Z Compiling goblin v0.8.2
15782026-06-22T19:17:39.127Z Compiling flate2 v1.1.9
15792026-06-22T19:17:39.276Z Compiling phf_shared v0.13.1
15802026-06-22T19:17:39.385Z Compiling lazy_static v1.5.0
15812026-06-22T19:17:39.485Z Compiling regex v1.12.3
15822026-06-22T19:17:39.544Z Compiling anstyle-parse v0.2.7
15832026-06-22T19:17:39.583Z Compiling strum_macros v0.27.2
15842026-06-22T19:17:39.734Z Compiling futures-executor v0.3.32
15852026-06-22T19:17:39.737Z Compiling hex v0.4.3
15862026-06-22T19:17:39.925Z Compiling hkdf v0.12.4
15872026-06-22T19:17:40.009Z Compiling crypto-bigint v0.5.5
15882026-06-22T19:17:40.012Z Compiling terminal_size v0.4.3
15892026-06-22T19:17:40.094Z Compiling daft-derive v0.1.7
15902026-06-22T19:17:40.162Z Compiling curve25519-dalek-derive v0.1.1
15912026-06-22T19:17:40.175Z Compiling ref-cast-impl v1.0.25
15922026-06-22T19:17:40.726Z Compiling vergen v9.1.0
15932026-06-22T19:17:40.822Z Compiling fs-err v3.3.0
15942026-06-22T19:17:40.836Z Compiling cargo-platform v0.3.2
15952026-06-22T19:17:40.906Z Compiling ahash v0.8.12
15962026-06-22T19:17:41.010Z Compiling winnow v0.5.40
15972026-06-22T19:17:41.104Z Compiling libbz2-rs-sys v0.2.2
15982026-06-22T19:17:41.118Z Compiling foldhash v0.1.5
15992026-06-22T19:17:41.292Z Compiling bitflags v1.3.2
16002026-06-22T19:17:41.372Z Compiling managed v0.8.0
16012026-06-22T19:17:41.569Z Compiling same-file v1.0.6
16022026-06-22T19:17:41.594Z Compiling object v0.37.3
16032026-06-22T19:17:41.738Z Compiling bumpalo v3.20.2
16042026-06-22T19:17:41.805Z Compiling foldhash v0.2.0
16052026-06-22T19:17:41.910Z Compiling walkdir v2.5.0
16062026-06-22T19:17:41.987Z Compiling hashbrown v0.16.1
16072026-06-22T19:17:42.026Z Compiling zopfli v0.8.3
16082026-06-22T19:17:42.147Z Compiling clap_builder v4.6.0
16092026-06-22T19:17:42.172Z Compiling strum v0.27.2
16102026-06-22T19:17:42.313Z Compiling toml_edit v0.19.15
16112026-06-22T19:17:42.438Z Compiling bzip2 v0.6.1
16122026-06-22T19:17:42.578Z Compiling hashbrown v0.15.5
16132026-06-22T19:17:42.693Z Compiling cargo_metadata v0.23.1
16142026-06-22T19:17:42.791Z Compiling elliptic-curve v0.13.8
16152026-06-22T19:17:43.039Z Compiling dof v0.3.0
16162026-06-22T19:17:43.120Z Compiling daft v0.1.7
16172026-06-22T19:17:43.503Z Compiling snafu v0.8.9
16182026-06-22T19:17:43.758Z Compiling futures v0.3.32
16192026-06-22T19:17:43.843Z Compiling anstream v0.6.21
16202026-06-22T19:17:43.864Z Compiling phf v0.13.1
16212026-06-22T19:17:44.068Z Compiling signal-hook-mio v0.2.5
16222026-06-22T19:17:44.187Z Compiling cookie_store v0.22.1
16232026-06-22T19:17:44.213Z Compiling zstd v0.13.3
16242026-06-22T19:17:44.512Z Compiling bzip2 v0.4.4
16252026-06-22T19:17:44.526Z Compiling hubpack v0.1.2
16262026-06-22T19:17:44.726Z Compiling serde_with_macros v3.17.0
16272026-06-22T19:17:44.855Z Compiling postgres-types v0.2.12
16282026-06-22T19:17:44.992Z Compiling usdt-macro v0.6.0
16292026-06-22T19:17:45.165Z Compiling usdt-attr-macro v0.6.0
16302026-06-22T19:17:45.414Z Compiling globset v0.4.18
16312026-06-22T19:17:45.740Z Compiling dtrace-parser v0.2.0
16322026-06-22T19:17:45.868Z Compiling ed25519 v2.2.3
16332026-06-22T19:17:45.957Z Compiling phf_shared v0.11.3
16342026-06-22T19:17:45.991Z Compiling olpc-cjson v0.1.4
16352026-06-22T19:17:46.109Z Compiling pkcs1 v0.7.5
16362026-06-22T19:17:46.139Z Compiling clap_derive v4.6.1
16372026-06-22T19:17:46.153Z Compiling strum_macros v0.26.4
16382026-06-22T19:17:46.250Z Compiling enum-as-inner v0.6.1
16392026-06-22T19:17:46.492Z Compiling serde-big-array v0.5.1
16402026-06-22T19:17:46.511Z Compiling serde_plain v1.0.2
16412026-06-22T19:17:46.638Z Compiling rfc6979 v0.4.0
16422026-06-22T19:17:46.709Z Compiling pem v3.0.6
16432026-06-22T19:17:46.757Z Compiling async-recursion v1.1.1
16442026-06-22T19:17:46.775Z Compiling serde_repr v0.1.20
16452026-06-22T19:17:46.787Z Compiling float-cmp v0.10.0
16462026-06-22T19:17:46.933Z Compiling thread-id v4.2.2
16472026-06-22T19:17:47.022Z Compiling memmap2 v0.9.10
16482026-06-22T19:17:47.035Z Compiling env_filter v1.0.0
16492026-06-22T19:17:47.237Z Compiling keccak v0.1.6
16502026-06-22T19:17:47.293Z Compiling data-encoding v2.10.0
16512026-06-22T19:17:47.330Z Compiling whoami v2.1.0
16522026-06-22T19:17:47.403Z Compiling precomputed-hash v0.1.1
16532026-06-22T19:17:47.496Z Compiling predicates-core v1.0.10
16542026-06-22T19:17:47.671Z Compiling difflib v0.4.0
16552026-06-22T19:17:47.698Z Compiling typed-path v0.9.3
16562026-06-22T19:17:47.897Z Compiling jiff v0.2.21
16572026-06-22T19:17:47.912Z Compiling static_assertions v1.1.0
16582026-06-22T19:17:47.981Z Compiling new_debug_unreachable v1.0.6
16592026-06-22T19:17:47.981Z Compiling either v1.15.0
16602026-06-22T19:17:48.052Z Compiling normalize-line-endings v0.3.0
16612026-06-22T19:17:48.068Z Compiling fixedbitset v0.4.2
16622026-06-22T19:17:48.148Z Compiling fixedbitset v0.5.7
16632026-06-22T19:17:48.194Z Compiling itertools v0.13.0
16642026-06-22T19:17:48.227Z Compiling petgraph v0.6.5
16652026-06-22T19:17:48.277Z Compiling predicates v3.1.4
16662026-06-22T19:17:48.457Z Compiling petgraph v0.8.3
16672026-06-22T19:17:48.919Z Compiling string_cache v0.8.9
16682026-06-22T19:17:48.919Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16692026-06-22T19:17:49.143Z Compiling strum v0.26.3
16702026-06-22T19:17:49.305Z Compiling clap v4.6.1
16712026-06-22T19:17:49.394Z Compiling hickory-proto v0.25.2
16722026-06-22T19:17:49.446Z Compiling tokio-postgres v0.7.16
16732026-06-22T19:17:49.714Z Compiling sha3 v0.10.8
16742026-06-22T19:17:49.743Z Compiling toml_edit v0.22.27
16752026-06-22T19:17:50.182Z Compiling env_logger v0.11.9
16762026-06-22T19:17:50.473Z Compiling usdt v0.6.0
16772026-06-22T19:17:50.539Z Compiling zip v4.6.1
16782026-06-22T19:17:50.733Z Compiling usdt-impl v0.5.0
16792026-06-22T19:17:51.316Z Compiling ecdsa v0.16.9
16802026-06-22T19:17:51.496Z Compiling rsa v0.9.10
16812026-06-22T19:17:51.653Z Compiling ed25519-dalek v2.2.0
16822026-06-22T19:17:51.713Z Compiling serde_with v3.17.0
16832026-06-22T19:17:51.778Z Compiling crossterm v0.28.1
16842026-06-22T19:17:52.308Z Compiling zip v0.6.6
16852026-06-22T19:17:52.857Z Compiling toml v0.7.8
16862026-06-22T19:17:52.884Z Compiling iddqd v0.4.2
16872026-06-22T19:17:53.527Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-06-22T19:17:53.640Z Compiling similar v2.7.0
16892026-06-22T19:17:53.687Z Compiling crossbeam-epoch v0.9.18
16902026-06-22T19:17:54.027Z Compiling tokio-stream v0.1.18
16912026-06-22T19:17:54.073Z Compiling buf-list v1.1.2
16922026-06-22T19:17:54.153Z Compiling x509-cert v0.2.5
16932026-06-22T19:17:54.167Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-06-22T19:17:54.382Z Compiling openapiv3 v2.2.0
16952026-06-22T19:17:54.524Z Compiling sha1 v0.10.6
16962026-06-22T19:17:54.548Z Compiling lalrpop-util v0.19.12
16972026-06-22T19:17:54.548Z Compiling peg-runtime v0.8.5
16982026-06-22T19:17:54.740Z Compiling thread_local v1.1.9
16992026-06-22T19:17:54.782Z Compiling slog-async v2.8.0
17002026-06-22T19:17:54.871Z Compiling crossbeam-channel v0.5.15
17012026-06-22T19:17:54.883Z Compiling is-terminal v0.4.17
17022026-06-22T19:17:54.990Z Compiling filetime v0.2.27
17032026-06-22T19:17:55.008Z Compiling xattr v1.6.1
17042026-06-22T19:17:55.046Z Compiling term v1.2.1
17052026-06-22T19:17:55.147Z Compiling take_mut v0.2.2
17062026-06-22T19:17:55.155Z Compiling tar v0.4.45
17072026-06-22T19:17:55.615Z Compiling slog-term v2.9.2
17082026-06-22T19:18:05.489Z Compiling rustls-webpki v0.103.9
17092026-06-22T19:18:08.305Z Compiling tokio-rustls v0.26.4
17102026-06-22T19:18:08.305Z Compiling rustls-platform-verifier v0.6.2
17112026-06-22T19:18:08.530Z Compiling hyper-rustls v0.27.7
17122026-06-22T19:18:08.703Z Compiling reqwest v0.12.28
17132026-06-22T19:18:08.719Z Compiling reqwest v0.13.2
17142026-06-22T19:18:09.981Z Compiling tough v0.22.0
17152026-06-22T19:18:12.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-22T19:18:12.778Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-22T19:18:15.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17182026-06-22T19:18:15.811Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-22T19:18:15.861ZJun 22 19:18:14.476 INFO Starting download, target: Cockroach
17202026-06-22T19:18:15.861ZJun 22 19:18:14.477 INFO Starting download, target: Clickhouse
17212026-06-22T19:18:15.861ZJun 22 19:18:14.477 INFO Starting download, target: Console
17222026-06-22T19:18:15.861ZJun 22 19:18:14.477 INFO Starting download, target: DendriteStub
17232026-06-22T19:18:15.864ZJun 22 19:18:14.477 INFO Starting download, target: MaghemiteMgd
17242026-06-22T19:18:15.864ZJun 22 19:18:14.477 INFO Starting download, target: MaghemiteDdmd
17252026-06-22T19:18:15.864ZJun 22 19:18:14.477 INFO Starting download, target: TransceiverControl
17262026-06-22T19:18:15.864ZJun 22 19:18:14.477 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-06-22T19:18:15.864ZJun 22 19:18:14.477 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-06-22T19:18:15.864ZJun 22 19:18:14.477 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-06-22T19:18:15.865ZJun 22 19:18:14.477 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17302026-06-22T19:18:15.865ZJun 22 19:18:14.477 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-06-22T19:18:15.865ZJun 22 19:18:14.477 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-22T19:18:15.865ZJun 22 19:18:14.477 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-22T19:18:16.181ZJun 22 19:18:14.789 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-06-22T19:18:16.393ZJun 22 19:18:14.998 INFO Download complete, target: TransceiverControl
17352026-06-22T19:18:16.825ZJun 22 19:18:15.417 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-06-22T19:18:17.443ZJun 22 19:18:15.654 INFO Download complete, target: Console
17372026-06-22T19:18:17.456ZJun 22 19:18:15.945 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-06-22T19:18:17.536ZJun 22 19:18:16.144 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-06-22T19:18:17.547ZJun 22 19:18:16.148 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-06-22T19:18:17.636ZJun 22 19:18:16.244 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-06-22T19:18:17.902ZJun 22 19:18:16.517 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-22T19:18:17.902ZJun 22 19:18:16.517 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-22T19:18:19.224ZJun 22 19:18:17.839 INFO Download complete, target: MaghemiteDdmd
17442026-06-22T19:18:20.124ZJun 22 19:18:18.739 INFO Download complete, target: MaghemiteMgd
17452026-06-22T19:18:20.124ZJun 22 19:18:18.739 INFO Download complete, target: DendriteStub
17462026-06-22T19:18:22.568ZJun 22 19:18:21.175 INFO Checking that binary works, target: Cockroach
17472026-06-22T19:18:22.673ZJun 22 19:18:21.288 INFO Download complete, target: Cockroach
17482026-06-22T19:18:24.380ZJun 22 19:18:22.969 INFO Checking that binary works, target: Clickhouse
17492026-06-22T19:18:24.473ZJun 22 19:18:23.079 INFO Download complete, target: Clickhouse
17502026-06-22T19:18:24.481ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-22T19:18:24.486Z
17522026-06-22T19:18:24.486Zreal 2:07.042158195
17532026-06-22T19:18:24.486Zuser 6:54.205027458
17542026-06-22T19:18:24.486Zsys 1:23.508057777
17552026-06-22T19:18:24.486Ztrap 0.252188206
17562026-06-22T19:18:24.486Ztflt 0.614316492
17572026-06-22T19:18:24.486Zdflt 0.566728242
17582026-06-22T19:18:24.486Zkflt 0.026483015
17592026-06-22T19:18:24.486Zlock 21:52.274140184
17602026-06-22T19:18:24.486Zslp 21:28.819875142
17612026-06-22T19:18:24.486Zlat 40.615354725
17622026-06-22T19:18:24.486Zstop 1:51.951995845
17632026-06-22T19:18:24.486Z+ banner hack-check
17642026-06-22T19:18:24.486Z
17652026-06-22T19:18:24.486Z # # ## #### # # #### # # ###### #### # #
17662026-06-22T19:18:24.486Z # # # # # # # # # # # # # # # # #
17672026-06-22T19:18:24.486Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-22T19:18:24.486Z # # ###### # # # # # # # # # #
17692026-06-22T19:18:24.486Z # # # # # # # # # # # # # # # # #
17702026-06-22T19:18:24.486Z # # # # #### # # #### # # ###### #### # #
17712026-06-22T19:18:24.486Z
17722026-06-22T19:18:24.486Z+ export CARGO_INCREMENTAL=0
17732026-06-22T19:18:24.486Z+ CARGO_INCREMENTAL=0
17742026-06-22T19:18:24.486Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-22T19:18:24.945Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-22T19:18:25.161Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-22T19:18:27.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17782026-06-22T19:18:27.087Z Running `target/debug/xtask check-features --ci`
17792026-06-22T19:18:27.111Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-22T19:18:27.114Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-22T19:18:27.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17822026-06-22T19:18:27.550Z Running `target/debug/xtask download cargo-hack`
17832026-06-22T19:18:28.269Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-22T19:18:28.581Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-22T19:18:31.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17862026-06-22T19:18:31.290Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-22T19:18:31.327ZJun 22 19:18:29.942 INFO Starting download, target: CargoHack
17882026-06-22T19:18:31.330ZJun 22 19:18:29.943 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-22T19:18:31.521ZJun 22 19:18:30.136 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-22T19:18:31.569ZJun 22 19:18:30.185 INFO Download complete, target: CargoHack
17912026-06-22T19:18:31.575Zrunning: "/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"
17922026-06-22T19:18:31.585Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-22T19:18:31.742Zinfo: running `cargo check --bins` on api_identity (1/298)
17942026-06-22T19:18:32.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-22T19:18:32.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-22T19:18:32.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-22T19:18:32.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17982026-06-22T19:18:32.255Z
17992026-06-22T19:18:32.255Zinfo: running `cargo check --bins` on bootstore (2/298)
18002026-06-22T19:18:32.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-22T19:18:32.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-22T19:18:32.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-22T19:18:32.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-22T19:18:32.774Z
18052026-06-22T19:18:32.774Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18062026-06-22T19:18:33.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-22T19:18:33.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-22T19:18:33.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-22T19:18:33.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-22T19:18:33.292Z
18112026-06-22T19:18:33.292Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18122026-06-22T19:18:33.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-22T19:18:33.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-22T19:18:33.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-22T19:18:33.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-22T19:18:33.802Z
18172026-06-22T19:18:33.802Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18182026-06-22T19:18:34.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-22T19:18:34.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-22T19:18:34.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-22T19:18:34.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18222026-06-22T19:18:34.318Z
18232026-06-22T19:18:34.318Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18242026-06-22T19:18:34.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-22T19:18:34.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-22T19:18:34.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-22T19:18:34.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18282026-06-22T19:18:34.847Z
18292026-06-22T19:18:34.847Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18302026-06-22T19:18:35.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-22T19:18:35.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-22T19:18:35.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-22T19:18:35.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-22T19:18:35.369Z
18352026-06-22T19:18:35.369Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18362026-06-22T19:18:35.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-22T19:18:35.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-22T19:18:35.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-22T19:18:35.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-22T19:18:35.894Z
18412026-06-22T19:18:35.894Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18422026-06-22T19:18:36.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-22T19:18:36.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-22T19:18:36.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-22T19:18:36.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18462026-06-22T19:18:36.291Z
18472026-06-22T19:18:36.291Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18482026-06-22T19:18:36.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-22T19:18:36.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-22T19:18:36.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-22T19:18:36.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18522026-06-22T19:18:36.696Z
18532026-06-22T19:18:36.696Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18542026-06-22T19:18:37.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-22T19:18:37.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-22T19:18:37.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-22T19:18:37.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-22T19:18:37.085Z
18592026-06-22T19:18:37.085Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18602026-06-22T19:18:37.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-22T19:18:37.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-22T19:18:37.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-22T19:18:37.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-22T19:18:37.476Z
18652026-06-22T19:18:37.476Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18662026-06-22T19:18:37.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-22T19:18:37.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-22T19:18:37.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-22T19:18:37.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-22T19:18:37.878Z
18712026-06-22T19:18:37.878Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18722026-06-22T19:18:38.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-22T19:18:38.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-22T19:18:38.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-22T19:18:38.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18762026-06-22T19:18:38.284Z
18772026-06-22T19:18:38.284Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18782026-06-22T19:18:38.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-22T19:18:38.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-22T19:18:38.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-22T19:18:38.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18822026-06-22T19:18:38.683Z
18832026-06-22T19:18:38.683Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18842026-06-22T19:18:39.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-22T19:18:39.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-22T19:18:39.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-22T19:18:39.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18882026-06-22T19:18:39.125Z
18892026-06-22T19:18:39.125Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18902026-06-22T19:18:39.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-22T19:18:39.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-22T19:18:39.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-22T19:18:39.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18942026-06-22T19:18:39.485Z
18952026-06-22T19:18:39.485Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
18962026-06-22T19:18:39.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-22T19:18:39.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-22T19:18:39.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-22T19:18:39.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19002026-06-22T19:18:39.879Z
19012026-06-22T19:18:39.879Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19022026-06-22T19:18:40.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-22T19:18:40.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-22T19:18:40.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-22T19:18:40.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19062026-06-22T19:18:40.274Z
19072026-06-22T19:18:40.274Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19082026-06-22T19:18:40.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-22T19:18:40.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-22T19:18:40.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-22T19:18:40.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-22T19:18:40.671Z
19132026-06-22T19:18:40.671Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19142026-06-22T19:18:41.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-22T19:18:41.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-22T19:18:41.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-22T19:18:41.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-22T19:18:41.069Z
19192026-06-22T19:18:41.069Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19202026-06-22T19:18:41.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-22T19:18:41.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-22T19:18:41.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-22T19:18:41.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19242026-06-22T19:18:41.469Z
19252026-06-22T19:18:41.469Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19262026-06-22T19:18:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-22T19:18:41.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-22T19:18:41.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-22T19:18:41.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19302026-06-22T19:18:41.880Z
19312026-06-22T19:18:41.880Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19322026-06-22T19:18:42.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-22T19:18:42.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-22T19:18:42.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-22T19:18:42.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-22T19:18:42.273Z
19372026-06-22T19:18:42.273Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19382026-06-22T19:18:42.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-22T19:18:42.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-22T19:18:42.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-22T19:18:42.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-22T19:18:42.672Z
19432026-06-22T19:18:42.672Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19442026-06-22T19:18:43.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-22T19:18:43.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-22T19:18:43.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-22T19:18:43.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-22T19:18:43.067Z
19492026-06-22T19:18:43.067Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19502026-06-22T19:18:43.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-22T19:18:43.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-22T19:18:43.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-22T19:18:43.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-22T19:18:43.500Z
19552026-06-22T19:18:43.500Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19562026-06-22T19:18:43.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-22T19:18:43.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-22T19:18:43.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-22T19:18:43.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-22T19:18:43.864Z
19612026-06-22T19:18:43.865Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19622026-06-22T19:18:44.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-22T19:18:44.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-22T19:18:44.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-22T19:18:44.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19662026-06-22T19:18:44.266Z
19672026-06-22T19:18:44.267Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19682026-06-22T19:18:44.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-22T19:18:44.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-22T19:18:44.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-22T19:18:44.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19722026-06-22T19:18:44.662Z
19732026-06-22T19:18:44.662Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19742026-06-22T19:18:45.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-22T19:18:45.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-22T19:18:45.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-22T19:18:45.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-22T19:18:45.057Z
19792026-06-22T19:18:45.058Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19802026-06-22T19:18:45.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-22T19:18:45.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-22T19:18:45.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-22T19:18:45.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-22T19:18:45.454Z
19852026-06-22T19:18:45.454Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19862026-06-22T19:18:45.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-22T19:18:45.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-22T19:18:45.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-22T19:18:45.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-22T19:18:45.850Z
19912026-06-22T19:18:45.850Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19922026-06-22T19:18:46.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-22T19:18:46.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-22T19:18:46.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-22T19:18:46.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-22T19:18:46.243Z
19972026-06-22T19:18:46.243Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
19982026-06-22T19:18:46.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-22T19:18:46.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-22T19:18:46.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-22T19:18:46.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-22T19:18:46.642Z
20032026-06-22T19:18:46.642Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20042026-06-22T19:18:46.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-22T19:18:46.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-22T19:18:46.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-22T19:18:46.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20082026-06-22T19:18:47.040Z
20092026-06-22T19:18:47.040Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20102026-06-22T19:18:47.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-22T19:18:47.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-22T19:18:47.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-22T19:18:47.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-22T19:18:47.436Z
20152026-06-22T19:18:47.436Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20162026-06-22T19:18:47.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-22T19:18:47.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-22T19:18:47.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-22T19:18:47.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20202026-06-22T19:18:47.834Z
20212026-06-22T19:18:47.834Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20222026-06-22T19:18:48.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-22T19:18:48.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-22T19:18:48.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-22T19:18:48.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-22T19:18:48.259Z
20272026-06-22T19:18:48.259Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20282026-06-22T19:18:48.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-22T19:18:48.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-22T19:18:48.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-22T19:18:48.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-22T19:18:48.630Z
20332026-06-22T19:18:48.630Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20342026-06-22T19:18:48.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-22T19:18:48.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-22T19:18:48.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-22T19:18:48.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20382026-06-22T19:18:49.033Z
20392026-06-22T19:18:49.034Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20402026-06-22T19:18:49.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-22T19:18:49.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-22T19:18:49.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-22T19:18:49.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20442026-06-22T19:18:49.439Z
20452026-06-22T19:18:49.439Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20462026-06-22T19:18:49.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-22T19:18:49.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-22T19:18:49.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-22T19:18:49.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20502026-06-22T19:18:49.846Z
20512026-06-22T19:18:49.846Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20522026-06-22T19:18:50.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-22T19:18:50.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-22T19:18:50.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-22T19:18:50.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-22T19:18:50.240Z
20572026-06-22T19:18:50.240Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20582026-06-22T19:18:50.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-22T19:18:50.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-22T19:18:50.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-22T19:18:50.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20622026-06-22T19:18:50.642Z
20632026-06-22T19:18:50.643Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20642026-06-22T19:18:51.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-22T19:18:51.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-22T19:18:51.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-22T19:18:51.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20682026-06-22T19:18:51.048Z
20692026-06-22T19:18:51.048Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20702026-06-22T19:18:51.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-22T19:18:51.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-22T19:18:51.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-22T19:18:51.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-22T19:18:51.445Z
20752026-06-22T19:18:51.445Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20762026-06-22T19:18:51.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-22T19:18:51.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-22T19:18:51.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-22T19:18:51.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-22T19:18:51.842Z
20812026-06-22T19:18:51.842Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20822026-06-22T19:18:52.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-22T19:18:52.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-22T19:18:52.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-22T19:18:52.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20862026-06-22T19:18:52.410Z
20872026-06-22T19:18:52.410Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20882026-06-22T19:18:52.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-22T19:18:52.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-22T19:18:52.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-22T19:18:52.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20922026-06-22T19:18:52.986Z
20932026-06-22T19:18:52.986Zinfo: running `cargo check --bins` on nexus-config (51/298)
20942026-06-22T19:18:53.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-22T19:18:53.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-22T19:18:53.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-22T19:18:53.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-22T19:18:53.543Z
20992026-06-22T19:18:53.543Zinfo: running `cargo check --bins` on nexus-types (52/298)
21002026-06-22T19:18:54.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-22T19:18:54.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-22T19:18:54.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-22T19:18:54.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21042026-06-22T19:18:54.113Z
21052026-06-22T19:18:54.113Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21062026-06-22T19:18:54.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-22T19:18:54.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-22T19:18:54.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-22T19:18:54.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21102026-06-22T19:18:54.647Z
21112026-06-22T19:18:54.647Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21122026-06-22T19:18:55.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-22T19:18:55.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-22T19:18:55.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-22T19:18:55.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21162026-06-22T19:18:55.156Z
21172026-06-22T19:18:55.156Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21182026-06-22T19:18:55.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-22T19:18:55.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-22T19:18:55.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-22T19:18:55.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21222026-06-22T19:18:55.694Z
21232026-06-22T19:18:55.694Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21242026-06-22T19:18:56.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-22T19:18:56.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-22T19:18:56.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-22T19:18:56.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21282026-06-22T19:18:56.231Z
21292026-06-22T19:18:56.231Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21302026-06-22T19:18:56.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-22T19:18:56.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-22T19:18:56.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-22T19:18:56.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21342026-06-22T19:18:56.772Z
21352026-06-22T19:18:56.772Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21362026-06-22T19:18:57.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-22T19:18:57.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-22T19:18:57.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-22T19:18:57.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21402026-06-22T19:18:57.316Z
21412026-06-22T19:18:57.316Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21422026-06-22T19:18:57.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-22T19:18:57.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-22T19:18:57.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-22T19:18:57.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21462026-06-22T19:18:57.841Z
21472026-06-22T19:18:57.841Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21482026-06-22T19:18:58.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-22T19:18:58.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-22T19:18:58.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-22T19:18:58.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21522026-06-22T19:18:58.368Z
21532026-06-22T19:18:58.368Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21542026-06-22T19:18:58.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-22T19:18:58.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-22T19:18:58.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-22T19:18:58.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21582026-06-22T19:18:58.892Z
21592026-06-22T19:18:58.892Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21602026-06-22T19:18:59.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-22T19:18:59.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-22T19:18:59.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-22T19:18:59.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21642026-06-22T19:18:59.413Z
21652026-06-22T19:18:59.413Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21662026-06-22T19:18:59.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-22T19:18:59.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-22T19:18:59.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-22T19:18:59.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21702026-06-22T19:18:59.946Z
21712026-06-22T19:18:59.946Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21722026-06-22T19:19:00.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-22T19:19:00.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-22T19:19:00.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-22T19:19:00.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21762026-06-22T19:19:00.483Z
21772026-06-22T19:19:00.483Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21782026-06-22T19:19:00.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-22T19:19:00.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-22T19:19:00.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-22T19:19:00.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21822026-06-22T19:19:01.008Z
21832026-06-22T19:19:01.009Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21842026-06-22T19:19:01.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-22T19:19:01.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-22T19:19:01.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-22T19:19:01.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21882026-06-22T19:19:01.523Z
21892026-06-22T19:19:01.523Zinfo: running `cargo check --bins` on ereport-types (67/298)
21902026-06-22T19:19:01.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-22T19:19:01.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-22T19:19:01.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-22T19:19:01.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21942026-06-22T19:19:02.051Z
21952026-06-22T19:19:02.051Zinfo: running `cargo check --bins` on gateway-client (68/298)
21962026-06-22T19:19:02.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-22T19:19:02.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-22T19:19:02.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-22T19:19:02.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22002026-06-22T19:19:02.587Z
22012026-06-22T19:19:02.587Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22022026-06-22T19:19:03.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-22T19:19:03.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-22T19:19:03.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-22T19:19:03.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22062026-06-22T19:19:03.102Z
22072026-06-22T19:19:03.102Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22082026-06-22T19:19:03.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-22T19:19:03.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-22T19:19:03.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-22T19:19:03.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22122026-06-22T19:19:03.626Z
22132026-06-22T19:19:03.626Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22142026-06-22T19:19:04.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-22T19:19:04.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-22T19:19:04.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-22T19:19:04.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22182026-06-22T19:19:04.150Z
22192026-06-22T19:19:04.150Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22202026-06-22T19:19:04.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-22T19:19:04.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-22T19:19:04.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-22T19:19:04.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-22T19:19:04.674Z
22252026-06-22T19:19:04.674Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22262026-06-22T19:19:05.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-22T19:19:05.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-22T19:19:05.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-22T19:19:05.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22302026-06-22T19:19:05.226Z
22312026-06-22T19:19:05.226Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22322026-06-22T19:19:05.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-22T19:19:05.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-22T19:19:05.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-22T19:19:05.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22362026-06-22T19:19:05.775Z
22372026-06-22T19:19:05.775Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22382026-06-22T19:19:06.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-22T19:19:06.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-22T19:19:06.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-22T19:19:06.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22422026-06-22T19:19:06.295Z
22432026-06-22T19:19:06.296Zinfo: running `cargo check --bins` on oxlog (76/298)
22442026-06-22T19:19:06.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-22T19:19:06.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-22T19:19:06.852Z Checking cfg-if v1.0.4
22472026-06-22T19:19:06.855Z Checking libc v0.2.185
22482026-06-22T19:19:06.855Z Checking serde_core v1.0.228
22492026-06-22T19:19:06.962Z Checking zeroize v1.8.2
22502026-06-22T19:19:06.970Z Checking memchr v2.8.0
22512026-06-22T19:19:06.978Z Checking log v0.4.29
22522026-06-22T19:19:06.986Z Checking smallvec v1.15.1
22532026-06-22T19:19:06.997Z Checking typenum v1.19.0
22542026-06-22T19:19:07.007Z Checking subtle v2.6.1
22552026-06-22T19:19:07.102Z Checking itoa v1.0.17
22562026-06-22T19:19:07.137Z Checking scopeguard v1.2.0
22572026-06-22T19:19:07.153Z Checking stable_deref_trait v1.2.1
22582026-06-22T19:19:07.166Z Checking const-oid v0.9.6
22592026-06-22T19:19:07.227Z Checking zerofrom v0.1.6
22602026-06-22T19:19:07.238Z Checking lock_api v0.4.14
22612026-06-22T19:19:07.250Z Checking pin-project-lite v0.2.17
22622026-06-22T19:19:07.338Z Checking yoke v0.8.1
22632026-06-22T19:19:07.350Z Checking portable-atomic v1.13.1
22642026-06-22T19:19:07.353Z Checking critical-section v1.2.0
22652026-06-22T19:19:07.356Z Checking getrandom v0.2.17
22662026-06-22T19:19:07.430Z Checking errno v0.3.14
22672026-06-22T19:19:07.477Z Checking parking_lot_core v0.9.12
22682026-06-22T19:19:07.502Z Checking zerovec v0.11.5
22692026-06-22T19:19:07.513Z Checking generic-array v0.14.7
22702026-06-22T19:19:07.546Z Checking signal-hook-registry v1.4.8
22712026-06-22T19:19:07.552Z Checking rand_core v0.6.4
22722026-06-22T19:19:07.658Z Checking futures-core v0.3.32
22732026-06-22T19:19:07.705Z Checking parking_lot v0.12.5
22742026-06-22T19:19:07.725Z Checking mio v1.2.0
22752026-06-22T19:19:07.781Z Checking zerocopy v0.8.40
22762026-06-22T19:19:07.794Z Checking once_cell v1.21.3
22772026-06-22T19:19:07.834Z Checking zmij v1.0.21
22782026-06-22T19:19:07.891Z Checking socket2 v0.6.3
22792026-06-22T19:19:07.942Z Checking tinystr v0.8.2
22802026-06-22T19:19:07.955Z Checking crypto-common v0.1.7
22812026-06-22T19:19:07.965Z Checking block-buffer v0.10.4
22822026-06-22T19:19:08.004Z Checking libm v0.2.16
22832026-06-22T19:19:08.046Z Checking litemap v0.8.1
22842026-06-22T19:19:08.073Z Checking percent-encoding v2.3.2
22852026-06-22T19:19:08.098Z Checking digest v0.10.7
22862026-06-22T19:19:08.114Z Checking writeable v0.6.2
22872026-06-22T19:19:08.177Z Checking equivalent v1.0.2
22882026-06-22T19:19:08.212Z Checking potential_utf v0.1.4
22892026-06-22T19:19:08.215Z Checking zerotrie v0.2.3
22902026-06-22T19:19:08.237Z Checking futures-sink v0.3.32
22912026-06-22T19:19:08.273Z Checking icu_locale_core v2.1.1
22922026-06-22T19:19:08.293Z Checking futures-io v0.3.32
22932026-06-22T19:19:08.332Z Checking futures-channel v0.3.32
22942026-06-22T19:19:08.343Z Checking icu_collections v2.1.1
22952026-06-22T19:19:08.407Z Checking slab v0.4.12
22962026-06-22T19:19:08.437Z Checking serde v1.0.228
22972026-06-22T19:19:08.468Z Checking bitflags v2.11.0
22982026-06-22T19:19:08.525Z Checking serde_json v1.0.149
22992026-06-22T19:19:08.561Z Checking cpufeatures v0.2.17
23002026-06-22T19:19:08.627Z Checking futures-task v0.3.32
23012026-06-22T19:19:08.640Z Checking hmac v0.12.1
23022026-06-22T19:19:08.650Z Checking icu_properties_data v2.1.2
23032026-06-22T19:19:08.698Z Checking num-traits v0.2.19
23042026-06-22T19:19:08.763Z Checking futures-util v0.3.32
23052026-06-22T19:19:08.766Z Checking icu_normalizer_data v2.1.1
23062026-06-22T19:19:08.786Z Checking rand_core v0.10.0
23072026-06-22T19:19:08.826Z Checking icu_provider v2.1.1
23082026-06-22T19:19:08.840Z Checking bytes v1.11.1
23092026-06-22T19:19:08.850Z Checking hashbrown v0.17.0
23102026-06-22T19:19:08.924Z Checking getrandom v0.4.1
23112026-06-22T19:19:09.058Z Checking icu_normalizer v2.1.1
23122026-06-22T19:19:09.071Z Checking icu_properties v2.1.2
23132026-06-22T19:19:09.197Z Checking block-padding v0.3.3
23142026-06-22T19:19:09.221Z Checking utf8_iter v1.0.4
23152026-06-22T19:19:09.275Z Checking tokio v1.52.1
23162026-06-22T19:19:09.310Z Checking indexmap v2.14.0
23172026-06-22T19:19:09.328Z Checking inout v0.1.4
23182026-06-22T19:19:09.343Z Checking sha2 v0.10.9
23192026-06-22T19:19:09.359Z Checking form_urlencoded v1.2.2
23202026-06-22T19:19:09.464Z Checking cipher v0.4.4
23212026-06-22T19:19:09.496Z Checking getrandom v0.3.4
23222026-06-22T19:19:09.626Z Checking fnv v1.0.7
23232026-06-22T19:19:09.642Z Checking base64ct v1.8.3
23242026-06-22T19:19:09.674Z Checking byteorder v1.5.0
23252026-06-22T19:19:09.725Z Checking flagset v0.4.7
23262026-06-22T19:19:09.851Z Checking rand_core v0.9.5
23272026-06-22T19:19:09.872Z Checking http v1.4.0
23282026-06-22T19:19:09.883Z Checking pem-rfc7468 v0.7.0
23292026-06-22T19:19:09.895Z Checking regex-syntax v0.8.10
23302026-06-22T19:19:09.912Z Checking idna_adapter v1.2.1
23312026-06-22T19:19:10.028Z Checking salsa20 v0.10.2
23322026-06-22T19:19:10.040Z Checking idna v1.1.0
23332026-06-22T19:19:10.044Z Checking der v0.7.10
23342026-06-22T19:19:10.160Z Checking uuid v1.23.0
23352026-06-22T19:19:10.349Z Checking url v2.5.8
23362026-06-22T19:19:10.427Z Checking pbkdf2 v0.12.2
23372026-06-22T19:19:10.471Z Checking rustix v1.1.3
23382026-06-22T19:19:10.542Z Checking tracing-core v0.1.36
23392026-06-22T19:19:10.584Z Checking ppv-lite86 v0.2.21
23402026-06-22T19:19:10.712Z Checking rustls-pki-types v1.14.0
23412026-06-22T19:19:10.744Z Checking base64 v0.22.1
23422026-06-22T19:19:10.789Z Checking spki v0.7.3
23432026-06-22T19:19:10.852Z Checking iana-time-zone v0.1.65
23442026-06-22T19:19:10.877Z Checking rand_chacha v0.9.0
23452026-06-22T19:19:10.952Z Checking tracing v0.1.44
23462026-06-22T19:19:10.964Z Checking chrono v0.4.44
23472026-06-22T19:19:10.979Z Checking scrypt v0.11.0
23482026-06-22T19:19:10.998Z Checking http-body v1.0.1
23492026-06-22T19:19:11.084Z Checking cbc v0.1.2
23502026-06-22T19:19:11.115Z Checking aes v0.8.4
23512026-06-22T19:19:11.128Z Checking aws-lc-sys v0.40.0
23522026-06-22T19:19:11.153Z Checking untrusted v0.9.0
23532026-06-22T19:19:11.211Z Checking tinyvec_macros v0.1.1
23542026-06-22T19:19:11.224Z Checking untrusted v0.7.1
23552026-06-22T19:19:11.263Z Checking openssl-probe v0.2.1
23562026-06-22T19:19:11.278Z Checking tinyvec v1.10.0
23572026-06-22T19:19:11.307Z Checking ring v0.17.14
23582026-06-22T19:19:11.331Z Checking rand v0.9.2
23592026-06-22T19:19:11.367Z Checking tower-service v0.3.3
23602026-06-22T19:19:11.459Z Checking try-lock v0.2.5
23612026-06-22T19:19:11.511Z Checking pkcs5 v0.7.1
23622026-06-22T19:19:11.560Z Checking atomic-waker v1.1.2
23632026-06-22T19:19:11.585Z Checking tower-layer v0.3.3
23642026-06-22T19:19:11.633Z Checking aws-lc-rs v1.16.3
23652026-06-22T19:19:11.657Z Checking want v0.3.1
23662026-06-22T19:19:11.734Z Checking ipnet v2.11.0
23672026-06-22T19:19:11.769Z Checking pkcs8 v0.10.2
23682026-06-22T19:19:11.781Z Checking httparse v1.10.1
23692026-06-22T19:19:11.804Z Checking aho-corasick v1.1.4
23702026-06-22T19:19:11.829Z Checking foreign-types-shared v0.1.1
23712026-06-22T19:19:11.913Z Checking pin-utils v0.1.0
23722026-06-22T19:19:11.943Z Checking plain v0.2.3
23732026-06-22T19:19:11.982Z Checking fastrand v2.3.0
23742026-06-22T19:19:11.995Z Checking utf8parse v0.2.2
23752026-06-22T19:19:11.998Z Checking dyn-clone v1.0.20
23762026-06-22T19:19:12.041Z Checking httpdate v1.0.3
23772026-06-22T19:19:12.097Z Checking foreign-types v0.3.2
23782026-06-22T19:19:12.112Z Checking unicode-normalization v0.1.25
23792026-06-22T19:19:12.160Z Checking tempfile v3.25.0
23802026-06-22T19:19:12.173Z Checking semver v1.0.28
23812026-06-22T19:19:12.185Z Checking openssl-sys v0.9.115
23822026-06-22T19:19:12.305Z Checking spin v0.9.8
23832026-06-22T19:19:12.352Z Checking socket2 v0.5.10
23842026-06-22T19:19:12.377Z Checking anstyle v1.0.14
23852026-06-22T19:19:12.549Z Checking regex-automata v0.4.14
23862026-06-22T19:19:12.558Z Checking rustls-webpki v0.103.9
23872026-06-22T19:19:12.558Z Checking ucd-trie v0.1.7
23882026-06-22T19:19:12.558Z Checking unicode-ident v1.0.24
23892026-06-22T19:19:12.558Z Checking tokio-util v0.7.18
23902026-06-22T19:19:12.564Z Checking openssl v0.10.79
23912026-06-22T19:19:12.577Z Checking schemars v0.8.22
23922026-06-22T19:19:12.600Z Checking rustls-native-certs v0.8.3
23932026-06-22T19:19:12.618Z Checking proc-macro2 v1.0.106
23942026-06-22T19:19:12.633Z Checking pest v2.8.6
23952026-06-22T19:19:12.729Z Checking thiserror v2.0.18
23962026-06-22T19:19:12.832Z Checking sync_wrapper v1.0.2
23972026-06-22T19:19:12.907Z Checking rustls v0.23.37
23982026-06-22T19:19:12.928Z Checking wait-timeout v0.2.1
23992026-06-22T19:19:12.941Z Checking bit-vec v0.8.0
24002026-06-22T19:19:13.050Z Checking pretty-hex v0.4.1
24012026-06-22T19:19:13.139Z Checking colorchoice v1.0.4
24022026-06-22T19:19:13.150Z Checking h2 v0.4.13
24032026-06-22T19:19:13.168Z Checking simd-adler32 v0.3.8
24042026-06-22T19:19:13.217Z Checking is_terminal_polyfill v1.70.2
24052026-06-22T19:19:13.236Z Checking siphasher v1.0.2
24062026-06-22T19:19:13.305Z Checking quick-error v1.2.3
24072026-06-22T19:19:13.334Z Checking powerfmt v0.2.0
24082026-06-22T19:19:13.392Z Checking anstyle-query v1.1.5
24092026-06-22T19:19:13.408Z Checking rusty-fork v0.3.1
24102026-06-22T19:19:13.482Z Checking deranged v0.5.8
24112026-06-22T19:19:13.495Z Checking bit-set v0.8.0
24122026-06-22T19:19:13.581Z Checking tower v0.5.3
24132026-06-22T19:19:13.643Z Checking quote v1.0.45
24142026-06-22T19:19:13.710Z Compiling newtype-uuid v1.3.2
24152026-06-22T19:19:13.810Z Checking http-body-util v0.1.3
24162026-06-22T19:19:13.889Z Checking webpki-roots v1.0.6
24172026-06-22T19:19:13.973Z Checking crossbeam-utils v0.8.21
24182026-06-22T19:19:14.007Z Checking rand_xorshift v0.4.0
24192026-06-22T19:19:14.027Z Checking crc32fast v1.5.0
24202026-06-22T19:19:14.125Z Checking scroll v0.13.0
24212026-06-22T19:19:14.169Z Checking signature v2.2.0
24222026-06-22T19:19:14.300Z Checking unicode-bidi v0.3.18
24232026-06-22T19:19:14.303Z Checking iri-string v0.7.10
24242026-06-22T19:19:14.344Z Checking adler2 v2.0.1
24252026-06-22T19:19:14.356Z Checking time-core v0.1.8
24262026-06-22T19:19:14.398Z Checking num-conv v0.2.0
24272026-06-22T19:19:14.454Z Checking unarray v0.1.4
24282026-06-22T19:19:14.514Z Checking unicode-properties v0.1.4
24292026-06-22T19:19:14.527Z Checking num_threads v0.1.7
24302026-06-22T19:19:14.564Z Checking allocator-api2 v0.2.21
24312026-06-22T19:19:14.612Z Checking ryu v1.0.23
24322026-06-22T19:19:14.615Z Checking native-tls v0.2.18
24332026-06-22T19:19:14.635Z Checking time v0.3.47
24342026-06-22T19:19:14.707Z Checking stringprep v0.1.5
24352026-06-22T19:19:14.749Z Checking serde_urlencoded v0.7.1
24362026-06-22T19:19:14.800Z Checking tokio-native-tls v0.3.1
24372026-06-22T19:19:14.848Z Checking proptest v1.10.0
24382026-06-22T19:19:14.863Z Checking miniz_oxide v0.8.9
24392026-06-22T19:19:14.957Z Checking goblin v0.10.5
24402026-06-22T19:19:14.957Z Checking bstr v1.12.1
24412026-06-22T19:19:15.226Z Checking crossbeam-epoch v0.9.18
24422026-06-22T19:19:15.327Z Checking tokio-rustls v0.26.4
24432026-06-22T19:19:15.366Z Checking tower-http v0.6.8
24442026-06-22T19:19:15.379Z Compiling daft v0.1.7
24452026-06-22T19:19:15.454Z Checking syn v2.0.117
24462026-06-22T19:19:15.558Z Checking ipnetwork v0.21.1
24472026-06-22T19:19:15.642Z Checking anstyle-parse v1.0.0
24482026-06-22T19:19:15.659Z Checking rand_chacha v0.3.1
24492026-06-22T19:19:15.780Z Checking thiserror v1.0.69
24502026-06-22T19:19:15.793Z Checking scroll v0.12.0
24512026-06-22T19:19:15.803Z Checking hash32 v0.2.1
24522026-06-22T19:19:15.870Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-06-22T19:19:15.882Z Checking num-integer v0.1.46
24542026-06-22T19:19:15.921Z Checking hyper v1.8.1
24552026-06-22T19:19:15.955Z Checking toml_datetime v0.6.11
24562026-06-22T19:19:15.980Z Checking serde_spanned v0.6.9
24572026-06-22T19:19:16.018Z Checking md-5 v0.10.6
24582026-06-22T19:19:16.106Z Checking ff v0.13.1
24592026-06-22T19:19:16.106Z Checking encoding_rs v0.8.35
24602026-06-22T19:19:16.136Z Checking psl-types v2.0.11
24612026-06-22T19:19:16.156Z Checking mime v0.3.17
24622026-06-22T19:19:16.242Z Checking base16ct v0.2.0
24632026-06-22T19:19:16.256Z Checking fallible-iterator v0.2.0
24642026-06-22T19:19:16.331Z Checking zlib-rs v0.6.2
24652026-06-22T19:19:16.367Z Checking sec1 v0.7.3
24662026-06-22T19:19:16.529Z Checking postgres-protocol v0.6.10
24672026-06-22T19:19:16.575Z Checking publicsuffix v2.3.0
24682026-06-22T19:19:16.741Z Checking group v0.13.0
24692026-06-22T19:19:16.816Z Checking num-iter v0.1.45
24702026-06-22T19:19:16.829Z Checking hyper-util v0.1.20
24712026-06-22T19:19:16.842Z Checking goblin v0.8.2
24722026-06-22T19:19:16.885Z Checking zstd-safe v7.2.4
24732026-06-22T19:19:16.928Z Checking heapless v0.7.17
24742026-06-22T19:19:17.044Z Checking rand v0.8.6
24752026-06-22T19:19:17.055Z Checking anstream v1.0.0
24762026-06-22T19:19:17.216Z Checking flate2 v1.1.9
24772026-06-22T19:19:17.251Z Checking cookie v0.18.1
24782026-06-22T19:19:17.306Z Checking dof v0.4.0
24792026-06-22T19:19:17.401Z Checking oxnet v0.1.6
24802026-06-22T19:19:17.482Z Compiling iddqd v0.4.2
24812026-06-22T19:19:17.527Z Checking dtrace-parser v0.3.0
24822026-06-22T19:19:17.562Z Checking phf_shared v0.13.1
24832026-06-22T19:19:17.598Z Checking lazy_static v1.5.0
24842026-06-22T19:19:17.689Z Checking anstyle-parse v0.2.7
24852026-06-22T19:19:17.730Z Checking zerocopy v0.7.35
24862026-06-22T19:19:17.756Z Checking pin-project v1.1.11
24872026-06-22T19:19:17.759Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-22T19:19:17.837Z Checking signal-hook v0.3.18
24892026-06-22T19:19:17.850Z Checking terminal_size v0.4.3
24902026-06-22T19:19:17.853Z Checking futures-executor v0.3.32
24912026-06-22T19:19:17.937Z Checking hex v0.4.3
24922026-06-22T19:19:17.961Z Checking hkdf v0.12.4
24932026-06-22T19:19:18.006Z Checking crypto-bigint v0.5.5
24942026-06-22T19:19:18.025Z Checking thread-id v5.1.0
24952026-06-22T19:19:18.072Z Checking hyper-rustls v0.27.7
24962026-06-22T19:19:18.091Z Checking hyper-tls v0.6.0
24972026-06-22T19:19:18.103Z Checking bumpalo v3.20.2
24982026-06-22T19:19:18.158Z Checking winnow v0.7.14
24992026-06-22T19:19:18.220Z Checking foldhash v0.1.5
25002026-06-22T19:19:18.260Z Compiling rayon-core v1.13.0
25012026-06-22T19:19:18.279Z Checking winnow v0.5.40
25022026-06-22T19:19:18.300Z Checking managed v0.8.0
25032026-06-22T19:19:18.351Z Checking clap_lex v1.0.0
25042026-06-22T19:19:18.436Z Checking same-file v1.0.6
25052026-06-22T19:19:18.488Z Checking bitflags v1.3.2
25062026-06-22T19:19:18.506Z Checking libbz2-rs-sys v0.2.2
25072026-06-22T19:19:18.554Z Checking either v1.15.0
25082026-06-22T19:19:18.567Z Checking foldhash v0.2.0
25092026-06-22T19:19:18.724Z Checking strsim v0.11.1
25102026-06-22T19:19:18.743Z Checking hashbrown v0.16.1
25112026-06-22T19:19:18.756Z Checking dof v0.3.0
25122026-06-22T19:19:18.767Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-06-22T19:19:18.886Z Checking clap_builder v4.6.0
25142026-06-22T19:19:18.905Z Checking bzip2 v0.6.1
25152026-06-22T19:19:18.918Z Checking elliptic-curve v0.13.8
25162026-06-22T19:19:18.951Z Checking smoltcp v0.9.1
25172026-06-22T19:19:19.039Z Checking walkdir v2.5.0
25182026-06-22T19:19:19.088Z Checking hashbrown v0.15.5
25192026-06-22T19:19:19.201Z Checking zopfli v0.8.3
25202026-06-22T19:19:19.225Z Checking reqwest v0.12.28
25212026-06-22T19:19:19.243Z Checking usdt-impl v0.6.0
25222026-06-22T19:19:19.357Z Checking signal-hook-mio v0.2.5
25232026-06-22T19:19:19.437Z Checking toml_edit v0.19.15
25242026-06-22T19:19:19.461Z Checking futures v0.3.32
25252026-06-22T19:19:19.538Z Checking snafu v0.8.9
25262026-06-22T19:19:19.542Z Checking bzip2 v0.4.4
25272026-06-22T19:19:19.552Z Checking anstream v0.6.21
25282026-06-22T19:19:19.575Z Checking phf v0.13.1
25292026-06-22T19:19:19.578Z Checking num-bigint-dig v0.8.6
25302026-06-22T19:19:19.731Z Checking cookie_store v0.22.1
25312026-06-22T19:19:19.761Z Checking zstd v0.13.3
25322026-06-22T19:19:19.782Z Checking postgres-types v0.2.12
25332026-06-22T19:19:19.954Z Checking dtrace-parser v0.2.0
25342026-06-22T19:19:19.970Z Checking crossbeam-deque v0.8.6
25352026-06-22T19:19:20.068Z Checking globset v0.4.18
25362026-06-22T19:19:20.101Z Checking rustls-platform-verifier v0.6.2
25372026-06-22T19:19:20.119Z Checking regex v1.12.3
25382026-06-22T19:19:20.144Z Checking ed25519 v2.2.3
25392026-06-22T19:19:20.156Z Checking phf_shared v0.11.3
25402026-06-22T19:19:20.189Z Checking olpc-cjson v0.1.4
25412026-06-22T19:19:20.237Z Checking curve25519-dalek v4.1.3
25422026-06-22T19:19:20.298Z Checking ref-cast v1.0.25
25432026-06-22T19:19:20.323Z Checking strum v0.27.2
25442026-06-22T19:19:20.323Z Checking hubpack v0.1.2
25452026-06-22T19:19:20.326Z Checking memoffset v0.9.1
25462026-06-22T19:19:20.391Z Checking rustix v0.38.44
25472026-06-22T19:19:20.391Z Checking pkcs1 v0.7.5
25482026-06-22T19:19:20.413Z Checking pem v3.0.6
25492026-06-22T19:19:20.426Z Checking float-cmp v0.10.0
25502026-06-22T19:19:20.450Z Checking serde_plain v1.0.2
25512026-06-22T19:19:20.493Z Checking erased-serde v0.3.31
25522026-06-22T19:19:20.508Z Checking serde-big-array v0.5.1
25532026-06-22T19:19:20.548Z Checking rfc6979 v0.4.0
25542026-06-22T19:19:20.564Z Checking thread-id v4.2.2
25552026-06-22T19:19:20.590Z Checking memmap2 v0.9.10
25562026-06-22T19:19:20.603Z Checking env_filter v1.0.0
25572026-06-22T19:19:20.639Z Checking fixedbitset v0.5.7
25582026-06-22T19:19:20.642Z Checking new_debug_unreachable v1.0.6
25592026-06-22T19:19:20.661Z Checking static_assertions v1.1.0
25602026-06-22T19:19:20.717Z Checking keccak v0.1.6
25612026-06-22T19:19:20.729Z Checking fixedbitset v0.4.2
25622026-06-22T19:19:20.741Z Checking toml_write v0.1.2
25632026-06-22T19:19:20.751Z Checking unicode-segmentation v1.12.0
25642026-06-22T19:19:20.833Z Checking jiff v0.2.21
25652026-06-22T19:19:20.875Z Checking normalize-line-endings v0.3.0
25662026-06-22T19:19:20.875Z Checking typed-path v0.9.3
25672026-06-22T19:19:20.879Z Checking data-encoding v2.10.0
25682026-06-22T19:19:20.909Z Checking whoami v2.1.0
25692026-06-22T19:19:20.987Z Checking difflib v0.4.0
25702026-06-22T19:19:21.029Z Checking predicates-core v1.0.10
25712026-06-22T19:19:21.062Z Checking precomputed-hash v0.1.1
25722026-06-22T19:19:21.101Z Checking tokio-postgres v0.7.16
25732026-06-22T19:19:21.146Z Checking string_cache v0.8.9
25742026-06-22T19:19:21.156Z Checking hickory-proto v0.25.2
25752026-06-22T19:19:21.160Z Checking similar v2.7.0
25762026-06-22T19:19:21.177Z Checking predicates v3.1.4
25772026-06-22T19:19:21.214Z Checking crossterm v0.28.1
25782026-06-22T19:19:21.312Z Checking ed25519-dalek v2.2.0
25792026-06-22T19:19:21.472Z Checking toml_edit v0.22.27
25802026-06-22T19:19:21.545Z Checking slog v2.8.2
25812026-06-22T19:19:21.557Z Checking sha3 v0.10.8
25822026-06-22T19:19:21.667Z Checking tough v0.22.0
25832026-06-22T19:19:21.761Z Checking petgraph v0.6.5
25842026-06-22T19:19:21.808Z Checking petgraph v0.8.3
25852026-06-22T19:19:21.923Z Checking usdt v0.6.0
25862026-06-22T19:19:22.098Z Checking env_logger v0.11.9
25872026-06-22T19:19:22.291Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25882026-06-22T19:19:22.366Z Checking ecdsa v0.16.9
25892026-06-22T19:19:22.574Z Checking usdt-impl v0.5.0
25902026-06-22T19:19:22.707Z Checking rsa v0.9.10
25912026-06-22T19:19:22.855Z Checking toml v0.7.8
25922026-06-22T19:19:22.996Z Checking nix v0.31.2
25932026-06-22T19:19:23.060Z Checking zip v4.6.1
25942026-06-22T19:19:23.186Z Checking reqwest v0.13.2
25952026-06-22T19:19:23.382Z Checking clap v4.6.1
25962026-06-22T19:19:23.645Z Checking zip v0.6.6
25972026-06-22T19:19:23.705Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-06-22T19:19:23.811Z Checking itertools v0.13.0
25992026-06-22T19:19:23.940Z Checking serde_with v3.17.0
26002026-06-22T19:19:23.963Z Checking strum v0.26.3
26012026-06-22T19:19:24.034Z Checking fs-err v3.3.0
26022026-06-22T19:19:24.047Z Checking ahash v0.8.12
26032026-06-22T19:19:24.059Z Checking object v0.37.3
26042026-06-22T19:19:24.075Z Checking tokio-stream v0.1.18
26052026-06-22T19:19:24.088Z Checking buf-list v1.1.2
26062026-06-22T19:19:24.243Z Checking camino v1.2.2
26072026-06-22T19:19:24.271Z Checking anyhow v1.0.102
26082026-06-22T19:19:24.328Z Checking x509-cert v0.2.5
26092026-06-22T19:19:24.455Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26102026-06-22T19:19:24.474Z Checking openapiv3 v2.2.0
26112026-06-22T19:19:24.510Z Checking sha1 v0.10.6
26122026-06-22T19:19:24.580Z Checking lalrpop-util v0.19.12
26132026-06-22T19:19:24.674Z Checking peg-runtime v0.8.5
26142026-06-22T19:19:24.735Z Checking rayon v1.11.0
26152026-06-22T19:19:24.747Z Checking sigpipe v0.1.3
26162026-06-22T19:19:24.821Z Checking glob v0.3.3
26172026-06-22T19:19:26.330Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-06-22T19:19:26.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.31s
26192026-06-22T19:19:26.758Z
26202026-06-22T19:19:26.758Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26212026-06-22T19:19:27.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-06-22T19:19:27.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-06-22T19:19:27.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-06-22T19:19:27.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26252026-06-22T19:19:27.290Z
26262026-06-22T19:19:27.290Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26272026-06-22T19:19:27.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-22T19:19:27.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-22T19:19:27.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-22T19:19:27.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26312026-06-22T19:19:27.812Z
26322026-06-22T19:19:27.812Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26332026-06-22T19:19:28.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-22T19:19:28.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-22T19:19:28.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-22T19:19:28.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26372026-06-22T19:19:28.343Z
26382026-06-22T19:19:28.343Zinfo: running `cargo check --bins` on oxql-types (80/298)
26392026-06-22T19:19:28.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-22T19:19:28.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-22T19:19:28.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-22T19:19:28.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26432026-06-22T19:19:28.869Z
26442026-06-22T19:19:28.870Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26452026-06-22T19:19:29.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-22T19:19:29.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-22T19:19:29.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-22T19:19:29.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26492026-06-22T19:19:29.394Z
26502026-06-22T19:19:29.394Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26512026-06-22T19:19:29.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-22T19:19:29.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-22T19:19:29.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-22T19:19:29.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26552026-06-22T19:19:29.918Z
26562026-06-22T19:19:29.918Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26572026-06-22T19:19:30.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-22T19:19:30.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-22T19:19:30.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-22T19:19:30.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26612026-06-22T19:19:30.427Z
26622026-06-22T19:19:30.427Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26632026-06-22T19:19:30.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-22T19:19:30.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-22T19:19:31.050Z Compiling structmeta-derive v0.3.0
26662026-06-22T19:19:31.161Z Compiling rustls v0.22.4
26672026-06-22T19:19:31.169Z Compiling multer v3.1.0
26682026-06-22T19:19:31.178Z Compiling async-stream-impl v0.3.6
26692026-06-22T19:19:31.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-06-22T19:19:31.198Z Compiling dropshot v0.17.0
26712026-06-22T19:19:31.213Z Compiling newtype-uuid-macros v0.1.0
26722026-06-22T19:19:31.213Z Compiling dropshot_endpoint v0.17.0
26732026-06-22T19:19:31.393Z Checking newtype-uuid v1.3.2
26742026-06-22T19:19:31.403Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-06-22T19:19:31.453Z Checking rustls-webpki v0.102.8
26762026-06-22T19:19:31.540Z Checking daft v0.1.7
26772026-06-22T19:19:31.568Z Checking thread_local v1.1.9
26782026-06-22T19:19:31.738Z Checking match_cfg v0.1.0
26792026-06-22T19:19:31.762Z Checking compression-core v0.4.31
26802026-06-22T19:19:31.791Z Checking iddqd v0.4.2
26812026-06-22T19:19:31.826Z Checking crossbeam-channel v0.5.15
26822026-06-22T19:19:31.829Z Checking hostname v0.3.1
26832026-06-22T19:19:31.892Z Checking compression-codecs v0.4.37
26842026-06-22T19:19:31.911Z Checking atomicwrites v0.4.4
26852026-06-22T19:19:31.966Z Checking slog-json v2.6.1
26862026-06-22T19:19:32.032Z Checking is-terminal v0.4.17
26872026-06-22T19:19:32.051Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-06-22T19:19:32.123Z Checking serde_spanned v1.0.4
26892026-06-22T19:19:32.126Z Checking term v1.2.1
26902026-06-22T19:19:32.148Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-06-22T19:19:32.224Z Compiling structmeta v0.3.0
26922026-06-22T19:19:32.251Z Checking take_mut v0.2.2
26932026-06-22T19:19:32.254Z Checking debug-ignore v1.0.5
26942026-06-22T19:19:32.325Z Checking toml v1.0.6+spec-1.1.0
26952026-06-22T19:19:32.353Z Checking slog-term v2.9.2
26962026-06-22T19:19:32.366Z Checking slog-bunyan v2.5.0
26972026-06-22T19:19:32.369Z Checking slog-async v2.8.0
26982026-06-22T19:19:32.440Z Compiling derive-ex v0.1.8
26992026-06-22T19:19:32.477Z Compiling parse-display-derive v0.10.0
27002026-06-22T19:19:32.548Z Checking async-compression v0.4.41
27012026-06-22T19:19:32.611Z Checking async-stream v0.3.6
27022026-06-22T19:19:32.707Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-06-22T19:19:32.742Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-06-22T19:19:32.782Z Checking progenitor-client v0.14.0
27052026-06-22T19:19:32.796Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27062026-06-22T19:19:32.901Z Checking waitgroup v0.1.2
27072026-06-22T19:19:32.938Z Checking backon v1.6.0
27082026-06-22T19:19:32.997Z Checking rustls-pemfile v2.2.0
27092026-06-22T19:19:33.021Z Checking serde_path_to_error v0.1.20
27102026-06-22T19:19:33.075Z Checking hostname v0.4.2
27112026-06-22T19:19:33.102Z Checking instant v0.1.13
27122026-06-22T19:19:33.188Z Checking backoff v0.4.0
27132026-06-22T19:19:33.308Z Checking tokio-rustls v0.25.0
27142026-06-22T19:19:33.328Z Checking progenitor-extras v0.2.0
27152026-06-22T19:19:33.345Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27162026-06-22T19:19:33.362Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27172026-06-22T19:19:33.546Z Checking itertools v0.14.0
27182026-06-22T19:19:33.573Z Checking regress v0.10.5
27192026-06-22T19:19:33.729Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27202026-06-22T19:19:33.983Z Checking macaddr v1.0.1
27212026-06-22T19:19:34.125Z Compiling test-strategy v0.4.5
27222026-06-22T19:19:34.158Z Checking parse-display v0.10.0
27232026-06-22T19:19:34.303Z Checking humantime v2.3.0
27242026-06-22T19:19:35.473Z Compiling prettyplease v0.2.37
27252026-06-22T19:19:35.630Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-22T19:19:35.800Z Checking num-rational v0.4.2
27272026-06-22T19:19:36.015Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-06-22T19:19:36.378Z Checking num-complex v0.4.6
27292026-06-22T19:19:36.957Z Checking num v0.4.3
27302026-06-22T19:19:37.059Z Compiling usdt-attr-macro v0.5.0
27312026-06-22T19:19:37.103Z Compiling usdt-macro v0.5.0
27322026-06-22T19:19:37.115Z Checking memmap v0.7.0
27332026-06-22T19:19:37.132Z Checking float-ord v0.3.2
27342026-06-22T19:19:37.235Z Compiling convert_case v0.4.0
27352026-06-22T19:19:37.248Z Checking unicode-width v0.2.0
27362026-06-22T19:19:37.502Z Checking console v0.15.11
27372026-06-22T19:19:37.615Z Compiling derive_more v0.99.20
27382026-06-22T19:19:37.777Z Checking newline-converter v0.3.0
27392026-06-22T19:19:37.825Z Compiling toml v0.8.23
27402026-06-22T19:19:37.827Z Checking usdt v0.5.0
27412026-06-22T19:19:37.888Z Checking linked-hash-map v0.5.6
27422026-06-22T19:19:38.005Z Compiling minimal-lexical v0.2.1
27432026-06-22T19:19:38.058Z Checking lru-cache v0.1.2
27442026-06-22T19:19:38.185Z Checking expectorate v1.2.0
27452026-06-22T19:19:38.268Z Compiling nom v7.1.3
27462026-06-22T19:19:38.799Z Checking camino-tempfile v1.4.1
27472026-06-22T19:19:38.837Z Checking hickory-proto v0.24.4
27482026-06-22T19:19:38.965Z Checking phf_shared v0.12.1
27492026-06-22T19:19:39.119Z Compiling slog-dtrace v0.3.0
27502026-06-22T19:19:39.156Z Compiling chrono-tz v0.10.4
27512026-06-22T19:19:39.314Z Checking resolv-conf v0.7.6
27522026-06-22T19:19:39.334Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27532026-06-22T19:19:39.347Z Checking heck v0.5.0
27542026-06-22T19:19:39.502Z Compiling const_format_proc_macros v0.2.34
27552026-06-22T19:19:39.621Z Checking phf v0.12.1
27562026-06-22T19:19:39.659Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-06-22T19:19:39.770Z Checking tokio-dtrace v0.1.1
27582026-06-22T19:19:39.962Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-22T19:19:40.157Z Compiling derive-where v1.6.0
27602026-06-22T19:19:40.213Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-22T19:19:40.335Z Checking highway v1.3.0
27622026-06-22T19:19:40.577Z Checking const_format v0.2.35
27632026-06-22T19:19:40.694Z Checking hickory-resolver v0.24.4
27642026-06-22T19:19:40.811Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-22T19:19:40.936Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-06-22T19:19:41.094Z Checking oxide-tokio-rt v0.1.4
27672026-06-22T19:19:41.198Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-22T19:19:41.266Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-22T19:19:41.494Z Checking qorb v0.4.1
27702026-06-22T19:19:41.672Z Checking gethostname v0.5.0
27712026-06-22T19:19:41.703Z Checking bcs v0.1.6
27722026-06-22T19:19:41.722Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-06-22T19:19:41.766Z Checking termtree v0.5.1
27742026-06-22T19:19:44.714Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-22T19:19:47.283Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-22T19:19:49.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.96s
27772026-06-22T19:19:49.566Z
27782026-06-22T19:19:49.566Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27792026-06-22T19:19:50.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-22T19:19:50.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-22T19:19:50.201Z Compiling ar_archive_writer v0.5.1
27822026-06-22T19:19:50.307Z Compiling stacker v0.1.23
27832026-06-22T19:19:50.315Z Compiling cfg_aliases v0.1.1
27842026-06-22T19:19:50.322Z Compiling convert_case v0.10.0
27852026-06-22T19:19:50.325Z Checking unicode-width v0.1.14
27862026-06-22T19:19:50.337Z Compiling proc-macro-error v1.0.4
27872026-06-22T19:19:50.347Z Checking fd-lock v4.0.4
27882026-06-22T19:19:50.350Z Checking nibble_vec v0.1.0
27892026-06-22T19:19:50.374Z Compiling nix v0.28.0
27902026-06-22T19:19:50.466Z Checking vte v0.14.1
27912026-06-22T19:19:50.478Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-22T19:19:50.571Z Checking bytecount v0.6.9
27932026-06-22T19:19:50.585Z Checking endian-type v0.1.2
27942026-06-22T19:19:50.616Z Checking strip-ansi-escapes v0.2.1
27952026-06-22T19:19:50.629Z Compiling derive_more-impl v2.1.1
27962026-06-22T19:19:50.640Z Compiling tabled_derive v0.7.0
27972026-06-22T19:19:50.682Z Checking papergrid v0.11.0
27982026-06-22T19:19:50.704Z Checking radix_trie v0.2.1
27992026-06-22T19:19:50.727Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-22T19:19:50.881Z Compiling peg-macros v0.8.5
28012026-06-22T19:19:50.913Z Checking winnow v0.6.26
28022026-06-22T19:19:51.145Z Compiling psm v0.1.30
28032026-06-22T19:19:51.279Z Compiling sqlparser_derive v0.5.0
28042026-06-22T19:19:51.290Z Checking home v0.5.12
28052026-06-22T19:19:51.398Z Checking nu-ansi-term v0.50.3
28062026-06-22T19:19:51.462Z Checking derive_more v2.1.1
28072026-06-22T19:19:51.544Z Checking unicode_categories v0.1.1
28082026-06-22T19:19:51.608Z Checking reedline v0.40.0
28092026-06-22T19:19:51.631Z Checking tabled v0.15.0
28102026-06-22T19:19:51.684Z Checking rustyline v14.0.0
28112026-06-22T19:19:51.707Z Checking crossterm v0.29.0
28122026-06-22T19:19:51.924Z Checking recursive v0.1.1
28132026-06-22T19:19:51.975Z Checking display-error-chain v0.2.2
28142026-06-22T19:19:52.017Z Checking sqlparser v0.61.0
28152026-06-22T19:19:52.061Z Checking sqlformat v0.3.5
28162026-06-22T19:19:52.267Z Checking peg v0.8.5
28172026-06-22T19:20:03.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28182026-06-22T19:20:03.410Z
28192026-06-22T19:20:03.410Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28202026-06-22T19:20:03.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-22T19:20:03.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-22T19:20:04.036Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-22T19:20:07.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28242026-06-22T19:20:07.663Z
28252026-06-22T19:20:07.663Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28262026-06-22T19:20:08.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-22T19:20:08.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-22T19:20:08.285Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-22T19:20:10.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28302026-06-22T19:20:10.882Z
28312026-06-22T19:20:10.882Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28322026-06-22T19:20:11.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-22T19:20:11.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-22T19:20:11.487Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-22T19:20:14.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28362026-06-22T19:20:14.915Z
28372026-06-22T19:20:14.916Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28382026-06-22T19:20:15.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-22T19:20:15.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-22T19:20:15.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-22T19:20:18.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28422026-06-22T19:20:18.964Z
28432026-06-22T19:20:18.964Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28442026-06-22T19:20:19.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-22T19:20:19.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-22T19:20:19.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-22T19:20:22.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28482026-06-22T19:20:22.326Z
28492026-06-22T19:20:22.326Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28502026-06-22T19:20:22.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-22T19:20:22.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-22T19:20:22.937Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-22T19:20:25.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28542026-06-22T19:20:25.706Z
28552026-06-22T19:20:25.706Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28562026-06-22T19:20:26.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-22T19:20:26.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-22T19:20:26.319Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-22T19:20:29.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28602026-06-22T19:20:29.894Z
28612026-06-22T19:20:29.894Zinfo: running `cargo check --bins` on oximeter (93/298)
28622026-06-22T19:20:30.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-22T19:20:30.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-22T19:20:30.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-22T19:20:30.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28662026-06-22T19:20:30.420Z
28672026-06-22T19:20:30.420Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28682026-06-22T19:20:30.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-22T19:20:30.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-22T19:20:31.008Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-22T19:20:31.158Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-22T19:20:31.161Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-22T19:20:31.502Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-22T19:20:34.179Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-22T19:20:35.393Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-22T19:20:35.606Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-22T19:20:36.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
28782026-06-22T19:20:36.441Z
28792026-06-22T19:20:36.441Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28802026-06-22T19:20:36.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-22T19:20:36.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-22T19:20:36.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-22T19:20:36.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28842026-06-22T19:20:36.967Z
28852026-06-22T19:20:36.967Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28862026-06-22T19:20:37.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-22T19:20:37.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-22T19:20:37.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-22T19:20:37.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28902026-06-22T19:20:37.535Z
28912026-06-22T19:20:37.535Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28922026-06-22T19:20:37.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-22T19:20:37.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-22T19:20:37.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-22T19:20:37.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28962026-06-22T19:20:38.071Z
28972026-06-22T19:20:38.071Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
28982026-06-22T19:20:38.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-22T19:20:38.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-22T19:20:38.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-22T19:20:38.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-06-22T19:20:38.607Z
29032026-06-22T19:20:38.607Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29042026-06-22T19:20:39.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-22T19:20:39.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-22T19:20:39.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-22T19:20:39.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-06-22T19:20:39.145Z
29092026-06-22T19:20:39.145Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29102026-06-22T19:20:39.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-22T19:20:39.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-22T19:20:39.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-22T19:20:39.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-06-22T19:20:39.686Z
29152026-06-22T19:20:39.686Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29162026-06-22T19:20:40.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-22T19:20:40.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-22T19:20:40.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-22T19:20:40.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29202026-06-22T19:20:40.197Z
29212026-06-22T19:20:40.197Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29222026-06-22T19:20:40.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-22T19:20:40.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-22T19:20:40.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-22T19:20:40.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29262026-06-22T19:20:40.731Z
29272026-06-22T19:20:40.731Zinfo: running `cargo check --bins` on update-engine (103/298)
29282026-06-22T19:20:41.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-22T19:20:41.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-22T19:20:41.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-22T19:20:41.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29322026-06-22T19:20:41.245Z
29332026-06-22T19:20:41.245Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29342026-06-22T19:20:41.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-22T19:20:41.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-22T19:20:41.904Z Compiling crucible-workspace-hack v0.1.0
29372026-06-22T19:20:42.044Z Checking secrecy v0.10.3
29382026-06-22T19:20:42.052Z Compiling heapless v0.8.0
29392026-06-22T19:20:42.052Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-22T19:20:42.052Z Compiling ingot-macros v0.1.1
29412026-06-22T19:20:42.052Z Checking hash32 v0.3.1
29422026-06-22T19:20:42.057Z Compiling smoltcp v0.11.0
29432026-06-22T19:20:42.057Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-22T19:20:42.117Z Checking cobs v0.3.0
29452026-06-22T19:20:42.157Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-22T19:20:42.249Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-22T19:20:42.262Z Checking universal-hash v0.5.1
29482026-06-22T19:20:42.264Z Checking half v2.7.1
29492026-06-22T19:20:42.308Z Checking ciborium-io v0.2.2
29502026-06-22T19:20:42.393Z Checking opaque-debug v0.3.1
29512026-06-22T19:20:42.407Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-06-22T19:20:42.419Z Checking postcard v1.1.3
29532026-06-22T19:20:42.469Z Checking poly1305 v0.8.0
29542026-06-22T19:20:42.513Z Checking ciborium-ll v0.2.2
29552026-06-22T19:20:42.603Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-22T19:20:42.687Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-22T19:20:42.703Z Checking password-hash v0.5.0
29582026-06-22T19:20:42.726Z Checking chacha20 v0.9.1
29592026-06-22T19:20:42.830Z Compiling proc-macro-crate v3.4.0
29602026-06-22T19:20:42.961Z Compiling proc-macro-crate v1.3.1
29612026-06-22T19:20:42.975Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-22T19:20:43.014Z Checking blake2 v0.10.6
29632026-06-22T19:20:43.215Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29642026-06-22T19:20:43.253Z Checking aead v0.5.2
29652026-06-22T19:20:43.325Z Compiling foreign-types-macros v0.2.3
29662026-06-22T19:20:43.355Z Checking thiserror-no-std v2.0.2
29672026-06-22T19:20:43.377Z Compiling num_enum_derive v0.7.6
29682026-06-22T19:20:43.377Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-22T19:20:43.402Z Checking foreign-types-shared v0.3.1
29702026-06-22T19:20:43.425Z Checking cpufeatures v0.3.0
29712026-06-22T19:20:43.439Z Checking vsss-rs v3.3.4
29722026-06-22T19:20:43.489Z Checking chacha20poly1305 v0.10.1
29732026-06-22T19:20:43.503Z Checking chacha20 v0.10.0
29742026-06-22T19:20:43.617Z Compiling num_enum_derive v0.5.11
29752026-06-22T19:20:43.631Z Checking argon2 v0.5.3
29762026-06-22T19:20:43.716Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-22T19:20:43.916Z Checking foreign-types v0.5.0
29782026-06-22T19:20:43.970Z Checking ciborium v0.2.2
29792026-06-22T19:20:44.126Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-22T19:20:44.223Z Checking tabwriter v1.4.1
29812026-06-22T19:20:44.372Z Checking byte-wrapper v0.1.0
29822026-06-22T19:20:44.397Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-06-22T19:20:44.420Z Checking cstr-argument v0.1.2
29842026-06-22T19:20:44.434Z Checking num_enum v0.7.6
29852026-06-22T19:20:44.565Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29862026-06-22T19:20:44.570Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-22T19:20:44.591Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-06-22T19:20:44.606Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-06-22T19:20:44.687Z Checking num_enum v0.5.11
29902026-06-22T19:20:44.792Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-06-22T19:20:44.805Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29922026-06-22T19:20:44.837Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-06-22T19:20:44.905Z Checking ingot-types v0.1.2
29942026-06-22T19:20:44.946Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-06-22T19:20:44.960Z Checking rand v0.10.0
29962026-06-22T19:20:44.977Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-22T19:20:45.008Z Checking colored v3.1.1
29982026-06-22T19:20:45.159Z Checking indent_write v2.2.0
29992026-06-22T19:20:45.214Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30002026-06-22T19:20:45.227Z Compiling zone_cfg_derive v0.3.1
30012026-06-22T19:20:45.251Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-22T19:20:45.276Z Checking ingot v0.1.1
30032026-06-22T19:20:45.288Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30042026-06-22T19:20:45.303Z Checking itertools v0.12.1
30052026-06-22T19:20:45.316Z Compiling num-derive v0.4.2
30062026-06-22T19:20:45.418Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-06-22T19:20:45.459Z Checking swrite v0.1.0
30082026-06-22T19:20:45.553Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-22T19:20:45.623Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-22T19:20:45.712Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-22T19:20:45.785Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-22T19:20:45.870Z Checking dropshot-api-manager-types v0.7.2
30132026-06-22T19:20:45.882Z Checking smf v0.2.3
30142026-06-22T19:20:45.898Z Checking nanorand v0.7.0
30152026-06-22T19:20:46.037Z Checking whoami v1.6.1
30162026-06-22T19:20:46.105Z Checking flume v0.11.1
30172026-06-22T19:20:46.116Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-22T19:20:46.252Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-22T19:20:46.317Z Checking zone v0.3.1
30202026-06-22T19:20:46.858Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30212026-06-22T19:20:47.827Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-22T19:20:48.711Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-22T19:20:51.942Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-22T19:20:54.003Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-22T19:20:55.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
30262026-06-22T19:20:55.275Z
30272026-06-22T19:20:55.275Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30282026-06-22T19:20:55.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-22T19:20:55.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-22T19:20:55.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-22T19:20:55.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30322026-06-22T19:20:55.810Z
30332026-06-22T19:20:55.811Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30342026-06-22T19:20:56.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-22T19:20:56.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-22T19:20:56.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-22T19:20:56.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-22T19:20:56.339Z
30392026-06-22T19:20:56.339Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30402026-06-22T19:20:56.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-22T19:20:56.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-22T19:20:56.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-22T19:20:56.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-06-22T19:20:56.881Z
30452026-06-22T19:20:56.882Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30462026-06-22T19:20:57.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-22T19:20:57.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-22T19:20:57.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-22T19:20:57.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-22T19:20:57.414Z
30512026-06-22T19:20:57.414Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30522026-06-22T19:20:57.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-22T19:20:57.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-22T19:20:57.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-22T19:20:57.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-22T19:20:57.948Z
30572026-06-22T19:20:57.948Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30582026-06-22T19:20:58.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-22T19:20:58.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-22T19:20:58.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-22T19:20:58.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-22T19:20:58.476Z
30632026-06-22T19:20:58.477Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30642026-06-22T19:20:58.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-22T19:20:58.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-22T19:20:58.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-22T19:20:58.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-06-22T19:20:59.012Z
30692026-06-22T19:20:59.013Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30702026-06-22T19:20:59.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-22T19:20:59.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-22T19:20:59.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-22T19:20:59.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-06-22T19:20:59.532Z
30752026-06-22T19:20:59.532Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30762026-06-22T19:21:00.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-22T19:21:00.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-22T19:21:00.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-22T19:21:00.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30802026-06-22T19:21:00.071Z
30812026-06-22T19:21:00.071Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30822026-06-22T19:21:00.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-22T19:21:00.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-22T19:21:00.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-22T19:21:00.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-22T19:21:00.604Z
30872026-06-22T19:21:00.605Zinfo: running `cargo check --bins` on installinator-client (115/298)
30882026-06-22T19:21:01.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-22T19:21:01.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-22T19:21:01.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-22T19:21:01.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-06-22T19:21:01.144Z
30932026-06-22T19:21:01.144Zinfo: running `cargo check --bins` on nexus-client (116/298)
30942026-06-22T19:21:01.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-22T19:21:01.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-22T19:21:01.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-22T19:21:01.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-06-22T19:21:01.740Z
30992026-06-22T19:21:01.740Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31002026-06-22T19:21:02.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-22T19:21:02.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-22T19:21:02.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-22T19:21:02.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31042026-06-22T19:21:02.278Z
31052026-06-22T19:21:02.278Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31062026-06-22T19:21:02.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-22T19:21:02.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-22T19:21:02.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-22T19:21:02.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31102026-06-22T19:21:02.795Z
31112026-06-22T19:21:02.796Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31122026-06-22T19:21:03.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-22T19:21:03.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-22T19:21:03.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-22T19:21:03.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-22T19:21:03.317Z
31172026-06-22T19:21:03.317Zinfo: running `cargo check --bins` on oxide-client (120/298)
31182026-06-22T19:21:03.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-22T19:21:03.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-22T19:21:03.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-22T19:21:03.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-22T19:21:03.823Z
31232026-06-22T19:21:03.823Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31242026-06-22T19:21:04.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-22T19:21:04.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-22T19:21:04.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-22T19:21:04.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-06-22T19:21:04.342Z
31292026-06-22T19:21:04.342Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31302026-06-22T19:21:04.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-22T19:21:04.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-22T19:21:04.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-22T19:21:04.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31342026-06-22T19:21:04.855Z
31352026-06-22T19:21:04.855Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31362026-06-22T19:21:05.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-22T19:21:05.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-22T19:21:05.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-22T19:21:05.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-06-22T19:21:05.395Z
31412026-06-22T19:21:05.395Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31422026-06-22T19:21:05.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-22T19:21:05.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-22T19:21:05.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-22T19:21:05.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31462026-06-22T19:21:05.957Z
31472026-06-22T19:21:05.957Zinfo: running `cargo check --bins` on installinator-common (125/298)
31482026-06-22T19:21:06.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-22T19:21:06.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-22T19:21:06.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-22T19:21:06.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-22T19:21:06.522Z
31532026-06-22T19:21:06.522Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31542026-06-22T19:21:06.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-22T19:21:06.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-22T19:21:06.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-22T19:21:06.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31582026-06-22T19:21:07.021Z
31592026-06-22T19:21:07.021Zinfo: running `cargo check --bins` on wicket-common (127/298)
31602026-06-22T19:21:07.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-22T19:21:07.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-22T19:21:07.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-22T19:21:07.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-06-22T19:21:07.566Z
31652026-06-22T19:21:07.566Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31662026-06-22T19:21:08.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-22T19:21:08.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-22T19:21:08.203Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-22T19:21:08.314Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-22T19:21:08.322Z Checking csv-core v0.1.13
31712026-06-22T19:21:08.329Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-22T19:21:08.339Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-22T19:21:08.343Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-22T19:21:08.353Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-22T19:21:08.363Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-22T19:21:08.482Z Checking csv v1.4.0
31772026-06-22T19:21:08.509Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-22T19:21:08.537Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-22T19:21:08.565Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-22T19:21:08.582Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-22T19:21:08.820Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-22T19:21:09.192Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-06-22T19:21:09.196Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-22T19:21:09.548Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-22T19:21:15.514Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-22T19:21:16.054Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-22T19:21:18.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31882026-06-22T19:21:18.588Z
31892026-06-22T19:21:18.588Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31902026-06-22T19:21:19.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-22T19:21:19.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-22T19:21:19.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-22T19:21:19.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31942026-06-22T19:21:19.118Z
31952026-06-22T19:21:19.118Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
31962026-06-22T19:21:19.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-22T19:21:19.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-22T19:21:19.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-22T19:21:19.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32002026-06-22T19:21:19.728Z
32012026-06-22T19:21:19.728Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32022026-06-22T19:21:20.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-22T19:21:20.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-22T19:21:20.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-22T19:21:20.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-22T19:21:20.342Z
32072026-06-22T19:21:20.342Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32082026-06-22T19:21:20.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-22T19:21:20.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-22T19:21:20.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-22T19:21:20.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32122026-06-22T19:21:20.936Z
32132026-06-22T19:21:20.936Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32142026-06-22T19:21:21.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-22T19:21:21.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-22T19:21:21.759Z Compiling regress v0.11.1
32172026-06-22T19:21:21.805Z Compiling unsafe-libyaml v0.2.11
32182026-06-22T19:21:21.826Z Compiling radium v0.7.0
32192026-06-22T19:21:21.826Z Compiling semver v0.1.20
32202026-06-22T19:21:21.852Z Checking nom v8.0.0
32212026-06-22T19:21:21.852Z Compiling maybe-uninit v2.0.0
32222026-06-22T19:21:21.852Z Checking tap v1.0.1
32232026-06-22T19:21:21.947Z Checking wyz v0.5.1
32242026-06-22T19:21:22.070Z Compiling rustc_version v0.1.7
32252026-06-22T19:21:22.129Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-06-22T19:21:22.153Z Compiling zerocopy-derive v0.6.6
32272026-06-22T19:21:22.262Z Compiling owo-colors v4.3.0
32282026-06-22T19:21:22.289Z Compiling newtype_derive v0.1.6
32292026-06-22T19:21:22.519Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-22T19:21:22.533Z Compiling cancel-safe-futures v0.1.5
32312026-06-22T19:21:22.583Z Compiling packed_struct v0.10.1
32322026-06-22T19:21:22.750Z Checking funty v2.0.0
32332026-06-22T19:21:22.841Z Checking crc-catalog v2.4.0
32342026-06-22T19:21:22.954Z Checking crc v3.4.0
32352026-06-22T19:21:23.055Z Checking zerocopy v0.6.6
32362026-06-22T19:21:23.077Z Checking bitvec v1.0.1
32372026-06-22T19:21:23.253Z Checking typify-impl v0.6.2
32382026-06-22T19:21:23.370Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-22T19:21:23.662Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-22T19:21:23.764Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-22T19:21:23.906Z Compiling packed_struct_codegen v0.10.1
32422026-06-22T19:21:23.976Z Checking libsw-core v0.3.2
32432026-06-22T19:21:24.014Z Compiling bitfield-macros v0.19.4
32442026-06-22T19:21:24.126Z Compiling indexmap v1.9.3
32452026-06-22T19:21:24.330Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32462026-06-22T19:21:24.389Z Checking nodrop v0.1.14
32472026-06-22T19:21:24.421Z Checking libsw v3.5.0
32482026-06-22T19:21:24.435Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-22T19:21:24.498Z Checking array-init v0.0.4
32502026-06-22T19:21:24.600Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-22T19:21:24.775Z Checking bitfield v0.19.4
32522026-06-22T19:21:24.790Z Checking smallvec v0.6.14
32532026-06-22T19:21:24.811Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-22T19:21:25.049Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-22T19:21:25.058Z Checking unicode-linebreak v0.1.5
32562026-06-22T19:21:25.181Z Checking hashbrown v0.12.3
32572026-06-22T19:21:25.232Z Checking smawk v0.3.2
32582026-06-22T19:21:25.248Z Checking linear-map v1.2.0
32592026-06-22T19:21:25.275Z Checking tagptr v0.2.0
32602026-06-22T19:21:25.365Z Checking base64 v0.21.7
32612026-06-22T19:21:25.426Z Checking moka v0.12.13
32622026-06-22T19:21:25.437Z Checking textwrap v0.16.2
32632026-06-22T19:21:25.497Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-06-22T19:21:25.613Z Checking ron v0.8.1
32652026-06-22T19:21:25.659Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-06-22T19:21:25.834Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-22T19:21:25.916Z Checking serde-hex v0.1.0
32682026-06-22T19:21:26.060Z Checking steno v0.4.1
32692026-06-22T19:21:26.075Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-22T19:21:26.144Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-06-22T19:21:26.311Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-22T19:21:26.647Z Checking hashbrown v0.13.2
32732026-06-22T19:21:26.774Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-06-22T19:21:26.904Z Checking crc-any v2.5.0
32752026-06-22T19:21:26.995Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-22T19:21:27.070Z Checking hickory-resolver v0.25.2
32772026-06-22T19:21:27.083Z Checking void v1.0.2
32782026-06-22T19:21:27.089Z Checking object v0.30.4
32792026-06-22T19:21:27.159Z Checking half v1.8.3
32802026-06-22T19:21:27.187Z Checking path-slash v0.1.5
32812026-06-22T19:21:27.296Z Checking utf-8 v0.7.6
32822026-06-22T19:21:27.371Z Checking serde_cbor v0.11.2
32832026-06-22T19:21:27.416Z Checking lzss v0.8.2
32842026-06-22T19:21:27.434Z Checking tungstenite v0.23.0
32852026-06-22T19:21:27.745Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32862026-06-22T19:21:27.749Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32872026-06-22T19:21:27.777Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32882026-06-22T19:21:27.789Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-06-22T19:21:27.860Z Checking nix v0.27.1
32902026-06-22T19:21:27.884Z Checking kstat-rs v0.2.4
32912026-06-22T19:21:27.909Z Checking fxhash v0.2.1
32922026-06-22T19:21:27.967Z Compiling typify-macro v0.6.2
32932026-06-22T19:21:27.985Z Checking serde_bytes v0.11.19
32942026-06-22T19:21:28.028Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32952026-06-22T19:21:28.067Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-06-22T19:21:28.165Z Checking tokio-tungstenite v0.23.1
32972026-06-22T19:21:28.216Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-22T19:21:28.340Z Checking signal-hook-tokio v0.3.1
32992026-06-22T19:21:29.106Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-06-22T19:21:29.268Z Compiling typify v0.6.2
33012026-06-22T19:21:29.354Z Compiling progenitor-impl v0.14.0
33022026-06-22T19:21:30.020Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-22T19:21:30.333Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-22T19:21:30.834Z Compiling progenitor-macro v0.14.0
33052026-06-22T19:21:33.180Z Checking progenitor v0.14.0
33062026-06-22T19:21:33.295Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33072026-06-22T19:21:33.298Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-06-22T19:21:35.952Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-06-22T19:21:44.136Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-06-22T19:21:50.653Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-06-22T19:21:52.014Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-06-22T19:21:52.520Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-06-22T19:21:54.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.66s
33142026-06-22T19:21:54.800Z
33152026-06-22T19:21:54.800Zinfo: running `cargo check --bins` on gateway-api (134/298)
33162026-06-22T19:21:55.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-06-22T19:21:55.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-06-22T19:21:55.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-06-22T19:21:55.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33202026-06-22T19:21:55.333Z
33212026-06-22T19:21:55.334Zinfo: running `cargo check --bins` on ipcc (135/298)
33222026-06-22T19:21:55.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-22T19:21:55.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-22T19:21:55.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-22T19:21:55.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-22T19:21:55.848Z
33272026-06-22T19:21:55.848Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33282026-06-22T19:21:56.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-22T19:21:56.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-22T19:21:56.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-22T19:21:56.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33322026-06-22T19:21:56.364Z
33332026-06-22T19:21:56.364Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33342026-06-22T19:21:56.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-22T19:21:56.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-22T19:21:56.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-22T19:21:56.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33382026-06-22T19:21:56.916Z
33392026-06-22T19:21:56.916Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33402026-06-22T19:21:57.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-22T19:21:57.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-22T19:21:57.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-22T19:21:57.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33442026-06-22T19:21:57.453Z
33452026-06-22T19:21:57.454Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33462026-06-22T19:21:57.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-22T19:21:57.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-22T19:21:57.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-22T19:21:57.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33502026-06-22T19:21:58.003Z
33512026-06-22T19:21:58.004Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33522026-06-22T19:21:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-22T19:21:58.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-22T19:21:58.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-22T19:21:58.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-22T19:21:58.905Z
33572026-06-22T19:21:58.905Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33582026-06-22T19:21:59.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-22T19:21:59.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-22T19:21:59.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-22T19:21:59.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33622026-06-22T19:21:59.456Z
33632026-06-22T19:21:59.456Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33642026-06-22T19:21:59.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-22T19:21:59.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-22T19:21:59.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-22T19:21:59.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33682026-06-22T19:21:59.629Z
33692026-06-22T19:21:59.629Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33702026-06-22T19:22:00.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-22T19:22:00.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-22T19:22:00.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-22T19:22:00.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33742026-06-22T19:22:00.168Z
33752026-06-22T19:22:00.168Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33762026-06-22T19:22:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-22T19:22:00.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-22T19:22:00.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-22T19:22:00.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33802026-06-22T19:22:00.689Z
33812026-06-22T19:22:00.689Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33822026-06-22T19:22:01.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-22T19:22:01.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-22T19:22:01.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-22T19:22:01.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33862026-06-22T19:22:01.222Z
33872026-06-22T19:22:01.222Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33882026-06-22T19:22:01.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-22T19:22:01.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-22T19:22:01.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-22T19:22:01.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33922026-06-22T19:22:01.768Z
33932026-06-22T19:22:01.768Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
33942026-06-22T19:22:02.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-22T19:22:02.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-22T19:22:02.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-22T19:22:02.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33982026-06-22T19:22:02.299Z
33992026-06-22T19:22:02.299Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34002026-06-22T19:22:02.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-22T19:22:02.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-22T19:22:02.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-22T19:22:02.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34042026-06-22T19:22:02.851Z
34052026-06-22T19:22:02.851Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34062026-06-22T19:22:03.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-22T19:22:03.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-22T19:22:03.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-22T19:22:03.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-22T19:22:03.409Z
34112026-06-22T19:22:03.409Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34122026-06-22T19:22:03.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-22T19:22:03.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-22T19:22:03.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-22T19:22:03.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34162026-06-22T19:22:03.956Z
34172026-06-22T19:22:03.956Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34182026-06-22T19:22:04.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-22T19:22:04.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-22T19:22:04.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-22T19:22:04.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34222026-06-22T19:22:04.510Z
34232026-06-22T19:22:04.510Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34242026-06-22T19:22:04.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-22T19:22:04.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-22T19:22:04.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-22T19:22:04.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-22T19:22:05.063Z
34292026-06-22T19:22:05.063Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34302026-06-22T19:22:05.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-22T19:22:05.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-22T19:22:05.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-22T19:22:05.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34342026-06-22T19:22:05.623Z
34352026-06-22T19:22:05.623Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34362026-06-22T19:22:06.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-22T19:22:06.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-22T19:22:06.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-22T19:22:06.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-06-22T19:22:06.173Z
34412026-06-22T19:22:06.173Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34422026-06-22T19:22:06.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-22T19:22:06.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-22T19:22:06.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-22T19:22:06.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-06-22T19:22:06.728Z
34472026-06-22T19:22:06.728Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34482026-06-22T19:22:07.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-22T19:22:07.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-22T19:22:07.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-22T19:22:07.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-06-22T19:22:07.282Z
34532026-06-22T19:22:07.282Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34542026-06-22T19:22:07.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-22T19:22:07.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-22T19:22:07.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-22T19:22:07.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34582026-06-22T19:22:07.832Z
34592026-06-22T19:22:07.832Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34602026-06-22T19:22:08.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-22T19:22:08.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-22T19:22:08.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-22T19:22:08.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34642026-06-22T19:22:08.365Z
34652026-06-22T19:22:08.365Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34662026-06-22T19:22:08.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-22T19:22:08.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-22T19:22:08.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-22T19:22:08.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34702026-06-22T19:22:08.901Z
34712026-06-22T19:22:08.901Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34722026-06-22T19:22:09.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-22T19:22:09.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-22T19:22:09.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-22T19:22:09.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34762026-06-22T19:22:09.440Z
34772026-06-22T19:22:09.440Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34782026-06-22T19:22:09.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-22T19:22:09.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-22T19:22:09.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-22T19:22:09.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34822026-06-22T19:22:09.980Z
34832026-06-22T19:22:09.980Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34842026-06-22T19:22:10.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-22T19:22:10.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-22T19:22:10.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-22T19:22:10.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-22T19:22:10.509Z
34892026-06-22T19:22:10.509Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34902026-06-22T19:22:10.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-22T19:22:10.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-22T19:22:10.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-22T19:22:10.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-22T19:22:11.040Z
34952026-06-22T19:22:11.040Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
34962026-06-22T19:22:11.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-22T19:22:11.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-22T19:22:11.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-22T19:22:11.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35002026-06-22T19:22:11.575Z
35012026-06-22T19:22:11.575Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35022026-06-22T19:22:12.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-22T19:22:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-22T19:22:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-22T19:22:12.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35062026-06-22T19:22:12.105Z
35072026-06-22T19:22:12.105Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35082026-06-22T19:22:12.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-22T19:22:12.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-22T19:22:12.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-22T19:22:12.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35122026-06-22T19:22:12.660Z
35132026-06-22T19:22:12.660Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35142026-06-22T19:22:13.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-22T19:22:13.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-22T19:22:13.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-22T19:22:13.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35182026-06-22T19:22:13.219Z
35192026-06-22T19:22:13.219Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35202026-06-22T19:22:13.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-22T19:22:13.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-22T19:22:13.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-22T19:22:13.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35242026-06-22T19:22:13.772Z
35252026-06-22T19:22:13.772Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35262026-06-22T19:22:14.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-22T19:22:14.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-22T19:22:14.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-22T19:22:14.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-06-22T19:22:14.330Z
35312026-06-22T19:22:14.330Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35322026-06-22T19:22:14.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-22T19:22:14.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-22T19:22:14.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-22T19:22:14.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35362026-06-22T19:22:14.879Z
35372026-06-22T19:22:14.879Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35382026-06-22T19:22:15.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-22T19:22:15.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-22T19:22:15.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-22T19:22:15.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35422026-06-22T19:22:15.430Z
35432026-06-22T19:22:15.430Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35442026-06-22T19:22:15.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-22T19:22:15.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-22T19:22:15.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-22T19:22:15.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-06-22T19:22:15.985Z
35492026-06-22T19:22:15.985Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35502026-06-22T19:22:16.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-22T19:22:16.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-22T19:22:16.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-22T19:22:16.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-06-22T19:22:16.963Z
35552026-06-22T19:22:16.963Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35562026-06-22T19:22:17.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-22T19:22:17.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-22T19:22:17.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-22T19:22:17.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35602026-06-22T19:22:17.090Z
35612026-06-22T19:22:17.090Zinfo: running `cargo check --bins` on dns-server (175/298)
35622026-06-22T19:22:17.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-22T19:22:17.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-22T19:22:17.690Z Compiling parking_lot_core v0.8.6
35652026-06-22T19:22:17.693Z Compiling git-stub v1.0.0
35662026-06-22T19:22:17.693Z Checking prefix-trie v0.7.0
35672026-06-22T19:22:17.693Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35682026-06-22T19:22:17.923Z Compiling git-stub-vcs v0.1.0
35692026-06-22T19:22:18.076Z Checking hickory-server v0.25.2
35702026-06-22T19:22:18.197Z Checking parking_lot v0.11.2
35712026-06-22T19:22:18.200Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-06-22T19:22:18.276Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35732026-06-22T19:22:18.279Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-06-22T19:22:18.371Z Checking sled v0.34.7
35752026-06-22T19:22:20.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
35762026-06-22T19:22:20.467Z
35772026-06-22T19:22:20.467Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35782026-06-22T19:22:20.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-22T19:22:20.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-22T19:22:20.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-22T19:22:20.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35822026-06-22T19:22:20.993Z
35832026-06-22T19:22:20.993Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35842026-06-22T19:22:21.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-22T19:22:21.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-22T19:22:21.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-22T19:22:21.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-22T19:22:21.523Z
35892026-06-22T19:22:21.523Zinfo: running `cargo check --bins` on sp-sim (178/298)
35902026-06-22T19:22:22.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-22T19:22:22.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-22T19:22:22.188Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-06-22T19:22:23.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
35942026-06-22T19:22:24.141Z
35952026-06-22T19:22:24.141Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
35962026-06-22T19:22:24.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-22T19:22:24.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-22T19:22:24.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-22T19:22:24.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36002026-06-22T19:22:24.729Z
36012026-06-22T19:22:24.729Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36022026-06-22T19:22:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-22T19:22:25.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-22T19:22:25.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-22T19:22:25.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-22T19:22:25.312Z
36072026-06-22T19:22:25.312Zinfo: running `cargo check --bins` on db-macros (181/298)
36082026-06-22T19:22:25.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-22T19:22:25.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-22T19:22:25.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-22T19:22:25.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36122026-06-22T19:22:25.833Z
36132026-06-22T19:22:25.833Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36142026-06-22T19:22:26.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-22T19:22:26.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-22T19:22:26.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-22T19:22:26.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-22T19:22:26.345Z
36192026-06-22T19:22:26.345Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36202026-06-22T19:22:26.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-22T19:22:26.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-22T19:22:26.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-22T19:22:26.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-06-22T19:22:26.928Z
36252026-06-22T19:22:26.928Zinfo: running `cargo check --bins` on authz-macros (184/298)
36262026-06-22T19:22:27.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-22T19:22:27.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-22T19:22:27.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-22T19:22:27.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36302026-06-22T19:22:27.441Z
36312026-06-22T19:22:27.441Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36322026-06-22T19:22:27.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-22T19:22:27.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-22T19:22:27.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-22T19:22:27.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36362026-06-22T19:22:28.016Z
36372026-06-22T19:22:28.016Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36382026-06-22T19:22:28.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-22T19:22:28.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-22T19:22:28.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-22T19:22:28.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-06-22T19:22:28.592Z
36432026-06-22T19:22:28.593Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36442026-06-22T19:22:29.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-22T19:22:29.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-22T19:22:29.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-22T19:22:29.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36482026-06-22T19:22:29.118Z
36492026-06-22T19:22:29.118Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36502026-06-22T19:22:29.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-22T19:22:29.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-22T19:22:29.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-22T19:22:29.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-22T19:22:29.626Z
36552026-06-22T19:22:29.626Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36562026-06-22T19:22:30.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-22T19:22:30.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-22T19:22:30.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-22T19:22:30.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36602026-06-22T19:22:30.154Z
36612026-06-22T19:22:30.154Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36622026-06-22T19:22:30.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-22T19:22:30.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-22T19:22:30.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-22T19:22:30.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36662026-06-22T19:22:30.669Z
36672026-06-22T19:22:30.669Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36682026-06-22T19:22:31.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-22T19:22:31.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-22T19:22:31.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-22T19:22:31.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-22T19:22:31.185Z
36732026-06-22T19:22:31.185Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36742026-06-22T19:22:31.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-22T19:22:31.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-22T19:22:31.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-22T19:22:31.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-22T19:22:31.695Z
36792026-06-22T19:22:31.695Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36802026-06-22T19:22:32.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-22T19:22:32.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-22T19:22:32.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-22T19:22:32.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36842026-06-22T19:22:32.266Z
36852026-06-22T19:22:32.266Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36862026-06-22T19:22:32.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-22T19:22:32.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-22T19:22:32.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-22T19:22:32.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-06-22T19:22:32.850Z
36912026-06-22T19:22:32.850Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36922026-06-22T19:22:33.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-22T19:22:33.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-22T19:22:33.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-22T19:22:33.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-22T19:22:33.419Z
36972026-06-22T19:22:33.419Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
36982026-06-22T19:22:33.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-22T19:22:33.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-22T19:22:33.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-22T19:22:33.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37022026-06-22T19:22:33.969Z
37032026-06-22T19:22:33.969Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37042026-06-22T19:22:34.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-22T19:22:34.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-22T19:22:34.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-22T19:22:34.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-06-22T19:22:34.515Z
37092026-06-22T19:22:34.515Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37102026-06-22T19:22:34.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-22T19:22:34.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-22T19:22:34.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-22T19:22:35.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37142026-06-22T19:22:35.068Z
37152026-06-22T19:22:35.068Zinfo: running `cargo check --bins` on key-manager (199/298)
37162026-06-22T19:22:35.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-22T19:22:35.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-22T19:22:35.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-22T19:22:35.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37202026-06-22T19:22:35.594Z
37212026-06-22T19:22:35.594Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37222026-06-22T19:22:36.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-22T19:22:36.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-22T19:22:36.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-22T19:22:36.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37262026-06-22T19:22:36.147Z
37272026-06-22T19:22:36.147Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37282026-06-22T19:22:36.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-22T19:22:36.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-22T19:22:36.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-22T19:22:36.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-22T19:22:36.706Z
37332026-06-22T19:22:36.706Zinfo: running `cargo check --bins` on typed-rng (202/298)
37342026-06-22T19:22:37.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-22T19:22:37.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-22T19:22:37.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-22T19:22:37.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37382026-06-22T19:22:37.211Z
37392026-06-22T19:22:37.211Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37402026-06-22T19:22:37.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-22T19:22:37.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-22T19:22:38.010Z Compiling libefi-sys v0.1.0
37432026-06-22T19:22:38.014Z Compiling bitfield-struct v0.6.2
37442026-06-22T19:22:38.143Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-22T19:22:38.156Z Compiling xshell-macros v0.2.7
37462026-06-22T19:22:38.169Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-22T19:22:38.179Z Compiling salty v0.3.0
37482026-06-22T19:22:38.193Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-22T19:22:38.205Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-22T19:22:38.217Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-22T19:22:38.330Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-22T19:22:38.491Z Checking primeorder v0.13.6
37532026-06-22T19:22:38.505Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37542026-06-22T19:22:38.524Z Checking xshell v0.2.7
37552026-06-22T19:22:38.534Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-22T19:22:38.657Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-22T19:22:38.687Z Checking tungstenite v0.21.0
37582026-06-22T19:22:38.705Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-06-22T19:22:38.740Z Checking p384 v0.13.1
37602026-06-22T19:22:38.761Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-22T19:22:38.845Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37622026-06-22T19:22:38.876Z Compiling num-derive v0.3.3
37632026-06-22T19:22:38.923Z Compiling proc-macro-error2 v2.0.1
37642026-06-22T19:22:39.014Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-22T19:22:39.107Z Checking tokio-tungstenite v0.21.0
37662026-06-22T19:22:39.138Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-06-22T19:22:39.155Z Checking papergrid v0.17.0
37682026-06-22T19:22:39.645Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37692026-06-22T19:22:39.655Z Compiling tabled_derive v0.11.0
37702026-06-22T19:22:39.656Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-06-22T19:22:39.656Z Compiling progenitor-impl v0.13.0
37722026-06-22T19:22:39.656Z Checking testing_table v0.3.0
37732026-06-22T19:22:39.656Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37742026-06-22T19:22:39.656Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37752026-06-22T19:22:39.656Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-22T19:22:39.732Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-06-22T19:22:39.748Z Checking corncobs v0.1.4
37782026-06-22T19:22:39.779Z Checking libscf-sys v1.1.0
37792026-06-22T19:22:39.872Z Compiling unicase v2.9.0
37802026-06-22T19:22:39.917Z Compiling illumos-nvpair-sys v0.2.0
37812026-06-22T19:22:39.974Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37822026-06-22T19:22:39.988Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-22T19:22:40.083Z Compiling mime_guess v2.0.5
37842026-06-22T19:22:40.145Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37852026-06-22T19:22:40.166Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-06-22T19:22:40.183Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-22T19:22:40.294Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-22T19:22:40.432Z Checking tabled v0.20.0
37892026-06-22T19:22:40.515Z Checking progenitor-client v0.13.0
37902026-06-22T19:22:40.617Z Checking secrecy v0.8.0
37912026-06-22T19:22:40.727Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-06-22T19:22:40.761Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-06-22T19:22:40.852Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37942026-06-22T19:22:40.986Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37952026-06-22T19:22:41.154Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37962026-06-22T19:22:41.179Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-22T19:22:41.243Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-06-22T19:22:41.327Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37992026-06-22T19:22:41.345Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-06-22T19:22:41.442Z Checking filetime v0.2.27
38012026-06-22T19:22:41.490Z Checking xattr v1.6.1
38022026-06-22T19:22:41.596Z Checking http-range v0.1.5
38032026-06-22T19:22:41.729Z Checking crc8 v0.1.1
38042026-06-22T19:22:41.738Z Checking tar v0.4.45
38052026-06-22T19:22:41.803Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-06-22T19:22:41.959Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38072026-06-22T19:22:41.992Z Checking illumos-nvpair v0.3.0
38082026-06-22T19:22:42.021Z Compiling progenitor-macro v0.13.0
38092026-06-22T19:22:42.056Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38102026-06-22T19:22:42.127Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-22T19:22:42.151Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-22T19:22:42.245Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-06-22T19:22:42.485Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38142026-06-22T19:22:42.505Z Checking atty v0.2.14
38152026-06-22T19:22:42.606Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38162026-06-22T19:22:42.641Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38172026-06-22T19:22:42.771Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38182026-06-22T19:22:42.822Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38192026-06-22T19:22:42.840Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-22T19:22:42.866Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-06-22T19:22:42.943Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38222026-06-22T19:22:43.119Z Checking hyper-staticfile v0.10.1
38232026-06-22T19:22:43.164Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38242026-06-22T19:22:43.202Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-06-22T19:22:43.391Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38262026-06-22T19:22:43.411Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38272026-06-22T19:22:43.469Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-06-22T19:22:43.694Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-22T19:22:43.792Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-06-22T19:22:43.969Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38312026-06-22T19:22:44.347Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38322026-06-22T19:22:44.950Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38332026-06-22T19:22:45.417Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38342026-06-22T19:22:45.898Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38352026-06-22T19:22:46.132Z Checking progenitor v0.13.0
38362026-06-22T19:22:46.273Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38372026-06-22T19:22:48.178Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38382026-06-22T19:22:51.584Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38392026-06-22T19:23:02.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.30s
38402026-06-22T19:23:02.739Z
38412026-06-22T19:23:02.739Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38422026-06-22T19:23:03.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-06-22T19:23:03.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-06-22T19:23:03.447Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452026-06-22T19:23:14.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38462026-06-22T19:23:14.340Z
38472026-06-22T19:23:14.340Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38482026-06-22T19:23:14.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-22T19:23:14.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-22T19:23:15.069Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-22T19:23:25.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38522026-06-22T19:23:25.975Z
38532026-06-22T19:23:25.975Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38542026-06-22T19:23:26.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-22T19:23:26.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-22T19:23:26.693Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-22T19:23:37.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38582026-06-22T19:23:37.576Z
38592026-06-22T19:23:37.576Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38602026-06-22T19:23:38.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-22T19:23:38.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-22T19:23:38.300Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-22T19:23:48.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38642026-06-22T19:23:49.188Z
38652026-06-22T19:23:49.188Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38662026-06-22T19:23:49.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-22T19:23:49.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-22T19:23:49.914Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-22T19:24:00.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38702026-06-22T19:24:00.792Z
38712026-06-22T19:24:00.792Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38722026-06-22T19:24:01.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-22T19:24:01.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-22T19:24:01.503Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-22T19:24:12.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38762026-06-22T19:24:12.392Z
38772026-06-22T19:24:12.392Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38782026-06-22T19:24:12.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-22T19:24:12.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-22T19:24:13.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-22T19:24:23.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38822026-06-22T19:24:24.165Z
38832026-06-22T19:24:24.165Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
38842026-06-22T19:24:24.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-22T19:24:24.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-22T19:24:24.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-06-22T19:24:24.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38882026-06-22T19:24:24.693Z
38892026-06-22T19:24:24.693Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
38902026-06-22T19:24:25.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-22T19:24:25.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-22T19:24:25.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-22T19:24:25.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38942026-06-22T19:24:25.611Z
38952026-06-22T19:24:25.611Zinfo: running `cargo check --bins` on range-requests (213/298)
38962026-06-22T19:24:25.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-22T19:24:25.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-22T19:24:25.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-22T19:24:25.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39002026-06-22T19:24:25.741Z
39012026-06-22T19:24:25.741Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39022026-06-22T19:24:26.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-22T19:24:26.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-22T19:24:26.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-22T19:24:26.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39062026-06-22T19:24:26.281Z
39072026-06-22T19:24:26.281Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39082026-06-22T19:24:26.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-22T19:24:26.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-22T19:24:26.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-22T19:24:26.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39122026-06-22T19:24:26.827Z
39132026-06-22T19:24:26.827Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39142026-06-22T19:24:27.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-22T19:24:27.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-22T19:24:27.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-22T19:24:27.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-06-22T19:24:27.361Z
39192026-06-22T19:24:27.361Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39202026-06-22T19:24:27.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-22T19:24:27.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-22T19:24:27.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-22T19:24:27.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-06-22T19:24:27.915Z
39252026-06-22T19:24:27.916Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39262026-06-22T19:24:28.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-22T19:24:28.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-22T19:24:28.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-22T19:24:28.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39302026-06-22T19:24:28.474Z
39312026-06-22T19:24:28.474Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39322026-06-22T19:24:28.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-22T19:24:28.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-22T19:24:28.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-22T19:24:28.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-06-22T19:24:29.039Z
39372026-06-22T19:24:29.039Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39382026-06-22T19:24:29.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-22T19:24:29.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-22T19:24:29.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-22T19:24:29.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-22T19:24:29.577Z
39432026-06-22T19:24:29.577Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39442026-06-22T19:24:30.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-22T19:24:30.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-22T19:24:30.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-22T19:24:30.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-06-22T19:24:30.483Z
39492026-06-22T19:24:30.483Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39502026-06-22T19:24:30.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-22T19:24:30.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-22T19:24:30.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-22T19:24:30.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-22T19:24:30.683Z
39552026-06-22T19:24:30.683Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39562026-06-22T19:24:31.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-22T19:24:31.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-22T19:24:31.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-22T19:24:31.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-22T19:24:31.241Z
39612026-06-22T19:24:31.241Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39622026-06-22T19:24:31.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-22T19:24:31.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-22T19:24:31.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-22T19:24:31.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-22T19:24:32.200Z
39672026-06-22T19:24:32.200Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39682026-06-22T19:24:32.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-22T19:24:32.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-22T19:24:32.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-22T19:24:32.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39722026-06-22T19:24:32.377Z
39732026-06-22T19:24:32.377Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39742026-06-22T19:24:32.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-22T19:24:32.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-22T19:24:32.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-22T19:24:32.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39782026-06-22T19:24:32.941Z
39792026-06-22T19:24:32.941Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39802026-06-22T19:24:33.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-22T19:24:33.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-22T19:24:33.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-22T19:24:33.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-06-22T19:24:33.813Z
39852026-06-22T19:24:33.813Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
39862026-06-22T19:24:33.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-22T19:24:33.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-22T19:24:33.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-22T19:24:33.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-06-22T19:24:34.489Z
39912026-06-22T19:24:34.489Zinfo: running `cargo check --bins` on update-common (229/298)
39922026-06-22T19:24:34.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-22T19:24:34.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-22T19:24:34.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-22T19:24:34.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39962026-06-22T19:24:34.617Z
39972026-06-22T19:24:34.617Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
39982026-06-22T19:24:35.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-22T19:24:35.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-22T19:24:35.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-22T19:24:35.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40022026-06-22T19:24:35.200Z
40032026-06-22T19:24:35.200Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40042026-06-22T19:24:35.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-22T19:24:35.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-22T19:24:35.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-22T19:24:35.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40082026-06-22T19:24:35.708Z
40092026-06-22T19:24:35.709Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40102026-06-22T19:24:36.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-22T19:24:36.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-22T19:24:36.426Z Compiling fs-err v2.11.0
40132026-06-22T19:24:36.429Z Checking ignore v0.4.25
40142026-06-22T19:24:36.429Z Checking arc-swap v1.8.2
40152026-06-22T19:24:36.577Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40162026-06-22T19:24:36.588Z Checking predicates-tree v1.0.13
40172026-06-22T19:24:36.588Z Checking parse-size v1.1.0
40182026-06-22T19:24:36.591Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40192026-06-22T19:24:36.604Z Checking rand_seeder v0.4.0
40202026-06-22T19:24:36.651Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40212026-06-22T19:24:36.683Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40222026-06-22T19:24:36.733Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40232026-06-22T19:24:36.748Z Checking slog-scope v4.4.1
40242026-06-22T19:24:37.189Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40252026-06-22T19:24:37.192Z Compiling petname v2.0.2
40262026-06-22T19:24:37.192Z Checking slog-stdlog v4.1.1
40272026-06-22T19:24:37.192Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-06-22T19:24:37.192Z Checking globwalk v0.9.1
40292026-06-22T19:24:37.192Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40302026-06-22T19:24:37.192Z Checking slog-envlogger v2.2.0
40312026-06-22T19:24:37.192Z Checking camino-tempfile-ext v0.3.3
40322026-06-22T19:24:37.192Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40332026-06-22T19:24:37.193Z Checking sapling-renderdag v0.1.0
40342026-06-22T19:24:37.302Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40352026-06-22T19:24:37.367Z Checking subprocess v0.2.15
40362026-06-22T19:24:37.420Z Checking sync-ptr v0.1.4
40372026-06-22T19:24:37.515Z Checking colored v2.2.0
40382026-06-22T19:24:37.536Z Checking assert_matches v1.5.0
40392026-06-22T19:24:37.650Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40402026-06-22T19:24:37.794Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40412026-06-22T19:24:37.798Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40422026-06-22T19:24:38.914Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40432026-06-22T19:24:39.844Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40442026-06-22T19:24:42.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
40452026-06-22T19:24:42.464Z
40462026-06-22T19:24:42.464Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40472026-06-22T19:24:42.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-06-22T19:24:43.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-06-22T19:24:43.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-06-22T19:24:43.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40512026-06-22T19:24:43.102Z
40522026-06-22T19:24:43.102Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40532026-06-22T19:24:43.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-22T19:24:43.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-22T19:24:43.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-22T19:24:43.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40572026-06-22T19:24:43.321Z
40582026-06-22T19:24:43.321Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40592026-06-22T19:24:43.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-22T19:24:43.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-22T19:24:43.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-22T19:24:43.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-06-22T19:24:43.911Z
40642026-06-22T19:24:43.911Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40652026-06-22T19:24:44.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-22T19:24:44.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-22T19:24:44.803Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40682026-06-22T19:24:44.803Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40692026-06-22T19:24:45.232Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-06-22T19:24:46.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
40712026-06-22T19:24:46.993Z
40722026-06-22T19:24:46.993Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40732026-06-22T19:24:47.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-22T19:24:47.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-22T19:24:47.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-06-22T19:24:47.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40772026-06-22T19:24:47.853Z
40782026-06-22T19:24:47.853Zinfo: running `cargo check --bins` on cert-dev (238/298)
40792026-06-22T19:24:47.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-22T19:24:47.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-22T19:24:48.479Z Checking yasna v0.5.2
40822026-06-22T19:24:48.483Z Checking rcgen v0.12.1
40832026-06-22T19:24:48.738Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40842026-06-22T19:24:48.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
40852026-06-22T19:24:49.072Z
40862026-06-22T19:24:49.072Zinfo: running `cargo check --bins` on clickana (239/298)
40872026-06-22T19:24:49.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-22T19:24:49.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-22T19:24:49.939Z Compiling darling_core v0.23.0
40902026-06-22T19:24:49.939Z Compiling instability v0.3.11
40912026-06-22T19:24:49.939Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40922026-06-22T19:24:49.939Z Checking castaway v0.2.4
40932026-06-22T19:24:49.939Z Compiling indoc v2.0.7
40942026-06-22T19:24:49.939Z Checking unicode-truncate v1.1.0
40952026-06-22T19:24:49.939Z Checking lru v0.12.5
40962026-06-22T19:24:49.939Z Checking cassowary v0.3.0
40972026-06-22T19:24:49.939Z Checking compact_str v0.8.1
40982026-06-22T19:24:51.098Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40992026-06-22T19:24:51.207Z Compiling darling_macro v0.23.0
41002026-06-22T19:24:51.271Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41012026-06-22T19:24:51.620Z Compiling darling v0.23.0
41022026-06-22T19:24:52.249Z Checking ratatui v0.29.0
41032026-06-22T19:24:53.310Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41042026-06-22T19:24:53.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
41052026-06-22T19:24:54.143Z
41062026-06-22T19:24:54.143Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41072026-06-22T19:24:54.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-06-22T19:24:54.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-06-22T19:24:55.262Z Checking headers-core v0.3.0
41102026-06-22T19:24:55.685Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41112026-06-22T19:24:55.685Z Checking headers v0.4.1
41122026-06-22T19:24:55.716Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41132026-06-22T19:24:56.248Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41142026-06-22T19:24:57.160Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41152026-06-22T19:24:57.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
41162026-06-22T19:24:57.354Z
41172026-06-22T19:24:57.354Zinfo: running `cargo check --bins` on ch-dev (241/298)
41182026-06-22T19:24:57.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-22T19:24:57.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-22T19:24:58.000Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41212026-06-22T19:24:58.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41222026-06-22T19:24:58.887Z
41232026-06-22T19:24:58.887Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41242026-06-22T19:24:59.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-22T19:24:59.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-22T19:24:59.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-06-22T19:24:59.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41282026-06-22T19:24:59.672Z
41292026-06-22T19:24:59.672Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41302026-06-22T19:24:59.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-22T19:24:59.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-22T19:24:59.957Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-06-22T19:25:00.937Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-06-22T19:25:01.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
41352026-06-22T19:25:01.910Z
41362026-06-22T19:25:01.910Zinfo: running `cargo check --bins` on db-dev (244/298)
41372026-06-22T19:25:01.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-22T19:25:01.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-22T19:25:02.514Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-06-22T19:25:02.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41412026-06-22T19:25:03.070Z
41422026-06-22T19:25:03.070Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41432026-06-22T19:25:03.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-22T19:25:03.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-22T19:25:03.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-06-22T19:25:03.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41472026-06-22T19:25:03.630Z
41482026-06-22T19:25:03.630Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41492026-06-22T19:25:04.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-22T19:25:04.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-22T19:25:04.591Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-06-22T19:25:04.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41532026-06-22T19:25:05.441Z
41542026-06-22T19:25:05.441Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41552026-06-22T19:25:05.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-22T19:25:05.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-22T19:25:06.118Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-06-22T19:25:06.118Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-22T19:25:06.125Z Checking git-stub v1.0.0
41602026-06-22T19:25:06.125Z Compiling trait-variant v0.1.2
41612026-06-22T19:25:06.125Z Checking maplit v1.0.2
41622026-06-22T19:25:06.125Z Checking is_ci v1.2.0
41632026-06-22T19:25:06.126Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41642026-06-22T19:25:06.126Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41652026-06-22T19:25:06.126Z Checking drift v0.2.0
41662026-06-22T19:25:06.126Z Checking supports-color v3.0.2
41672026-06-22T19:25:06.127Z Checking git-stub-vcs v0.1.0
41682026-06-22T19:25:06.127Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41692026-06-22T19:25:06.127Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41702026-06-22T19:25:06.127Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-06-22T19:25:06.164Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41722026-06-22T19:25:06.271Z Checking dropshot-api-manager v0.7.2
41732026-06-22T19:25:06.300Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41742026-06-22T19:25:06.355Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41752026-06-22T19:25:06.404Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-06-22T19:25:06.592Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-06-22T19:25:07.087Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41782026-06-22T19:25:08.041Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41792026-06-22T19:25:09.259Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41802026-06-22T19:25:09.850Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41812026-06-22T19:25:10.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
41822026-06-22T19:25:10.911Z
41832026-06-22T19:25:10.911Zinfo: running `cargo check --bins` on installinator-api (248/298)
41842026-06-22T19:25:10.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-06-22T19:25:10.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-06-22T19:25:10.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-06-22T19:25:10.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41882026-06-22T19:25:11.467Z
41892026-06-22T19:25:11.467Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
41902026-06-22T19:25:11.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-22T19:25:11.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-22T19:25:11.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-22T19:25:11.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41942026-06-22T19:25:11.588Z
41952026-06-22T19:25:11.588Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
41962026-06-22T19:25:12.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-22T19:25:12.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-22T19:25:12.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-22T19:25:12.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-22T19:25:12.128Z
42012026-06-22T19:25:12.128Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42022026-06-22T19:25:12.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-22T19:25:12.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-22T19:25:12.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-22T19:25:12.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42062026-06-22T19:25:12.727Z
42072026-06-22T19:25:12.727Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42082026-06-22T19:25:13.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-22T19:25:13.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-22T19:25:13.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-22T19:25:13.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42122026-06-22T19:25:13.283Z
42132026-06-22T19:25:13.283Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42142026-06-22T19:25:13.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-22T19:25:14.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-22T19:25:14.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-22T19:25:14.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42182026-06-22T19:25:14.561Z
42192026-06-22T19:25:14.561Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42202026-06-22T19:25:14.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-22T19:25:14.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-22T19:25:14.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-22T19:25:14.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42242026-06-22T19:25:14.999Z
42252026-06-22T19:25:14.999Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42262026-06-22T19:25:15.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-22T19:25:15.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-22T19:25:15.043Z Checking typeid v1.0.3
42292026-06-22T19:25:15.043Z Checking ordered-float v2.10.1
42302026-06-22T19:25:15.043Z Checking unicode-xid v0.2.6
42312026-06-22T19:25:15.043Z Checking cargo-platform v0.2.0
42322026-06-22T19:25:15.043Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42332026-06-22T19:25:15.076Z Checking erased-serde v0.4.9
42342026-06-22T19:25:15.180Z Checking serde-value v0.7.0
42352026-06-22T19:25:15.352Z Checking serde-untagged v0.1.9
42362026-06-22T19:25:15.511Z Checking cargo-util-schemas v0.8.2
42372026-06-22T19:25:16.609Z Checking cargo_metadata v0.21.0
42382026-06-22T19:25:16.808Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-06-22T19:25:17.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
42402026-06-22T19:25:17.702Z
42412026-06-22T19:25:17.702Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42422026-06-22T19:25:18.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-06-22T19:25:18.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-06-22T19:25:18.397Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-06-22T19:25:18.997Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-06-22T19:25:19.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42472026-06-22T19:25:19.656Z
42482026-06-22T19:25:19.656Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42492026-06-22T19:25:20.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-22T19:25:20.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-22T19:25:20.555Z Compiling vergen-lib v0.1.6
42522026-06-22T19:25:20.555Z Compiling diesel_derives v2.3.7
42532026-06-22T19:25:20.555Z Compiling dsl_auto_type v0.2.0
42542026-06-22T19:25:20.560Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42552026-06-22T19:25:20.560Z Checking scheduled-thread-pool v0.2.7
42562026-06-22T19:25:20.560Z Compiling vergen-gitcl v1.0.8
42572026-06-22T19:25:20.560Z Compiling diesel_table_macro_syntax v0.3.0
42582026-06-22T19:25:20.692Z Compiling dirs-sys-next v0.1.2
42592026-06-22T19:25:20.879Z Compiling crunchy v0.2.4
42602026-06-22T19:25:20.883Z Compiling glob v0.3.3
42612026-06-22T19:25:20.982Z Checking r2d2 v0.8.10
42622026-06-22T19:25:21.423Z Compiling dirs-next v2.0.0
42632026-06-22T19:25:21.423Z Checking downcast-rs v2.0.2
42642026-06-22T19:25:21.448Z Compiling tiny-keccak v2.0.2
42652026-06-22T19:25:21.448Z Compiling term v0.7.0
42662026-06-22T19:25:21.448Z Compiling clang-sys v1.8.1
42672026-06-22T19:25:21.449Z Compiling bit-vec v0.6.3
42682026-06-22T19:25:21.449Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42692026-06-22T19:25:21.516Z Compiling bit-set v0.5.3
42702026-06-22T19:25:21.593Z Compiling ascii-canvas v3.0.0
42712026-06-22T19:25:21.693Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-06-22T19:25:22.130Z Compiling itertools v0.10.5
42732026-06-22T19:25:22.163Z Compiling ena v0.14.4
42742026-06-22T19:25:22.163Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42752026-06-22T19:25:22.163Z Compiling libloading v0.8.9
42762026-06-22T19:25:22.163Z Compiling diff v0.1.13
42772026-06-22T19:25:22.163Z Compiling regex-syntax v0.6.29
42782026-06-22T19:25:22.163Z Compiling bindgen v0.71.1
42792026-06-22T19:25:22.163Z Compiling cexpr v0.6.0
42802026-06-22T19:25:22.403Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-06-22T19:25:22.484Z Compiling rustc-hash v2.1.1
42822026-06-22T19:25:22.634Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-06-22T19:25:23.141Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-06-22T19:25:23.579Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-06-22T19:25:23.579Z Compiling libxml v0.3.3
42862026-06-22T19:25:23.580Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-06-22T19:25:23.580Z Compiling strum_macros v0.24.3
42882026-06-22T19:25:23.580Z Compiling indoc v1.0.9
42892026-06-22T19:25:23.603Z Compiling lalrpop v0.19.12
42902026-06-22T19:25:23.927Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-06-22T19:25:24.126Z Checking derive_builder v0.20.2
42922026-06-22T19:25:24.240Z Compiling oso-derive v0.27.3
42932026-06-22T19:25:24.398Z Checking quick-xml v0.37.5
42942026-06-22T19:25:24.502Z Compiling impl-trait-for-tuples v0.2.3
42952026-06-22T19:25:24.798Z Checking openssl-probe v0.1.6
42962026-06-22T19:25:24.943Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-06-22T19:25:25.331Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-06-22T19:25:25.534Z Checking bb8 v0.8.6
42992026-06-22T19:25:25.713Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-06-22T19:25:26.134Z Checking nonempty v0.12.0
43012026-06-22T19:25:26.162Z Compiling libz-sys v1.1.24
43022026-06-22T19:25:26.162Z Compiling strsim v0.10.0
43032026-06-22T19:25:26.162Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-06-22T19:25:26.162Z Compiling darling_core v0.13.4
43052026-06-22T19:25:26.237Z Compiling vergen-git2 v9.1.0
43062026-06-22T19:25:26.463Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-06-22T19:25:26.488Z Compiling base64 v0.21.7
43082026-06-22T19:25:26.625Z Compiling rustls v0.21.12
43092026-06-22T19:25:26.708Z Checking diesel v2.3.7
43102026-06-22T19:25:26.880Z Compiling ron v0.8.1
43112026-06-22T19:25:27.306Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43122026-06-22T19:25:27.792Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43132026-06-22T19:25:27.852Z Checking sct v0.7.1
43142026-06-22T19:25:27.950Z Checking rustls-webpki v0.101.7
43152026-06-22T19:25:28.003Z Compiling darling_macro v0.13.4
43162026-06-22T19:25:28.025Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43172026-06-22T19:25:28.946Z Compiling darling v0.13.4
43182026-06-22T19:25:28.957Z Compiling serde_with_macros v1.5.2
43192026-06-22T19:25:28.957Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43202026-06-22T19:25:29.466Z Compiling serde_with v1.14.0
43212026-06-22T19:25:30.093Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43222026-06-22T19:25:30.550Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43232026-06-22T19:25:30.656Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43242026-06-22T19:25:31.444Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43252026-06-22T19:25:32.092Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-06-22T19:25:32.139Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43272026-06-22T19:25:32.211Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43282026-06-22T19:25:32.283Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-06-22T19:25:32.730Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43302026-06-22T19:25:32.751Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-06-22T19:25:32.751Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43322026-06-22T19:25:32.751Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-06-22T19:25:32.769Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43342026-06-22T19:25:32.786Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43352026-06-22T19:25:32.825Z Checking tokio-rustls v0.24.1
43362026-06-22T19:25:33.038Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43372026-06-22T19:25:33.516Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43382026-06-22T19:25:33.973Z Checking rustls-pemfile v1.0.4
43392026-06-22T19:25:34.001Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43402026-06-22T19:25:34.001Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-06-22T19:25:34.040Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-06-22T19:25:34.121Z Checking twox-hash v2.1.2
43432026-06-22T19:25:34.288Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-22T19:25:34.427Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-22T19:25:34.840Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-22T19:25:34.843Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-06-22T19:25:34.843Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-22T19:25:35.984Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43492026-06-22T19:25:36.136Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-06-22T19:25:36.427Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43512026-06-22T19:25:36.652Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43522026-06-22T19:25:36.831Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-22T19:25:37.028Z Checking console v0.16.2
43542026-06-22T19:25:37.762Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43552026-06-22T19:25:37.782Z Checking fatfs v0.3.6
43562026-06-22T19:25:37.782Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43572026-06-22T19:25:37.985Z Compiling seq-macro v0.3.6
43582026-06-22T19:25:38.903Z Checking unit-prefix v0.5.2
43592026-06-22T19:25:39.342Z Checking indicatif v0.18.4
43602026-06-22T19:25:39.780Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-06-22T19:25:39.780Z Checking support-bundle-viewer v0.1.2
43622026-06-22T19:25:39.780Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-06-22T19:25:39.801Z Checking multimap v0.10.1
43642026-06-22T19:25:45.154Z Checking diesel-dtrace v0.5.0
43652026-06-22T19:25:45.422Z Checking async-bb8-diesel v0.2.1
43662026-06-22T19:25:48.641Z Compiling samael v0.0.19
43672026-06-22T19:25:53.898Z Compiling git2 v0.20.4
43682026-06-22T19:25:55.269Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43692026-06-22T19:25:55.425Z Compiling polar-core v0.27.3
43702026-06-22T19:25:56.294Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43712026-06-22T19:25:59.956Z Checking oso v0.27.3
43722026-06-22T19:26:29.548Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-06-22T19:27:41.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43742026-06-22T19:27:41.603Z
43752026-06-22T19:27:41.603Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43762026-06-22T19:27:41.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-06-22T19:27:41.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-06-22T19:27:41.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-06-22T19:27:41.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43802026-06-22T19:27:41.865Z
43812026-06-22T19:27:41.865Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43822026-06-22T19:27:42.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-06-22T19:27:43.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-06-22T19:27:43.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-06-22T19:27:43.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43862026-06-22T19:27:43.140Z
43872026-06-22T19:27:43.140Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
43882026-06-22T19:27:43.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-22T19:27:43.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-22T19:27:43.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-22T19:27:43.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43922026-06-22T19:27:43.210Z
43932026-06-22T19:27:43.210Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
43942026-06-22T19:27:43.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-22T19:27:43.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-22T19:27:43.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-22T19:27:43.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43982026-06-22T19:27:43.483Z
43992026-06-22T19:27:43.483Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44002026-06-22T19:27:44.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-22T19:27:44.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-22T19:27:44.502Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44032026-06-22T19:27:45.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44042026-06-22T19:27:45.206Z
44052026-06-22T19:27:45.206Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44062026-06-22T19:27:45.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-22T19:27:45.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-22T19:27:45.970Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-06-22T19:28:22.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.42s
44102026-06-22T19:28:22.820Z
44112026-06-22T19:28:22.820Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44122026-06-22T19:28:23.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-22T19:28:23.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-22T19:28:23.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-06-22T19:28:23.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44162026-06-22T19:28:23.329Z
44172026-06-22T19:28:23.329Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44182026-06-22T19:28:23.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-22T19:28:23.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-22T19:28:23.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-06-22T19:28:23.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44222026-06-22T19:28:23.900Z
44232026-06-22T19:28:23.900Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44242026-06-22T19:28:24.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-22T19:28:24.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-22T19:28:24.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-22T19:28:24.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44282026-06-22T19:28:24.492Z
44292026-06-22T19:28:24.492Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44302026-06-22T19:28:25.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-22T19:28:25.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-22T19:28:25.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-22T19:28:25.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44342026-06-22T19:28:25.082Z
44352026-06-22T19:28:25.082Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44362026-06-22T19:28:25.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-22T19:28:25.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-22T19:28:25.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-22T19:28:25.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44402026-06-22T19:28:25.647Z
44412026-06-22T19:28:25.647Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44422026-06-22T19:28:26.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-22T19:28:26.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-22T19:28:26.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-22T19:28:26.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-06-22T19:28:26.235Z
44472026-06-22T19:28:26.235Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44482026-06-22T19:28:26.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-22T19:28:26.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-22T19:28:26.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-22T19:28:26.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44522026-06-22T19:28:26.815Z
44532026-06-22T19:28:26.815Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44542026-06-22T19:28:27.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-22T19:28:27.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-22T19:28:27.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-22T19:28:27.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44582026-06-22T19:28:27.409Z
44592026-06-22T19:28:27.409Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44602026-06-22T19:28:27.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-22T19:28:27.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-22T19:28:27.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-22T19:28:27.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44642026-06-22T19:28:27.959Z
44652026-06-22T19:28:27.959Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44662026-06-22T19:28:28.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-22T19:28:28.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-22T19:28:28.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-22T19:28:28.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-06-22T19:28:28.532Z
44712026-06-22T19:28:28.532Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44722026-06-22T19:28:29.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-22T19:28:29.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-22T19:28:29.404Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44752026-06-22T19:28:29.405Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44762026-06-22T19:28:29.526Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772026-06-22T19:28:29.541Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44782026-06-22T19:28:29.567Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44792026-06-22T19:28:29.591Z Checking diff v0.1.13
44802026-06-22T19:28:29.591Z Checking yansi v1.0.1
44812026-06-22T19:28:29.663Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44822026-06-22T19:28:29.695Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44832026-06-22T19:28:29.827Z Checking pretty_assertions v1.4.1
44842026-06-22T19:28:30.536Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44852026-06-22T19:28:30.626Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44862026-06-22T19:28:54.804Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44872026-06-22T19:28:54.807Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44882026-06-22T19:28:54.807Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44892026-06-22T19:28:54.807Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44902026-06-22T19:28:54.807Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44912026-06-22T19:28:54.807Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44922026-06-22T19:28:54.807Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44932026-06-22T19:28:55.600Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44942026-06-22T19:28:55.600Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44952026-06-22T19:28:56.831Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44962026-06-22T19:29:33.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
44972026-06-22T19:29:33.804Z
44982026-06-22T19:29:33.804Zinfo: running `cargo check --bins` on omicron-pins (275/298)
44992026-06-22T19:29:34.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-06-22T19:29:34.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-06-22T19:29:34.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-06-22T19:29:34.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45032026-06-22T19:29:34.665Z
45042026-06-22T19:29:34.665Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45052026-06-22T19:29:34.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-06-22T19:29:35.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-06-22T19:29:35.224Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45082026-06-22T19:29:35.224Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45092026-06-22T19:29:35.224Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45102026-06-22T19:30:01.665Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-06-22T19:30:02.046Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45122026-06-22T19:30:03.748Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45132026-06-22T19:30:04.205Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45142026-06-22T19:30:07.151Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45152026-06-22T19:30:30.405Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45162026-06-22T19:30:31.104Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45172026-06-22T19:30:32.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.38s
45182026-06-22T19:30:32.907Z
45192026-06-22T19:30:32.908Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45202026-06-22T19:30:33.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-06-22T19:30:33.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-06-22T19:30:33.567Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45232026-06-22T19:30:34.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45242026-06-22T19:30:34.425Z
45252026-06-22T19:30:34.425Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45262026-06-22T19:30:34.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-06-22T19:30:34.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-06-22T19:30:35.025Z Compiling blake3 v1.8.3
45292026-06-22T19:30:35.126Z Checking constant_time_eq v0.4.2
45302026-06-22T19:30:35.129Z Checking arrayref v0.3.9
45312026-06-22T19:30:35.132Z Checking arrayvec v0.7.6
45322026-06-22T19:30:35.143Z Checking topological-sort v0.2.2
45332026-06-22T19:30:35.146Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45342026-06-22T19:30:35.146Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45352026-06-22T19:30:35.146Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45362026-06-22T19:30:35.185Z Checking shell-words v1.1.1
45372026-06-22T19:30:35.920Z Checking omicron-zone-package v0.12.2
45382026-06-22T19:30:36.635Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45392026-06-22T19:30:37.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
45402026-06-22T19:30:37.657Z
45412026-06-22T19:30:37.657Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45422026-06-22T19:30:38.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-06-22T19:30:38.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-06-22T19:30:38.244Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45452026-06-22T19:30:38.562Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45462026-06-22T19:30:38.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45472026-06-22T19:30:39.126Z
45482026-06-22T19:30:39.126Zinfo: running `cargo check --bins` on schema (280/298)
45492026-06-22T19:30:39.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-06-22T19:30:39.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-06-22T19:30:39.828Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45522026-06-22T19:30:40.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45532026-06-22T19:30:40.663Z
45542026-06-22T19:30:40.663Zinfo: running `cargo check --bins` on xtask (281/298)
45552026-06-22T19:30:41.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-06-22T19:30:41.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-06-22T19:30:41.053Z Checking libc v0.2.185
45582026-06-22T19:30:41.128Z Checking serde v1.0.228
45592026-06-22T19:30:41.133Z Checking zerofrom v0.1.6
45602026-06-22T19:30:41.136Z Checking bitflags v2.11.0
45612026-06-22T19:30:41.140Z Checking smallvec v1.15.1
45622026-06-22T19:30:41.145Z Checking indexmap v2.14.0
45632026-06-22T19:30:41.154Z Checking serde_json v1.0.149
45642026-06-22T19:30:41.157Z Checking scroll v0.12.0
45652026-06-22T19:30:41.231Z Checking yoke v0.8.1
45662026-06-22T19:30:41.276Z Checking num-traits v0.2.19
45672026-06-22T19:30:41.313Z Checking thiserror v1.0.69
45682026-06-22T19:30:41.388Z Checking percent-encoding v2.3.2
45692026-06-22T19:30:41.399Z Checking zerovec v0.11.5
45702026-06-22T19:30:41.411Z Checking zerotrie v0.2.3
45712026-06-22T19:30:41.422Z Checking errno v0.3.14
45722026-06-22T19:30:41.522Z Checking serde_spanned v0.6.9
45732026-06-22T19:30:41.522Z Checking toml_datetime v0.6.11
45742026-06-22T19:30:41.539Z Checking rustix v1.1.3
45752026-06-22T19:30:41.648Z Checking log v0.4.29
45762026-06-22T19:30:41.660Z Checking form_urlencoded v1.2.2
45772026-06-22T19:30:41.673Z Checking zerocopy v0.7.35
45782026-06-22T19:30:41.709Z Checking toml_edit v0.22.27
45792026-06-22T19:30:41.761Z Checking getrandom v0.4.1
45802026-06-22T19:30:41.782Z Checking thiserror v2.0.18
45812026-06-22T19:30:41.803Z Checking goblin v0.8.2
45822026-06-22T19:30:41.809Z Checking ordered-float v2.10.1
45832026-06-22T19:30:41.828Z Checking tinystr v0.8.2
45842026-06-22T19:30:41.888Z Checking potential_utf v0.1.4
45852026-06-22T19:30:41.899Z Checking syn v2.0.117
45862026-06-22T19:30:42.007Z Checking icu_locale_core v2.1.1
45872026-06-22T19:30:42.017Z Checking icu_collections v2.1.1
45882026-06-22T19:30:42.025Z Checking serde-value v0.7.0
45892026-06-22T19:30:42.174Z Checking dtrace-parser v0.2.0
45902026-06-22T19:30:42.229Z Checking thread-id v4.2.2
45912026-06-22T19:30:42.311Z Checking once_cell v1.21.3
45922026-06-22T19:30:42.332Z Checking cargo-platform v0.2.0
45932026-06-22T19:30:42.344Z Checking terminal_size v0.4.3
45942026-06-22T19:30:42.415Z Checking memmap v0.7.0
45952026-06-22T19:30:42.477Z Checking clap_builder v4.6.0
45962026-06-22T19:30:42.486Z Checking tempfile v3.25.0
45972026-06-22T19:30:42.509Z Checking textwrap v0.16.2
45982026-06-22T19:30:42.567Z Checking fs-err v3.3.0
45992026-06-22T19:30:42.980Z Checking icu_provider v2.1.1
46002026-06-22T19:30:42.984Z Checking camino-tempfile v1.4.1
46012026-06-22T19:30:42.984Z Checking tabled v0.15.0
46022026-06-22T19:30:42.984Z Checking anyhow v1.0.102
46032026-06-22T19:30:42.984Z Checking icu_properties v2.1.2
46042026-06-22T19:30:42.984Z Checking icu_normalizer v2.1.1
46052026-06-22T19:30:42.984Z Checking toml v0.8.23
46062026-06-22T19:30:42.984Z Checking macaddr v1.0.1
46072026-06-22T19:30:43.109Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-06-22T19:30:43.152Z Checking cargo_toml v0.21.0
46092026-06-22T19:30:43.613Z Checking idna_adapter v1.2.1
46102026-06-22T19:30:43.681Z Checking dof v0.3.0
46112026-06-22T19:30:43.692Z Checking clap v4.6.1
46122026-06-22T19:30:43.733Z Checking idna v1.1.0
46132026-06-22T19:30:43.947Z Checking url v2.5.8
46142026-06-22T19:30:43.950Z Checking usdt-impl v0.5.0
46152026-06-22T19:30:44.199Z Checking usdt v0.5.0
46162026-06-22T19:30:44.300Z Checking cargo-util-schemas v0.8.2
46172026-06-22T19:30:44.989Z Checking cargo_metadata v0.21.0
46182026-06-22T19:30:45.594Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46192026-06-22T19:30:46.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
46202026-06-22T19:30:46.111Z
46212026-06-22T19:30:46.111Zinfo: running `cargo check --bins` on dnsadm (282/298)
46222026-06-22T19:30:46.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-06-22T19:30:46.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-06-22T19:30:46.698Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46252026-06-22T19:30:47.165Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46262026-06-22T19:30:47.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46272026-06-22T19:30:47.717Z
46282026-06-22T19:30:47.717Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46292026-06-22T19:30:48.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-06-22T19:30:48.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-06-22T19:30:48.459Z Checking polyval v0.6.2
46322026-06-22T19:30:48.577Z Checking ctr v0.9.2
46332026-06-22T19:30:48.587Z Checking ssh-encoding v0.2.0
46342026-06-22T19:30:48.590Z Checking blowfish v0.9.1
46352026-06-22T19:30:48.606Z Checking password-hash v0.4.2
46362026-06-22T19:30:48.619Z Checking p521 v0.13.3
46372026-06-22T19:30:48.619Z Checking p256 v0.13.2
46382026-06-22T19:30:48.646Z Checking russh-cryptovec v0.7.3
46392026-06-22T19:30:48.721Z Checking ghash v0.5.1
46402026-06-22T19:30:48.734Z Checking bcrypt-pbkdf v0.10.0
46412026-06-22T19:30:48.738Z Checking md5 v0.7.0
46422026-06-22T19:30:48.761Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46432026-06-22T19:30:48.777Z Checking num-bigint v0.4.6
46442026-06-22T19:30:48.836Z Checking pbkdf2 v0.11.0
46452026-06-22T19:30:48.836Z Checking aes-gcm v0.10.3
46462026-06-22T19:30:49.269Z Checking des v0.8.1
46472026-06-22T19:30:49.273Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46482026-06-22T19:30:49.273Z Checking hex-literal v0.4.1
46492026-06-22T19:30:49.273Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46502026-06-22T19:30:49.273Z Checking ssh-cipher v0.2.0
46512026-06-22T19:30:49.273Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46522026-06-22T19:30:49.273Z Checking internet-checksum v0.2.1
46532026-06-22T19:30:49.273Z Checking ssh-key v0.6.7
46542026-06-22T19:30:49.273Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46552026-06-22T19:30:49.818Z Checking russh-keys v0.45.0
46562026-06-22T19:30:50.369Z Checking russh v0.45.0
46572026-06-22T19:31:06.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
46582026-06-22T19:31:07.031Z
46592026-06-22T19:31:07.031Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46602026-06-22T19:31:07.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-22T19:31:07.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-22T19:31:07.621Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46632026-06-22T19:31:07.725Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46642026-06-22T19:31:07.732Z Checking termios v0.3.3
46652026-06-22T19:31:08.941Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46662026-06-22T19:31:09.095Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46672026-06-22T19:31:10.751Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46682026-06-22T19:31:11.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
46692026-06-22T19:31:11.484Z
46702026-06-22T19:31:11.484Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46712026-06-22T19:31:11.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-06-22T19:31:11.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-06-22T19:31:12.135Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46742026-06-22T19:31:12.138Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46752026-06-22T19:31:12.263Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46762026-06-22T19:31:12.268Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46772026-06-22T19:31:12.269Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46782026-06-22T19:31:12.269Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46792026-06-22T19:31:13.012Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46802026-06-22T19:31:13.340Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46812026-06-22T19:31:13.340Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46822026-06-22T19:31:13.975Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46832026-06-22T19:31:15.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
46842026-06-22T19:31:15.798Z
46852026-06-22T19:31:15.798Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
46862026-06-22T19:31:16.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-06-22T19:31:16.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-06-22T19:31:16.346Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46892026-06-22T19:31:16.797Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46902026-06-22T19:31:17.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46912026-06-22T19:31:17.276Z
46922026-06-22T19:31:17.276Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
46932026-06-22T19:31:17.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-06-22T19:31:17.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-06-22T19:31:17.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46962026-06-22T19:31:17.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46972026-06-22T19:31:17.793Z
46982026-06-22T19:31:17.793Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
46992026-06-22T19:31:18.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-06-22T19:31:18.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-06-22T19:31:18.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47022026-06-22T19:31:18.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47032026-06-22T19:31:18.312Z
47042026-06-22T19:31:18.312Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47052026-06-22T19:31:18.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-06-22T19:31:18.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-06-22T19:31:19.008Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47082026-06-22T19:31:19.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
47092026-06-22T19:31:20.011Z
47102026-06-22T19:31:20.011Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47112026-06-22T19:31:20.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-22T19:31:20.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-22T19:31:20.368Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47142026-06-22T19:31:20.372Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47152026-06-22T19:31:20.645Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47162026-06-22T19:31:20.645Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47172026-06-22T19:31:21.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47182026-06-22T19:31:21.626Z
47192026-06-22T19:31:21.626Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47202026-06-22T19:31:22.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-06-22T19:31:22.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-06-22T19:31:22.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47232026-06-22T19:31:22.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47242026-06-22T19:31:22.128Z
47252026-06-22T19:31:22.128Zinfo: running `cargo check --bins` on omicron-package (292/298)
47262026-06-22T19:31:22.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-06-22T19:31:22.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-06-22T19:31:22.756Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47292026-06-22T19:31:23.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47302026-06-22T19:31:24.007Z
47312026-06-22T19:31:24.007Zinfo: running `cargo check --bins` on tqdb (293/298)
47322026-06-22T19:31:24.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-06-22T19:31:24.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-06-22T19:31:24.727Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47352026-06-22T19:31:25.081Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47362026-06-22T19:31:25.595Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47372026-06-22T19:31:25.595Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47382026-06-22T19:31:31.618Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47392026-06-22T19:31:31.633Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47402026-06-22T19:31:32.164Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47412026-06-22T19:31:32.164Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47422026-06-22T19:31:32.234Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47432026-06-22T19:31:32.234Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47442026-06-22T19:31:32.948Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47452026-06-22T19:31:33.989Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47462026-06-22T19:31:35.315Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47472026-06-22T19:31:35.480Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47482026-06-22T19:31:40.127Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47492026-06-22T19:31:46.874Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47502026-06-22T19:31:46.874Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47512026-06-22T19:31:47.012Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-06-22T19:31:47.012Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47532026-06-22T19:31:48.327Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47542026-06-22T19:31:49.569Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47552026-06-22T19:31:50.264Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47562026-06-22T19:31:51.502Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47572026-06-22T19:31:52.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.99s
47582026-06-22T19:31:52.289Z
47592026-06-22T19:31:52.289Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47602026-06-22T19:31:52.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-06-22T19:31:52.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-06-22T19:31:52.994Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47632026-06-22T19:31:52.994Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47642026-06-22T19:31:52.994Z Checking rtoolbox v0.0.3
47652026-06-22T19:31:53.932Z Checking tui-tree-widget v0.23.1
47662026-06-22T19:31:54.227Z Checking rpassword v7.4.0
47672026-06-22T19:31:58.247Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47682026-06-22T19:31:58.434Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47692026-06-22T19:31:59.119Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47702026-06-22T19:32:00.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.81s
47712026-06-22T19:32:00.196Z
47722026-06-22T19:32:00.196Zinfo: running `cargo check --bins` on wicket (295/298)
47732026-06-22T19:32:00.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-06-22T19:32:00.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-06-22T19:32:00.834Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47762026-06-22T19:32:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47772026-06-22T19:32:01.367Z
47782026-06-22T19:32:01.367Zinfo: running `cargo check --bins` on wicketd (296/298)
47792026-06-22T19:32:01.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-22T19:32:01.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-22T19:32:02.025Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47822026-06-22T19:32:02.025Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47832026-06-22T19:32:02.027Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47842026-06-22T19:32:02.144Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47852026-06-22T19:32:03.009Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47862026-06-22T19:32:03.586Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47872026-06-22T19:32:06.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
47882026-06-22T19:32:06.759Z
47892026-06-22T19:32:06.760Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
47902026-06-22T19:32:07.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-06-22T19:32:07.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-06-22T19:32:07.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47932026-06-22T19:32:07.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47942026-06-22T19:32:07.274Z
47952026-06-22T19:32:07.274Zinfo: running `cargo check --bins` on zone-setup (298/298)
47962026-06-22T19:32:07.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-06-22T19:32:07.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-06-22T19:32:07.894Z Checking uzers v0.12.2
47992026-06-22T19:32:08.160Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48002026-06-22T19:32:08.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48012026-06-22T19:32:09.110Z
48022026-06-22T19:32:09.110Zreal 13:44.605239574
48032026-06-22T19:32:09.110Zuser 20:49.524905993
48042026-06-22T19:32:09.110Zsys 4:10.689564545
48052026-06-22T19:32:09.110Ztrap 0.339114060
48062026-06-22T19:32:09.110Ztflt 0.716904500
48072026-06-22T19:32:09.110Zdflt 1.065963440
48082026-06-22T19:32:09.110Zkflt 0.004967793
48092026-06-22T19:32:09.110Zlock 1:16:43.593596517
48102026-06-22T19:32:09.110Zslp 1:39:48.647367419
48112026-06-22T19:32:09.110Zlat 54.221225412
48122026-06-22T19:32:09.110Zstop 3:26.577546531
48132026-06-22T19:32:09.118Zprocess exited: duration 951701 ms, exit code 0
 
48142026-06-22T19:32:09.139Zfound 0 output files