01KS9GBQ9VQ9NYEE6CV4RTZ64Y: 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: 01KS9GC1AQBWN188K15FGJWDG1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T04:10:20.226Zjob assigned to worker 01KS9GC638YJPJXYB6MBSB9FND [factory aws, i-0675919018e32c314] (queued for 56 s)
 
22026-05-23T04:10:27.429Zstarting task 0: "setup"
32026-05-23T04:10:27.433Z++ uname -s
42026-05-23T04:10:27.437Z+ kern=SunOS
52026-05-23T04:10:27.437Z+ build_user=build
62026-05-23T04:10:27.437Z+ build_uid=12345
72026-05-23T04:10:27.437Z+ work_dir=/work
82026-05-23T04:10:27.437Z+ input_dir=/input
92026-05-23T04:10:27.437Z+ [[ 0 == 12345 ]]
102026-05-23T04:10:27.437Z+ case "$kern" in
112026-05-23T04:10:27.437Z+ groupadd -g 12345 build
122026-05-23T04:10:27.445Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T04:10:29.453Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T04:10:29.513Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T04:10:29.516Z+ home_fs=zfs
162026-05-23T04:10:29.516Z+ [[ zfs == autofs ]]
172026-05-23T04:10:29.516Z+ mkdir -p /home/build
182026-05-23T04:10:29.516Z+ chown build:build /home/build /work
192026-05-23T04:10:31.517Z+ chmod 0700 /home/build /work
202026-05-23T04:10:31.520Zprocess exited: duration 4092 ms, exit code 0
 
212026-05-23T04:10:31.526Zstarting task 1: "rust-toolchain"
222026-05-23T04:10:31.531Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-23T04:10:31.531Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-23T04:10:31.531Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-23T04:10:31.531Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-23T04:10:31.531Z * rust toolchain channel = "1.94.0"
272026-05-23T04:10:31.531Z * rust toolchain profile = "default"
282026-05-23T04:10:31.534Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T04:10:31.534Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T04:10:31.636Zinfo: downloading installer
312026-05-23T04:10:33.036Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T04:10:33.036Zwarn: /home/build/.rustup/settings.toml
332026-05-23T04:10:33.036Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T04:10:33.036Zwarn: instead of the one inferred from the default host triple.
352026-05-23T04:10:33.048Zinfo: profile set to default
362026-05-23T04:10:33.048Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T04:10:33.051Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T04:10:33.191Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T04:10:33.194Zinfo: downloading 6 components
402026-05-23T04:10:47.951Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-23T04:10:47.952Z
422026-05-23T04:10:47.988Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T04:10:47.988Z
442026-05-23T04:10:47.988Z
452026-05-23T04:10:47.988ZRust is installed now. Great!
462026-05-23T04:10:47.988Z
472026-05-23T04:10:47.988ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T04:10:47.988Zenvironment variable. This has not been done automatically.
492026-05-23T04:10:47.988Z
502026-05-23T04:10:47.988ZTo configure your current shell, you need to source
512026-05-23T04:10:47.988Zthe corresponding env file under $HOME/.cargo.
522026-05-23T04:10:47.988Z
532026-05-23T04:10:47.988ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T04:10:47.991Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T04:10:47.991Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T04:10:47.992Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T04:10:47.992Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T04:10:47.992Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T04:10:47.992Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T04:10:47.992Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T04:10:47.992Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T04:10:48.087Z+ rustup --version
632026-05-23T04:10:48.096Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T04:10:48.099Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T04:10:48.117Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T04:10:48.121Z+ cargo --version
672026-05-23T04:10:48.133Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T04:10:48.136Z+ rustc --version
692026-05-23T04:10:48.155Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T04:10:48.158Zprocess exited: duration 16631 ms, exit code 0
 
712026-05-23T04:10:48.164Zstarting task 2: "authentication"
722026-05-23T04:10:48.180Zprocess exited: duration 16 ms, exit code 0
 
732026-05-23T04:10:48.186Zstarting task 3: "clone repository"
742026-05-23T04:10:48.189Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T04:10:48.193Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T04:10:48.230ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T04:10:58.858Z+ cd /work/oxidecomputer/omicron
782026-05-23T04:10:58.858Z+ git fetch origin b0603bf64d871184cbe686cc66389b7555b70281
792026-05-23T04:10:59.158ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T04:10:59.158Z * branch b0603bf64d871184cbe686cc66389b7555b70281 -> FETCH_HEAD
812026-05-23T04:10:59.168Z+ [[ -n zl/flake-test_join_by_ip_existing_group ]]
822026-05-23T04:10:59.171Z++ git branch --show-current
832026-05-23T04:10:59.171Z+ current=main
842026-05-23T04:10:59.171Z+ [[ main != zl/flake-test_join_by_ip_existing_group ]]
852026-05-23T04:10:59.171Z+ git branch -f zl/flake-test_join_by_ip_existing_group b0603bf64d871184cbe686cc66389b7555b70281
862026-05-23T04:10:59.174Z+ git checkout -f zl/flake-test_join_by_ip_existing_group
872026-05-23T04:10:59.332ZSwitched to branch 'zl/flake-test_join_by_ip_existing_group'
882026-05-23T04:10:59.335Z+ git reset --hard b0603bf64d871184cbe686cc66389b7555b70281
892026-05-23T04:10:59.489ZHEAD is now at b0603bf64 merge main
902026-05-23T04:10:59.492Zprocess exited: duration 11304 ms, exit code 0
 
912026-05-23T04:10:59.499Zstarting task 4: "build"
922026-05-23T04:10:59.504Z+ source .github/buildomat/ci-env.sh
932026-05-23T04:10:59.504Z++ export CARGO_TERM_COLOR=always
942026-05-23T04:10:59.504Z++ CARGO_TERM_COLOR=always
952026-05-23T04:10:59.504Z+ cargo --version
962026-05-23T04:10:59.514Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-23T04:10:59.517Z+ rustc --version
982026-05-23T04:10:59.537Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-23T04:10:59.540Z+ source ./env.sh
1002026-05-23T04:10:59.540Z++ OLD_SHELL_OPTS=ehxB
1012026-05-23T04:10:59.540Z++ set -o xtrace
1022026-05-23T04:10:59.543Z++++ dirname ./env.sh
1032026-05-23T04:10:59.543Z+++ readlink -f .
1042026-05-23T04:10:59.546Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-23T04:10:59.547Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-23T04:10:59.547Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-23T04:10:59.547Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-23T04:10:59.547Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-23T04:10:59.547Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-23T04:10:59.547Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-23T04:10:59.547Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-23T04:10:59.547Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-23T04:10:59.547Z++ case $OLD_SHELL_OPTS in
1142026-05-23T04:10:59.547Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-23T04:10:59.547Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-23T04:10:59.547Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-23T04:10:59.547Z+ banner prerequisites
1182026-05-23T04:10:59.550Z
1192026-05-23T04:10:59.550Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-23T04:10:59.550Z # # # # # # # # # # # # # # #
1212026-05-23T04:10:59.550Z # # # # ##### # # ##### # # # # # #### #
1222026-05-23T04:10:59.550Z ##### ##### # ##### # # # # # # # # #
1232026-05-23T04:10:59.550Z # # # # # # # # # # # # # # #
1242026-05-23T04:10:59.550Z # # # ###### # # ###### ### # #### # #### #
1252026-05-23T04:10:59.550Z
1262026-05-23T04:10:59.550Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-23T04:11:01.037Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-23T04:11:01.105Z Startup: Caching catalogs ... Done
1292026-05-23T04:11:01.368ZPlanning: Solver setup ... Done (0.227s)
1302026-05-23T04:11:01.398ZPlanning: Running solver ... Done (0.030s)
1312026-05-23T04:11:01.407ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-23T04:11:01.419ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-23T04:11:01.435ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-23T04:11:01.448ZPlanning: Package planning ... Done (0.014s)
1352026-05-23T04:11:01.451ZPlanning: Merging actions ... Done (0.001s)
1362026-05-23T04:11:01.640ZPlanning: Checking for conflicting actions ... Done (0.189s)
1372026-05-23T04:11:01.643ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-23T04:11:02.445ZPlanning: Evaluating mediators ... Done (0.805s)
1392026-05-23T04:11:02.448ZPlanning: Planning completed in 1.32 seconds
1402026-05-23T04:11:02.454Z Packages to install: 2
1412026-05-23T04:11:02.457Z Estimated space available: 156.07 GB
1422026-05-23T04:11:02.458ZEstimated space to be consumed: 22.53 MB
1432026-05-23T04:11:02.458Z Create boot environment: No
1442026-05-23T04:11:02.458ZCreate backup boot environment: No
1452026-05-23T04:11:02.458Z Rebuild boot archive: No
1462026-05-23T04:11:02.458Z
1472026-05-23T04:11:02.458ZChanged packages:
1482026-05-23T04:11:02.458Zhelios
1492026-05-23T04:11:02.458Z developer/build-essential
1502026-05-23T04:11:02.458Z None -> 11-3.0
1512026-05-23T04:11:02.458Z library/libxmlsec1
1522026-05-23T04:11:02.458Z None -> 1.2.35-3.0
1532026-05-23T04:11:02.479Z
1542026-05-23T04:11:02.479ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-23T04:11:02.997ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1562026-05-23T04:11:03.057Z Actions: 1/268 actions (Installing new actions)
1572026-05-23T04:11:03.095Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-23T04:11:03.129ZFinalize: Updating package state database ... Done (0.034s)
1592026-05-23T04:11:03.129ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-23T04:11:03.148ZFinalize: Updating image state ... Done (0.019s)
1612026-05-23T04:11:05.511ZFinalize: Creating fast lookup database ... Done (2.341s)
1622026-05-23T04:11:05.586ZFinalize: Reading search index ... Done (0.012s)
1632026-05-23T04:11:05.589ZFinalize: Updating search index ... Done (0.000s)
1642026-05-23T04:11:05.691ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-23T04:11:05.988ZPlanning: Evaluating mediator changes ... Done
1662026-05-23T04:11:06.092ZPlanning: Checking for conflicting actions ... Done
1672026-05-23T04:11:06.096ZPlanning: Consolidating action changes ... Done
1682026-05-23T04:11:06.252ZPlanning: Evaluating mediators ... Done
1692026-05-23T04:11:06.255ZPlanning: Planning completed in 0.26 seconds
1702026-05-23T04:11:06.275Z Mediators to change: 2
1712026-05-23T04:11:06.275Z Create boot environment: No
1722026-05-23T04:11:06.278ZCreate backup boot environment: No
1732026-05-23T04:11:06.330ZFinalize: Updating package state database ... Done
1742026-05-23T04:11:06.330ZFinalize: Updating package cache ... Done
1752026-05-23T04:11:06.341ZFinalize: Updating image state ... Done
1762026-05-23T04:11:08.284ZFinalize: Creating fast lookup database ... Done
1772026-05-23T04:11:08.348ZFinalize: Reading search index ... Done
1782026-05-23T04:11:08.351ZFinalize: Updating search index ... Done
1792026-05-23T04:11:08.489ZFinalize: Updating package cache ... Done
1802026-05-23T04:11:08.774ZPlanning: Evaluating mediator changes ... Done
1812026-05-23T04:11:08.879ZPlanning: Checking for conflicting actions ... Done
1822026-05-23T04:11:08.882ZPlanning: Consolidating action changes ... Done
1832026-05-23T04:11:09.040ZPlanning: Evaluating mediators ... Done
1842026-05-23T04:11:09.043ZPlanning: Planning completed in 0.27 seconds
1852026-05-23T04:11:09.063Z Mediators to change: 1
1862026-05-23T04:11:09.063Z Create boot environment: No
1872026-05-23T04:11:09.063ZCreate backup boot environment: No
1882026-05-23T04:11:09.136ZFinalize: Updating package state database ... Done
1892026-05-23T04:11:09.136ZFinalize: Updating package cache ... Done
1902026-05-23T04:11:09.147ZFinalize: Updating image state ... Done
1912026-05-23T04:11:11.106ZFinalize: Creating fast lookup database ... Done
1922026-05-23T04:11:11.171ZFinalize: Reading search index ... Done
1932026-05-23T04:11:11.174ZFinalize: Updating search index ... Done
1942026-05-23T04:11:11.317ZFinalize: Updating package cache ... Done
1952026-05-23T04:11:11.628ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-23T04:11:11.628Zapache system 2.4 system
1972026-05-23T04:11:11.628Zclang system 15 system
1982026-05-23T04:11:11.628Zcsh system system illumos
1992026-05-23T04:11:11.628Zctags system system illumos
2002026-05-23T04:11:11.628Zfile vendor vendor darwinsys
2012026-05-23T04:11:11.628Zfile system system illumos
2022026-05-23T04:11:11.628Zgcc vendor 14 vendor
2032026-05-23T04:11:11.628Zgcc system 13 system
2042026-05-23T04:11:11.628Zgcc system 10 system
2052026-05-23T04:11:11.628Zgo system 1.25 system
2062026-05-23T04:11:11.628Zllvm system 15 system
2072026-05-23T04:11:11.628Zmariadb system 11.4 system
2082026-05-23T04:11:11.628Zmta vendor vendor dma
2092026-05-23T04:11:11.628Zopenjdk system 17 system
2102026-05-23T04:11:11.628Zopenjdk system 11 system
2112026-05-23T04:11:11.628Zopenssl vendor 3 vendor
2122026-05-23T04:11:11.628Zperl system 5.40 system
2132026-05-23T04:11:11.628Zpostgresql system 18 system
2142026-05-23T04:11:11.628Zpostgresql system 17 system
2152026-05-23T04:11:11.628Zpython vendor 3 vendor
2162026-05-23T04:11:11.628Zpython system 2 system
2172026-05-23T04:11:11.628Zpython3 vendor 3.13 vendor
2182026-05-23T04:11:11.628Zruby system 3.4 system
2192026-05-23T04:11:11.628Zruby system 3.0 system
2202026-05-23T04:11:11.628Zwords vendor vendor american-english
2212026-05-23T04:11:11.628Zwords system system australian-english
2222026-05-23T04:11:11.628Zwords system system british-english
2232026-05-23T04:11:11.628Zwords system system canadian-english
2242026-05-23T04:11:11.628Zwords system system french
2252026-05-23T04:11:11.628Zwords system system italian
2262026-05-23T04:11:11.628Zwords system system ngerman
2272026-05-23T04:11:11.628Zwords system system ogerman
2282026-05-23T04:11:11.629Zwords system system spanish
2292026-05-23T04:11:11.887ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-23T04:11:11.887Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-23T04:11:12.166ZFMRI IFO
2322026-05-23T04:11:12.166Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-23T04:11:12.166Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-23T04:11:12.166Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-23T04:11:12.167Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-23T04:11:12.167Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-23T04:11:12.167Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-23T04:11:12.167Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-23T04:11:12.167Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-23T04:11:12.167Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-23T04:11:12.411Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-23T04:11:12.679Z Updating crates.io index
2432026-05-23T04:11:12.682Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-23T04:11:13.189Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-23T04:11:13.509Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-23T04:11:13.878Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-23T04:11:14.954Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-23T04:11:15.560Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-23T04:11:17.350Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-23T04:11:18.202Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-23T04:11:18.519Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-23T04:11:19.300Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-23T04:11:19.634Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-23T04:11:20.059Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-23T04:11:20.512Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-23T04:11:21.564Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-23T04:11:22.051Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-23T04:11:22.288Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-23T04:11:22.644Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-23T04:11:23.001Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-23T04:11:23.421Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-23T04:11:23.769Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-23T04:11:23.996Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-23T04:11:24.203Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-23T04:11:24.603Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-23T04:11:24.948Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-23T04:11:25.559Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-23T04:11:25.796Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-23T04:11:26.134Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-23T04:11:26.423Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-23T04:11:27.814Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-23T04:11:28.340Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-23T04:11:28.778Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-23T04:11:29.020Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-23T04:11:29.351Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-23T04:11:29.626Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-23T04:11:29.954Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-23T04:11:30.476Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-23T04:11:30.726Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-23T04:11:30.926Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-23T04:11:31.285Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-23T04:11:47.048Z Downloading crates ...
2832026-05-23T04:11:47.144Z Downloaded litemap v0.8.1
2842026-05-23T04:11:47.159Z Downloaded heck v0.5.0
2852026-05-23T04:11:47.170Z Downloaded proc-macro-error-attr v1.0.4
2862026-05-23T04:11:47.173Z Downloaded anstyle v1.0.13
2872026-05-23T04:11:47.173Z Downloaded thread-id v4.2.2
2882026-05-23T04:11:47.173Z Downloaded textwrap v0.16.2
2892026-05-23T04:11:47.173Z Downloaded zerovec-derive v0.11.2
2902026-05-23T04:11:47.176Z Downloaded unicode-xid v0.2.6
2912026-05-23T04:11:47.176Z Downloaded icu_normalizer v2.1.1
2922026-05-23T04:11:47.179Z Downloaded toml v0.8.23
2932026-05-23T04:11:47.179Z Downloaded tinystr v0.8.2
2942026-05-23T04:11:47.182Z Downloaded once_cell v1.21.3
2952026-05-23T04:11:47.185Z Downloaded macaddr v1.0.1
2962026-05-23T04:11:47.188Z Downloaded zerofrom-derive v0.1.6
2972026-05-23T04:11:47.188Z Downloaded usdt v0.5.0
2982026-05-23T04:11:47.191Z Downloaded serde_derive v1.0.228
2992026-05-23T04:11:47.191Z Downloaded zerofrom v0.1.6
3002026-05-23T04:11:47.191Z Downloaded utf8_iter v1.0.4
3012026-05-23T04:11:47.194Z Downloaded usdt-attr-macro v0.5.0
3022026-05-23T04:11:47.194Z Downloaded heck v0.4.1
3032026-05-23T04:11:47.194Z Downloaded usdt-macro v0.5.0
3042026-05-23T04:11:47.194Z Downloaded icu_provider v2.1.1
3052026-05-23T04:11:47.197Z Downloaded utf8parse v0.2.2
3062026-05-23T04:11:47.197Z Downloaded toml_datetime v0.6.11
3072026-05-23T04:11:47.197Z Downloaded zerocopy-derive v0.7.35
3082026-05-23T04:11:47.200Z Downloaded thiserror-impl v2.0.18
3092026-05-23T04:11:47.200Z Downloaded icu_locale_core v2.1.1
3102026-05-23T04:11:47.206Z Downloaded pest_derive v2.8.6
3112026-05-23T04:11:47.210Z Downloaded yoke-derive v0.8.1
3122026-05-23T04:11:47.210Z Downloaded version_check v0.9.5
3132026-05-23T04:11:47.210Z Downloaded toml_write v0.1.2
3142026-05-23T04:11:47.210Z Downloaded idna_adapter v1.2.1
3152026-05-23T04:11:47.214Z Downloaded cpufeatures v0.2.17
3162026-05-23T04:11:47.214Z Downloaded unicode-linebreak v0.1.5
3172026-05-23T04:11:47.214Z Downloaded proc-macro-error v1.0.4
3182026-05-23T04:11:47.217Z Downloaded zmij v1.0.21
3192026-05-23T04:11:47.217Z Downloaded thiserror v2.0.18
3202026-05-23T04:11:47.220Z Downloaded typeid v1.0.3
3212026-05-23T04:11:47.220Z Downloaded plain v0.2.3
3222026-05-23T04:11:47.223Z Downloaded pretty-hex v0.4.1
3232026-05-23T04:11:47.223Z Downloaded anstyle-parse v0.2.7
3242026-05-23T04:11:47.223Z Downloaded yoke v0.8.1
3252026-05-23T04:11:47.226Z Downloaded writeable v0.6.2
3262026-05-23T04:11:47.226Z Downloaded terminal_size v0.4.3
3272026-05-23T04:11:47.226Z Downloaded crypto-common v0.1.7
3282026-05-23T04:11:47.233Z Downloaded usdt-impl v0.5.0
3292026-05-23T04:11:47.236Z Downloaded serde_spanned v0.6.9
3302026-05-23T04:11:47.236Z Downloaded fastrand v2.3.0
3312026-05-23T04:11:47.236Z Downloaded thiserror-impl v1.0.69
3322026-05-23T04:11:47.236Z Downloaded typenum v1.19.0
3332026-05-23T04:11:47.240Z Downloaded sha2 v0.10.9
3342026-05-23T04:11:47.243Z Downloaded unicode-ident v1.0.24
3352026-05-23T04:11:47.246Z Downloaded ucd-trie v0.1.7
3362026-05-23T04:11:47.246Z Downloaded anyhow v1.0.102
3372026-05-23T04:11:47.246Z Downloaded scroll_derive v0.12.1
3382026-05-23T04:11:47.250Z Downloaded thiserror v1.0.69
3392026-05-23T04:11:47.250Z Downloaded is_terminal_polyfill v1.70.2
3402026-05-23T04:11:47.253Z Downloaded zerotrie v0.2.3
3412026-05-23T04:11:47.253Z Downloaded itoa v1.0.17
3422026-05-23T04:11:47.253Z Downloaded memmap v0.7.0
3432026-05-23T04:11:47.256Z Downloaded block-buffer v0.10.4
3442026-05-23T04:11:47.256Z Downloaded strsim v0.11.1
3452026-05-23T04:11:47.256Z Downloaded clap_lex v1.0.0
3462026-05-23T04:11:47.256Z Downloaded generic-array v0.14.7
3472026-05-23T04:11:47.259Z Downloaded tabled_derive v0.7.0
3482026-05-23T04:11:47.259Z Downloaded percent-encoding v2.3.2
3492026-05-23T04:11:47.262Z Downloaded toml_edit v0.22.27
3502026-05-23T04:11:47.262Z Downloaded ordered-float v2.10.1
3512026-05-23T04:11:47.265Z Downloaded anstyle-query v1.1.5
3522026-05-23T04:11:47.265Z Downloaded url v2.5.8
3532026-05-23T04:11:47.265Z Downloaded zerovec v0.11.5
3542026-05-23T04:11:47.268Z Downloaded potential_utf v0.1.4
3552026-05-23T04:11:47.271Z Downloaded form_urlencoded v1.2.2
3562026-05-23T04:11:47.271Z Downloaded cargo-platform v0.2.0
3572026-05-23T04:11:47.271Z Downloaded errno v0.3.14
3582026-05-23T04:11:47.273Z Downloaded cfg-if v1.0.4
3592026-05-23T04:11:47.274Z Downloaded zerocopy v0.7.35
3602026-05-23T04:11:47.280Z Downloaded fnv v1.0.7
3612026-05-23T04:11:47.283Z Downloaded dof v0.3.0
3622026-05-23T04:11:47.283Z Downloaded equivalent v1.0.2
3632026-05-23T04:11:47.283Z Downloaded dtrace-parser v0.2.0
3642026-05-23T04:11:47.286Z Downloaded camino-tempfile v1.4.1
3652026-05-23T04:11:47.286Z Downloaded winnow v0.7.14
3662026-05-23T04:11:47.290Z Downloaded unicode-width v0.2.0
3672026-05-23T04:11:47.294Z Downloaded stable_deref_trait v1.2.1
3682026-05-23T04:11:47.296Z Downloaded smawk v0.3.2
3692026-05-23T04:11:47.296Z Downloaded serde-value v0.7.0
3702026-05-23T04:11:47.297Z Downloaded unicode-width v0.1.14
3712026-05-23T04:11:47.300Z Downloaded serde_tokenstream v0.2.3
3722026-05-23T04:11:47.300Z Downloaded quote v1.0.45
3732026-05-23T04:11:47.304Z Downloaded icu_collections v2.1.1
3742026-05-23T04:11:47.307Z Downloaded swrite v0.1.0
3752026-05-23T04:11:47.311Z Downloaded synstructure v0.13.2
3762026-05-23T04:11:47.314Z Downloaded erased-serde v0.4.9
3772026-05-23T04:11:47.314Z Downloaded displaydoc v0.2.5
3782026-05-23T04:11:47.317Z Downloaded colorchoice v1.0.4
3792026-05-23T04:11:47.320Z Downloaded serde-untagged v0.1.9
3802026-05-23T04:11:47.320Z Downloaded digest v0.10.7
3812026-05-23T04:11:47.320Z Downloaded anstream v0.6.21
3822026-05-23T04:11:47.325Z Downloaded pest_generator v2.8.6
3832026-05-23T04:11:47.329Z Downloaded smallvec v1.15.1
3842026-05-23T04:11:47.331Z Downloaded scroll v0.12.0
3852026-05-23T04:11:47.335Z Downloaded bytecount v0.6.9
3862026-05-23T04:11:47.338Z Downloaded bitflags v2.11.0
3872026-05-23T04:11:47.343Z Downloaded cargo_toml v0.21.0
3882026-05-23T04:11:47.346Z Downloaded fs-err v3.3.0
3892026-05-23T04:11:47.349Z Downloaded autocfg v1.5.0
3902026-05-23T04:11:47.353Z Downloaded camino v1.2.2
3912026-05-23T04:11:47.356Z Downloaded cargo_metadata v0.21.0
3922026-05-23T04:11:47.359Z Downloaded semver v1.0.28
3932026-05-23T04:11:47.362Z Downloaded clap v4.5.60
3942026-05-23T04:11:47.365Z Downloaded proc-macro2 v1.0.106
3952026-05-23T04:11:47.368Z Downloaded tempfile v3.25.0
3962026-05-23T04:11:47.368Z Downloaded clap_derive v4.5.55
3972026-05-23T04:11:47.371Z Downloaded byteorder v1.5.0
3982026-05-23T04:11:47.377Z Downloaded log v0.4.29
3992026-05-23T04:11:47.380Z Downloaded serde_core v1.0.228
4002026-05-23T04:11:47.383Z Downloaded icu_properties v2.1.2
4012026-05-23T04:11:47.386Z Downloaded num-traits v0.2.19
4022026-05-23T04:11:47.386Z Downloaded icu_normalizer_data v2.1.1
4032026-05-23T04:11:47.389Z Downloaded cargo-util-schemas v0.8.2
4042026-05-23T04:11:47.389Z Downloaded pest_meta v2.8.6
4052026-05-23T04:11:47.389Z Downloaded icu_properties_data v2.1.2
4062026-05-23T04:11:47.393Z Downloaded hashbrown v0.17.0
4072026-05-23T04:11:47.396Z Downloaded papergrid v0.11.0
4082026-05-23T04:11:47.400Z Downloaded pest v2.8.6
4092026-05-23T04:11:47.403Z Downloaded getrandom v0.4.1
4102026-05-23T04:11:47.407Z Downloaded serde v1.0.228
4112026-05-23T04:11:47.413Z Downloaded indexmap v2.14.0
4122026-05-23T04:11:47.422Z Downloaded memchr v2.8.0
4132026-05-23T04:11:47.428Z Downloaded idna v1.1.0
4142026-05-23T04:11:47.436Z Downloaded goblin v0.8.2
4152026-05-23T04:11:47.456Z Downloaded serde_json v1.0.149
4162026-05-23T04:11:47.460Z Downloaded tabled v0.15.0
4172026-05-23T04:11:47.468Z Downloaded clap_builder v4.5.60
4182026-05-23T04:11:47.472Z Downloaded syn v1.0.109
4192026-05-23T04:11:47.479Z Downloaded syn v2.0.117
4202026-05-23T04:11:47.490Z Downloaded rustix v1.1.3
4212026-05-23T04:11:47.515Z Downloaded libc v0.2.185
4222026-05-23T04:11:47.584Z Compiling proc-macro2 v1.0.106
4232026-05-23T04:11:47.585Z Compiling unicode-ident v1.0.24
4242026-05-23T04:11:47.585Z Compiling quote v1.0.45
4252026-05-23T04:11:47.588Z Compiling serde_core v1.0.228
4262026-05-23T04:11:47.588Z Compiling libc v0.2.185
4272026-05-23T04:11:47.588Z Compiling version_check v0.9.5
4282026-05-23T04:11:47.588Z Compiling memchr v2.8.0
4292026-05-23T04:11:47.588Z Compiling serde v1.0.228
4302026-05-23T04:11:47.936Z Compiling stable_deref_trait v1.2.1
4312026-05-23T04:11:48.010Z Compiling zmij v1.0.21
4322026-05-23T04:11:48.254Z Compiling itoa v1.0.17
4332026-05-23T04:11:48.300Z Compiling thiserror v1.0.69
4342026-05-23T04:11:48.426Z Compiling autocfg v1.5.0
4352026-05-23T04:11:48.458Z Compiling ucd-trie v0.1.7
4362026-05-23T04:11:48.518Z Compiling writeable v0.6.2
4372026-05-23T04:11:48.633Z Compiling pest v2.8.6
4382026-05-23T04:11:48.655Z Compiling litemap v0.8.1
4392026-05-23T04:11:48.729Z Compiling byteorder v1.5.0
4402026-05-23T04:11:48.799Z Compiling icu_normalizer_data v2.1.1
4412026-05-23T04:11:48.850Z Compiling icu_properties_data v2.1.2
4422026-05-23T04:11:48.985Z Compiling rustix v1.1.3
4432026-05-23T04:11:49.096Z Compiling errno v0.3.14
4442026-05-23T04:11:49.179Z Compiling syn v2.0.117
4452026-05-23T04:11:49.241Z Compiling bitflags v2.11.0
4462026-05-23T04:11:49.257Z Compiling serde_json v1.0.149
4472026-05-23T04:11:49.464Z Compiling num-traits v0.2.19
4482026-05-23T04:11:49.482Z Compiling equivalent v1.0.2
4492026-05-23T04:11:49.501Z Compiling typeid v1.0.3
4502026-05-23T04:11:49.582Z Compiling smallvec v1.15.1
4512026-05-23T04:11:49.653Z Compiling pest_meta v2.8.6
4522026-05-23T04:11:49.774Z Compiling hashbrown v0.17.0
4532026-05-23T04:11:50.002Z Compiling thread-id v4.2.2
4542026-05-23T04:11:50.083Z Compiling proc-macro-error-attr v1.0.4
4552026-05-23T04:11:50.100Z Compiling usdt-impl v0.5.0
4562026-05-23T04:11:50.164Z Compiling syn v1.0.109
4572026-05-23T04:11:50.266Z Compiling indexmap v2.14.0
4582026-05-23T04:11:50.311Z Compiling erased-serde v0.4.9
4592026-05-23T04:11:50.328Z Compiling toml_write v0.1.2
4602026-05-23T04:11:50.520Z Compiling winnow v0.7.14
4612026-05-23T04:11:50.806Z Compiling proc-macro-error v1.0.4
4622026-05-23T04:11:50.886Z Compiling plain v0.2.3
4632026-05-23T04:11:50.995Z Compiling utf8_iter v1.0.4
4642026-05-23T04:11:51.013Z Compiling percent-encoding v2.3.2
4652026-05-23T04:11:51.150Z Compiling getrandom v0.4.1
4662026-05-23T04:11:51.208Z Compiling thiserror v2.0.18
4672026-05-23T04:11:51.298Z Compiling camino v1.2.2
4682026-05-23T04:11:51.325Z Compiling log v0.4.29
4692026-05-23T04:11:51.518Z Compiling utf8parse v0.2.2
4702026-05-23T04:11:51.536Z Compiling ordered-float v2.10.1
4712026-05-23T04:11:51.577Z Compiling form_urlencoded v1.2.2
4722026-05-23T04:11:51.639Z Compiling anstyle-parse v0.2.7
4732026-05-23T04:11:51.760Z Compiling synstructure v0.13.2
4742026-05-23T04:11:51.764Z Compiling pest_generator v2.8.6
4752026-05-23T04:11:51.843Z Compiling terminal_size v0.4.3
4762026-05-23T04:11:52.024Z Compiling is_terminal_polyfill v1.70.2
4772026-05-23T04:11:52.129Z Compiling cfg-if v1.0.4
4782026-05-23T04:11:52.208Z Compiling anstyle v1.0.13
4792026-05-23T04:11:52.229Z Compiling pretty-hex v0.4.1
4802026-05-23T04:11:52.232Z Compiling colorchoice v1.0.4
4812026-05-23T04:11:52.286Z Compiling anstyle-query v1.1.5
4822026-05-23T04:11:52.382Z Compiling anstream v0.6.21
4832026-05-23T04:11:52.385Z Compiling serde-untagged v0.1.9
4842026-05-23T04:11:52.465Z Compiling semver v1.0.28
4852026-05-23T04:11:52.593Z Compiling fs-err v3.3.0
4862026-05-23T04:11:52.649Z Compiling bytecount v0.6.9
4872026-05-23T04:11:52.698Z Compiling heck v0.5.0
4882026-05-23T04:11:52.790Z Compiling heck v0.4.1
4892026-05-23T04:11:52.790Z Compiling fnv v1.0.7
4902026-05-23T04:11:52.822Z Compiling unicode-xid v0.2.6
4912026-05-23T04:11:52.839Z Compiling strsim v0.11.1
4922026-05-23T04:11:52.896Z Compiling clap_lex v1.0.0
4932026-05-23T04:11:52.942Z Compiling once_cell v1.21.3
4942026-05-23T04:11:53.029Z Compiling fastrand v2.3.0
4952026-05-23T04:11:53.126Z Compiling anyhow v1.0.102
4962026-05-23T04:11:53.158Z Compiling unicode-width v0.1.14
4972026-05-23T04:11:53.183Z Compiling clap_builder v4.5.60
4982026-05-23T04:11:53.261Z Compiling tempfile v3.25.0
4992026-05-23T04:11:53.402Z Compiling papergrid v0.11.0
5002026-05-23T04:11:53.432Z Compiling memmap v0.7.0
5012026-05-23T04:11:53.477Z Compiling serde_derive v1.0.228
5022026-05-23T04:11:53.627Z Compiling zerofrom-derive v0.1.6
5032026-05-23T04:11:53.645Z Compiling yoke-derive v0.8.1
5042026-05-23T04:11:53.661Z Compiling zerovec-derive v0.11.2
5052026-05-23T04:11:53.884Z Compiling displaydoc v0.2.5
5062026-05-23T04:11:54.610Z Compiling thiserror-impl v1.0.69
5072026-05-23T04:11:54.753Z Compiling zerocopy-derive v0.7.35
5082026-05-23T04:11:54.771Z Compiling pest_derive v2.8.6
5092026-05-23T04:11:54.811Z Compiling scroll_derive v0.12.1
5102026-05-23T04:11:54.994Z Compiling zerofrom v0.1.6
5112026-05-23T04:11:55.132Z Compiling yoke v0.8.1
5122026-05-23T04:11:55.199Z Compiling thiserror-impl v2.0.18
5132026-05-23T04:11:55.326Z Compiling zerovec v0.11.5
5142026-05-23T04:11:55.475Z Compiling zerotrie v0.2.3
5152026-05-23T04:11:55.600Z Compiling zerocopy v0.7.35
5162026-05-23T04:11:55.781Z Compiling tinystr v0.8.2
5172026-05-23T04:11:55.835Z Compiling potential_utf v0.1.4
5182026-05-23T04:11:55.981Z Compiling icu_locale_core v2.1.1
5192026-05-23T04:11:56.000Z Compiling icu_collections v2.1.1
5202026-05-23T04:11:56.016Z Compiling dtrace-parser v0.2.0
5212026-05-23T04:11:56.133Z Compiling scroll v0.12.0
5222026-05-23T04:11:56.151Z Compiling tabled_derive v0.7.0
5232026-05-23T04:11:56.406Z Compiling goblin v0.8.2
5242026-05-23T04:11:56.544Z Compiling clap_derive v4.5.55
5252026-05-23T04:11:56.680Z Compiling icu_provider v2.1.1
5262026-05-23T04:11:56.776Z Compiling smawk v0.3.2
5272026-05-23T04:11:56.920Z Compiling icu_normalizer v2.1.1
5282026-05-23T04:11:56.938Z Compiling icu_properties v2.1.2
5292026-05-23T04:11:56.956Z Compiling serde_spanned v0.6.9
5302026-05-23T04:11:56.980Z Compiling toml_datetime v0.6.11
5312026-05-23T04:11:57.000Z Compiling dof v0.3.0
5322026-05-23T04:11:57.110Z Compiling serde_tokenstream v0.2.3
5332026-05-23T04:11:57.125Z Compiling serde-value v0.7.0
5342026-05-23T04:11:57.248Z Compiling toml_edit v0.22.27
5352026-05-23T04:11:57.433Z Compiling cargo-platform v0.2.0
5362026-05-23T04:11:57.474Z Compiling unicode-linebreak v0.1.5
5372026-05-23T04:11:57.494Z Compiling unicode-width v0.2.0
5382026-05-23T04:11:57.709Z Compiling tabled v0.15.0
5392026-05-23T04:11:57.726Z Compiling textwrap v0.16.2
5402026-05-23T04:11:57.773Z Compiling macaddr v1.0.1
5412026-05-23T04:11:58.007Z Compiling idna_adapter v1.2.1
5422026-05-23T04:11:58.025Z Compiling usdt-attr-macro v0.5.0
5432026-05-23T04:11:58.042Z Compiling usdt-macro v0.5.0
5442026-05-23T04:11:58.149Z Compiling idna v1.1.0
5452026-05-23T04:11:58.321Z Compiling clap v4.5.60
5462026-05-23T04:11:58.411Z Compiling camino-tempfile v1.4.1
5472026-05-23T04:11:58.546Z Compiling url v2.5.8
5482026-05-23T04:11:58.650Z Compiling toml v0.8.23
5492026-05-23T04:11:58.797Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-23T04:11:58.988Z Compiling swrite v0.1.0
5512026-05-23T04:11:59.089Z Compiling cargo-util-schemas v0.8.2
5522026-05-23T04:11:59.258Z Compiling cargo_toml v0.21.0
5532026-05-23T04:11:59.581Z Compiling usdt v0.5.0
5542026-05-23T04:11:59.980Z Compiling cargo_metadata v0.21.0
5552026-05-23T04:12:00.898Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-23T04:12:02.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.75s
5572026-05-23T04:12:03.240Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-23T04:12:03.810Z Downloading crates ...
5592026-05-23T04:12:03.915Z Downloaded bit-set v0.5.3
5602026-05-23T04:12:03.918Z Downloaded adler2 v2.0.1
5612026-05-23T04:12:03.918Z Downloaded aead v0.5.2
5622026-05-23T04:12:03.921Z Downloaded bcs v0.1.6
5632026-05-23T04:12:03.924Z Downloaded bit-set v0.8.0
5642026-05-23T04:12:03.927Z Downloaded bcrypt-pbkdf v0.10.0
5652026-05-23T04:12:03.930Z Downloaded bb8 v0.8.6
5662026-05-23T04:12:03.933Z Downloaded base64 v0.22.1
5672026-05-23T04:12:03.937Z Downloaded bit-vec v0.6.3
5682026-05-23T04:12:03.940Z Downloaded cargo_metadata v0.19.2
5692026-05-23T04:12:03.940Z Downloaded diesel_table_macro_syntax v0.3.0
5702026-05-23T04:12:03.943Z Downloaded base64ct v1.8.3
5712026-05-23T04:12:03.943Z Downloaded csv-core v0.1.13
5722026-05-23T04:12:03.947Z Downloaded crc32fast v1.5.0
5732026-05-23T04:12:03.947Z Downloaded arrayvec v0.7.6
5742026-05-23T04:12:03.950Z Downloaded bitfield-struct v0.6.2
5752026-05-23T04:12:03.950Z Downloaded crypto-bigint v0.5.5
5762026-05-23T04:12:03.953Z Downloaded crc v3.4.0
5772026-05-23T04:12:03.953Z Downloaded cargo-platform v0.1.9
5782026-05-23T04:12:03.956Z Downloaded bitfield-macros v0.19.4
5792026-05-23T04:12:03.956Z Downloaded async-stream-impl v0.3.6
5802026-05-23T04:12:03.959Z Downloaded dunce v1.0.5
5812026-05-23T04:12:03.959Z Downloaded cobs v0.3.0
5822026-05-23T04:12:03.959Z Downloaded base16ct v0.2.0
5832026-05-23T04:12:03.962Z Downloaded fatfs v0.3.6
5842026-05-23T04:12:03.962Z Downloaded darling_macro v0.20.11
5852026-05-23T04:12:03.962Z Downloaded backon v1.6.0
5862026-05-23T04:12:03.965Z Downloaded ctr v0.9.2
5872026-05-23T04:12:03.965Z Downloaded bit-vec v0.8.0
5882026-05-23T04:12:03.968Z Downloaded compression-core v0.4.31
5892026-05-23T04:12:03.968Z Downloaded atomic-waker v1.1.2
5902026-05-23T04:12:03.968Z Downloaded block-padding v0.3.3
5912026-05-23T04:12:03.974Z Downloaded arrayref v0.3.9
5922026-05-23T04:12:03.977Z Downloaded const_format_proc_macros v0.2.34
5932026-05-23T04:12:03.980Z Downloaded chacha20 v0.9.1
5942026-05-23T04:12:03.980Z Downloaded dsl_auto_type v0.2.0
5952026-05-23T04:12:03.980Z Downloaded atty v0.2.14
5962026-05-23T04:12:03.983Z Downloaded dirs-next v2.0.0
5972026-05-23T04:12:03.984Z Downloaded async-stream v0.3.6
5982026-05-23T04:12:03.984Z Downloaded ciborium-io v0.2.2
5992026-05-23T04:12:03.987Z Downloaded cbc v0.1.2
6002026-05-23T04:12:03.987Z Downloaded bitfield v0.19.4
6012026-05-23T04:12:03.987Z Downloaded base64 v0.21.7
6022026-05-23T04:12:03.990Z Downloaded elliptic-curve v0.13.8
6032026-05-23T04:12:03.993Z Downloaded cfg_aliases v0.2.1
6042026-05-23T04:12:03.993Z Downloaded array-init v0.0.4
6052026-05-23T04:12:03.998Z Downloaded cmake v0.1.57
6062026-05-23T04:12:04.001Z Downloaded assert_matches v1.5.0
6072026-05-23T04:12:04.006Z Downloaded castaway v0.2.4
6082026-05-23T04:12:04.008Z Downloaded futures-macro v0.3.32
6092026-05-23T04:12:04.008Z Downloaded fixedbitset v0.4.2
6102026-05-23T04:12:04.008Z Downloaded dtrace-parser v0.3.0
6112026-05-23T04:12:04.008Z Downloaded crc-catalog v2.4.0
6122026-05-23T04:12:04.011Z Downloaded cpufeatures v0.3.0
6132026-05-23T04:12:04.011Z Downloaded enum-as-inner v0.6.1
6142026-05-23T04:12:04.014Z Downloaded atomicwrites v0.4.4
6152026-05-23T04:12:04.014Z Downloaded dof v0.4.0
6162026-05-23T04:12:04.014Z Downloaded difflib v0.4.0
6172026-05-23T04:12:04.017Z Downloaded cfg_aliases v0.1.1
6182026-05-23T04:12:04.020Z Downloaded foreign-types-shared v0.1.1
6192026-05-23T04:12:04.020Z Downloaded foreign-types v0.3.2
6202026-05-23T04:12:04.020Z Downloaded dirs-sys-next v0.1.2
6212026-05-23T04:12:04.020Z Downloaded darling_macro v0.21.3
6222026-05-23T04:12:04.023Z Downloaded foreign-types-shared v0.3.1
6232026-05-23T04:12:04.023Z Downloaded foreign-types v0.5.0
6242026-05-23T04:12:04.026Z Downloaded foreign-types-macros v0.2.3
6252026-05-23T04:12:04.026Z Downloaded ascii-canvas v3.0.0
6262026-05-23T04:12:04.026Z Downloaded convert_case v0.4.0
6272026-05-23T04:12:04.029Z Downloaded downcast-rs v2.0.2
6282026-05-23T04:12:04.029Z Downloaded defmt v0.3.100
6292026-05-23T04:12:04.030Z Downloaded darling_macro v0.23.0
6302026-05-23T04:12:04.033Z Downloaded compression-codecs v0.4.37
6312026-05-23T04:12:04.033Z Downloaded cipher v0.4.4
6322026-05-23T04:12:04.036Z Downloaded backoff v0.4.0
6332026-05-23T04:12:04.036Z Downloaded cexpr v0.6.0
6342026-05-23T04:12:04.038Z Downloaded embedded-io v0.4.0
6352026-05-23T04:12:04.041Z Downloaded dropshot-api-manager-types v0.7.2
6362026-05-23T04:12:04.041Z Downloaded env_logger v0.11.9
6372026-05-23T04:12:04.041Z Downloaded console v0.15.11
6382026-05-23T04:12:04.044Z Downloaded chacha20poly1305 v0.10.1
6392026-05-23T04:12:04.044Z Downloaded buf-list v1.1.2
6402026-05-23T04:12:04.048Z Downloaded funty v2.0.0
6412026-05-23T04:12:04.050Z Downloaded futures-core v0.3.32
6422026-05-23T04:12:04.050Z Downloaded cassowary v0.3.0
6432026-05-23T04:12:04.051Z Downloaded async-recursion v1.1.1
6442026-05-23T04:12:04.054Z Downloaded git-stub v1.0.0
6452026-05-23T04:12:04.057Z Downloaded gethostname v0.5.0
6462026-05-23T04:12:04.057Z Downloaded dyn-clone v1.0.20
6472026-05-23T04:12:04.060Z Downloaded fxhash v0.2.1
6482026-05-23T04:12:04.060Z Downloaded futures-task v0.3.32
6492026-05-23T04:12:04.060Z Downloaded debug-ignore v1.0.5
6502026-05-23T04:12:04.063Z Downloaded futures-sink v0.3.32
6512026-05-23T04:12:04.063Z Downloaded defmt-parser v1.0.0
6522026-05-23T04:12:04.066Z Downloaded cstr-argument v0.1.2
6532026-05-23T04:12:04.069Z Downloaded hash32 v0.2.1
6542026-05-23T04:12:04.069Z Downloaded corncobs v0.1.4
6552026-05-23T04:12:04.072Z Downloaded endian-type v0.1.2
6562026-05-23T04:12:04.075Z Downloaded float-ord v0.3.2
6572026-05-23T04:12:04.075Z Downloaded embedded-io v0.6.1
6582026-05-23T04:12:04.079Z Downloaded bitflags v1.3.2
6592026-05-23T04:12:04.083Z Downloaded crucible-workspace-hack v0.1.0
6602026-05-23T04:12:04.083Z Downloaded ciborium-ll v0.2.2
6612026-05-23T04:12:04.083Z Downloaded camino-tempfile-ext v0.3.3
6622026-05-23T04:12:04.085Z Downloaded fd-lock v4.0.4
6632026-05-23T04:12:04.089Z Downloaded constant_time_eq v0.4.2
6642026-05-23T04:12:04.093Z Downloaded convert_case v0.10.0
6652026-05-23T04:12:04.093Z Downloaded headers-core v0.3.0
6662026-05-23T04:12:04.096Z Downloaded hash32 v0.3.1
6672026-05-23T04:12:04.096Z Downloaded const-oid v0.9.6
6682026-05-23T04:12:04.096Z Downloaded bzip2 v0.4.4
6692026-05-23T04:12:04.099Z Downloaded flagset v0.4.7
6702026-05-23T04:12:04.099Z Downloaded crunchy v0.2.4
6712026-05-23T04:12:04.099Z Downloaded crc8 v0.1.1
6722026-05-23T04:12:04.102Z Downloaded blowfish v0.9.1
6732026-05-23T04:12:04.102Z Downloaded colored v2.2.0
6742026-05-23T04:12:04.102Z Downloaded hex-literal v0.4.1
6752026-05-23T04:12:04.105Z Downloaded fs_extra v1.3.0
6762026-05-23T04:12:04.105Z Downloaded fs-err v2.11.0
6772026-05-23T04:12:04.105Z Downloaded futures-io v0.3.32
6782026-05-23T04:12:04.109Z Downloaded env_filter v1.0.0
6792026-05-23T04:12:04.109Z Downloaded float-cmp v0.10.0
6802026-05-23T04:12:04.109Z Downloaded async-trait v0.1.89
6812026-05-23T04:12:04.112Z Downloaded ciborium v0.2.2
6822026-05-23T04:12:04.112Z Downloaded hostname v0.3.1
6832026-05-23T04:12:04.115Z Downloaded fallible-iterator v0.2.0
6842026-05-23T04:12:04.115Z Downloaded erased-serde v0.3.31
6852026-05-23T04:12:04.118Z Downloaded group v0.13.0
6862026-05-23T04:12:04.123Z Downloaded hostname v0.4.2
6872026-05-23T04:12:04.126Z Downloaded display-error-chain v0.2.2
6882026-05-23T04:12:04.126Z Downloaded hubpack v0.1.2
6892026-05-23T04:12:04.126Z Downloaded http-range v0.1.5
6902026-05-23T04:12:04.130Z Downloaded ed25519 v2.2.3
6912026-05-23T04:12:04.130Z Downloaded crossbeam-deque v0.8.6
6922026-05-23T04:12:04.133Z Downloaded globwalk v0.9.1
6932026-05-23T04:12:04.133Z Downloaded illumos-nvpair v0.3.0
6942026-05-23T04:12:04.136Z Downloaded ghash v0.5.1
6952026-05-23T04:12:04.138Z Downloaded hex v0.4.3
6962026-05-23T04:12:04.142Z Downloaded colored v3.1.1
6972026-05-23T04:12:04.145Z Downloaded cookie_store v0.22.1
6982026-05-23T04:12:04.148Z Downloaded clang-sys v1.8.1
6992026-05-23T04:12:04.148Z Downloaded http-body v1.0.1
7002026-05-23T04:12:04.148Z Downloaded httpdate v1.0.3
7012026-05-23T04:12:04.151Z Downloaded indent_write v2.2.0
7022026-05-23T04:12:04.151Z Downloaded daft v0.1.7
7032026-05-23T04:12:04.151Z Downloaded async-bb8-diesel v0.2.1
7042026-05-23T04:12:04.154Z Downloaded argon2 v0.5.3
7052026-05-23T04:12:04.154Z Downloaded ident_case v1.0.1
7062026-05-23T04:12:04.154Z Downloaded console v0.16.2
7072026-05-23T04:12:04.157Z Downloaded cancel-safe-futures v0.1.5
7082026-05-23T04:12:04.157Z Downloaded derive-ex v0.1.8
7092026-05-23T04:12:04.160Z Downloaded derive_builder_macro v0.20.2
7102026-05-23T04:12:04.160Z Downloaded data-encoding v2.10.0
7112026-05-23T04:12:04.160Z Downloaded bzip2 v0.6.1
7122026-05-23T04:12:04.163Z Downloaded ena v0.14.4
7132026-05-23T04:12:04.163Z Downloaded ecdsa v0.16.9
7142026-05-23T04:12:04.163Z Downloaded blake2 v0.10.6
7152026-05-23T04:12:04.166Z Downloaded ahash v0.8.12
7162026-05-23T04:12:04.166Z Downloaded der_derive v0.7.3
7172026-05-23T04:12:04.169Z Downloaded curve25519-dalek-derive v0.1.1
7182026-05-23T04:12:04.172Z Downloaded inout v0.1.4
7192026-05-23T04:12:04.172Z Downloaded allocator-api2 v0.2.21
7202026-05-23T04:12:04.176Z Downloaded home v0.5.12
7212026-05-23T04:12:04.176Z Downloaded either v1.15.0
7222026-05-23T04:12:04.176Z Downloaded defmt-macros v1.0.1
7232026-05-23T04:12:04.186Z Downloaded fixedbitset v0.5.7
7242026-05-23T04:12:04.186Z Downloaded daft-derive v0.1.7
7252026-05-23T04:12:04.186Z Downloaded instability v0.3.11
7262026-05-23T04:12:04.186Z Downloaded find-msvc-tools v0.1.9
7272026-05-23T04:12:04.186Z Downloaded defmt v1.0.1
7282026-05-23T04:12:04.189Z Downloaded bytes v1.11.1
7292026-05-23T04:12:04.189Z Downloaded cookie v0.18.1
7302026-05-23T04:12:04.189Z Downloaded git-stub-vcs v0.1.0
7312026-05-23T04:12:04.192Z Downloaded illumos-nvpair-sys v0.2.0
7322026-05-23T04:12:04.192Z Downloaded critical-section v1.2.0
7332026-05-23T04:12:04.192Z Downloaded hyper-tls v0.6.0
7342026-05-23T04:12:04.192Z Downloaded futures-executor v0.3.32
7352026-05-23T04:12:04.195Z Downloaded crossbeam-epoch v0.9.18
7362026-05-23T04:12:04.195Z Downloaded hubpack_derive v0.1.1
7372026-05-23T04:12:04.196Z Downloaded http-body-util v0.1.3
7382026-05-23T04:12:04.202Z Downloaded byte-wrapper v0.1.0
7392026-05-23T04:12:04.202Z Downloaded lazy_static v1.5.0
7402026-05-23T04:12:04.205Z Downloaded lalrpop-util v0.19.12
7412026-05-23T04:12:04.205Z Downloaded kstat-rs v0.2.4
7422026-05-23T04:12:04.205Z Downloaded libscf-sys v1.1.0
7432026-05-23T04:12:04.205Z Downloaded instant v0.1.13
7442026-05-23T04:12:04.205Z Downloaded foldhash v0.2.0
7452026-05-23T04:12:04.205Z Downloaded filetime v0.2.27
7462026-05-23T04:12:04.205Z Downloaded linked-hash-map v0.5.6
7472026-05-23T04:12:04.208Z Downloaded derive_builder_core v0.20.2
7482026-05-23T04:12:04.208Z Downloaded lru v0.12.5
7492026-05-23T04:12:04.208Z Downloaded humantime v2.3.0
7502026-05-23T04:12:04.211Z Downloaded is_ci v1.2.0
7512026-05-23T04:12:04.211Z Downloaded hyper-staticfile v0.10.1
7522026-05-23T04:12:04.211Z Downloaded is-terminal v0.4.17
7532026-05-23T04:12:04.214Z Downloaded ff v0.13.1
7542026-05-23T04:12:04.214Z Downloaded diesel-dtrace v0.5.0
7552026-05-23T04:12:04.214Z Downloaded getrandom v0.2.17
7562026-05-23T04:12:04.217Z Downloaded document-features v0.2.12
7572026-05-23T04:12:04.217Z Downloaded futures-channel v0.3.32
7582026-05-23T04:12:04.220Z Downloaded bumpalo v3.20.2
7592026-05-23T04:12:04.220Z Downloaded globset v0.4.18
7602026-05-23T04:12:04.223Z Downloaded glob v0.3.3
7612026-05-23T04:12:04.223Z Downloaded chacha20 v0.10.0
7622026-05-23T04:12:04.226Z Downloaded crc-any v2.5.0
7632026-05-23T04:12:04.231Z Downloaded lru-slab v0.1.2
7642026-05-23T04:12:04.234Z Downloaded managed v0.8.0
7652026-05-23T04:12:04.238Z Downloaded indoc v1.0.9
7662026-05-23T04:12:04.238Z Downloaded lzss v0.8.2
7672026-05-23T04:12:04.241Z Downloaded ipnet v2.11.0
7682026-05-23T04:12:04.241Z Downloaded memoffset v0.9.1
7692026-05-23T04:12:04.241Z Downloaded indoc v2.0.7
7702026-05-23T04:12:04.245Z Downloaded md5 v0.7.0
7712026-05-23T04:12:04.245Z Downloaded maybe-uninit v2.0.0
7722026-05-23T04:12:04.245Z Downloaded ingot-types v0.1.2
7732026-05-23T04:12:04.248Z Downloaded ingot v0.1.1
7742026-05-23T04:12:04.248Z Downloaded match_cfg v0.1.0
7752026-05-23T04:12:04.248Z Downloaded lru-cache v0.1.2
7762026-05-23T04:12:04.248Z Downloaded foldhash v0.1.5
7772026-05-23T04:12:04.251Z Downloaded internet-checksum v0.2.1
7782026-05-23T04:12:04.251Z Downloaded darling v0.21.3
7792026-05-23T04:12:04.255Z Downloaded crossbeam-utils v0.8.21
7802026-05-23T04:12:04.255Z Downloaded multimap v0.10.1
7812026-05-23T04:12:04.258Z Downloaded des v0.8.1
7822026-05-23T04:12:04.258Z Downloaded newline-converter v0.3.0
7832026-05-23T04:12:04.258Z Downloaded getrandom v0.3.4
7842026-05-23T04:12:04.261Z Downloaded mime v0.3.17
7852026-05-23T04:12:04.261Z Downloaded md-5 v0.10.6
7862026-05-23T04:12:04.264Z Downloaded maplit v1.0.2
7872026-05-23T04:12:04.264Z Downloaded derive_more v0.99.20
7882026-05-23T04:12:04.267Z Downloaded keccak v0.1.6
7892026-05-23T04:12:04.267Z Downloaded hyper-rustls v0.27.7
7902026-05-23T04:12:04.270Z Downloaded libsw v3.5.0
7912026-05-23T04:12:04.270Z Downloaded newtype-uuid-macros v0.1.0
7922026-05-23T04:12:04.270Z Downloaded diff v0.1.13
7932026-05-23T04:12:04.273Z Downloaded num-derive v0.4.2
7942026-05-23T04:12:04.273Z Downloaded num-conv v0.2.0
7952026-05-23T04:12:04.276Z Downloaded nodrop v0.1.14
7962026-05-23T04:12:04.276Z Downloaded new_debug_unreachable v1.0.6
7972026-05-23T04:12:04.276Z Downloaded impl-trait-for-tuples v0.2.3
7982026-05-23T04:12:04.279Z Downloaded num-derive v0.3.3
7992026-05-23T04:12:04.279Z Downloaded iana-time-zone v0.1.65
8002026-05-23T04:12:04.282Z Downloaded newtype_derive v0.1.6
8012026-05-23T04:12:04.282Z Downloaded ipnetwork v0.21.1
8022026-05-23T04:12:04.282Z Downloaded normalize-line-endings v0.3.0
8032026-05-23T04:12:04.285Z Downloaded half v2.7.1
8042026-05-23T04:12:04.285Z Downloaded const_format v0.2.35
8052026-05-23T04:12:04.287Z Downloaded nibble_vec v0.1.0
8062026-05-23T04:12:04.288Z Downloaded arc-swap v1.8.2
8072026-05-23T04:12:04.290Z Downloaded num v0.4.3
8082026-05-23T04:12:04.290Z Downloaded num-iter v0.1.45
8092026-05-23T04:12:04.294Z Downloaded libloading v0.8.9
8102026-05-23T04:12:04.294Z Downloaded libefi-sys v0.1.0
8112026-05-23T04:12:04.297Z Downloaded linear-map v1.2.0
8122026-05-23T04:12:04.297Z Downloaded dropshot_endpoint v0.17.0
8132026-05-23T04:12:04.297Z Downloaded jobserver v0.1.34
8142026-05-23T04:12:04.300Z Downloaded flate2 v1.1.9
8152026-05-23T04:12:04.303Z Downloaded hmac v0.12.1
8162026-05-23T04:12:04.303Z Downloaded drift v0.2.0
8172026-05-23T04:12:04.309Z Downloaded oso-derive v0.27.3
8182026-05-23T04:12:04.324Z Downloaded openssl-probe v0.2.1
8192026-05-23T04:12:04.327Z Downloaded openssl-probe v0.1.6
8202026-05-23T04:12:04.327Z Downloaded openssl-macros v0.1.1
8212026-05-23T04:12:04.327Z Downloaded opaque-debug v0.3.1
8222026-05-23T04:12:04.327Z Downloaded num_enum_derive v0.5.11
8232026-05-23T04:12:04.331Z Downloaded libsw-core v0.3.2
8242026-05-23T04:12:04.331Z Downloaded httparse v1.10.1
8252026-05-23T04:12:04.331Z Downloaded ingot-macros v0.1.1
8262026-05-23T04:12:04.334Z Downloaded parse-display v0.10.0
8272026-05-23T04:12:04.334Z Downloaded packed_struct_codegen v0.10.1
8282026-05-23T04:12:04.334Z Downloaded native-tls v0.2.18
8292026-05-23T04:12:04.337Z Downloaded nanorand v0.7.0
8302026-05-23T04:12:04.337Z Downloaded half v1.8.3
8312026-05-23T04:12:04.337Z Downloaded derive-where v1.6.0
8322026-05-23T04:12:04.340Z Downloaded lock_api v0.4.14
8332026-05-23T04:12:04.343Z Downloaded dropshot_endpoint v0.16.7
8342026-05-23T04:12:04.343Z Downloaded darling v0.23.0
8352026-05-23T04:12:04.346Z Downloaded peg-runtime v0.8.5
8362026-05-23T04:12:04.346Z Downloaded num-complex v0.4.6
8372026-05-23T04:12:04.349Z Downloaded olpc-cjson v0.1.4
8382026-05-23T04:12:04.349Z Downloaded num_threads v0.1.7
8392026-05-23T04:12:04.349Z Downloaded deranged v0.5.8
8402026-05-23T04:12:04.352Z Downloaded mime_guess v2.0.5
8412026-05-23T04:12:04.352Z Downloaded parse-size v1.1.0
8422026-05-23T04:12:04.352Z Downloaded cc v1.2.56
8432026-05-23T04:12:04.355Z Downloaded compact_str v0.8.1
8442026-05-23T04:12:04.387Z Downloaded ar_archive_writer v0.5.1
8452026-05-23T04:12:04.387Z Downloaded pbkdf2 v0.12.2
8462026-05-23T04:12:04.391Z Downloaded heapless v0.7.17
8472026-05-23T04:12:04.391Z Downloaded darling_core v0.23.0
8482026-05-23T04:12:04.391Z Downloaded futures v0.3.32
8492026-05-23T04:12:04.391Z Downloaded phf_shared v0.13.1
8502026-05-23T04:12:04.391Z Downloaded nonempty v0.12.0
8512026-05-23T04:12:04.391Z Downloaded nu-ansi-term v0.50.3
8522026-05-23T04:12:04.392Z Downloaded path-slash v0.1.5
8532026-05-23T04:12:04.392Z Downloaded newtype-uuid v1.3.2
8542026-05-23T04:12:04.392Z Downloaded indexmap v1.9.3
8552026-05-23T04:12:04.392Z Downloaded predicates-core v1.0.10
8562026-05-23T04:12:04.392Z Downloaded phf_shared v0.12.1
8572026-05-23T04:12:04.392Z Downloaded pbkdf2 v0.11.0
8582026-05-23T04:12:04.392Z Downloaded headers v0.4.1
8592026-05-23T04:12:04.392Z Downloaded powerfmt v0.2.0
8602026-05-23T04:12:04.392Z Downloaded phf_shared v0.11.3
8612026-05-23T04:12:04.392Z Downloaded num_enum_derive v0.7.5
8622026-05-23T04:12:04.392Z Downloaded num_enum v0.5.11
8632026-05-23T04:12:04.392Z Downloaded num-integer v0.1.46
8642026-05-23T04:12:04.392Z Downloaded memmap2 v0.9.10
8652026-05-23T04:12:04.392Z Downloaded owo-colors v4.3.0
8662026-05-23T04:12:04.392Z Downloaded darling v0.20.11
8672026-05-23T04:12:04.399Z Downloaded oxide-tokio-rt v0.1.4
8682026-05-23T04:12:04.399Z Downloaded packed_struct v0.10.1
8692026-05-23T04:12:04.399Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-05-23T04:12:04.399Z Downloaded proc-macro-crate v3.4.0
8712026-05-23T04:12:04.399Z Downloaded num-rational v0.4.2
8722026-05-23T04:12:04.399Z Downloaded oxnet v0.1.4
8732026-05-23T04:12:04.399Z Downloaded litrs v1.0.0
8742026-05-23T04:12:04.404Z Downloaded highway v1.3.0
8752026-05-23T04:12:04.404Z Downloaded progenitor-client v0.10.0
8762026-05-23T04:12:04.404Z Downloaded multer v3.1.0
8772026-05-23T04:12:04.407Z Downloaded derive_builder v0.20.2
8782026-05-23T04:12:04.407Z Downloaded precomputed-hash v0.1.1
8792026-05-23T04:12:04.410Z Downloaded libbz2-rs-sys v0.2.2
8802026-05-23T04:12:04.410Z Downloaded predicates-tree v1.0.13
8812026-05-23T04:12:04.413Z Downloaded paste v1.0.15
8822026-05-23T04:12:04.413Z Downloaded pem v3.0.6
8832026-05-23T04:12:04.417Z Downloaded password-hash v0.5.0
8842026-05-23T04:12:04.417Z Downloaded ignore v0.4.25
8852026-05-23T04:12:04.422Z Downloaded darling_core v0.21.3
8862026-05-23T04:12:04.422Z Downloaded phf v0.12.1
8872026-05-23T04:12:04.425Z Downloaded phf v0.13.1
8882026-05-23T04:12:04.425Z Downloaded flume v0.11.1
8892026-05-23T04:12:04.425Z Downloaded darling_core v0.20.11
8902026-05-23T04:12:04.428Z Downloaded num_enum v0.7.5
8912026-05-23T04:12:04.431Z Downloaded progenitor-macro v0.13.0
8922026-05-23T04:12:04.431Z Downloaded progenitor-macro v0.11.2
8932026-05-23T04:12:04.435Z Downloaded progenitor-client v0.11.2
8942026-05-23T04:12:04.435Z Downloaded progenitor-macro v0.10.0
8952026-05-23T04:12:04.435Z Downloaded peg-macros v0.8.5
8962026-05-23T04:12:04.438Z Downloaded indicatif v0.18.4
8972026-05-23T04:12:04.438Z Downloaded parking_lot_core v0.8.6
8982026-05-23T04:12:04.440Z Downloaded der v0.7.10
8992026-05-23T04:12:04.443Z Downloaded progenitor-macro v0.14.0
9002026-05-23T04:12:04.443Z Downloaded radium v0.7.0
9012026-05-23T04:12:04.443Z Downloaded progenitor-client v0.14.0
9022026-05-23T04:12:04.446Z Downloaded pkcs8 v0.10.2
9032026-05-23T04:12:04.446Z Downloaded pin-utils v0.1.0
9042026-05-23T04:12:04.446Z Downloaded rand_chacha v0.3.1
9052026-05-23T04:12:04.450Z Downloaded quick-error v1.2.3
9062026-05-23T04:12:04.450Z Downloaded pin-project-lite v0.2.17
9072026-05-23T04:12:04.453Z Downloaded psl-types v2.0.11
9082026-05-23T04:12:04.453Z Downloaded postgres-protocol v0.6.10
9092026-05-23T04:12:04.453Z Downloaded parking_lot v0.11.2
9102026-05-23T04:12:04.456Z Downloaded parse-display-derive v0.10.0
9112026-05-23T04:12:04.456Z Downloaded parking_lot_core v0.9.12
9122026-05-23T04:12:04.463Z Downloaded pem-rfc7468 v0.7.0
9132026-05-23T04:12:04.466Z Downloaded password-hash v0.4.2
9142026-05-23T04:12:04.466Z Downloaded proc-macro-crate v1.3.1
9152026-05-23T04:12:04.469Z Downloaded proc-macro-error2 v2.0.1
9162026-05-23T04:12:04.469Z Downloaded rand_xorshift v0.4.0
9172026-05-23T04:12:04.469Z Downloaded progenitor v0.13.0
9182026-05-23T04:12:04.471Z Downloaded primeorder v0.13.6
9192026-05-23T04:12:04.471Z Downloaded ppv-lite86 v0.2.21
9202026-05-23T04:12:04.474Z Downloaded pin-project-internal v1.1.11
9212026-05-23T04:12:04.474Z Downloaded recursive-proc-macro-impl v0.1.1
9222026-05-23T04:12:04.478Z Downloaded progenitor-extras v0.2.0
9232026-05-23T04:12:04.481Z Downloaded hickory-resolver v0.24.4
9242026-05-23T04:12:04.485Z Downloaded peg v0.8.5
9252026-05-23T04:12:04.489Z Downloaded recursive v0.1.1
9262026-05-23T04:12:04.493Z Downloaded hashbrown v0.12.3
9272026-05-23T04:12:04.496Z Downloaded predicates v3.1.4
9282026-05-23T04:12:04.499Z Downloaded polyval v0.6.2
9292026-05-23T04:12:04.499Z Downloaded poly1305 v0.8.0
9302026-05-23T04:12:04.503Z Downloaded async-compression v0.4.41
9312026-05-23T04:12:04.506Z Downloaded ref-cast v1.0.25
9322026-05-23T04:12:04.506Z Downloaded derive_more v2.1.1
9332026-05-23T04:12:04.512Z Downloaded r2d2 v0.8.10
9342026-05-23T04:12:04.515Z Downloaded ed25519-dalek v2.2.0
9352026-05-23T04:12:04.515Z Downloaded rustc_version v0.4.1
9362026-05-23T04:12:04.518Z Downloaded rustc_version v0.1.7
9372026-05-23T04:12:04.518Z Downloaded progenitor v0.14.0
9382026-05-23T04:12:04.518Z Downloaded progenitor v0.10.0
9392026-05-23T04:12:04.521Z Downloaded russh-cryptovec v0.7.3
9402026-05-23T04:12:04.521Z Downloaded rtoolbox v0.0.3
9412026-05-23T04:12:04.521Z Downloaded pkg-config v0.3.32
9422026-05-23T04:12:04.521Z Downloaded heapless v0.8.0
9432026-05-23T04:12:04.524Z Downloaded rand_seeder v0.4.0
9442026-05-23T04:12:04.527Z Downloaded postgres-types v0.2.12
9452026-05-23T04:12:04.527Z Downloaded parking_lot v0.12.5
9462026-05-23T04:12:04.530Z Downloaded progenitor-client v0.13.0
9472026-05-23T04:12:04.530Z Downloaded pkcs5 v0.7.1
9482026-05-23T04:12:04.533Z Downloaded p256 v0.13.2
9492026-05-23T04:12:04.535Z Downloaded rustc-hash v2.1.1
9502026-05-23T04:12:04.535Z Downloaded rfc6979 v0.4.0
9512026-05-23T04:12:04.535Z Downloaded miniz_oxide v0.8.9
9522026-05-23T04:12:04.542Z Downloaded hickory-resolver v0.25.2
9532026-05-23T04:12:04.551Z Downloaded salsa20 v0.10.2
9542026-05-23T04:12:04.555Z Downloaded psm v0.1.30
9552026-05-23T04:12:04.558Z Downloaded scopeguard v1.2.0
9562026-05-23T04:12:04.561Z Downloaded hyper-util v0.1.20
9572026-05-23T04:12:04.568Z Downloaded same-file v1.0.6
9582026-05-23T04:12:04.571Z Downloaded aes v0.8.4
9592026-05-23T04:12:04.574Z Downloaded sapling-renderdag v0.1.0
9602026-05-23T04:12:04.577Z Downloaded scroll_derive v0.13.1
9612026-05-23T04:12:04.577Z Downloaded serde-big-array v0.5.1
9622026-05-23T04:12:04.577Z Downloaded secrecy v0.10.3
9632026-05-23T04:12:04.580Z Downloaded quinn-udp v0.5.14
9642026-05-23T04:12:04.584Z Downloaded rand_core v0.6.4
9652026-05-23T04:12:04.589Z Downloaded rustls-native-certs v0.8.3
9662026-05-23T04:12:04.592Z Downloaded rand_chacha v0.9.0
9672026-05-23T04:12:04.592Z Downloaded omicron-zone-package v0.12.2
9682026-05-23T04:12:04.597Z Downloaded serde_repr v0.1.20
9692026-05-23T04:12:04.597Z Downloaded serde_plain v1.0.2
9702026-05-23T04:12:04.600Z Downloaded serde_urlencoded v0.7.1
9712026-05-23T04:12:04.600Z Downloaded pkcs1 v0.7.5
9722026-05-23T04:12:04.600Z Downloaded rand_core v0.10.0
9732026-05-23T04:12:04.608Z Downloaded rustls-pemfile v1.0.4
9742026-05-23T04:12:04.611Z Downloaded secrecy v0.8.0
9752026-05-23T04:12:04.611Z Downloaded crossbeam-channel v0.5.15
9762026-05-23T04:12:04.614Z Downloaded sha1 v0.10.6
9772026-05-23T04:12:04.614Z Downloaded signature v2.2.0
9782026-05-23T04:12:04.617Z Downloaded rustversion v1.0.22
9792026-05-23T04:12:04.617Z Downloaded oso v0.27.3
9802026-05-23T04:12:04.620Z Downloaded progenitor v0.11.2
9812026-05-23T04:12:04.620Z Downloaded jiff-static v0.2.21
9822026-05-23T04:12:04.623Z Downloaded serde_bytes v0.11.19
9832026-05-23T04:12:04.623Z Downloaded semver v0.1.20
9842026-05-23T04:12:04.626Z Downloaded ref-cast-impl v1.0.25
9852026-05-23T04:12:04.626Z Downloaded rusty-fork v0.3.1
9862026-05-23T04:12:04.626Z Downloaded seq-macro v0.3.6
9872026-05-23T04:12:04.629Z Downloaded scheduled-thread-pool v0.2.7
9882026-05-23T04:12:04.629Z Downloaded serde_spanned v1.0.4
9892026-05-23T04:12:04.629Z Downloaded signal-hook-tokio v0.3.1
9902026-05-23T04:12:04.632Z Downloaded resolv-conf v0.7.6
9912026-05-23T04:12:04.632Z Downloaded diesel_derives v2.3.7
9922026-05-23T04:12:04.635Z Downloaded slog-bunyan v2.5.0
9932026-05-23T04:12:04.639Z Downloaded shell-words v1.1.1
9942026-05-23T04:12:04.641Z Downloaded signal-hook-mio v0.2.5
9952026-05-23T04:12:04.644Z Downloaded crossterm v0.29.0
9962026-05-23T04:12:04.653Z Downloaded slog-envlogger v2.2.0
9972026-05-23T04:12:04.656Z Downloaded pin-project v1.1.11
9982026-05-23T04:12:04.660Z Downloaded postcard v1.1.3
9992026-05-23T04:12:04.663Z Downloaded sct v0.7.1
10002026-05-23T04:12:04.666Z Downloaded serde-hex v0.1.0
10012026-05-23T04:12:04.669Z Downloaded serde_derive_internals v0.29.1
10022026-05-23T04:12:04.669Z Downloaded rustls-pemfile v2.2.0
10032026-05-23T04:12:04.673Z Downloaded sigpipe v0.1.3
10042026-05-23T04:12:04.679Z Downloaded http v1.4.0
10052026-05-23T04:12:04.682Z Downloaded prettyplease v0.2.37
10062026-05-23T04:12:04.686Z Downloaded itertools v0.10.5
10072026-05-23T04:12:04.691Z Downloaded openssl-sys v0.9.115
10082026-05-23T04:12:04.695Z Downloaded progenitor-impl v0.10.0
10092026-05-23T04:12:04.698Z Downloaded rand_core v0.9.5
10102026-05-23T04:12:04.698Z Downloaded prefix-trie v0.7.0
10112026-05-23T04:12:04.701Z Downloaded scrypt v0.11.0
10122026-05-23T04:12:04.701Z Downloaded derive_more-impl v2.1.1
10132026-05-23T04:12:04.704Z Downloaded scroll v0.13.0
10142026-05-23T04:12:04.707Z Downloaded siphasher v1.0.2
10152026-05-23T04:12:04.707Z Downloaded slab v0.4.12
10162026-05-23T04:12:04.709Z Downloaded simd-adler32 v0.3.8
10172026-05-23T04:12:04.709Z Downloaded sqlparser_derive v0.5.0
10182026-05-23T04:12:04.712Z Downloaded progenitor-impl v0.11.2
10192026-05-23T04:12:04.715Z Downloaded progenitor-impl v0.13.0
10202026-05-23T04:12:04.718Z Downloaded slog-json v2.6.1
10212026-05-23T04:12:04.718Z Downloaded slog-dtrace v0.3.0
10222026-05-23T04:12:04.718Z Downloaded slog-async v2.8.0
10232026-05-23T04:12:04.721Z Downloaded progenitor-impl v0.14.0
10242026-05-23T04:12:04.721Z Downloaded hashbrown v0.16.1
10252026-05-23T04:12:04.725Z Downloaded ssh-cipher v0.2.0
10262026-05-23T04:12:04.728Z Downloaded sync-ptr v0.1.4
10272026-05-23T04:12:04.729Z Downloaded subtle v2.6.1
10282026-05-23T04:12:04.729Z Downloaded strum v0.26.3
10292026-05-23T04:12:04.729Z Downloaded structmeta-derive v0.3.0
10302026-05-23T04:12:04.732Z Downloaded structmeta v0.3.0
10312026-05-23T04:12:04.732Z Downloaded aes-gcm v0.10.3
10322026-05-23T04:12:04.732Z Downloaded sync_wrapper v1.0.2
10332026-05-23T04:12:04.735Z Downloaded supports-color v3.0.2
10342026-05-23T04:12:04.735Z Downloaded shlex v1.3.0
10352026-05-23T04:12:04.735Z Downloaded sec1 v0.7.3
10362026-05-23T04:12:04.738Z Downloaded russh-keys v0.45.0
10372026-05-23T04:12:04.738Z Downloaded crossterm v0.28.1
10382026-05-23T04:12:04.741Z Downloaded strum v0.27.2
10392026-05-23T04:12:04.744Z Downloaded smf v0.2.3
10402026-05-23T04:12:04.744Z Downloaded serde_path_to_error v0.1.20
10412026-05-23T04:12:04.744Z Downloaded serde_cbor v0.11.2
10422026-05-23T04:12:04.748Z Downloaded tagptr v0.2.0
10432026-05-23T04:12:04.748Z Downloaded tabwriter v1.4.1
10442026-05-23T04:12:04.748Z Downloaded tabled_derive v0.11.0
10452026-05-23T04:12:04.751Z Downloaded snafu-derive v0.8.9
10462026-05-23T04:12:04.754Z Downloaded bitvec v1.0.1
10472026-05-23T04:12:04.760Z Downloaded signal-hook-registry v1.4.8
10482026-05-23T04:12:04.763Z Downloaded smallvec v0.6.14
10492026-05-23T04:12:04.763Z Downloaded tap v1.0.1
10502026-05-23T04:12:04.763Z Downloaded take_mut v0.2.2
10512026-05-23T04:12:04.767Z Downloaded slog-stdlog v4.1.1
10522026-05-23T04:12:04.767Z Downloaded slog-scope v4.4.1
10532026-05-23T04:12:04.767Z Downloaded spki v0.7.3
10542026-05-23T04:12:04.770Z Downloaded termtree v0.5.1
10552026-05-23T04:12:04.770Z Downloaded serde_with_macros v3.17.0
10562026-05-23T04:12:04.770Z Downloaded schemars_derive v0.8.22
10572026-05-23T04:12:04.770Z Downloaded rustls-pki-types v1.14.0
10582026-05-23T04:12:04.773Z Downloaded hickory-server v0.25.2
10592026-05-23T04:12:04.777Z Downloaded pretty_assertions v1.4.1
10602026-05-23T04:12:04.777Z Downloaded hashbrown v0.13.2
10612026-05-23T04:12:04.780Z Downloaded rayon-core v1.13.0
10622026-05-23T04:12:04.783Z Downloaded ssh-encoding v0.2.0
10632026-05-23T04:12:04.783Z Downloaded testing_table v0.3.0
10642026-05-23T04:12:04.787Z Downloaded thread-id v5.1.0
10652026-05-23T04:12:04.790Z Downloaded stringprep v0.1.5
10662026-05-23T04:12:04.790Z Downloaded static_assertions v1.1.0
10672026-05-23T04:12:04.790Z Downloaded aho-corasick v1.1.4
10682026-05-23T04:12:04.795Z Downloaded schemars v0.8.22
10692026-05-23T04:12:04.802Z Downloaded tinyvec_macros v0.1.1
10702026-05-23T04:12:04.806Z Downloaded thiserror-impl-no-std v2.0.2
10712026-05-23T04:12:04.806Z Downloaded strum_macros v0.26.4
10722026-05-23T04:12:04.809Z Downloaded strum_macros v0.24.3
10732026-05-23T04:12:04.809Z Downloaded strip-ansi-escapes v0.2.1
10742026-05-23T04:12:04.809Z Downloaded string_cache v0.8.9
10752026-05-23T04:12:04.809Z Downloaded rand v0.8.6
10762026-05-23T04:12:04.812Z Downloaded stacker v0.1.23
10772026-05-23T04:12:04.812Z Downloaded time-core v0.1.8
10782026-05-23T04:12:04.815Z Downloaded tokio-macros v2.7.0
10792026-05-23T04:12:04.815Z Downloaded strum_macros v0.27.2
10802026-05-23T04:12:04.815Z Downloaded papergrid v0.17.0
10812026-05-23T04:12:04.818Z Downloaded minimal-lexical v0.2.1
10822026-05-23T04:12:04.821Z Downloaded mio v1.2.0
10832026-05-23T04:12:04.824Z Downloaded expectorate v1.2.0
10842026-05-23T04:12:04.832Z Downloaded iri-string v0.7.10
10852026-05-23T04:12:04.836Z Downloaded sqlformat v0.3.5
10862026-05-23T04:12:04.839Z Downloaded serde_yaml v0.9.34+deprecated
10872026-05-23T04:12:04.839Z Downloaded support-bundle-viewer v0.1.2
10882026-05-23T04:12:04.842Z Downloaded tower-service v0.3.3
10892026-05-23T04:12:04.846Z Downloaded rcgen v0.12.1
10902026-05-23T04:12:04.846Z Downloaded h2 v0.4.13
10912026-05-23T04:12:04.849Z Downloaded ryu v1.0.23
10922026-05-23T04:12:04.853Z Downloaded tower-layer v0.3.3
10932026-05-23T04:12:04.856Z Downloaded similar v2.7.0
10942026-05-23T04:12:04.859Z Downloaded thiserror-no-std v2.0.2
10952026-05-23T04:12:04.862Z Downloaded signal-hook v0.3.18
10962026-05-23T04:12:04.863Z Downloaded try-lock v0.2.5
10972026-05-23T04:12:04.865Z Downloaded iddqd v0.4.1
10982026-05-23T04:12:04.870Z Downloaded topological-sort v0.2.2
10992026-05-23T04:12:04.870Z Downloaded num-bigint-dig v0.8.6
11002026-05-23T04:12:04.873Z Downloaded trait-variant v0.1.2
11012026-05-23T04:12:04.873Z Downloaded tiny-keccak v2.0.2
11022026-05-23T04:12:04.873Z Downloaded hyper v1.8.1
11032026-05-23T04:12:04.876Z Downloaded dropshot-api-manager v0.7.2
11042026-05-23T04:12:04.880Z Downloaded time-macros v0.2.27
11052026-05-23T04:12:04.882Z Downloaded termios v0.3.3
11062026-05-23T04:12:04.882Z Downloaded rsa v0.9.10
11072026-05-23T04:12:04.885Z Downloaded spin v0.9.8
11082026-05-23T04:12:04.888Z Downloaded tokio-native-tls v0.3.1
11092026-05-23T04:12:04.888Z Downloaded ron v0.8.1
11102026-05-23T04:12:04.892Z Downloaded schemars v0.9.0
11112026-05-23T04:12:04.898Z Downloaded usdt v0.6.0
11122026-05-23T04:12:04.901Z Downloaded untrusted v0.9.0
11132026-05-23T04:12:04.901Z Downloaded typify-macro v0.6.2
11142026-05-23T04:12:04.901Z Downloaded tokio-tungstenite v0.21.0
11152026-05-23T04:12:04.904Z Downloaded itertools v0.13.0
11162026-05-23T04:12:04.908Z Downloaded rustls-webpki v0.103.9
11172026-05-23T04:12:04.910Z Downloaded rustls-platform-verifier v0.6.2
11182026-05-23T04:12:04.911Z Downloaded tokio-tungstenite v0.23.1
11192026-05-23T04:12:04.914Z Downloaded utf-8 v0.7.6
11202026-05-23T04:12:04.914Z Downloaded usdt-macro v0.6.0
11212026-05-23T04:12:04.914Z Downloaded usdt-attr-macro v0.6.0
11222026-05-23T04:12:04.914Z Downloaded toml_writer v1.0.6+spec-1.1.0
11232026-05-23T04:12:04.917Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-05-23T04:12:04.917Z Downloaded nom v7.1.3
11252026-05-23T04:12:04.920Z Downloaded quinn v0.11.9
11262026-05-23T04:12:04.922Z Downloaded samael v0.0.19
11272026-05-23T04:12:04.926Z Downloaded libm v0.2.16
11282026-05-23T04:12:04.931Z Downloaded void v1.0.2
11292026-05-23T04:12:04.934Z Downloaded unicode-truncate v1.1.0
11302026-05-23T04:12:04.934Z Downloaded tui-tree-widget v0.23.1
11312026-05-23T04:12:04.934Z Downloaded tokio-dtrace v0.1.1
11322026-05-23T04:12:04.934Z Downloaded tls_codec v0.4.2
11332026-05-23T04:12:04.934Z Downloaded publicsuffix v2.3.0
11342026-05-23T04:12:04.938Z Downloaded want v0.3.1
11352026-05-23T04:12:04.938Z Downloaded universal-hash v0.5.1
11362026-05-23T04:12:04.938Z Downloaded untrusted v0.7.1
11372026-05-23T04:12:04.938Z Downloaded unit-prefix v0.5.2
11382026-05-23T04:12:04.941Z Downloaded unarray v0.1.4
11392026-05-23T04:12:04.941Z Downloaded typify-macro v0.4.3
11402026-05-23T04:12:04.944Z Downloaded slog-term v2.9.2
11412026-05-23T04:12:04.948Z Downloaded tokio-rustls v0.24.1
11422026-05-23T04:12:04.951Z Downloaded tokio-rustls v0.25.0
11432026-05-23T04:12:04.951Z Downloaded bindgen v0.71.1
11442026-05-23T04:12:04.957Z Downloaded xattr v1.6.1
11452026-05-23T04:12:04.960Z Downloaded libxml v0.3.3
11462026-05-23T04:12:04.960Z Downloaded xshell-macros v0.2.7
11472026-05-23T04:12:04.964Z Downloaded term v1.2.1
11482026-05-23T04:12:04.964Z Downloaded term v0.7.0
11492026-05-23T04:12:04.968Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11502026-05-23T04:12:04.971Z Downloaded p521 v0.13.3
11512026-05-23T04:12:04.974Z Downloaded socket2 v0.6.3
11522026-05-23T04:12:04.978Z Downloaded test-strategy v0.4.5
11532026-05-23T04:12:04.978Z Downloaded usdt-impl v0.6.0
11542026-05-23T04:12:04.982Z Downloaded wait-timeout v0.2.1
11552026-05-23T04:12:04.986Z Downloaded vergen-lib v0.1.6
11562026-05-23T04:12:04.986Z Downloaded zone v0.3.1
11572026-05-23T04:12:04.990Z Downloaded waitgroup v0.1.2
11582026-05-23T04:12:04.990Z Downloaded thread_local v1.1.9
11592026-05-23T04:12:04.997Z Downloaded socket2 v0.5.10
11602026-05-23T04:12:05.000Z Downloaded unicase v2.9.0
11612026-05-23T04:12:05.005Z Downloaded zone_cfg_derive v0.3.1
11622026-05-23T04:12:05.005Z Downloaded tls_codec_derive v0.4.2
11632026-05-23T04:12:05.008Z Downloaded walkdir v2.5.0
11642026-05-23T04:12:05.008Z Downloaded twox-hash v2.1.2
11652026-05-23T04:12:05.015Z Downloaded subprocess v0.2.15
11662026-05-23T04:12:05.019Z Downloaded tar v0.4.45
11672026-05-23T04:12:05.024Z Downloaded rand v0.9.2
11682026-05-23T04:12:05.024Z Downloaded qorb v0.4.1
11692026-05-23T04:12:05.027Z Downloaded wyz v0.5.1
11702026-05-23T04:12:05.027Z Downloaded slog v2.8.2
11712026-05-23T04:12:05.027Z Downloaded xshell v0.2.7
11722026-05-23T04:12:05.030Z Downloaded uzers v0.12.2
11732026-05-23T04:12:05.030Z Downloaded blake3 v1.8.3
11742026-05-23T04:12:05.034Z Downloaded vergen-gitcl v1.0.8
11752026-05-23T04:12:05.037Z Downloaded toml v0.9.12+spec-1.1.0
11762026-05-23T04:12:05.040Z Downloaded tokio-stream v0.1.18
11772026-05-23T04:12:05.040Z Downloaded vsss-rs v3.3.4
11782026-05-23T04:12:05.044Z Downloaded tokio-rustls v0.26.4
11792026-05-23T04:12:05.044Z Downloaded snafu v0.8.9
11802026-05-23T04:12:05.047Z Downloaded git2 v0.20.4
11812026-05-23T04:12:05.050Z Downloaded zeroize_derive v1.4.3
11822026-05-23T04:12:05.056Z Downloaded zeroize v1.8.2
11832026-05-23T04:12:05.056Z Downloaded tracing-attributes v0.1.31
11842026-05-23T04:12:05.056Z Downloaded aws-lc-rs v1.16.3
11852026-05-23T04:12:05.060Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-05-23T04:12:05.063Z Downloaded rustyline v14.0.0
11872026-05-23T04:12:05.063Z Downloaded zstd-safe v7.2.4
11882026-05-23T04:12:05.066Z Downloaded zstd v0.13.3
11892026-05-23T04:12:05.066Z Downloaded tungstenite v0.23.0
11902026-05-23T04:12:05.073Z Downloaded whoami v1.6.1
11912026-05-23T04:12:05.079Z Downloaded unsafe-libyaml v0.2.11
11922026-05-23T04:12:05.082Z Downloaded tinyvec v1.10.0
11932026-05-23T04:12:05.085Z Downloaded unicode-properties v0.1.4
11942026-05-23T04:12:05.085Z Downloaded whoami v2.1.0
11952026-05-23T04:12:05.088Z Downloaded yasna v0.5.2
11962026-05-23T04:12:05.091Z Downloaded tungstenite v0.21.0
11972026-05-23T04:12:05.096Z Downloaded rand v0.10.0
11982026-05-23T04:12:05.100Z Downloaded zerocopy v0.6.6
11992026-05-23T04:12:05.100Z Downloaded num-bigint v0.4.6
12002026-05-23T04:12:05.103Z Downloaded itertools v0.12.1
12012026-05-23T04:12:05.106Z Downloaded tracing-core v0.1.36
12022026-05-23T04:12:05.110Z Downloaded vergen-git2 v1.0.7
12032026-05-23T04:12:05.114Z Downloaded vergen v9.0.6
12042026-05-23T04:12:05.114Z Downloaded futures-util v0.3.32
12052026-05-23T04:12:05.120Z Downloaded schemars v1.2.1
12062026-05-23T04:12:05.126Z Downloaded toml v1.0.6+spec-1.1.0
12072026-05-23T04:12:05.129Z Downloaded toml v0.7.8
12082026-05-23T04:12:05.132Z Downloaded itertools v0.14.0
12092026-05-23T04:12:05.135Z Downloaded hashbrown v0.15.5
12102026-05-23T04:12:05.139Z Downloaded typify v0.4.3
12112026-05-23T04:12:05.145Z Downloaded russh v0.45.0
12122026-05-23T04:12:05.149Z Downloaded typify v0.6.2
12132026-05-23T04:12:05.156Z Downloaded steno v0.4.1
12142026-05-23T04:12:05.156Z Downloaded ssh-key v0.6.7
12152026-05-23T04:12:05.166Z Downloaded chrono v0.4.44
12162026-05-23T04:12:05.181Z Downloaded tokio-postgres v0.7.16
12172026-05-23T04:12:05.181Z Downloaded vte v0.14.1
12182026-05-23T04:12:05.181Z Downloaded hkdf v0.12.4
12192026-05-23T04:12:05.185Z Downloaded yansi v1.0.1
12202026-05-23T04:12:05.185Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-05-23T04:12:05.185Z Downloaded uuid v1.23.0
12222026-05-23T04:12:05.192Z Downloaded goblin v0.10.5
12232026-05-23T04:12:05.197Z Downloaded unicode-bidi v0.3.18
12242026-05-23T04:12:05.202Z Downloaded rpassword v7.4.0
12252026-05-23T04:12:05.222Z Downloaded moka v0.12.13
12262026-05-23T04:12:05.226Z Downloaded zopfli v0.8.3
12272026-05-23T04:12:05.229Z Downloaded rustls-webpki v0.101.7
12282026-05-23T04:12:05.253Z Downloaded x509-cert v0.2.5
12292026-05-23T04:12:05.263Z Downloaded unicode_categories v0.1.1
12302026-05-23T04:12:05.270Z Downloaded typed-path v0.9.3
12312026-05-23T04:12:05.273Z Downloaded petname v2.0.2
12322026-05-23T04:12:05.277Z Downloaded zip v0.6.6
12332026-05-23T04:12:05.290Z Downloaded proptest v1.10.0
12342026-05-23T04:12:05.296Z Downloaded toml_edit v0.19.15
12352026-05-23T04:12:05.304Z Downloaded tokio-util v0.7.18
12362026-05-23T04:12:05.309Z Downloaded reedline v0.40.0
12372026-05-23T04:12:05.313Z Downloaded zip v4.6.1
12382026-05-23T04:12:05.317Z Downloaded object v0.30.4
12392026-05-23T04:12:05.320Z Downloaded unicode-normalization v0.1.25
12402026-05-23T04:12:05.323Z Downloaded serde_with v3.17.0
12412026-05-23T04:12:05.340Z Downloaded quinn-proto v0.11.13
12422026-05-23T04:12:05.344Z Downloaded p384 v0.13.1
12432026-05-23T04:12:05.349Z Downloaded regex v1.12.3
12442026-05-23T04:12:05.356Z Downloaded zerocopy-derive v0.8.40
12452026-05-23T04:12:05.360Z Downloaded unicode-segmentation v1.12.0
12462026-05-23T04:12:05.363Z Downloaded reqwest v0.13.2
12472026-05-23T04:12:05.367Z Downloaded reqwest v0.12.28
12482026-05-23T04:12:05.370Z Downloaded quick-xml v0.37.5
12492026-05-23T04:12:05.373Z Downloaded salty v0.3.0
12502026-05-23T04:12:05.376Z Downloaded winnow v0.6.26
12512026-05-23T04:12:05.380Z Downloaded rayon v1.11.0
12522026-05-23T04:12:05.385Z Downloaded lalrpop v0.19.12
12532026-05-23T04:12:05.391Z Downloaded bstr v1.12.1
12542026-05-23T04:12:05.398Z Downloaded winnow v0.5.40
12552026-05-23T04:12:05.403Z Downloaded tower v0.5.3
12562026-05-23T04:12:05.413Z Downloaded nix v0.29.0
12572026-05-23T04:12:05.425Z Downloaded nix v0.28.0
12582026-05-23T04:12:05.432Z Downloaded tower-http v0.6.8
12592026-05-23T04:12:05.436Z Downloaded tough v0.22.0
12602026-05-23T04:12:05.448Z Downloaded rustls v0.21.12
12612026-05-23T04:12:05.455Z Downloaded portable-atomic v1.13.1
12622026-05-23T04:12:05.467Z Downloaded smoltcp v0.9.1
12632026-05-23T04:12:05.473Z Downloaded rustls-webpki v0.102.8
12642026-05-23T04:12:05.484Z Downloaded object v0.37.3
12652026-05-23T04:12:05.490Z Downloaded hickory-proto v0.24.4
12662026-05-23T04:12:05.499Z Downloaded nix v0.27.1
12672026-05-23T04:12:05.504Z Downloaded zlib-rs v0.6.2
12682026-05-23T04:12:05.507Z Downloaded regress v0.10.5
12692026-05-23T04:12:05.513Z Downloaded radix_trie v0.2.1
12702026-05-23T04:12:05.516Z Downloaded hickory-proto v0.25.2
12712026-05-23T04:12:05.524Z Downloaded zerocopy v0.8.40
12722026-05-23T04:12:05.529Z Downloaded webpki-roots v1.0.6
12732026-05-23T04:12:05.532Z Downloaded curve25519-dalek v4.1.3
12742026-05-23T04:12:05.557Z Downloaded rustls v0.23.37
12752026-05-23T04:12:05.564Z Downloaded tabled v0.20.0
12762026-05-23T04:12:05.574Z Downloaded regress v0.11.1
12772026-05-23T04:12:05.580Z Downloaded polar-core v0.27.3
12782026-05-23T04:12:05.584Z Downloaded time v0.3.47
12792026-05-23T04:12:05.590Z Downloaded openssl v0.10.79
12802026-05-23T04:12:05.596Z Downloaded vcpkg v0.2.15
12812026-05-23T04:12:05.618Z Downloaded regex-syntax v0.6.29
12822026-05-23T04:12:05.622Z Downloaded csv v1.4.0
12832026-05-23T04:12:05.634Z Downloaded nix v0.31.2
12842026-05-23T04:12:05.641Z Downloaded dropshot v0.17.0
12852026-05-23T04:12:05.653Z Downloaded dropshot v0.16.7
12862026-05-23T04:12:05.665Z Downloaded sqlparser v0.61.0
12872026-05-23T04:12:05.674Z Downloaded smoltcp v0.11.0
12882026-05-23T04:12:05.680Z Downloaded rustls v0.22.4
12892026-05-23T04:12:05.687Z Downloaded regex-syntax v0.8.10
12902026-05-23T04:12:05.692Z Downloaded openapiv3 v2.2.0
12912026-05-23T04:12:05.698Z Downloaded rustix v0.38.44
12922026-05-23T04:12:05.711Z Downloaded tracing v0.1.44
12932026-05-23T04:12:05.724Z Downloaded diesel v2.3.7
12942026-05-23T04:12:05.735Z Downloaded typify-impl v0.4.3
12952026-05-23T04:12:05.744Z Downloaded ratatui v0.29.0
12962026-05-23T04:12:05.757Z Downloaded zerocopy-derive v0.6.6
12972026-05-23T04:12:05.760Z Downloaded sled v0.34.7
12982026-05-23T04:12:05.766Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-05-23T04:12:05.783Z Downloaded typify-impl v0.6.2
13002026-05-23T04:12:05.792Z Downloaded regex-automata v0.4.14
13012026-05-23T04:12:05.800Z Downloaded petgraph v0.6.5
13022026-05-23T04:12:05.811Z Downloaded chrono-tz v0.10.4
13032026-05-23T04:12:05.824Z Downloaded petgraph v0.8.3
13042026-05-23T04:12:05.849Z Downloaded jiff v0.2.21
13052026-05-23T04:12:05.859Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-05-23T04:12:05.890Z Downloaded libz-sys v1.1.24
13072026-05-23T04:12:05.903Z Downloaded sha3 v0.10.8
13082026-05-23T04:12:05.915Z Downloaded tokio v1.52.1
13092026-05-23T04:12:05.947Z Downloaded encoding_rs v0.8.35
13102026-05-23T04:12:05.988Z Downloaded ring v0.17.14
13112026-05-23T04:12:06.027Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-23T04:12:06.528Z Downloaded aws-lc-sys v0.40.0
13132026-05-23T04:12:06.767Z Compiling libc v0.2.185
13142026-05-23T04:12:06.770Z Compiling serde v1.0.228
13152026-05-23T04:12:06.770Z Compiling log v0.4.29
13162026-05-23T04:12:06.770Z Compiling find-msvc-tools v0.1.9
13172026-05-23T04:12:06.930Z Compiling shlex v1.3.0
13182026-05-23T04:12:06.940Z Compiling syn v2.0.117
13192026-05-23T04:12:06.943Z Compiling smallvec v1.15.1
13202026-05-23T04:12:06.943Z Compiling typenum v1.19.0
13212026-05-23T04:12:07.111Z Compiling generic-array v0.14.7
13222026-05-23T04:12:07.137Z Compiling subtle v2.6.1
13232026-05-23T04:12:07.169Z Compiling scopeguard v1.2.0
13242026-05-23T04:12:07.188Z Compiling const-oid v0.9.6
13252026-05-23T04:12:07.236Z Compiling serde_json v1.0.149
13262026-05-23T04:12:07.274Z Compiling lock_api v0.4.14
13272026-05-23T04:12:07.324Z Compiling zerocopy v0.8.40
13282026-05-23T04:12:07.362Z Compiling portable-atomic v1.13.1
13292026-05-23T04:12:07.513Z Compiling pin-project-lite v0.2.17
13302026-05-23T04:12:07.612Z Compiling parking_lot_core v0.9.12
13312026-05-23T04:12:07.764Z Compiling pkg-config v0.3.32
13322026-05-23T04:12:07.833Z Compiling getrandom v0.2.17
13332026-05-23T04:12:07.848Z Compiling jobserver v0.1.34
13342026-05-23T04:12:07.862Z Compiling errno v0.3.14
13352026-05-23T04:12:07.985Z Compiling rand_core v0.6.4
13362026-05-23T04:12:08.064Z Compiling cc v1.2.56
13372026-05-23T04:12:08.239Z Compiling signal-hook-registry v1.4.8
13382026-05-23T04:12:08.253Z Compiling bitflags v2.11.0
13392026-05-23T04:12:08.265Z Compiling critical-section v1.2.0
13402026-05-23T04:12:08.327Z Compiling libm v0.2.16
13412026-05-23T04:12:08.371Z Compiling futures-core v0.3.32
13422026-05-23T04:12:08.476Z Compiling once_cell v1.21.3
13432026-05-23T04:12:08.530Z Compiling parking_lot v0.12.5
13442026-05-23T04:12:08.546Z Compiling mio v1.2.0
13452026-05-23T04:12:08.560Z Compiling num-traits v0.2.19
13462026-05-23T04:12:08.630Z Compiling percent-encoding v2.3.2
13472026-05-23T04:12:08.710Z Compiling socket2 v0.6.3
13482026-05-23T04:12:08.823Z Compiling futures-sink v0.3.32
13492026-05-23T04:12:08.912Z Compiling futures-channel v0.3.32
13502026-05-23T04:12:08.925Z Compiling cpufeatures v0.2.17
13512026-05-23T04:12:08.938Z Compiling slab v0.4.12
13522026-05-23T04:12:09.001Z Compiling getrandom v0.4.1
13532026-05-23T04:12:09.019Z Compiling futures-task v0.3.32
13542026-05-23T04:12:09.119Z Compiling futures-io v0.3.32
13552026-05-23T04:12:09.131Z Compiling rand_core v0.10.0
13562026-05-23T04:12:09.146Z Compiling indexmap v2.14.0
13572026-05-23T04:12:09.194Z Compiling rustversion v1.0.22
13582026-05-23T04:12:09.276Z Compiling getrandom v0.3.4
13592026-05-23T04:12:09.296Z Compiling cmake v0.1.57
13602026-05-23T04:12:09.631Z Compiling form_urlencoded v1.2.2
13612026-05-23T04:12:09.677Z Compiling fs_extra v1.3.0
13622026-05-23T04:12:09.699Z Compiling dunce v1.0.5
13632026-05-23T04:12:09.810Z Compiling ident_case v1.0.1
13642026-05-23T04:12:09.824Z Compiling synstructure v0.13.2
13652026-05-23T04:12:09.837Z Compiling base64ct v1.8.3
13662026-05-23T04:12:09.933Z Compiling flagset v0.4.7
13672026-05-23T04:12:09.961Z Compiling aws-lc-sys v0.40.0
13682026-05-23T04:12:10.064Z Compiling pem-rfc7468 v0.7.0
13692026-05-23T04:12:10.130Z Compiling iana-time-zone v0.1.65
13702026-05-23T04:12:10.179Z Compiling regex-syntax v0.8.10
13712026-05-23T04:12:10.243Z Compiling rustix v1.1.3
13722026-05-23T04:12:10.330Z Compiling rand_core v0.9.5
13732026-05-23T04:12:10.361Z Compiling ring v0.17.14
13742026-05-23T04:12:10.375Z Compiling aws-lc-rs v1.16.3
13752026-05-23T04:12:10.424Z Compiling vcpkg v0.2.15
13762026-05-23T04:12:10.599Z Compiling uuid v1.23.0
13772026-05-23T04:12:10.652Z Compiling rustc_version v0.4.1
13782026-05-23T04:12:10.975Z Compiling tracing-core v0.1.36
13792026-05-23T04:12:11.143Z Compiling openssl-sys v0.9.115
13802026-05-23T04:12:11.339Z Compiling base64 v0.22.1
13812026-05-23T04:12:11.540Z Compiling httparse v1.10.1
13822026-05-23T04:12:11.603Z Compiling serde_derive v1.0.228
13832026-05-23T04:12:11.667Z Compiling zeroize_derive v1.4.3
13842026-05-23T04:12:11.706Z Compiling zerofrom-derive v0.1.6
13852026-05-23T04:12:11.877Z Compiling yoke-derive v0.8.1
13862026-05-23T04:12:12.018Z Compiling zerocopy-derive v0.8.40
13872026-05-23T04:12:12.307Z Compiling zeroize v1.8.2
13882026-05-23T04:12:12.529Z Compiling zerovec-derive v0.11.2
13892026-05-23T04:12:13.032Z Compiling crypto-common v0.1.7
13902026-05-23T04:12:13.062Z Compiling block-buffer v0.10.4
13912026-05-23T04:12:13.100Z Compiling zerofrom v0.1.6
13922026-05-23T04:12:13.174Z Compiling displaydoc v0.2.5
13932026-05-23T04:12:13.222Z Compiling yoke v0.8.1
13942026-05-23T04:12:13.236Z Compiling digest v0.10.7
13952026-05-23T04:12:13.408Z Compiling tokio-macros v2.7.0
13962026-05-23T04:12:13.472Z Compiling futures-macro v0.3.32
13972026-05-23T04:12:13.617Z Compiling zerovec v0.11.5
13982026-05-23T04:12:13.916Z Compiling zerotrie v0.2.3
13992026-05-23T04:12:14.123Z Compiling tinystr v0.8.2
14002026-05-23T04:12:14.137Z Compiling potential_utf v0.1.4
14012026-05-23T04:12:14.210Z Compiling hmac v0.12.1
14022026-05-23T04:12:14.262Z Compiling icu_collections v2.1.1
14032026-05-23T04:12:14.291Z Compiling icu_locale_core v2.1.1
14042026-05-23T04:12:14.318Z Compiling futures-util v0.3.32
14052026-05-23T04:12:14.359Z Compiling block-padding v0.3.3
14062026-05-23T04:12:14.513Z Compiling inout v0.1.4
14072026-05-23T04:12:14.676Z Compiling cipher v0.4.4
14082026-05-23T04:12:14.735Z Compiling sha2 v0.10.9
14092026-05-23T04:12:14.930Z Compiling icu_provider v2.1.1
14102026-05-23T04:12:15.024Z Compiling bytes v1.11.1
14112026-05-23T04:12:15.158Z Compiling icu_properties v2.1.2
14122026-05-23T04:12:15.222Z Compiling icu_normalizer v2.1.1
14132026-05-23T04:12:15.521Z Compiling tokio v1.52.1
14142026-05-23T04:12:15.634Z Compiling der_derive v0.7.3
14152026-05-23T04:12:15.762Z Compiling http v1.4.0
14162026-05-23T04:12:16.103Z Compiling idna_adapter v1.2.1
14172026-05-23T04:12:16.246Z Compiling idna v1.1.0
14182026-05-23T04:12:16.291Z Compiling ppv-lite86 v0.2.21
14192026-05-23T04:12:16.457Z Compiling chrono v0.4.44
14202026-05-23T04:12:16.577Z Compiling url v2.5.8
14212026-05-23T04:12:16.595Z Compiling der v0.7.10
14222026-05-23T04:12:16.614Z Compiling salsa20 v0.10.2
14232026-05-23T04:12:16.716Z Compiling pbkdf2 v0.12.2
14242026-05-23T04:12:16.753Z Compiling rustls-pki-types v1.14.0
14252026-05-23T04:12:16.837Z Compiling tracing-attributes v0.1.31
14262026-05-23T04:12:16.906Z Compiling thiserror-impl v2.0.18
14272026-05-23T04:12:17.197Z Compiling scrypt v0.11.0
14282026-05-23T04:12:17.367Z Compiling rand_chacha v0.9.0
14292026-05-23T04:12:17.451Z Compiling spki v0.7.3
14302026-05-23T04:12:17.661Z Compiling http-body v1.0.1
14312026-05-23T04:12:17.777Z Compiling aes v0.8.4
14322026-05-23T04:12:17.814Z Compiling cbc v0.1.2
14332026-05-23T04:12:17.897Z Compiling openssl-probe v0.2.1
14342026-05-23T04:12:17.958Z Compiling untrusted v0.9.0
14352026-05-23T04:12:18.060Z Compiling tinyvec_macros v0.1.1
14362026-05-23T04:12:18.073Z Compiling untrusted v0.7.1
14372026-05-23T04:12:18.118Z Compiling tracing v0.1.44
14382026-05-23T04:12:18.132Z Compiling tinyvec v1.10.0
14392026-05-23T04:12:18.190Z Compiling pkcs5 v0.7.1
14402026-05-23T04:12:18.215Z Compiling thiserror v2.0.18
14412026-05-23T04:12:18.319Z Compiling rand v0.9.2
14422026-05-23T04:12:18.422Z Compiling pest_generator v2.8.6
14432026-05-23T04:12:18.463Z Compiling serde_derive_internals v0.29.1
14442026-05-23T04:12:18.655Z Compiling aho-corasick v1.1.4
14452026-05-23T04:12:18.818Z Compiling tower-service v0.3.3
14462026-05-23T04:12:18.915Z Compiling try-lock v0.2.5
14472026-05-23T04:12:19.025Z Compiling rustls v0.23.37
14482026-05-23T04:12:19.097Z Compiling atomic-waker v1.1.2
14492026-05-23T04:12:19.111Z Compiling schemars v0.8.22
14502026-05-23T04:12:19.192Z Compiling tower-layer v0.3.3
14512026-05-23T04:12:19.220Z Compiling dyn-clone v1.0.20
14522026-05-23T04:12:19.302Z Compiling tokio-util v0.7.18
14532026-05-23T04:12:19.335Z Compiling schemars_derive v0.8.22
14542026-05-23T04:12:19.349Z Compiling pest_derive v2.8.6
14552026-05-23T04:12:19.380Z Compiling want v0.3.1
14562026-05-23T04:12:19.542Z Compiling regex-automata v0.4.14
14572026-05-23T04:12:19.764Z Compiling pkcs8 v0.10.2
14582026-05-23T04:12:20.071Z Compiling h2 v0.4.13
14592026-05-23T04:12:20.111Z Compiling ipnet v2.11.0
14602026-05-23T04:12:20.311Z Compiling scroll_derive v0.13.1
14612026-05-23T04:12:20.325Z Compiling darling_core v0.20.11
14622026-05-23T04:12:20.550Z Compiling pin-utils v0.1.0
14632026-05-23T04:12:20.600Z Compiling foreign-types-shared v0.1.1
14642026-05-23T04:12:20.625Z Compiling httpdate v1.0.3
14652026-05-23T04:12:20.687Z Compiling openssl v0.10.79
14662026-05-23T04:12:20.844Z Compiling foreign-types v0.3.2
14672026-05-23T04:12:20.914Z Compiling tempfile v3.25.0
14682026-05-23T04:12:21.095Z Compiling scroll v0.13.0
14692026-05-23T04:12:21.180Z Compiling unicode-normalization v0.1.25
14702026-05-23T04:12:21.380Z Compiling openssl-macros v0.1.1
14712026-05-23T04:12:21.646Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-23T04:12:21.749Z Compiling spin v0.9.8
14732026-05-23T04:12:21.767Z Compiling num-conv v0.2.0
14742026-05-23T04:12:21.900Z Compiling powerfmt v0.2.0
14752026-05-23T04:12:21.955Z Compiling time-core v0.1.8
14762026-05-23T04:12:22.028Z Compiling crc32fast v1.5.0
14772026-05-23T04:12:22.101Z Compiling native-tls v0.2.18
14782026-05-23T04:12:22.104Z Compiling time-macros v0.2.27
14792026-05-23T04:12:22.292Z Compiling deranged v0.5.8
14802026-05-23T04:12:22.646Z Compiling darling_macro v0.20.11
14812026-05-23T04:12:23.107Z Compiling hyper v1.8.1
14822026-05-23T04:12:23.166Z Compiling darling v0.20.11
14832026-05-23T04:12:23.248Z Compiling goblin v0.10.5
14842026-05-23T04:12:23.262Z Compiling rustls-native-certs v0.8.3
14852026-05-23T04:12:23.553Z Compiling sync_wrapper v1.0.2
14862026-05-23T04:12:23.628Z Compiling wait-timeout v0.2.1
14872026-05-23T04:12:23.657Z Compiling crossbeam-utils v0.8.21
14882026-05-23T04:12:23.892Z Compiling simd-adler32 v0.3.8
14892026-05-23T04:12:23.941Z Compiling bit-vec v0.8.0
14902026-05-23T04:12:24.027Z Compiling usdt-impl v0.6.0
14912026-05-23T04:12:24.130Z Compiling siphasher v1.0.2
14922026-05-23T04:12:24.164Z Compiling hyper-util v0.1.20
14932026-05-23T04:12:24.227Z Compiling syn v1.0.109
14942026-05-23T04:12:24.310Z Compiling num_threads v0.1.7
14952026-05-23T04:12:24.409Z Compiling quick-error v1.2.3
14962026-05-23T04:12:24.515Z Compiling rusty-fork v0.3.1
14972026-05-23T04:12:24.659Z Compiling time v0.3.47
14982026-05-23T04:12:24.845Z Compiling bit-set v0.8.0
14992026-05-23T04:12:24.908Z Compiling tower v0.5.3
15002026-05-23T04:12:25.007Z Compiling derive_builder_core v0.20.2
15012026-05-23T04:12:25.371Z Compiling dtrace-parser v0.3.0
15022026-05-23T04:12:25.491Z Compiling http-body-util v0.1.3
15032026-05-23T04:12:25.740Z Compiling webpki-roots v1.0.6
15042026-05-23T04:12:25.858Z Compiling signature v2.2.0
15052026-05-23T04:12:25.872Z Compiling thiserror-impl v1.0.69
15062026-05-23T04:12:25.886Z Compiling dof v0.4.0
15072026-05-23T04:12:26.035Z Compiling scroll_derive v0.12.1
15082026-05-23T04:12:26.113Z Compiling heapless v0.7.17
15092026-05-23T04:12:26.214Z Compiling rand_xorshift v0.4.0
15102026-05-23T04:12:26.400Z Compiling slog v2.8.2
15112026-05-23T04:12:26.403Z Compiling darling_core v0.21.3
15122026-05-23T04:12:26.583Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-23T04:12:26.724Z Compiling thread-id v5.1.0
15142026-05-23T04:12:26.812Z Compiling cookie v0.18.1
15152026-05-23T04:12:26.853Z Compiling adler2 v2.0.1
15162026-05-23T04:12:26.986Z Compiling signal-hook v0.3.18
15172026-05-23T04:12:26.999Z Compiling anyhow v1.0.102
15182026-05-23T04:12:27.048Z Compiling unarray v0.1.4
15192026-05-23T04:12:27.155Z Compiling iri-string v0.7.10
15202026-05-23T04:12:27.155Z Compiling allocator-api2 v0.2.21
15212026-05-23T04:12:27.158Z Compiling unicode-properties v0.1.4
15222026-05-23T04:12:27.300Z Compiling unicode-bidi v0.3.18
15232026-05-23T04:12:27.366Z Compiling paste v1.0.15
15242026-05-23T04:12:27.491Z Compiling ryu v1.0.23
15252026-05-23T04:12:27.509Z Compiling zstd-safe v7.2.4
15262026-05-23T04:12:27.666Z Compiling stringprep v0.1.5
15272026-05-23T04:12:27.678Z Compiling serde_urlencoded v0.7.1
15282026-05-23T04:12:27.847Z Compiling thiserror v1.0.69
15292026-05-23T04:12:27.909Z Compiling proptest v1.10.0
15302026-05-23T04:12:27.944Z Compiling miniz_oxide v0.8.9
15312026-05-23T04:12:28.533Z Compiling tower-http v0.6.8
15322026-05-23T04:12:28.644Z Compiling scroll v0.12.0
15332026-05-23T04:12:28.717Z Compiling derive_builder_macro v0.20.2
15342026-05-23T04:12:28.883Z Compiling darling_macro v0.21.3
15352026-05-23T04:12:28.923Z Compiling tokio-native-tls v0.3.1
15362026-05-23T04:12:28.949Z Compiling ipnetwork v0.21.1
15372026-05-23T04:12:29.091Z Compiling bstr v1.12.1
15382026-05-23T04:12:29.161Z Compiling rand_chacha v0.3.1
15392026-05-23T04:12:29.200Z Compiling serde_tokenstream v0.2.3
15402026-05-23T04:12:29.337Z Compiling erased-serde v0.3.31
15412026-05-23T04:12:29.350Z Compiling serde_spanned v0.6.9
15422026-05-23T04:12:29.493Z Compiling toml_datetime v0.6.11
15432026-05-23T04:12:29.508Z Compiling md-5 v0.10.6
15442026-05-23T04:12:29.673Z Compiling async-trait v0.1.89
15452026-05-23T04:12:29.739Z Compiling zerocopy-derive v0.7.35
15462026-05-23T04:12:29.753Z Compiling pin-project-internal v1.1.11
15472026-05-23T04:12:29.818Z Compiling curve25519-dalek v4.1.3
15482026-05-23T04:12:29.962Z Compiling vergen-lib v0.1.6
15492026-05-23T04:12:30.143Z Compiling num-integer v0.1.46
15502026-05-23T04:12:30.159Z Compiling hash32 v0.2.1
15512026-05-23T04:12:30.344Z Compiling ff v0.13.1
15522026-05-23T04:12:30.460Z Compiling memoffset v0.9.1
15532026-05-23T04:12:30.484Z Compiling rustix v0.38.44
15542026-05-23T04:12:30.586Z Compiling zlib-rs v0.6.2
15552026-05-23T04:12:30.654Z Compiling litrs v1.0.0
15562026-05-23T04:12:30.683Z Compiling smoltcp v0.9.1
15572026-05-23T04:12:30.832Z Compiling psl-types v2.0.11
15582026-05-23T04:12:30.835Z Compiling fallible-iterator v0.2.0
15592026-05-23T04:12:30.971Z Compiling base16ct v0.2.0
15602026-05-23T04:12:31.018Z Compiling ref-cast v1.0.25
15612026-05-23T04:12:31.136Z Compiling num-bigint-dig v0.8.6
15622026-05-23T04:12:31.152Z Compiling cfg_aliases v0.2.1
15632026-05-23T04:12:31.168Z Compiling document-features v0.2.12
15642026-05-23T04:12:31.292Z Compiling nix v0.31.2
15652026-05-23T04:12:31.375Z Compiling postgres-protocol v0.6.10
15662026-05-23T04:12:31.435Z Compiling sec1 v0.7.3
15672026-05-23T04:12:31.682Z Compiling publicsuffix v2.3.0
15682026-05-23T04:12:31.713Z Compiling pin-project v1.1.11
15692026-05-23T04:12:31.852Z Compiling zerocopy v0.7.35
15702026-05-23T04:12:31.891Z Compiling group v0.13.0
15712026-05-23T04:12:31.910Z Compiling num-iter v0.1.45
15722026-05-23T04:12:32.027Z Compiling newtype-uuid v1.3.2
15732026-05-23T04:12:32.357Z Compiling rand v0.8.6
15742026-05-23T04:12:32.378Z Compiling darling v0.21.3
15752026-05-23T04:12:32.392Z Compiling derive_builder v0.20.2
15762026-05-23T04:12:32.462Z Compiling oxnet v0.1.4
15772026-05-23T04:12:32.515Z Compiling hyper-tls v0.6.0
15782026-05-23T04:12:32.739Z Compiling goblin v0.8.2
15792026-05-23T04:12:32.763Z Compiling hubpack_derive v0.1.1
15802026-05-23T04:12:33.223Z Compiling phf_shared v0.13.1
15812026-05-23T04:12:33.384Z Compiling lazy_static v1.5.0
15822026-05-23T04:12:33.458Z Compiling regex v1.12.3
15832026-05-23T04:12:33.479Z Compiling flate2 v1.1.9
15842026-05-23T04:12:33.492Z Compiling futures-executor v0.3.32
15852026-05-23T04:12:33.712Z Compiling cargo-platform v0.1.9
15862026-05-23T04:12:33.753Z Compiling hex v0.4.3
15872026-05-23T04:12:33.841Z Compiling hkdf v0.12.4
15882026-05-23T04:12:33.881Z Compiling crypto-bigint v0.5.5
15892026-05-23T04:12:33.884Z Compiling terminal_size v0.4.3
15902026-05-23T04:12:33.963Z Compiling daft-derive v0.1.7
15912026-05-23T04:12:34.005Z Compiling strum_macros v0.27.2
15922026-05-23T04:12:34.017Z Compiling snafu-derive v0.8.9
15932026-05-23T04:12:34.030Z Compiling ref-cast-impl v1.0.25
15942026-05-23T04:12:34.567Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-23T04:12:34.681Z Compiling vergen v9.0.6
15962026-05-23T04:12:34.886Z Compiling fs-err v3.3.0
15972026-05-23T04:12:35.046Z Compiling ahash v0.8.12
15982026-05-23T04:12:35.212Z Compiling encoding_rs v0.8.35
15992026-05-23T04:12:35.245Z Compiling bitflags v1.3.2
16002026-05-23T04:12:35.328Z Compiling object v0.37.3
16012026-05-23T04:12:35.599Z Compiling foldhash v0.1.5
16022026-05-23T04:12:35.760Z Compiling managed v0.8.0
16032026-05-23T04:12:35.883Z Compiling bumpalo v3.20.2
16042026-05-23T04:12:35.928Z Compiling same-file v1.0.6
16052026-05-23T04:12:35.970Z Compiling foldhash v0.2.0
16062026-05-23T04:12:35.995Z Compiling mime v0.3.17
16072026-05-23T04:12:36.089Z Compiling winnow v0.5.40
16082026-05-23T04:12:36.138Z Compiling unicode-segmentation v1.12.0
16092026-05-23T04:12:36.177Z Compiling libbz2-rs-sys v0.2.2
16102026-05-23T04:12:36.190Z Compiling hashbrown v0.16.1
16112026-05-23T04:12:36.294Z Compiling zopfli v0.8.3
16122026-05-23T04:12:36.576Z Compiling walkdir v2.5.0
16132026-05-23T04:12:36.777Z Compiling bzip2 v0.6.1
16142026-05-23T04:12:36.892Z Compiling strum v0.27.2
16152026-05-23T04:12:36.895Z Compiling snafu v0.8.9
16162026-05-23T04:12:36.963Z Compiling hashbrown v0.15.5
16172026-05-23T04:12:37.020Z Compiling clap_builder v4.5.60
16182026-05-23T04:12:37.360Z Compiling dof v0.3.0
16192026-05-23T04:12:37.519Z Compiling toml_edit v0.19.15
16202026-05-23T04:12:37.554Z Compiling elliptic-curve v0.13.8
16212026-05-23T04:12:37.626Z Compiling daft v0.1.7
16222026-05-23T04:12:37.938Z Compiling cargo_metadata v0.19.2
16232026-05-23T04:12:38.007Z Compiling futures v0.3.32
16242026-05-23T04:12:38.089Z Compiling phf v0.13.1
16252026-05-23T04:12:38.248Z Compiling signal-hook-mio v0.2.5
16262026-05-23T04:12:38.367Z Compiling hubpack v0.1.2
16272026-05-23T04:12:38.586Z Compiling cookie_store v0.22.1
16282026-05-23T04:12:39.231Z Compiling bzip2 v0.4.4
16292026-05-23T04:12:39.247Z Compiling zstd v0.13.3
16302026-05-23T04:12:39.270Z Compiling serde_with_macros v3.17.0
16312026-05-23T04:12:39.525Z Compiling postgres-types v0.2.12
16322026-05-23T04:12:40.036Z Compiling usdt-attr-macro v0.6.0
16332026-05-23T04:12:40.050Z Compiling usdt-macro v0.6.0
16342026-05-23T04:12:40.070Z Compiling globset v0.4.18
16352026-05-23T04:12:40.117Z Compiling dtrace-parser v0.2.0
16362026-05-23T04:12:40.373Z Compiling ed25519 v2.2.3
16372026-05-23T04:12:40.590Z Compiling phf_shared v0.11.3
16382026-05-23T04:12:40.740Z Compiling olpc-cjson v0.1.4
16392026-05-23T04:12:40.777Z Compiling pkcs1 v0.7.5
16402026-05-23T04:12:40.798Z Compiling serde_plain v1.0.2
16412026-05-23T04:12:40.812Z Compiling serde-big-array v0.5.1
16422026-05-23T04:12:40.857Z Compiling rfc6979 v0.4.0
16432026-05-23T04:12:40.895Z Compiling async-recursion v1.1.1
16442026-05-23T04:12:40.951Z Compiling enum-as-inner v0.6.1
16452026-05-23T04:12:40.981Z Compiling clap_derive v4.5.55
16462026-05-23T04:12:40.996Z Compiling strum_macros v0.26.4
16472026-05-23T04:12:41.163Z Compiling serde_repr v0.1.20
16482026-05-23T04:12:41.280Z Compiling pem v3.0.6
16492026-05-23T04:12:41.441Z Compiling float-cmp v0.10.0
16502026-05-23T04:12:41.579Z Compiling memmap2 v0.9.10
16512026-05-23T04:12:41.596Z Compiling thread-id v4.2.2
16522026-05-23T04:12:41.619Z Compiling env_filter v1.0.0
16532026-05-23T04:12:41.684Z Compiling precomputed-hash v0.1.1
16542026-05-23T04:12:41.707Z Compiling predicates-core v1.0.10
16552026-05-23T04:12:41.771Z Compiling whoami v2.1.0
16562026-05-23T04:12:41.789Z Compiling static_assertions v1.1.0
16572026-05-23T04:12:41.865Z Compiling data-encoding v2.10.0
16582026-05-23T04:12:41.884Z Compiling jiff v0.2.21
16592026-05-23T04:12:41.921Z Compiling fixedbitset v0.5.7
16602026-05-23T04:12:42.149Z Compiling keccak v0.1.6
16612026-05-23T04:12:42.223Z Compiling typed-path v0.9.3
16622026-05-23T04:12:42.544Z Compiling normalize-line-endings v0.3.0
16632026-05-23T04:12:42.643Z Compiling new_debug_unreachable v1.0.6
16642026-05-23T04:12:42.719Z Compiling difflib v0.4.0
16652026-05-23T04:12:42.780Z Compiling fixedbitset v0.4.2
16662026-05-23T04:12:42.783Z Compiling either v1.15.0
16672026-05-23T04:12:42.961Z Compiling predicates v3.1.4
16682026-05-23T04:12:42.997Z Compiling itertools v0.13.0
16692026-05-23T04:12:42.998Z Compiling petgraph v0.6.5
16702026-05-23T04:12:43.277Z Compiling clap v4.5.60
16712026-05-23T04:12:43.371Z Compiling strum v0.26.3
16722026-05-23T04:12:43.425Z Compiling string_cache v0.8.9
16732026-05-23T04:12:43.490Z Compiling toml_edit v0.22.27
16742026-05-23T04:12:43.612Z Compiling sha3 v0.10.8
16752026-05-23T04:12:43.652Z Compiling hickory-proto v0.25.2
16762026-05-23T04:12:43.683Z Compiling petgraph v0.8.3
16772026-05-23T04:12:44.061Z Compiling tokio-postgres v0.7.16
16782026-05-23T04:12:44.224Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16792026-05-23T04:12:44.501Z Compiling zip v4.6.1
16802026-05-23T04:12:45.445Z Compiling env_logger v0.11.9
16812026-05-23T04:12:45.576Z Compiling usdt v0.6.0
16822026-05-23T04:12:45.809Z Compiling usdt-impl v0.5.0
16832026-05-23T04:12:45.833Z Compiling rsa v0.9.10
16842026-05-23T04:12:46.022Z Compiling ecdsa v0.16.9
16852026-05-23T04:12:46.187Z Compiling ed25519-dalek v2.2.0
16862026-05-23T04:12:46.236Z Compiling serde_with v3.17.0
16872026-05-23T04:12:46.402Z Compiling crossterm v0.28.1
16882026-05-23T04:12:46.900Z Compiling zip v0.6.6
16892026-05-23T04:12:47.466Z Compiling toml v0.7.8
16902026-05-23T04:12:47.493Z Compiling iddqd v0.4.1
16912026-05-23T04:12:48.072Z Compiling heck v0.4.1
16922026-05-23T04:12:48.109Z Compiling similar v2.7.0
16932026-05-23T04:12:48.112Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-23T04:12:48.301Z Compiling crossbeam-epoch v0.9.18
16952026-05-23T04:12:48.339Z Compiling tokio-stream v0.1.18
16962026-05-23T04:12:48.628Z Compiling buf-list v1.1.2
16972026-05-23T04:12:48.723Z Compiling x509-cert v0.2.5
16982026-05-23T04:12:48.737Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-23T04:12:48.810Z Compiling openapiv3 v2.2.0
17002026-05-23T04:12:48.900Z Compiling sha1 v0.10.6
17012026-05-23T04:12:48.986Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-23T04:12:49.030Z Compiling lalrpop-util v0.19.12
17032026-05-23T04:12:49.128Z Compiling peg-runtime v0.8.5
17042026-05-23T04:12:49.198Z Compiling thread_local v1.1.9
17052026-05-23T04:12:49.223Z Compiling slog-async v2.8.0
17062026-05-23T04:12:49.270Z Compiling crossbeam-channel v0.5.15
17072026-05-23T04:12:49.402Z Compiling is-terminal v0.4.17
17082026-05-23T04:12:49.445Z Compiling filetime v0.2.27
17092026-05-23T04:12:49.502Z Compiling term v1.2.1
17102026-05-23T04:12:49.536Z Compiling xattr v1.6.1
17112026-05-23T04:12:49.616Z Compiling take_mut v0.2.2
17122026-05-23T04:12:49.719Z Compiling tar v0.4.45
17132026-05-23T04:12:50.084Z Compiling slog-term v2.9.2
17142026-05-23T04:12:59.831Z Compiling rustls-webpki v0.103.9
17152026-05-23T04:13:02.637Z Compiling tokio-rustls v0.26.4
17162026-05-23T04:13:02.637Z Compiling rustls-platform-verifier v0.6.2
17172026-05-23T04:13:02.836Z Compiling hyper-rustls v0.27.7
17182026-05-23T04:13:03.038Z Compiling reqwest v0.12.28
17192026-05-23T04:13:03.052Z Compiling reqwest v0.13.2
17202026-05-23T04:13:04.317Z Compiling tough v0.22.0
17212026-05-23T04:13:06.889Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-23T04:13:07.097Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-23T04:13:09.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-23T04:13:10.074Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-23T04:13:10.136ZMay 23 04:13:08.448 INFO Starting download, target: Cockroach
17262026-05-23T04:13:10.136ZMay 23 04:13:08.449 INFO Starting download, target: Console
17272026-05-23T04:13:10.136ZMay 23 04:13:08.449 INFO Starting download, target: DendriteStub
17282026-05-23T04:13:10.136ZMay 23 04:13:08.449 INFO Starting download, target: Clickhouse
17292026-05-23T04:13:10.140ZMay 23 04:13:08.449 INFO Starting download, target: MaghemiteMgd
17302026-05-23T04:13:10.140ZMay 23 04:13:08.449 INFO Starting download, target: TransceiverControl
17312026-05-23T04:13:10.140ZMay 23 04:13:08.449 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-23T04:13:10.140ZMay 23 04:13:08.449 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-05-23T04:13:10.140ZMay 23 04:13:08.449 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-05-23T04:13:10.140ZMay 23 04:13:08.449 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-23T04:13:10.140ZMay 23 04:13:08.449 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-23T04:13:10.140ZMay 23 04:13:08.449 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-23T04:13:10.565ZMay 23 04:13:08.884 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-23T04:13:10.768ZMay 23 04:13:09.089 INFO Download complete, target: TransceiverControl
17392026-05-23T04:13:11.091ZMay 23 04:13:09.399 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-23T04:13:11.318ZMay 23 04:13:09.627 INFO Download complete, target: Console
17412026-05-23T04:13:12.031ZMay 23 04:13:10.345 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-05-23T04:13:12.227ZMay 23 04:13:10.533 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-23T04:13:12.257ZMay 23 04:13:10.576 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-23T04:13:12.721ZMay 23 04:13:11.043 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-23T04:13:12.721ZMay 23 04:13:11.043 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-23T04:13:14.402ZMay 23 04:13:12.724 INFO Download complete, target: MaghemiteMgd
17472026-05-23T04:13:14.563ZMay 23 04:13:12.882 INFO Download complete, target: DendriteStub
17482026-05-23T04:13:17.296ZMay 23 04:13:15.618 INFO Checking that binary works, target: Cockroach
17492026-05-23T04:13:17.440ZMay 23 04:13:15.751 INFO Download complete, target: Cockroach
17502026-05-23T04:13:18.966ZMay 23 04:13:17.288 INFO Checking that binary works, target: Clickhouse
17512026-05-23T04:13:19.109ZMay 23 04:13:17.425 INFO Download complete, target: Clickhouse
17522026-05-23T04:13:19.133ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-23T04:13:19.137Z
17542026-05-23T04:13:19.137Zreal 2:19.577029785
17552026-05-23T04:13:19.137Zuser 6:59.598864441
17562026-05-23T04:13:19.137Zsys 1:22.443165452
17572026-05-23T04:13:19.137Ztrap 0.216433066
17582026-05-23T04:13:19.137Ztflt 0.848699416
17592026-05-23T04:13:19.137Zdflt 0.904754767
17602026-05-23T04:13:19.137Zkflt 0.032181194
17612026-05-23T04:13:19.137Zlock 22:22.177871362
17622026-05-23T04:13:19.137Zslp 21:26.052520382
17632026-05-23T04:13:19.137Zlat 43.291509290
17642026-05-23T04:13:19.137Zstop 1:54.135337006
17652026-05-23T04:13:19.137Z+ banner hack-check
17662026-05-23T04:13:19.137Z
17672026-05-23T04:13:19.137Z # # ## #### # # #### # # ###### #### # #
17682026-05-23T04:13:19.137Z # # # # # # # # # # # # # # # # #
17692026-05-23T04:13:19.137Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-23T04:13:19.137Z # # ###### # # # # # # # # # #
17712026-05-23T04:13:19.137Z # # # # # # # # # # # # # # # # #
17722026-05-23T04:13:19.137Z # # # # #### # # #### # # ###### #### # #
17732026-05-23T04:13:19.137Z
17742026-05-23T04:13:19.137Z+ export CARGO_INCREMENTAL=0
17752026-05-23T04:13:19.137Z+ CARGO_INCREMENTAL=0
17762026-05-23T04:13:19.137Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-23T04:13:19.662Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-23T04:13:19.882Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-23T04:13:21.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17802026-05-23T04:13:21.801Z Running `target/debug/xtask check-features --ci`
17812026-05-23T04:13:21.829Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-23T04:13:21.838Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-23T04:13:22.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17842026-05-23T04:13:22.344Z Running `target/debug/xtask download cargo-hack`
17852026-05-23T04:13:23.132Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-23T04:13:23.444Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-23T04:13:25.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17882026-05-23T04:13:26.067Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-23T04:13:26.109ZMay 23 04:13:24.430 INFO Starting download, target: CargoHack
17902026-05-23T04:13:26.122ZMay 23 04:13:24.431 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-23T04:13:26.486ZMay 23 04:13:24.807 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-23T04:13:26.535ZMay 23 04:13:24.856 INFO Download complete, target: CargoHack
17932026-05-23T04:13:26.538Zrunning: "/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"
17942026-05-23T04:13:26.552Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-23T04:13:26.709Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-23T04:13:27.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-23T04:13:27.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-23T04:13:27.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-23T04:13:27.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-05-23T04:13:27.303Z
18012026-05-23T04:13:27.303Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-23T04:13:27.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-23T04:13:27.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-23T04:13:27.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-23T04:13:27.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-23T04:13:27.883Z
18072026-05-23T04:13:27.884Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-23T04:13:28.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-23T04:13:28.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-23T04:13:28.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-23T04:13:28.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-23T04:13:28.463Z
18132026-05-23T04:13:28.463Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-23T04:13:28.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-23T04:13:28.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-23T04:13:28.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-23T04:13:28.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-23T04:13:29.044Z
18192026-05-23T04:13:29.044Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-23T04:13:29.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-23T04:13:29.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-23T04:13:29.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-23T04:13:29.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-23T04:13:29.629Z
18252026-05-23T04:13:29.630Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-23T04:13:30.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-23T04:13:30.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-23T04:13:30.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-23T04:13:30.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-05-23T04:13:30.232Z
18312026-05-23T04:13:30.232Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-23T04:13:30.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-23T04:13:30.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-23T04:13:30.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-23T04:13:30.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-23T04:13:30.832Z
18372026-05-23T04:13:30.832Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-23T04:13:31.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-23T04:13:31.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-23T04:13:31.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-23T04:13:31.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-23T04:13:31.430Z
18432026-05-23T04:13:31.430Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-23T04:13:31.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-23T04:13:31.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-23T04:13:31.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-23T04:13:31.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-05-23T04:13:31.900Z
18492026-05-23T04:13:31.900Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-23T04:13:32.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-23T04:13:32.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-23T04:13:32.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-23T04:13:32.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-23T04:13:32.370Z
18552026-05-23T04:13:32.370Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-23T04:13:32.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-23T04:13:32.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-23T04:13:32.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-23T04:13:32.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-23T04:13:32.840Z
18612026-05-23T04:13:32.840Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-23T04:13:33.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-23T04:13:33.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-23T04:13:33.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-23T04:13:33.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-23T04:13:33.311Z
18672026-05-23T04:13:33.311Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-23T04:13:33.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-23T04:13:33.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-23T04:13:33.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-23T04:13:33.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-23T04:13:33.782Z
18732026-05-23T04:13:33.783Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-23T04:13:34.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-23T04:13:34.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-23T04:13:34.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-23T04:13:34.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-23T04:13:34.254Z
18792026-05-23T04:13:34.254Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-23T04:13:34.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-23T04:13:34.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-23T04:13:34.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-23T04:13:34.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-23T04:13:34.725Z
18852026-05-23T04:13:34.725Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-23T04:13:35.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-23T04:13:35.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-23T04:13:35.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-23T04:13:35.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-23T04:13:35.192Z
18912026-05-23T04:13:35.192Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-23T04:13:35.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-23T04:13:35.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-23T04:13:35.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-23T04:13:35.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-23T04:13:35.661Z
18972026-05-23T04:13:35.661Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-23T04:13:36.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-23T04:13:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-23T04:13:36.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-23T04:13:36.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-23T04:13:36.131Z
19032026-05-23T04:13:36.132Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-23T04:13:36.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-23T04:13:36.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-23T04:13:36.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-23T04:13:36.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-23T04:13:36.602Z
19092026-05-23T04:13:36.602Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-23T04:13:37.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-23T04:13:37.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-23T04:13:37.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-23T04:13:37.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-23T04:13:37.073Z
19152026-05-23T04:13:37.073Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-23T04:13:37.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-23T04:13:37.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-23T04:13:37.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-23T04:13:37.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-23T04:13:37.547Z
19212026-05-23T04:13:37.547Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-23T04:13:37.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-23T04:13:37.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-23T04:13:37.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-23T04:13:37.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-05-23T04:13:38.020Z
19272026-05-23T04:13:38.020Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-23T04:13:38.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-23T04:13:38.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-23T04:13:38.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-23T04:13:38.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-23T04:13:38.491Z
19332026-05-23T04:13:38.491Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-23T04:13:38.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-23T04:13:38.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-23T04:13:38.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-23T04:13:38.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-23T04:13:38.964Z
19392026-05-23T04:13:38.964Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-23T04:13:39.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-23T04:13:39.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-23T04:13:39.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-23T04:13:39.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-23T04:13:39.433Z
19452026-05-23T04:13:39.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-23T04:13:39.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-23T04:13:39.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-23T04:13:39.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-23T04:13:39.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-23T04:13:39.905Z
19512026-05-23T04:13:39.905Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-23T04:13:40.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-23T04:13:40.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-23T04:13:40.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-23T04:13:40.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-23T04:13:40.375Z
19572026-05-23T04:13:40.375Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-23T04:13:40.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-23T04:13:40.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-23T04:13:40.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-23T04:13:40.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-23T04:13:40.847Z
19632026-05-23T04:13:40.847Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-23T04:13:41.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-23T04:13:41.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-23T04:13:41.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-23T04:13:41.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-23T04:13:41.317Z
19692026-05-23T04:13:41.317Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-23T04:13:41.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-23T04:13:41.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-23T04:13:41.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-23T04:13:41.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-05-23T04:13:41.789Z
19752026-05-23T04:13:41.789Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-23T04:13:42.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-23T04:13:42.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-23T04:13:42.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-23T04:13:42.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-23T04:13:42.258Z
19812026-05-23T04:13:42.258Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-23T04:13:42.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-23T04:13:42.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-23T04:13:42.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-23T04:13:42.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-23T04:13:42.726Z
19872026-05-23T04:13:42.726Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-23T04:13:43.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-23T04:13:43.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-23T04:13:43.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-23T04:13:43.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-23T04:13:43.193Z
19932026-05-23T04:13:43.193Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-23T04:13:43.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-23T04:13:43.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-23T04:13:43.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-23T04:13:43.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-23T04:13:43.660Z
19992026-05-23T04:13:43.660Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-23T04:13:44.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-23T04:13:44.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-23T04:13:44.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-23T04:13:44.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-23T04:13:44.130Z
20052026-05-23T04:13:44.130Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-23T04:13:44.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-23T04:13:44.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-23T04:13:44.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-23T04:13:44.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-23T04:13:44.599Z
20112026-05-23T04:13:44.599Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-23T04:13:45.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-23T04:13:45.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-23T04:13:45.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-23T04:13:45.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-23T04:13:45.073Z
20172026-05-23T04:13:45.073Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-23T04:13:45.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-23T04:13:45.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-23T04:13:45.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-23T04:13:45.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-23T04:13:45.544Z
20232026-05-23T04:13:45.544Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-23T04:13:45.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-23T04:13:45.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-23T04:13:45.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-23T04:13:45.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-23T04:13:46.011Z
20292026-05-23T04:13:46.011Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-23T04:13:46.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-23T04:13:46.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-23T04:13:46.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-23T04:13:46.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-23T04:13:46.484Z
20352026-05-23T04:13:46.484Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-23T04:13:46.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-23T04:13:46.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-23T04:13:46.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-23T04:13:46.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-23T04:13:46.955Z
20412026-05-23T04:13:46.955Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-23T04:13:47.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-23T04:13:47.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-23T04:13:47.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-23T04:13:47.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-23T04:13:47.425Z
20472026-05-23T04:13:47.425Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-23T04:13:47.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-23T04:13:47.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-23T04:13:47.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-23T04:13:47.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-23T04:13:47.896Z
20532026-05-23T04:13:47.896Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-23T04:13:48.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-23T04:13:48.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-23T04:13:48.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-23T04:13:48.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-23T04:13:48.366Z
20592026-05-23T04:13:48.366Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-23T04:13:48.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-23T04:13:48.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-23T04:13:48.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-23T04:13:48.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-23T04:13:48.837Z
20652026-05-23T04:13:48.837Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-23T04:13:49.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-23T04:13:49.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-23T04:13:49.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-23T04:13:49.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-23T04:13:49.308Z
20712026-05-23T04:13:49.308Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-23T04:13:49.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-23T04:13:49.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-23T04:13:49.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-23T04:13:49.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-23T04:13:49.778Z
20772026-05-23T04:13:49.778Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-23T04:13:50.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-23T04:13:50.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-23T04:13:50.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-23T04:13:50.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-23T04:13:50.249Z
20832026-05-23T04:13:50.250Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-23T04:13:50.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-23T04:13:50.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-23T04:13:50.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-23T04:13:50.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-23T04:13:50.886Z
20892026-05-23T04:13:50.886Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-23T04:13:51.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-23T04:13:51.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-23T04:13:51.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-23T04:13:51.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-23T04:13:51.525Z
20952026-05-23T04:13:51.525Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-23T04:13:52.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-23T04:13:52.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-23T04:13:52.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-23T04:13:52.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-23T04:13:52.162Z
21012026-05-23T04:13:52.162Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-23T04:13:52.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-23T04:13:52.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-23T04:13:52.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-23T04:13:52.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-05-23T04:13:52.800Z
21072026-05-23T04:13:52.800Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-23T04:13:53.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-23T04:13:53.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-23T04:13:53.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-23T04:13:53.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-05-23T04:13:53.408Z
21132026-05-23T04:13:53.408Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-23T04:13:53.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-23T04:13:53.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-23T04:13:53.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-23T04:13:53.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-23T04:13:53.992Z
21192026-05-23T04:13:53.992Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-23T04:13:54.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-23T04:13:54.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-23T04:13:54.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-23T04:13:54.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-23T04:13:54.599Z
21252026-05-23T04:13:54.599Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-23T04:13:55.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-23T04:13:55.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-23T04:13:55.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-23T04:13:55.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-23T04:13:55.198Z
21312026-05-23T04:13:55.198Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-23T04:13:55.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-23T04:13:55.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-23T04:13:55.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-23T04:13:55.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-23T04:13:55.802Z
21372026-05-23T04:13:55.802Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-23T04:13:56.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-23T04:13:56.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-23T04:13:56.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-23T04:13:56.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-23T04:13:56.404Z
21432026-05-23T04:13:56.404Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-23T04:13:56.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-23T04:13:56.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-23T04:13:56.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-23T04:13:56.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-23T04:13:56.992Z
21492026-05-23T04:13:56.993Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-23T04:13:57.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-23T04:13:57.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-23T04:13:57.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-23T04:13:57.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-23T04:13:57.584Z
21552026-05-23T04:13:57.584Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-23T04:13:58.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-23T04:13:58.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-23T04:13:58.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-23T04:13:58.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-23T04:13:58.170Z
21612026-05-23T04:13:58.170Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-23T04:13:58.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-23T04:13:58.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-23T04:13:58.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-23T04:13:58.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-05-23T04:13:58.759Z
21672026-05-23T04:13:58.759Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-23T04:13:59.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-23T04:13:59.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-23T04:13:59.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-23T04:13:59.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-23T04:13:59.359Z
21732026-05-23T04:13:59.359Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-23T04:13:59.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-23T04:13:59.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-23T04:13:59.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-23T04:13:59.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-23T04:13:59.961Z
21792026-05-23T04:13:59.961Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-23T04:14:00.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-23T04:14:00.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-23T04:14:00.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-23T04:14:00.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-23T04:14:00.546Z
21852026-05-23T04:14:00.546Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-23T04:14:01.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-23T04:14:01.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-23T04:14:01.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-23T04:14:01.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-23T04:14:01.133Z
21912026-05-23T04:14:01.133Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-23T04:14:01.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-23T04:14:01.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-23T04:14:01.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-23T04:14:01.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-23T04:14:01.726Z
21972026-05-23T04:14:01.726Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-23T04:14:02.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-23T04:14:02.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-23T04:14:02.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-23T04:14:02.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-23T04:14:02.324Z
22032026-05-23T04:14:02.324Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-23T04:14:02.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-23T04:14:02.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-23T04:14:02.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-23T04:14:02.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-23T04:14:02.922Z
22092026-05-23T04:14:02.923Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-23T04:14:03.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-23T04:14:03.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-23T04:14:03.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-23T04:14:03.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-23T04:14:03.520Z
22152026-05-23T04:14:03.520Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-23T04:14:04.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-23T04:14:04.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-23T04:14:04.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-23T04:14:04.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-23T04:14:04.120Z
22212026-05-23T04:14:04.120Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-23T04:14:04.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-23T04:14:04.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-23T04:14:04.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-23T04:14:04.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-23T04:14:04.718Z
22272026-05-23T04:14:04.718Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-23T04:14:05.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-23T04:14:05.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-23T04:14:05.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-23T04:14:05.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-23T04:14:05.330Z
22332026-05-23T04:14:05.330Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-23T04:14:05.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-23T04:14:05.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-23T04:14:05.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-23T04:14:05.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-23T04:14:05.947Z
22392026-05-23T04:14:05.947Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-23T04:14:06.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-23T04:14:06.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-23T04:14:06.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-23T04:14:06.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-23T04:14:06.534Z
22452026-05-23T04:14:06.534Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-23T04:14:07.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-23T04:14:07.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-23T04:14:07.149Z Checking cfg-if v1.0.4
22492026-05-23T04:14:07.152Z Checking libc v0.2.185
22502026-05-23T04:14:07.152Z Checking serde_core v1.0.228
22512026-05-23T04:14:07.268Z Checking zeroize v1.8.2
22522026-05-23T04:14:07.276Z Checking memchr v2.8.0
22532026-05-23T04:14:07.286Z Checking log v0.4.29
22542026-05-23T04:14:07.296Z Checking smallvec v1.15.1
22552026-05-23T04:14:07.307Z Checking typenum v1.19.0
22562026-05-23T04:14:07.310Z Checking subtle v2.6.1
22572026-05-23T04:14:07.404Z Checking itoa v1.0.17
22582026-05-23T04:14:07.443Z Checking scopeguard v1.2.0
22592026-05-23T04:14:07.460Z Checking stable_deref_trait v1.2.1
22602026-05-23T04:14:07.472Z Checking const-oid v0.9.6
22612026-05-23T04:14:07.533Z Checking zerofrom v0.1.6
22622026-05-23T04:14:07.544Z Checking lock_api v0.4.14
22632026-05-23T04:14:07.558Z Checking pin-project-lite v0.2.17
22642026-05-23T04:14:07.643Z Checking yoke v0.8.1
22652026-05-23T04:14:07.655Z Checking portable-atomic v1.13.1
22662026-05-23T04:14:07.666Z Checking futures-core v0.3.32
22672026-05-23T04:14:07.676Z Checking getrandom v0.2.17
22682026-05-23T04:14:07.738Z Checking errno v0.3.14
22692026-05-23T04:14:07.779Z Checking parking_lot_core v0.9.12
22702026-05-23T04:14:07.803Z Checking zerovec v0.11.5
22712026-05-23T04:14:07.816Z Checking rand_core v0.6.4
22722026-05-23T04:14:07.827Z Checking generic-array v0.14.7
22732026-05-23T04:14:07.848Z Checking signal-hook-registry v1.4.8
22742026-05-23T04:14:07.961Z Checking critical-section v1.2.0
22752026-05-23T04:14:07.983Z Checking parking_lot v0.12.5
22762026-05-23T04:14:08.002Z Checking mio v1.2.0
22772026-05-23T04:14:08.041Z Checking zerocopy v0.8.40
22782026-05-23T04:14:08.058Z Checking once_cell v1.21.3
22792026-05-23T04:14:08.137Z Checking zmij v1.0.21
22802026-05-23T04:14:08.164Z Checking socket2 v0.6.3
22812026-05-23T04:14:08.220Z Checking tinystr v0.8.2
22822026-05-23T04:14:08.232Z Checking libm v0.2.16
22832026-05-23T04:14:08.256Z Checking crypto-common v0.1.7
22842026-05-23T04:14:08.273Z Checking block-buffer v0.10.4
22852026-05-23T04:14:08.341Z Checking percent-encoding v2.3.2
22862026-05-23T04:14:08.375Z Checking equivalent v1.0.2
22872026-05-23T04:14:08.394Z Checking writeable v0.6.2
22882026-05-23T04:14:08.406Z Checking litemap v0.8.1
22892026-05-23T04:14:08.417Z Checking digest v0.10.7
22902026-05-23T04:14:08.455Z Checking potential_utf v0.1.4
22912026-05-23T04:14:08.477Z Checking zerotrie v0.2.3
22922026-05-23T04:14:08.549Z Checking futures-sink v0.3.32
22932026-05-23T04:14:08.569Z Checking icu_locale_core v2.1.1
22942026-05-23T04:14:08.583Z Checking icu_collections v2.1.1
22952026-05-23T04:14:08.604Z Checking slab v0.4.12
22962026-05-23T04:14:08.642Z Checking futures-channel v0.3.32
22972026-05-23T04:14:08.714Z Checking futures-task v0.3.32
22982026-05-23T04:14:08.733Z Checking serde v1.0.228
22992026-05-23T04:14:08.774Z Checking bitflags v2.11.0
23002026-05-23T04:14:08.829Z Checking serde_json v1.0.149
23012026-05-23T04:14:08.877Z Checking futures-io v0.3.32
23022026-05-23T04:14:08.890Z Checking cpufeatures v0.2.17
23032026-05-23T04:14:08.920Z Checking num-traits v0.2.19
23042026-05-23T04:14:08.937Z Checking hmac v0.12.1
23052026-05-23T04:14:08.951Z Checking icu_properties_data v2.1.2
23062026-05-23T04:14:08.984Z Checking futures-util v0.3.32
23072026-05-23T04:14:09.063Z Checking icu_normalizer_data v2.1.1
23082026-05-23T04:14:09.076Z Checking hashbrown v0.17.0
23092026-05-23T04:14:09.126Z Checking icu_provider v2.1.1
23102026-05-23T04:14:09.137Z Checking rand_core v0.10.0
23112026-05-23T04:14:09.159Z Checking bytes v1.11.1
23122026-05-23T04:14:09.271Z Checking getrandom v0.4.1
23132026-05-23T04:14:09.346Z Checking icu_properties v2.1.2
23142026-05-23T04:14:09.414Z Checking icu_normalizer v2.1.1
23152026-05-23T04:14:09.439Z Checking block-padding v0.3.3
23162026-05-23T04:14:09.495Z Checking utf8_iter v1.0.4
23172026-05-23T04:14:09.534Z Checking indexmap v2.14.0
23182026-05-23T04:14:09.568Z Checking inout v0.1.4
23192026-05-23T04:14:09.590Z Checking tokio v1.52.1
23202026-05-23T04:14:09.613Z Checking sha2 v0.10.9
23212026-05-23T04:14:09.703Z Checking cipher v0.4.4
23222026-05-23T04:14:09.722Z Checking form_urlencoded v1.2.2
23232026-05-23T04:14:09.845Z Checking getrandom v0.3.4
23242026-05-23T04:14:09.877Z Checking fnv v1.0.7
23252026-05-23T04:14:09.908Z Checking byteorder v1.5.0
23262026-05-23T04:14:09.968Z Checking base64ct v1.8.3
23272026-05-23T04:14:09.985Z Checking flagset v0.4.7
23282026-05-23T04:14:10.088Z Checking rand_core v0.9.5
23292026-05-23T04:14:10.103Z Checking http v1.4.0
23302026-05-23T04:14:10.115Z Checking regex-syntax v0.8.10
23312026-05-23T04:14:10.156Z Checking idna_adapter v1.2.1
23322026-05-23T04:14:10.196Z Checking pem-rfc7468 v0.7.0
23332026-05-23T04:14:10.262Z Checking salsa20 v0.10.2
23342026-05-23T04:14:10.275Z Checking idna v1.1.0
23352026-05-23T04:14:10.347Z Checking der v0.7.10
23362026-05-23T04:14:10.389Z Checking uuid v1.23.0
23372026-05-23T04:14:10.514Z Checking url v2.5.8
23382026-05-23T04:14:10.658Z Checking pbkdf2 v0.12.2
23392026-05-23T04:14:10.692Z Checking rustix v1.1.3
23402026-05-23T04:14:10.767Z Checking tracing-core v0.1.36
23412026-05-23T04:14:10.780Z Checking ppv-lite86 v0.2.21
23422026-05-23T04:14:10.877Z Checking rustls-pki-types v1.14.0
23432026-05-23T04:14:10.957Z Checking base64 v0.22.1
23442026-05-23T04:14:11.065Z Checking spki v0.7.3
23452026-05-23T04:14:11.065Z Checking iana-time-zone v0.1.65
23462026-05-23T04:14:11.088Z Checking rand_chacha v0.9.0
23472026-05-23T04:14:11.161Z Checking tracing v0.1.44
23482026-05-23T04:14:11.181Z Checking chrono v0.4.44
23492026-05-23T04:14:11.192Z Checking scrypt v0.11.0
23502026-05-23T04:14:11.228Z Checking http-body v1.0.1
23512026-05-23T04:14:11.281Z Checking cbc v0.1.2
23522026-05-23T04:14:11.326Z Checking aes v0.8.4
23532026-05-23T04:14:11.357Z Checking aws-lc-sys v0.40.0
23542026-05-23T04:14:11.370Z Checking tinyvec_macros v0.1.1
23552026-05-23T04:14:11.391Z Checking openssl-probe v0.2.1
23562026-05-23T04:14:11.404Z Checking untrusted v0.7.1
23572026-05-23T04:14:11.431Z Checking untrusted v0.9.0
23582026-05-23T04:14:11.506Z Checking tinyvec v1.10.0
23592026-05-23T04:14:11.520Z Checking rand v0.9.2
23602026-05-23T04:14:11.539Z Checking ring v0.17.14
23612026-05-23T04:14:11.553Z Checking tower-service v0.3.3
23622026-05-23T04:14:11.645Z Checking tower-layer v0.3.3
23632026-05-23T04:14:11.744Z Checking pkcs5 v0.7.1
23642026-05-23T04:14:11.792Z Checking atomic-waker v1.1.2
23652026-05-23T04:14:11.811Z Checking try-lock v0.2.5
23662026-05-23T04:14:11.881Z Checking aws-lc-rs v1.16.3
23672026-05-23T04:14:11.896Z Checking ipnet v2.11.0
23682026-05-23T04:14:11.909Z Checking want v0.3.1
23692026-05-23T04:14:11.987Z Checking httparse v1.10.1
23702026-05-23T04:14:12.003Z Checking pkcs8 v0.10.2
23712026-05-23T04:14:12.025Z Checking aho-corasick v1.1.4
23722026-05-23T04:14:12.043Z Checking plain v0.2.3
23732026-05-23T04:14:12.143Z Checking fastrand v2.3.0
23742026-05-23T04:14:12.157Z Checking pin-utils v0.1.0
23752026-05-23T04:14:12.172Z Checking httpdate v1.0.3
23762026-05-23T04:14:12.190Z Checking foreign-types-shared v0.1.1
23772026-05-23T04:14:12.222Z Checking dyn-clone v1.0.20
23782026-05-23T04:14:12.270Z Checking foreign-types v0.3.2
23792026-05-23T04:14:12.312Z Checking unicode-normalization v0.1.25
23802026-05-23T04:14:12.326Z Checking tempfile v3.25.0
23812026-05-23T04:14:12.338Z Checking semver v1.0.28
23822026-05-23T04:14:12.341Z Checking openssl-sys v0.9.115
23832026-05-23T04:14:12.515Z Checking spin v0.9.8
23842026-05-23T04:14:12.533Z Checking unicode-ident v1.0.24
23852026-05-23T04:14:12.547Z Checking ucd-trie v0.1.7
23862026-05-23T04:14:12.644Z Checking proc-macro2 v1.0.106
23872026-05-23T04:14:12.679Z Checking pest v2.8.6
23882026-05-23T04:14:12.692Z Checking regex-automata v0.4.14
23892026-05-23T04:14:12.701Z Checking schemars v0.8.22
23902026-05-23T04:14:12.714Z Checking rustls-webpki v0.103.9
23912026-05-23T04:14:12.727Z Checking rustls-native-certs v0.8.3
23922026-05-23T04:14:12.731Z Checking openssl v0.10.79
23932026-05-23T04:14:12.807Z Checking tokio-util v0.7.18
23942026-05-23T04:14:12.851Z Checking thiserror v2.0.18
23952026-05-23T04:14:12.951Z Checking sync_wrapper v1.0.2
23962026-05-23T04:14:12.969Z Checking wait-timeout v0.2.1
23972026-05-23T04:14:13.055Z Checking bit-vec v0.8.0
23982026-05-23T04:14:13.079Z Checking quick-error v1.2.3
23992026-05-23T04:14:13.144Z Checking rustls v0.23.37
24002026-05-23T04:14:13.177Z Checking utf8parse v0.2.2
24012026-05-23T04:14:13.242Z Checking pretty-hex v0.4.1
24022026-05-23T04:14:13.275Z Checking powerfmt v0.2.0
24032026-05-23T04:14:13.329Z Checking anstyle v1.0.13
24042026-05-23T04:14:13.356Z Checking siphasher v1.0.2
24052026-05-23T04:14:13.416Z Checking h2 v0.4.13
24062026-05-23T04:14:13.430Z Checking simd-adler32 v0.3.8
24072026-05-23T04:14:13.507Z Checking deranged v0.5.8
24082026-05-23T04:14:13.511Z Checking anstyle-parse v0.2.7
24092026-05-23T04:14:13.595Z Checking bit-set v0.8.0
24102026-05-23T04:14:13.656Z Checking rusty-fork v0.3.1
24112026-05-23T04:14:13.731Z Checking tower v0.5.3
24122026-05-23T04:14:13.743Z Checking quote v1.0.45
24132026-05-23T04:14:13.824Z Compiling newtype-uuid v1.3.2
24142026-05-23T04:14:13.908Z Checking http-body-util v0.1.3
24152026-05-23T04:14:13.999Z Checking webpki-roots v1.0.6
24162026-05-23T04:14:14.111Z Checking crossbeam-utils v0.8.21
24172026-05-23T04:14:14.111Z Checking rand_xorshift v0.4.0
24182026-05-23T04:14:14.135Z Checking crc32fast v1.5.0
24192026-05-23T04:14:14.237Z Checking scroll v0.13.0
24202026-05-23T04:14:14.268Z Checking signature v2.2.0
24212026-05-23T04:14:14.395Z Checking anstyle-query v1.1.5
24222026-05-23T04:14:14.422Z Checking unarray v0.1.4
24232026-05-23T04:14:14.436Z Checking num-conv v0.2.0
24242026-05-23T04:14:14.455Z Checking time-core v0.1.8
24252026-05-23T04:14:14.484Z Checking num_threads v0.1.7
24262026-05-23T04:14:14.497Z Checking iri-string v0.7.10
24272026-05-23T04:14:14.519Z Checking is_terminal_polyfill v1.70.2
24282026-05-23T04:14:14.547Z Checking colorchoice v1.0.4
24292026-05-23T04:14:14.565Z Checking unicode-bidi v0.3.18
24302026-05-23T04:14:14.591Z Checking allocator-api2 v0.2.21
24312026-05-23T04:14:14.604Z Checking unicode-properties v0.1.4
24322026-05-23T04:14:14.642Z Checking ryu v1.0.23
24332026-05-23T04:14:14.732Z Checking native-tls v0.2.18
24342026-05-23T04:14:14.777Z Checking adler2 v2.0.1
24352026-05-23T04:14:14.790Z Checking serde_urlencoded v0.7.1
24362026-05-23T04:14:14.856Z Checking stringprep v0.1.5
24372026-05-23T04:14:14.870Z Checking anstream v0.6.21
24382026-05-23T04:14:14.883Z Checking miniz_oxide v0.8.9
24392026-05-23T04:14:14.904Z Checking tokio-native-tls v0.3.1
24402026-05-23T04:14:14.986Z Checking time v0.3.47
24412026-05-23T04:14:15.003Z Checking proptest v1.10.0
24422026-05-23T04:14:15.056Z Checking bstr v1.12.1
24432026-05-23T04:14:15.069Z Checking goblin v0.10.5
24442026-05-23T04:14:15.232Z Checking crossbeam-epoch v0.9.18
24452026-05-23T04:14:15.454Z Compiling daft v0.1.7
24462026-05-23T04:14:15.469Z Checking syn v2.0.117
24472026-05-23T04:14:15.486Z Checking tokio-rustls v0.26.4
24482026-05-23T04:14:15.509Z Checking tower-http v0.6.8
24492026-05-23T04:14:15.709Z Checking ipnetwork v0.21.1
24502026-05-23T04:14:15.733Z Checking rand_chacha v0.3.1
24512026-05-23T04:14:15.780Z Checking thiserror v1.0.69
24522026-05-23T04:14:15.879Z Checking scroll v0.12.0
24532026-05-23T04:14:15.923Z Checking hash32 v0.2.1
24542026-05-23T04:14:15.938Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-23T04:14:16.049Z Checking num-integer v0.1.46
24562026-05-23T04:14:16.078Z Checking serde_spanned v0.6.9
24572026-05-23T04:14:16.081Z Checking hyper v1.8.1
24582026-05-23T04:14:16.100Z Checking toml_datetime v0.6.11
24592026-05-23T04:14:16.123Z Checking md-5 v0.10.6
24602026-05-23T04:14:16.197Z Checking ff v0.13.1
24612026-05-23T04:14:16.255Z Checking fallible-iterator v0.2.0
24622026-05-23T04:14:16.269Z Checking zlib-rs v0.6.2
24632026-05-23T04:14:16.281Z Checking psl-types v2.0.11
24642026-05-23T04:14:16.321Z Checking base16ct v0.2.0
24652026-05-23T04:14:16.394Z Checking publicsuffix v2.3.0
24662026-05-23T04:14:16.442Z Checking sec1 v0.7.3
24672026-05-23T04:14:16.525Z Checking postgres-protocol v0.6.10
24682026-05-23T04:14:16.572Z Checking group v0.13.0
24692026-05-23T04:14:16.650Z Checking num-iter v0.1.45
24702026-05-23T04:14:16.717Z Checking cookie v0.18.1
24712026-05-23T04:14:16.763Z Checking goblin v0.8.2
24722026-05-23T04:14:16.843Z Checking heapless v0.7.17
24732026-05-23T04:14:16.936Z Checking zstd-safe v7.2.4
24742026-05-23T04:14:16.951Z Checking rand v0.8.6
24752026-05-23T04:14:17.006Z Checking hyper-util v0.1.20
24762026-05-23T04:14:17.098Z Checking oxnet v0.1.4
24772026-05-23T04:14:17.156Z Checking flate2 v1.1.9
24782026-05-23T04:14:17.257Z Compiling iddqd v0.4.1
24792026-05-23T04:14:17.329Z Checking dtrace-parser v0.3.0
24802026-05-23T04:14:17.438Z Checking dof v0.4.0
24812026-05-23T04:14:17.450Z Checking phf_shared v0.13.1
24822026-05-23T04:14:17.463Z Checking lazy_static v1.5.0
24832026-05-23T04:14:17.548Z Checking zerocopy v0.7.35
24842026-05-23T04:14:17.562Z Checking pin-project v1.1.11
24852026-05-23T04:14:17.642Z Checking terminal_size v0.4.3
24862026-05-23T04:14:17.655Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-23T04:14:17.736Z Checking signal-hook v0.3.18
24882026-05-23T04:14:17.753Z Checking futures-executor v0.3.32
24892026-05-23T04:14:17.766Z Checking hex v0.4.3
24902026-05-23T04:14:17.895Z Checking hkdf v0.12.4
24912026-05-23T04:14:17.919Z Checking crypto-bigint v0.5.5
24922026-05-23T04:14:17.985Z Checking thread-id v5.1.0
24932026-05-23T04:14:18.021Z Checking encoding_rs v0.8.35
24942026-05-23T04:14:18.024Z Checking foldhash v0.1.5
24952026-05-23T04:14:18.056Z Checking strsim v0.11.1
24962026-05-23T04:14:18.068Z Checking foldhash v0.2.0
24972026-05-23T04:14:18.152Z Checking clap_lex v1.0.0
24982026-05-23T04:14:18.213Z Checking bitflags v1.3.2
24992026-05-23T04:14:18.215Z Checking winnow v0.7.14
25002026-05-23T04:14:18.240Z Checking hyper-rustls v0.27.7
25012026-05-23T04:14:18.282Z Checking hyper-tls v0.6.0
25022026-05-23T04:14:18.300Z Checking mime v0.3.17
25032026-05-23T04:14:18.450Z Checking same-file v1.0.6
25042026-05-23T04:14:18.453Z Checking winnow v0.5.40
25052026-05-23T04:14:18.453Z Checking libbz2-rs-sys v0.2.2
25062026-05-23T04:14:18.486Z Checking either v1.15.0
25072026-05-23T04:14:18.573Z Checking managed v0.8.0
25082026-05-23T04:14:18.650Z Checking bumpalo v3.20.2
25092026-05-23T04:14:18.665Z Compiling rayon-core v1.13.0
25102026-05-23T04:14:18.759Z Checking smoltcp v0.9.1
25112026-05-23T04:14:18.810Z Checking elliptic-curve v0.13.8
25122026-05-23T04:14:18.848Z Checking zopfli v0.8.3
25132026-05-23T04:14:18.871Z Checking bzip2 v0.6.1
25142026-05-23T04:14:18.897Z Checking dof v0.3.0
25152026-05-23T04:14:18.973Z Checking reqwest v0.12.28
25162026-05-23T04:14:19.038Z Checking walkdir v2.5.0
25172026-05-23T04:14:19.114Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-05-23T04:14:19.180Z Checking clap_builder v4.5.60
25192026-05-23T04:14:19.180Z Checking hashbrown v0.16.1
25202026-05-23T04:14:19.202Z Checking hashbrown v0.15.5
25212026-05-23T04:14:19.293Z Checking usdt-impl v0.6.0
25222026-05-23T04:14:19.334Z Checking signal-hook-mio v0.2.5
25232026-05-23T04:14:19.418Z Checking futures v0.3.32
25242026-05-23T04:14:19.433Z Checking bzip2 v0.4.4
25252026-05-23T04:14:19.496Z Checking snafu v0.8.9
25262026-05-23T04:14:19.570Z Checking phf v0.13.1
25272026-05-23T04:14:19.583Z Checking toml_edit v0.19.15
25282026-05-23T04:14:19.593Z Checking num-bigint-dig v0.8.6
25292026-05-23T04:14:19.676Z Checking zstd v0.13.3
25302026-05-23T04:14:19.714Z Checking cookie_store v0.22.1
25312026-05-23T04:14:19.734Z Checking postgres-types v0.2.12
25322026-05-23T04:14:19.822Z Checking dtrace-parser v0.2.0
25332026-05-23T04:14:19.856Z Checking rustls-platform-verifier v0.6.2
25342026-05-23T04:14:19.901Z Checking crossbeam-deque v0.8.6
25352026-05-23T04:14:19.991Z Checking globset v0.4.18
25362026-05-23T04:14:20.035Z Checking regex v1.12.3
25372026-05-23T04:14:20.038Z Checking ed25519 v2.2.3
25382026-05-23T04:14:20.059Z Checking phf_shared v0.11.3
25392026-05-23T04:14:20.070Z Checking olpc-cjson v0.1.4
25402026-05-23T04:14:20.196Z Checking ref-cast v1.0.25
25412026-05-23T04:14:20.199Z Checking curve25519-dalek v4.1.3
25422026-05-23T04:14:20.223Z Checking strum v0.27.2
25432026-05-23T04:14:20.237Z Checking hubpack v0.1.2
25442026-05-23T04:14:20.292Z Checking memoffset v0.9.1
25452026-05-23T04:14:20.311Z Checking rustix v0.38.44
25462026-05-23T04:14:20.327Z Checking pkcs1 v0.7.5
25472026-05-23T04:14:20.368Z Checking pem v3.0.6
25482026-05-23T04:14:20.392Z Checking float-cmp v0.10.0
25492026-05-23T04:14:20.404Z Checking serde_plain v1.0.2
25502026-05-23T04:14:20.417Z Checking erased-serde v0.3.31
25512026-05-23T04:14:20.515Z Checking serde-big-array v0.5.1
25522026-05-23T04:14:20.527Z Checking rfc6979 v0.4.0
25532026-05-23T04:14:20.540Z Checking thread-id v4.2.2
25542026-05-23T04:14:20.542Z Checking memmap2 v0.9.10
25552026-05-23T04:14:20.605Z Checking env_filter v1.0.0
25562026-05-23T04:14:20.617Z Checking new_debug_unreachable v1.0.6
25572026-05-23T04:14:20.634Z Checking whoami v2.1.0
25582026-05-23T04:14:20.646Z Checking keccak v0.1.6
25592026-05-23T04:14:20.679Z Checking fixedbitset v0.4.2
25602026-05-23T04:14:20.706Z Checking difflib v0.4.0
25612026-05-23T04:14:20.740Z Checking normalize-line-endings v0.3.0
25622026-05-23T04:14:20.794Z Checking unicode-segmentation v1.12.0
25632026-05-23T04:14:20.807Z Checking data-encoding v2.10.0
25642026-05-23T04:14:20.821Z Checking static_assertions v1.1.0
25652026-05-23T04:14:20.824Z Checking jiff v0.2.21
25662026-05-23T04:14:20.824Z Checking predicates-core v1.0.10
25672026-05-23T04:14:20.879Z Checking typed-path v0.9.3
25682026-05-23T04:14:20.891Z Checking fixedbitset v0.5.7
25692026-05-23T04:14:20.962Z Checking precomputed-hash v0.1.1
25702026-05-23T04:14:20.977Z Checking toml_write v0.1.2
25712026-05-23T04:14:21.042Z Checking string_cache v0.8.9
25722026-05-23T04:14:21.066Z Checking hickory-proto v0.25.2
25732026-05-23T04:14:21.080Z Checking petgraph v0.8.3
25742026-05-23T04:14:21.101Z Checking similar v2.7.0
25752026-05-23T04:14:21.116Z Checking crossterm v0.28.1
25762026-05-23T04:14:21.140Z Checking toml_edit v0.22.27
25772026-05-23T04:14:21.202Z Checking ed25519-dalek v2.2.0
25782026-05-23T04:14:21.431Z Checking predicates v3.1.4
25792026-05-23T04:14:21.477Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25802026-05-23T04:14:21.662Z Checking tough v0.22.0
25812026-05-23T04:14:21.741Z Checking tokio-postgres v0.7.16
25822026-05-23T04:14:21.832Z Checking petgraph v0.6.5
25832026-05-23T04:14:22.256Z Checking sha3 v0.10.8
25842026-05-23T04:14:22.461Z Checking slog v2.8.2
25852026-05-23T04:14:22.631Z Checking env_logger v0.11.9
25862026-05-23T04:14:22.722Z Checking usdt v0.6.0
25872026-05-23T04:14:22.825Z Checking ecdsa v0.16.9
25882026-05-23T04:14:22.886Z Checking usdt-impl v0.5.0
25892026-05-23T04:14:22.975Z Checking toml v0.7.8
25902026-05-23T04:14:23.055Z Checking rsa v0.9.10
25912026-05-23T04:14:23.094Z Checking zip v4.6.1
25922026-05-23T04:14:23.156Z Checking clap v4.5.60
25932026-05-23T04:14:23.169Z Checking nix v0.31.2
25942026-05-23T04:14:23.518Z Checking reqwest v0.13.2
25952026-05-23T04:14:23.608Z Checking zip v0.6.6
25962026-05-23T04:14:23.659Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-23T04:14:23.690Z Checking itertools v0.13.0
25982026-05-23T04:14:23.729Z Checking serde_with v3.17.0
25992026-05-23T04:14:23.828Z Checking strum v0.26.3
26002026-05-23T04:14:23.920Z Checking fs-err v3.3.0
26012026-05-23T04:14:23.938Z Checking ahash v0.8.12
26022026-05-23T04:14:23.977Z Checking object v0.37.3
26032026-05-23T04:14:24.131Z Checking tokio-stream v0.1.18
26042026-05-23T04:14:24.144Z Checking buf-list v1.1.2
26052026-05-23T04:14:24.156Z Checking camino v1.2.2
26062026-05-23T04:14:24.213Z Checking anyhow v1.0.102
26072026-05-23T04:14:24.322Z Checking x509-cert v0.2.5
26082026-05-23T04:14:24.359Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-23T04:14:24.397Z Checking openapiv3 v2.2.0
26102026-05-23T04:14:24.410Z Checking sha1 v0.10.6
26112026-05-23T04:14:24.507Z Checking toml_datetime v0.7.5+spec-1.1.0
26122026-05-23T04:14:24.565Z Checking peg-runtime v0.8.5
26132026-05-23T04:14:24.615Z Checking lalrpop-util v0.19.12
26142026-05-23T04:14:24.700Z Checking rayon v1.11.0
26152026-05-23T04:14:24.703Z Checking sigpipe v0.1.3
26162026-05-23T04:14:24.703Z Checking glob v0.3.3
26172026-05-23T04:14:26.162Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-23T04:14:26.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.89s
26192026-05-23T04:14:26.605Z
26202026-05-23T04:14:26.605Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26212026-05-23T04:14:27.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-23T04:14:27.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-23T04:14:27.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-23T04:14:27.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26252026-05-23T04:14:27.212Z
26262026-05-23T04:14:27.212Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26272026-05-23T04:14:27.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-23T04:14:27.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-23T04:14:27.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-23T04:14:27.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-05-23T04:14:27.805Z
26322026-05-23T04:14:27.805Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26332026-05-23T04:14:28.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-23T04:14:28.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-23T04:14:28.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-23T04:14:28.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-23T04:14:28.412Z
26382026-05-23T04:14:28.412Zinfo: running `cargo check --bins` on oxql-types (80/295)
26392026-05-23T04:14:28.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-23T04:14:28.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-23T04:14:28.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-23T04:14:28.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-05-23T04:14:29.007Z
26442026-05-23T04:14:29.007Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26452026-05-23T04:14:29.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-23T04:14:29.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-23T04:14:29.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-23T04:14:29.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-23T04:14:29.598Z
26502026-05-23T04:14:29.598Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26512026-05-23T04:14:30.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-23T04:14:30.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-23T04:14:30.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-23T04:14:30.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-23T04:14:30.193Z
26562026-05-23T04:14:30.193Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26572026-05-23T04:14:30.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-23T04:14:30.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-23T04:14:30.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-23T04:14:30.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-05-23T04:14:30.778Z
26622026-05-23T04:14:30.778Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26632026-05-23T04:14:31.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-23T04:14:31.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-23T04:14:31.470Z Compiling structmeta-derive v0.3.0
26662026-05-23T04:14:31.588Z Compiling rustls v0.22.4
26672026-05-23T04:14:31.597Z Compiling multer v3.1.0
26682026-05-23T04:14:31.606Z Compiling async-stream-impl v0.3.6
26692026-05-23T04:14:31.606Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-05-23T04:14:31.628Z Compiling dropshot v0.17.0
26712026-05-23T04:14:31.642Z Compiling newtype-uuid-macros v0.1.0
26722026-05-23T04:14:31.642Z Compiling dropshot_endpoint v0.17.0
26732026-05-23T04:14:31.764Z Checking newtype-uuid v1.3.2
26742026-05-23T04:14:31.854Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-05-23T04:14:31.885Z Checking rustls-webpki v0.102.8
26762026-05-23T04:14:31.962Z Checking daft v0.1.7
26772026-05-23T04:14:31.993Z Checking thread_local v1.1.9
26782026-05-23T04:14:32.157Z Checking match_cfg v0.1.0
26792026-05-23T04:14:32.188Z Checking compression-core v0.4.31
26802026-05-23T04:14:32.202Z Checking iddqd v0.4.1
26812026-05-23T04:14:32.224Z Checking hostname v0.3.1
26822026-05-23T04:14:32.262Z Checking crossbeam-channel v0.5.15
26832026-05-23T04:14:32.312Z Checking compression-codecs v0.4.37
26842026-05-23T04:14:32.325Z Checking slog-json v2.6.1
26852026-05-23T04:14:32.396Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-23T04:14:32.474Z Checking serde_spanned v1.0.4
26872026-05-23T04:14:32.477Z Checking is-terminal v0.4.17
26882026-05-23T04:14:32.564Z Checking debug-ignore v1.0.5
26892026-05-23T04:14:32.585Z Checking take_mut v0.2.2
26902026-05-23T04:14:32.599Z Checking term v1.2.1
26912026-05-23T04:14:32.615Z Checking toml_writer v1.0.6+spec-1.1.0
26922026-05-23T04:14:32.652Z Compiling structmeta v0.3.0
26932026-05-23T04:14:32.665Z Checking slog-bunyan v2.5.0
26942026-05-23T04:14:32.686Z Checking slog-async v2.8.0
26952026-05-23T04:14:32.775Z Checking async-compression v0.4.41
26962026-05-23T04:14:32.788Z Checking toml v1.0.6+spec-1.1.0
26972026-05-23T04:14:32.811Z Checking slog-term v2.9.2
26982026-05-23T04:14:32.853Z Checking async-stream v0.3.6
26992026-05-23T04:14:32.867Z Compiling derive-ex v0.1.8
27002026-05-23T04:14:32.981Z Compiling parse-display-derive v0.10.0
27012026-05-23T04:14:33.012Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-23T04:14:33.060Z Checking progenitor-client v0.14.0
27032026-05-23T04:14:33.114Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-23T04:14:33.128Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-05-23T04:14:33.254Z Checking waitgroup v0.1.2
27062026-05-23T04:14:33.286Z Checking backon v1.6.0
27072026-05-23T04:14:33.351Z Checking rustls-pemfile v2.2.0
27082026-05-23T04:14:33.385Z Checking serde_path_to_error v0.1.20
27092026-05-23T04:14:33.417Z Checking hostname v0.4.2
27102026-05-23T04:14:33.445Z Checking instant v0.1.13
27112026-05-23T04:14:33.528Z Checking backoff v0.4.0
27122026-05-23T04:14:33.663Z Checking progenitor-extras v0.2.0
27132026-05-23T04:14:33.693Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-23T04:14:33.708Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-23T04:14:33.711Z Checking tokio-rustls v0.25.0
27162026-05-23T04:14:33.895Z Checking itertools v0.14.0
27172026-05-23T04:14:33.907Z Checking progenitor-client v0.10.0
27182026-05-23T04:14:34.068Z Checking regress v0.10.5
27192026-05-23T04:14:34.121Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-05-23T04:14:34.329Z Checking macaddr v1.0.1
27212026-05-23T04:14:34.528Z Compiling test-strategy v0.4.5
27222026-05-23T04:14:34.629Z Checking parse-display v0.10.0
27232026-05-23T04:14:34.774Z Checking humantime v2.3.0
27242026-05-23T04:14:35.706Z Compiling prettyplease v0.2.37
27252026-05-23T04:14:35.994Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-05-23T04:14:36.146Z Checking num-rational v0.4.2
27272026-05-23T04:14:36.368Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-05-23T04:14:36.662Z Checking num-complex v0.4.6
27292026-05-23T04:14:37.345Z Compiling num v0.4.3
27302026-05-23T04:14:37.424Z Compiling usdt-attr-macro v0.5.0
27312026-05-23T04:14:37.458Z Compiling usdt-macro v0.5.0
27322026-05-23T04:14:37.461Z Checking memmap v0.7.0
27332026-05-23T04:14:37.502Z Checking float-ord v0.3.2
27342026-05-23T04:14:37.598Z Compiling convert_case v0.4.0
27352026-05-23T04:14:37.611Z Checking unicode-width v0.2.0
27362026-05-23T04:14:37.859Z Checking console v0.15.11
27372026-05-23T04:14:37.985Z Compiling derive_more v0.99.20
27382026-05-23T04:14:38.144Z Checking newline-converter v0.3.0
27392026-05-23T04:14:38.178Z Checking atomicwrites v0.4.4
27402026-05-23T04:14:38.200Z Checking usdt v0.5.0
27412026-05-23T04:14:38.253Z Compiling toml v0.8.23
27422026-05-23T04:14:38.301Z Compiling minimal-lexical v0.2.1
27432026-05-23T04:14:38.367Z Checking linked-hash-map v0.5.6
27442026-05-23T04:14:38.536Z Checking lru-cache v0.1.2
27452026-05-23T04:14:38.553Z Compiling nom v7.1.3
27462026-05-23T04:14:38.659Z Checking expectorate v1.2.0
27472026-05-23T04:14:39.189Z Checking camino-tempfile v1.4.1
27482026-05-23T04:14:39.313Z Checking hickory-proto v0.24.4
27492026-05-23T04:14:39.351Z Checking phf_shared v0.12.1
27502026-05-23T04:14:39.493Z Compiling slog-dtrace v0.3.0
27512026-05-23T04:14:39.562Z Checking resolv-conf v0.7.6
27522026-05-23T04:14:39.684Z Checking heck v0.5.0
27532026-05-23T04:14:39.747Z Compiling chrono-tz v0.10.4
27542026-05-23T04:14:39.811Z Compiling const_format_proc_macros v0.2.34
27552026-05-23T04:14:39.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-05-23T04:14:39.985Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-05-23T04:14:39.999Z Checking phf v0.12.1
27582026-05-23T04:14:40.138Z Checking tokio-dtrace v0.1.1
27592026-05-23T04:14:40.322Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-05-23T04:14:40.357Z Compiling derive-where v1.6.0
27612026-05-23T04:14:40.518Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-05-23T04:14:40.620Z Checking highway v1.3.0
27632026-05-23T04:14:40.863Z Checking const_format v0.2.35
27642026-05-23T04:14:41.090Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-23T04:14:41.105Z Checking hickory-resolver v0.24.4
27662026-05-23T04:14:41.335Z Checking oxide-tokio-rt v0.1.4
27672026-05-23T04:14:41.512Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-05-23T04:14:41.672Z Checking gethostname v0.5.0
27692026-05-23T04:14:41.758Z Checking bcs v0.1.6
27702026-05-23T04:14:41.774Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-05-23T04:14:41.774Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27722026-05-23T04:14:41.849Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27732026-05-23T04:14:41.894Z Checking qorb v0.4.1
27742026-05-23T04:14:41.973Z Checking termtree v0.5.1
27752026-05-23T04:14:45.284Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-05-23T04:14:47.997Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-05-23T04:14:50.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
27782026-05-23T04:14:50.296Z
27792026-05-23T04:14:50.296Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27802026-05-23T04:14:50.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-05-23T04:14:50.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-05-23T04:14:50.975Z Compiling ar_archive_writer v0.5.1
27832026-05-23T04:14:51.086Z Compiling stacker v0.1.23
27842026-05-23T04:14:51.093Z Compiling cfg_aliases v0.1.1
27852026-05-23T04:14:51.100Z Compiling convert_case v0.10.0
27862026-05-23T04:14:51.100Z Checking unicode-width v0.1.14
27872026-05-23T04:14:51.116Z Compiling proc-macro-error v1.0.4
27882026-05-23T04:14:51.127Z Checking fd-lock v4.0.4
27892026-05-23T04:14:51.127Z Checking nibble_vec v0.1.0
27902026-05-23T04:14:51.149Z Compiling nix v0.28.0
27912026-05-23T04:14:51.237Z Checking vte v0.14.1
27922026-05-23T04:14:51.255Z Compiling recursive-proc-macro-impl v0.1.1
27932026-05-23T04:14:51.347Z Checking endian-type v0.1.2
27942026-05-23T04:14:51.350Z Checking bytecount v0.6.9
27952026-05-23T04:14:51.383Z Checking strip-ansi-escapes v0.2.1
27962026-05-23T04:14:51.397Z Compiling derive_more-impl v2.1.1
27972026-05-23T04:14:51.407Z Compiling tabled_derive v0.7.0
27982026-05-23T04:14:51.442Z Checking papergrid v0.11.0
27992026-05-23T04:14:51.454Z Checking radix_trie v0.2.1
28002026-05-23T04:14:51.558Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-05-23T04:14:51.680Z Compiling peg-macros v0.8.5
28022026-05-23T04:14:51.693Z Checking winnow v0.6.26
28032026-05-23T04:14:51.937Z Compiling psm v0.1.30
28042026-05-23T04:14:52.027Z Compiling sqlparser_derive v0.5.0
28052026-05-23T04:14:52.096Z Checking nu-ansi-term v0.50.3
28062026-05-23T04:14:52.216Z Checking derive_more v2.1.1
28072026-05-23T04:14:52.295Z Checking unicode_categories v0.1.1
28082026-05-23T04:14:52.307Z Checking home v0.5.12
28092026-05-23T04:14:52.406Z Checking tabled v0.15.0
28102026-05-23T04:14:52.419Z Checking reedline v0.40.0
28112026-05-23T04:14:52.452Z Checking crossterm v0.29.0
28122026-05-23T04:14:52.512Z Checking rustyline v14.0.0
28132026-05-23T04:14:52.709Z Checking recursive v0.1.1
28142026-05-23T04:14:52.807Z Checking sqlparser v0.61.0
28152026-05-23T04:14:52.823Z Checking display-error-chain v0.2.2
28162026-05-23T04:14:52.849Z Checking sqlformat v0.3.5
28172026-05-23T04:14:53.056Z Checking peg v0.8.5
28182026-05-23T04:15:03.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28192026-05-23T04:15:04.132Z
28202026-05-23T04:15:04.132Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28212026-05-23T04:15:04.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-23T04:15:04.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-23T04:15:04.814Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-23T04:15:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28252026-05-23T04:15:08.404Z
28262026-05-23T04:15:08.404Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28272026-05-23T04:15:08.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-23T04:15:08.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-23T04:15:09.084Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-23T04:15:11.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28312026-05-23T04:15:11.703Z
28322026-05-23T04:15:11.703Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28332026-05-23T04:15:12.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-23T04:15:12.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-23T04:15:12.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-23T04:15:15.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28372026-05-23T04:15:15.764Z
28382026-05-23T04:15:15.765Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28392026-05-23T04:15:16.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-23T04:15:16.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-23T04:15:16.444Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-23T04:15:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28432026-05-23T04:15:19.897Z
28442026-05-23T04:15:19.897Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28452026-05-23T04:15:20.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-23T04:15:20.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-23T04:15:20.565Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-23T04:15:23.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28492026-05-23T04:15:23.335Z
28502026-05-23T04:15:23.335Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28512026-05-23T04:15:23.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-23T04:15:23.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-23T04:15:24.010Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-23T04:15:26.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28552026-05-23T04:15:26.793Z
28562026-05-23T04:15:26.793Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28572026-05-23T04:15:27.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-23T04:15:27.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-23T04:15:27.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-23T04:15:30.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28612026-05-23T04:15:31.034Z
28622026-05-23T04:15:31.034Zinfo: running `cargo check --bins` on oximeter (93/295)
28632026-05-23T04:15:31.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-23T04:15:31.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-23T04:15:31.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-23T04:15:31.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28672026-05-23T04:15:31.635Z
28682026-05-23T04:15:31.635Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28692026-05-23T04:15:32.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-23T04:15:32.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-23T04:15:32.275Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-05-23T04:15:32.437Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-23T04:15:32.454Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-05-23T04:15:32.777Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-05-23T04:15:35.636Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-05-23T04:15:36.847Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-05-23T04:15:37.054Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-05-23T04:15:37.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28792026-05-23T04:15:37.919Z
28802026-05-23T04:15:37.920Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28812026-05-23T04:15:38.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-23T04:15:38.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-23T04:15:38.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-23T04:15:38.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-23T04:15:38.579Z
28862026-05-23T04:15:38.579Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28872026-05-23T04:15:39.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-23T04:15:39.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-23T04:15:39.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-23T04:15:39.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28912026-05-23T04:15:39.142Z
28922026-05-23T04:15:39.142Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28932026-05-23T04:15:39.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-23T04:15:39.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-23T04:15:39.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-23T04:15:39.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28972026-05-23T04:15:39.752Z
28982026-05-23T04:15:39.753Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28992026-05-23T04:15:40.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-23T04:15:40.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-23T04:15:40.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-23T04:15:40.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-23T04:15:40.359Z
29042026-05-23T04:15:40.359Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29052026-05-23T04:15:40.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-23T04:15:40.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-23T04:15:40.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-23T04:15:40.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-23T04:15:40.990Z
29102026-05-23T04:15:40.990Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29112026-05-23T04:15:41.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-23T04:15:41.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-23T04:15:41.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-23T04:15:41.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-05-23T04:15:41.574Z
29162026-05-23T04:15:41.574Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29172026-05-23T04:15:42.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-23T04:15:42.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-23T04:15:42.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-23T04:15:42.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29212026-05-23T04:15:42.166Z
29222026-05-23T04:15:42.166Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29232026-05-23T04:15:42.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-23T04:15:42.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-23T04:15:42.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-23T04:15:42.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-05-23T04:15:42.775Z
29282026-05-23T04:15:42.775Zinfo: running `cargo check --bins` on update-engine (103/295)
29292026-05-23T04:15:43.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-23T04:15:43.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-23T04:15:43.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-23T04:15:43.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29332026-05-23T04:15:43.367Z
29342026-05-23T04:15:43.367Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29352026-05-23T04:15:43.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-23T04:15:43.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-23T04:15:44.092Z Compiling crucible-workspace-hack v0.1.0
29382026-05-23T04:15:44.209Z Checking secrecy v0.10.3
29392026-05-23T04:15:44.217Z Compiling heapless v0.8.0
29402026-05-23T04:15:44.224Z Compiling ingot-macros v0.1.1
29412026-05-23T04:15:44.231Z Compiling toml_edit v0.23.10+spec-1.0.0
29422026-05-23T04:15:44.234Z Checking hash32 v0.3.1
29432026-05-23T04:15:44.252Z Compiling smoltcp v0.11.0
29442026-05-23T04:15:44.252Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-05-23T04:15:44.311Z Checking cobs v0.3.0
29462026-05-23T04:15:44.357Z Compiling thiserror-impl-no-std v2.0.2
29472026-05-23T04:15:44.448Z Checking universal-hash v0.5.1
29482026-05-23T04:15:44.460Z Checking half v2.7.1
29492026-05-23T04:15:44.499Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-05-23T04:15:44.568Z Checking ciborium-io v0.2.2
29512026-05-23T04:15:44.598Z Checking opaque-debug v0.3.1
29522026-05-23T04:15:44.659Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29532026-05-23T04:15:44.697Z Checking postcard v1.1.3
29542026-05-23T04:15:44.711Z Checking poly1305 v0.8.0
29552026-05-23T04:15:44.711Z Checking ciborium-ll v0.2.2
29562026-05-23T04:15:44.894Z Compiling proc-macro-crate v3.4.0
29572026-05-23T04:15:44.939Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-05-23T04:15:44.966Z Checking password-hash v0.5.0
29592026-05-23T04:15:44.981Z Checking chacha20 v0.9.1
29602026-05-23T04:15:45.172Z Compiling proc-macro-crate v1.3.1
29612026-05-23T04:15:45.189Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29622026-05-23T04:15:45.205Z Checking blake2 v0.10.6
29632026-05-23T04:15:45.274Z Checking aead v0.5.2
29642026-05-23T04:15:45.416Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-23T04:15:45.429Z Compiling foreign-types-macros v0.2.3
29662026-05-23T04:15:45.442Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-23T04:15:45.455Z Compiling num_enum_derive v0.7.5
29682026-05-23T04:15:45.535Z Checking thiserror-no-std v2.0.2
29692026-05-23T04:15:45.585Z Checking cpufeatures v0.3.0
29702026-05-23T04:15:45.619Z Checking foreign-types-shared v0.3.1
29712026-05-23T04:15:45.622Z Checking vsss-rs v3.3.4
29722026-05-23T04:15:45.658Z Checking chacha20 v0.10.0
29732026-05-23T04:15:45.692Z Compiling num_enum_derive v0.5.11
29742026-05-23T04:15:45.708Z Checking argon2 v0.5.3
29752026-05-23T04:15:45.868Z Checking chacha20poly1305 v0.10.1
29762026-05-23T04:15:45.995Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-23T04:15:46.008Z Checking foreign-types v0.5.0
29782026-05-23T04:15:46.046Z Checking ciborium v0.2.2
29792026-05-23T04:15:46.200Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-23T04:15:46.294Z Checking tabwriter v1.4.1
29812026-05-23T04:15:46.439Z Checking byte-wrapper v0.1.0
29822026-05-23T04:15:46.462Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-23T04:15:46.479Z Checking num_enum v0.7.5
29842026-05-23T04:15:46.518Z Checking cstr-argument v0.1.2
29852026-05-23T04:15:46.618Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-23T04:15:46.643Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-23T04:15:46.671Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-05-23T04:15:46.717Z Checking num_enum v0.5.11
29892026-05-23T04:15:46.759Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-05-23T04:15:46.836Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-05-23T04:15:46.852Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-23T04:15:46.884Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-05-23T04:15:46.990Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-05-23T04:15:47.004Z Checking rand v0.10.0
29952026-05-23T04:15:47.017Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-05-23T04:15:47.031Z Checking ingot-types v0.1.2
29972026-05-23T04:15:47.060Z Checking colored v3.1.1
29982026-05-23T04:15:47.213Z Checking indent_write v2.2.0
29992026-05-23T04:15:47.272Z Compiling zone_cfg_derive v0.3.1
30002026-05-23T04:15:47.299Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-23T04:15:47.325Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-05-23T04:15:47.334Z Checking itertools v0.12.1
30032026-05-23T04:15:47.403Z Checking ingot v0.1.1
30042026-05-23T04:15:47.471Z Compiling num-derive v0.4.2
30052026-05-23T04:15:47.499Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30062026-05-23T04:15:47.513Z Checking swrite v0.1.0
30072026-05-23T04:15:47.594Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-23T04:15:47.608Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-05-23T04:15:47.767Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-23T04:15:47.862Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-23T04:15:47.905Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-23T04:15:47.921Z Checking dropshot-api-manager-types v0.7.2
30132026-05-23T04:15:47.949Z Checking smf v0.2.3
30142026-05-23T04:15:48.012Z Checking nanorand v0.7.0
30152026-05-23T04:15:48.085Z Checking whoami v1.6.1
30162026-05-23T04:15:48.175Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-05-23T04:15:48.207Z Checking flume v0.11.1
30182026-05-23T04:15:48.340Z Checking zone v0.3.1
30192026-05-23T04:15:48.383Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30202026-05-23T04:15:48.949Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-23T04:15:49.901Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-23T04:15:50.772Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-23T04:15:53.991Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-23T04:15:56.034Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-23T04:15:57.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
30262026-05-23T04:15:57.328Z
30272026-05-23T04:15:57.328Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-23T04:15:57.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-23T04:15:57.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-23T04:15:57.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-23T04:15:57.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-23T04:15:57.936Z
30332026-05-23T04:15:57.936Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-23T04:15:58.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-23T04:15:58.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-23T04:15:58.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-23T04:15:58.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-23T04:15:58.546Z
30392026-05-23T04:15:58.546Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-23T04:15:59.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-23T04:15:59.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-23T04:15:59.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-23T04:15:59.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-23T04:15:59.161Z
30452026-05-23T04:15:59.161Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-23T04:15:59.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-23T04:15:59.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-23T04:15:59.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-23T04:15:59.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-05-23T04:15:59.779Z
30512026-05-23T04:15:59.779Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-23T04:16:00.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-23T04:16:00.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-23T04:16:00.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-23T04:16:00.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-23T04:16:00.387Z
30572026-05-23T04:16:00.387Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-23T04:16:00.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-23T04:16:00.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-23T04:16:00.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-23T04:16:00.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-23T04:16:00.993Z
30632026-05-23T04:16:00.993Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-23T04:16:01.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-23T04:16:01.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-23T04:16:01.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-23T04:16:01.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-23T04:16:01.603Z
30692026-05-23T04:16:01.603Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-23T04:16:02.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-23T04:16:02.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-23T04:16:02.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-23T04:16:02.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-23T04:16:02.197Z
30752026-05-23T04:16:02.197Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-23T04:16:02.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-23T04:16:02.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-23T04:16:02.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-23T04:16:02.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-05-23T04:16:02.808Z
30812026-05-23T04:16:02.808Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-23T04:16:03.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-23T04:16:03.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-23T04:16:03.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-23T04:16:03.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-05-23T04:16:03.419Z
30872026-05-23T04:16:03.419Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-23T04:16:03.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-23T04:16:03.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-23T04:16:03.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-23T04:16:03.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-05-23T04:16:04.025Z
30932026-05-23T04:16:04.026Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-23T04:16:04.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-23T04:16:04.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-23T04:16:04.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-23T04:16:05.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30982026-05-23T04:16:05.578Z
30992026-05-23T04:16:05.578Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-23T04:16:05.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-23T04:16:05.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-23T04:16:05.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-23T04:16:05.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31042026-05-23T04:16:05.578Z
31052026-05-23T04:16:05.579Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-23T04:16:05.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-23T04:16:05.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-23T04:16:05.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-23T04:16:05.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-23T04:16:05.911Z
31112026-05-23T04:16:05.911Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-23T04:16:06.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-23T04:16:06.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-23T04:16:06.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-23T04:16:06.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-05-23T04:16:06.503Z
31172026-05-23T04:16:06.503Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-23T04:16:07.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-23T04:16:07.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-23T04:16:07.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-23T04:16:07.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-05-23T04:16:07.099Z
31232026-05-23T04:16:07.099Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-23T04:16:07.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-23T04:16:07.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-23T04:16:07.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-23T04:16:07.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-05-23T04:16:07.709Z
31292026-05-23T04:16:07.709Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-23T04:16:08.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-23T04:16:08.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-23T04:16:08.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-23T04:16:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-23T04:16:08.298Z
31352026-05-23T04:16:08.298Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-23T04:16:08.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-23T04:16:08.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-23T04:16:08.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-23T04:16:08.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31402026-05-23T04:16:08.919Z
31412026-05-23T04:16:08.919Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-23T04:16:09.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-23T04:16:09.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-23T04:16:09.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-23T04:16:09.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-05-23T04:16:09.553Z
31472026-05-23T04:16:09.553Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-23T04:16:10.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-23T04:16:10.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-23T04:16:10.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-23T04:16:10.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-05-23T04:16:10.181Z
31532026-05-23T04:16:10.181Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-23T04:16:10.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-23T04:16:10.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-23T04:16:10.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-23T04:16:10.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31582026-05-23T04:16:10.775Z
31592026-05-23T04:16:10.775Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-23T04:16:11.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-23T04:16:11.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-23T04:16:11.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-23T04:16:11.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-05-23T04:16:11.397Z
31652026-05-23T04:16:11.397Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-23T04:16:11.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-23T04:16:11.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-23T04:16:12.094Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-23T04:16:12.211Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-23T04:16:12.220Z Checking csv-core v0.1.13
31712026-05-23T04:16:12.226Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-23T04:16:12.234Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-23T04:16:12.237Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-23T04:16:12.255Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-23T04:16:12.267Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-23T04:16:12.376Z Checking csv v1.4.0
31772026-05-23T04:16:12.414Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-23T04:16:12.430Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-23T04:16:12.459Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-23T04:16:12.471Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-23T04:16:12.709Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-23T04:16:13.068Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-05-23T04:16:13.068Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-23T04:16:13.416Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-23T04:16:19.273Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-23T04:16:19.805Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-23T04:16:22.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
31882026-05-23T04:16:22.330Z
31892026-05-23T04:16:22.330Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-23T04:16:22.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-23T04:16:22.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-23T04:16:22.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-23T04:16:22.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31942026-05-23T04:16:22.940Z
31952026-05-23T04:16:22.940Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-23T04:16:23.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-23T04:16:23.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-23T04:16:23.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-23T04:16:23.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32002026-05-23T04:16:23.632Z
32012026-05-23T04:16:23.632Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-23T04:16:24.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-23T04:16:24.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-23T04:16:24.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-23T04:16:24.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32062026-05-23T04:16:24.330Z
32072026-05-23T04:16:24.330Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-23T04:16:24.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-23T04:16:24.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-23T04:16:24.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-23T04:16:24.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32122026-05-23T04:16:24.988Z
32132026-05-23T04:16:24.988Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-23T04:16:25.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-23T04:16:25.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-23T04:16:25.755Z Compiling regress v0.11.1
32172026-05-23T04:16:25.895Z Compiling unsafe-libyaml v0.2.11
32182026-05-23T04:16:25.908Z Compiling radium v0.7.0
32192026-05-23T04:16:25.911Z Compiling semver v0.1.20
32202026-05-23T04:16:25.935Z Compiling maybe-uninit v2.0.0
32212026-05-23T04:16:25.938Z Checking tap v1.0.1
32222026-05-23T04:16:25.961Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-23T04:16:26.045Z Checking wyz v0.5.1
32242026-05-23T04:16:26.175Z Compiling rustc_version v0.1.7
32252026-05-23T04:16:26.220Z Checking progenitor-client v0.13.0
32262026-05-23T04:16:26.279Z Compiling zerocopy-derive v0.6.6
32272026-05-23T04:16:26.360Z Checking funty v2.0.0
32282026-05-23T04:16:26.391Z Compiling newtype_derive v0.1.6
32292026-05-23T04:16:26.488Z Compiling serde_yaml v0.9.34+deprecated
32302026-05-23T04:16:26.581Z Compiling owo-colors v4.3.0
32312026-05-23T04:16:26.643Z Compiling cancel-safe-futures v0.1.5
32322026-05-23T04:16:26.679Z Compiling packed_struct v0.10.1
32332026-05-23T04:16:26.857Z Checking crc-catalog v2.4.0
32342026-05-23T04:16:26.954Z Checking crc v3.4.0
32352026-05-23T04:16:26.981Z Checking bitvec v1.0.1
32362026-05-23T04:16:27.119Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-23T04:16:27.134Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-23T04:16:27.137Z Checking zerocopy v0.6.6
32392026-05-23T04:16:27.329Z Checking typify-impl v0.6.2
32402026-05-23T04:16:27.453Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-23T04:16:27.473Z Compiling packed_struct_codegen v0.10.1
32422026-05-23T04:16:27.648Z Checking libsw-core v0.3.2
32432026-05-23T04:16:27.706Z Compiling bitfield-macros v0.19.4
32442026-05-23T04:16:27.796Z Compiling indexmap v1.9.3
32452026-05-23T04:16:27.952Z Checking nodrop v0.1.14
32462026-05-23T04:16:28.012Z Checking libsw v3.5.0
32472026-05-23T04:16:28.045Z Checking array-init v0.0.4
32482026-05-23T04:16:28.164Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-23T04:16:28.285Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-23T04:16:28.342Z Checking smallvec v0.6.14
32512026-05-23T04:16:28.415Z Checking bitfield v0.19.4
32522026-05-23T04:16:28.465Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-23T04:16:28.576Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-23T04:16:28.686Z Checking tagptr v0.2.0
32552026-05-23T04:16:28.701Z Checking hashbrown v0.12.3
32562026-05-23T04:16:28.770Z Checking base64 v0.21.7
32572026-05-23T04:16:28.824Z Checking linear-map v1.2.0
32582026-05-23T04:16:28.877Z Checking smawk v0.3.2
32592026-05-23T04:16:28.991Z Checking unicode-linebreak v0.1.5
32602026-05-23T04:16:29.008Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-05-23T04:16:29.011Z Checking ron v0.8.1
32622026-05-23T04:16:29.101Z Checking moka v0.12.13
32632026-05-23T04:16:29.128Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-23T04:16:29.176Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-23T04:16:29.201Z Checking textwrap v0.16.2
32662026-05-23T04:16:29.411Z Checking steno v0.4.1
32672026-05-23T04:16:29.432Z Checking serde-hex v0.1.0
32682026-05-23T04:16:29.529Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-23T04:16:29.591Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-23T04:16:29.687Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-23T04:16:29.722Z Checking hashbrown v0.13.2
32722026-05-23T04:16:29.979Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-05-23T04:16:30.146Z Checking crc-any v2.5.0
32742026-05-23T04:16:30.194Z Checking object v0.30.4
32752026-05-23T04:16:30.253Z Checking hickory-resolver v0.25.2
32762026-05-23T04:16:30.327Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-05-23T04:16:30.394Z Checking path-slash v0.1.5
32782026-05-23T04:16:30.410Z Checking half v1.8.3
32792026-05-23T04:16:30.491Z Checking void v1.0.2
32802026-05-23T04:16:30.505Z Checking utf-8 v0.7.6
32812026-05-23T04:16:30.597Z Checking lzss v0.8.2
32822026-05-23T04:16:30.612Z Checking serde_cbor v0.11.2
32832026-05-23T04:16:30.637Z Checking tungstenite v0.23.0
32842026-05-23T04:16:30.906Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-23T04:16:30.920Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-23T04:16:30.957Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-05-23T04:16:30.985Z Checking nix v0.27.1
32882026-05-23T04:16:31.055Z Checking kstat-rs v0.2.4
32892026-05-23T04:16:31.069Z Checking fxhash v0.2.1
32902026-05-23T04:16:31.153Z Checking serde_bytes v0.11.19
32912026-05-23T04:16:31.186Z Checking tokio-tungstenite v0.23.1
32922026-05-23T04:16:31.244Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-05-23T04:16:31.330Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-23T04:16:31.378Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-23T04:16:31.445Z Checking signal-hook-tokio v0.3.1
32962026-05-23T04:16:31.774Z Compiling typify-macro v0.6.2
32972026-05-23T04:16:32.572Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-23T04:16:32.924Z Compiling typify v0.6.2
32992026-05-23T04:16:33.010Z Compiling progenitor-impl v0.13.0
33002026-05-23T04:16:33.010Z Compiling progenitor-impl v0.14.0
33012026-05-23T04:16:33.461Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-23T04:16:33.785Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-23T04:16:34.590Z Compiling progenitor-macro v0.13.0
33042026-05-23T04:16:34.629Z Compiling progenitor-macro v0.14.0
33052026-05-23T04:16:36.988Z Checking progenitor v0.13.0
33062026-05-23T04:16:37.117Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-05-23T04:16:37.278Z Checking progenitor v0.14.0
33082026-05-23T04:16:37.400Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-23T04:16:40.105Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-23T04:16:47.743Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-23T04:16:54.119Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-23T04:16:55.501Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-23T04:16:55.990Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-23T04:16:58.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s
33152026-05-23T04:16:58.284Z
33162026-05-23T04:16:58.284Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-23T04:16:58.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-23T04:16:58.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-23T04:16:58.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-23T04:16:58.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-23T04:16:58.893Z
33222026-05-23T04:16:58.893Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-23T04:16:59.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-23T04:16:59.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-23T04:16:59.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-23T04:16:59.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-23T04:16:59.488Z
33282026-05-23T04:16:59.488Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-23T04:16:59.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-23T04:16:59.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-23T04:16:59.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-23T04:16:59.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-23T04:17:00.081Z
33342026-05-23T04:17:00.081Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-23T04:17:00.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-23T04:17:00.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-23T04:17:00.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-23T04:17:00.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-05-23T04:17:00.704Z
33402026-05-23T04:17:00.704Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-23T04:17:01.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-23T04:17:01.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-23T04:17:01.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-23T04:17:01.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-23T04:17:01.313Z
33462026-05-23T04:17:01.313Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-23T04:17:01.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-23T04:17:01.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-23T04:17:01.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-23T04:17:01.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-23T04:17:01.937Z
33522026-05-23T04:17:01.937Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-23T04:17:02.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-23T04:17:02.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-23T04:17:02.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-23T04:17:02.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-23T04:17:02.550Z
33582026-05-23T04:17:02.550Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-23T04:17:03.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-23T04:17:03.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-23T04:17:03.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-23T04:17:03.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-23T04:17:03.157Z
33642026-05-23T04:17:03.157Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-23T04:17:03.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-23T04:17:03.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-23T04:17:03.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-23T04:17:03.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-23T04:17:03.766Z
33702026-05-23T04:17:03.766Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-23T04:17:04.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-23T04:17:04.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-23T04:17:04.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-23T04:17:04.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-23T04:17:04.373Z
33762026-05-23T04:17:04.373Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-23T04:17:04.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-23T04:17:04.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-23T04:17:04.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-23T04:17:04.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-23T04:17:04.981Z
33822026-05-23T04:17:04.981Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-23T04:17:05.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-23T04:17:05.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-23T04:17:05.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-23T04:17:05.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-23T04:17:05.593Z
33882026-05-23T04:17:05.593Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-23T04:17:06.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-23T04:17:06.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-23T04:17:06.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-23T04:17:06.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-23T04:17:06.203Z
33942026-05-23T04:17:06.206Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-23T04:17:06.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-23T04:17:06.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-23T04:17:06.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-23T04:17:06.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-23T04:17:06.815Z
34002026-05-23T04:17:06.815Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-23T04:17:07.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-23T04:17:07.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-23T04:17:07.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-23T04:17:07.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-23T04:17:07.439Z
34062026-05-23T04:17:07.440Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-23T04:17:07.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-23T04:17:07.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-23T04:17:07.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-23T04:17:07.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-23T04:17:08.060Z
34122026-05-23T04:17:08.061Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-23T04:17:08.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-23T04:17:08.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-23T04:17:08.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-23T04:17:08.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-23T04:17:08.686Z
34182026-05-23T04:17:08.686Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-23T04:17:09.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-23T04:17:09.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-23T04:17:09.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-23T04:17:09.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-23T04:17:09.308Z
34242026-05-23T04:17:09.308Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-23T04:17:09.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-23T04:17:09.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-23T04:17:09.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-23T04:17:09.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-23T04:17:09.935Z
34302026-05-23T04:17:09.935Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-23T04:17:10.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-23T04:17:10.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-23T04:17:10.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-23T04:17:10.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-23T04:17:10.562Z
34362026-05-23T04:17:10.562Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-23T04:17:11.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-23T04:17:11.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-23T04:17:11.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-23T04:17:11.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-23T04:17:11.185Z
34422026-05-23T04:17:11.185Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-23T04:17:11.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-23T04:17:11.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-23T04:17:11.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-23T04:17:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-23T04:17:11.812Z
34482026-05-23T04:17:11.812Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-23T04:17:12.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-23T04:17:12.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-23T04:17:12.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-23T04:17:12.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-23T04:17:12.435Z
34542026-05-23T04:17:12.435Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-23T04:17:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-23T04:17:12.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-23T04:17:12.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-23T04:17:12.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-05-23T04:17:13.053Z
34602026-05-23T04:17:13.053Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-23T04:17:13.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-23T04:17:13.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-23T04:17:13.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-23T04:17:13.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-05-23T04:17:13.661Z
34662026-05-23T04:17:13.661Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-23T04:17:14.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-23T04:17:14.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-23T04:17:14.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-23T04:17:14.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-05-23T04:17:14.270Z
34722026-05-23T04:17:14.270Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-23T04:17:14.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-23T04:17:14.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-23T04:17:14.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-23T04:17:14.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-23T04:17:14.878Z
34782026-05-23T04:17:14.878Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-23T04:17:15.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-23T04:17:15.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-23T04:17:15.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-23T04:17:15.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-05-23T04:17:15.480Z
34842026-05-23T04:17:15.480Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-23T04:17:15.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-23T04:17:15.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-23T04:17:15.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-23T04:17:15.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-05-23T04:17:16.090Z
34902026-05-23T04:17:16.090Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-23T04:17:16.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-23T04:17:16.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-23T04:17:16.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-23T04:17:16.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-05-23T04:17:16.697Z
34962026-05-23T04:17:16.697Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-23T04:17:17.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-23T04:17:17.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-23T04:17:17.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-23T04:17:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-23T04:17:17.307Z
35022026-05-23T04:17:17.307Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-23T04:17:17.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-23T04:17:17.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-23T04:17:17.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-23T04:17:17.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-05-23T04:17:17.921Z
35082026-05-23T04:17:17.922Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-23T04:17:18.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-23T04:17:18.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-23T04:17:18.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-23T04:17:18.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-05-23T04:17:18.553Z
35142026-05-23T04:17:18.553Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-23T04:17:19.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-23T04:17:19.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-23T04:17:19.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-23T04:17:19.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-05-23T04:17:19.171Z
35202026-05-23T04:17:19.171Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-23T04:17:19.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-23T04:17:19.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-23T04:17:19.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-23T04:17:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-05-23T04:17:19.798Z
35262026-05-23T04:17:19.798Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-23T04:17:20.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-23T04:17:20.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-23T04:17:20.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-23T04:17:20.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-05-23T04:17:20.423Z
35322026-05-23T04:17:20.423Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-23T04:17:20.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-23T04:17:20.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-23T04:17:20.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-23T04:17:20.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-05-23T04:17:21.049Z
35382026-05-23T04:17:21.050Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-23T04:17:21.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-23T04:17:21.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-23T04:17:21.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-23T04:17:21.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-05-23T04:17:21.678Z
35442026-05-23T04:17:21.678Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-23T04:17:22.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-23T04:17:22.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-23T04:17:22.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-23T04:17:22.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-05-23T04:17:22.306Z
35502026-05-23T04:17:22.306Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-23T04:17:22.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-23T04:17:22.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-23T04:17:22.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-23T04:17:22.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-05-23T04:17:22.953Z
35562026-05-23T04:17:22.953Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-23T04:17:23.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-23T04:17:23.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-23T04:17:23.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-23T04:17:23.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-05-23T04:17:23.556Z
35622026-05-23T04:17:23.556Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-23T04:17:24.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-23T04:17:24.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-23T04:17:24.215Z Compiling parking_lot_core v0.8.6
35662026-05-23T04:17:24.215Z Compiling atomicwrites v0.4.4
35672026-05-23T04:17:24.215Z Compiling git-stub v1.0.0
35682026-05-23T04:17:24.220Z Checking prefix-trie v0.7.0
35692026-05-23T04:17:24.220Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35702026-05-23T04:17:24.456Z Compiling git-stub-vcs v0.1.0
35712026-05-23T04:17:24.629Z Checking hickory-server v0.25.2
35722026-05-23T04:17:24.722Z Checking parking_lot v0.11.2
35732026-05-23T04:17:24.734Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-05-23T04:17:24.803Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35752026-05-23T04:17:24.803Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35762026-05-23T04:17:24.889Z Checking sled v0.34.7
35772026-05-23T04:17:26.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35782026-05-23T04:17:26.963Z
35792026-05-23T04:17:26.964Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-23T04:17:27.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-23T04:17:27.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-23T04:17:27.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-23T04:17:27.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-23T04:17:27.569Z
35852026-05-23T04:17:27.569Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-23T04:17:28.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-23T04:17:28.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-23T04:17:28.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-23T04:17:28.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-23T04:17:28.174Z
35912026-05-23T04:17:28.174Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-23T04:17:28.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-23T04:17:28.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-23T04:17:28.901Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-23T04:17:30.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35962026-05-23T04:17:30.871Z
35972026-05-23T04:17:30.871Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-23T04:17:31.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-23T04:17:31.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-23T04:17:31.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-23T04:17:31.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-23T04:17:31.527Z
36032026-05-23T04:17:31.527Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-23T04:17:32.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-23T04:17:32.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-23T04:17:32.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-23T04:17:32.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-05-23T04:17:32.193Z
36092026-05-23T04:17:32.194Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-23T04:17:32.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-23T04:17:32.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-23T04:17:32.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-23T04:17:32.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-05-23T04:17:32.790Z
36152026-05-23T04:17:32.790Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-23T04:17:33.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-23T04:17:33.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-23T04:17:33.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-23T04:17:33.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-05-23T04:17:33.385Z
36212026-05-23T04:17:33.385Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-23T04:17:33.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-23T04:17:33.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-23T04:17:33.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-23T04:17:33.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36262026-05-23T04:17:34.043Z
36272026-05-23T04:17:34.043Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-23T04:17:34.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-23T04:17:34.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-23T04:17:34.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-23T04:17:34.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-05-23T04:17:34.635Z
36332026-05-23T04:17:34.635Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-23T04:17:35.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-23T04:17:35.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-23T04:17:35.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-23T04:17:35.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36382026-05-23T04:17:35.286Z
36392026-05-23T04:17:35.286Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-23T04:17:35.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-23T04:17:35.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-23T04:17:35.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-23T04:17:35.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-05-23T04:17:35.933Z
36452026-05-23T04:17:35.933Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-23T04:17:36.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-23T04:17:36.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-23T04:17:36.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-23T04:17:36.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-05-23T04:17:36.526Z
36512026-05-23T04:17:36.526Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-23T04:17:37.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-23T04:17:37.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-23T04:17:37.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-23T04:17:37.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-05-23T04:17:37.117Z
36572026-05-23T04:17:37.117Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-23T04:17:37.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-23T04:17:37.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-23T04:17:37.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-23T04:17:37.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36622026-05-23T04:17:37.715Z
36632026-05-23T04:17:37.715Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-23T04:17:38.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-23T04:17:38.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-23T04:17:38.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-23T04:17:38.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-05-23T04:17:38.308Z
36692026-05-23T04:17:38.308Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-23T04:17:38.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-23T04:17:38.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-23T04:17:38.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-23T04:17:38.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-05-23T04:17:38.895Z
36752026-05-23T04:17:38.895Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-23T04:17:39.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-23T04:17:39.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-23T04:17:39.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-23T04:17:39.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-05-23T04:17:39.550Z
36812026-05-23T04:17:39.550Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-23T04:17:40.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-23T04:17:40.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-23T04:17:40.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-23T04:17:40.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-05-23T04:17:40.208Z
36872026-05-23T04:17:40.208Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-23T04:17:40.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-23T04:17:40.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-23T04:17:40.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-23T04:17:40.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-05-23T04:17:40.855Z
36932026-05-23T04:17:40.855Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-23T04:17:41.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-23T04:17:41.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-23T04:17:41.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-23T04:17:41.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-05-23T04:17:41.485Z
36992026-05-23T04:17:41.485Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-23T04:17:42.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-23T04:17:42.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-23T04:17:42.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-23T04:17:42.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-05-23T04:17:42.108Z
37052026-05-23T04:17:42.108Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-23T04:17:42.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-23T04:17:42.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-23T04:17:42.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-23T04:17:42.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-05-23T04:17:42.729Z
37112026-05-23T04:17:42.729Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-23T04:17:43.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-23T04:17:43.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-23T04:17:43.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-23T04:17:43.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-05-23T04:17:43.328Z
37172026-05-23T04:17:43.328Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-23T04:17:43.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-23T04:17:43.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-23T04:17:43.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-23T04:17:43.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-05-23T04:17:43.945Z
37232026-05-23T04:17:43.945Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-23T04:17:44.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-23T04:17:44.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-23T04:17:44.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-23T04:17:44.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-05-23T04:17:44.568Z
37292026-05-23T04:17:44.568Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-23T04:17:45.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-23T04:17:45.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-23T04:17:45.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-23T04:17:45.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-05-23T04:17:45.161Z
37352026-05-23T04:17:45.161Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-23T04:17:45.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-23T04:17:45.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-23T04:17:46.026Z Compiling typify-impl v0.4.3
37392026-05-23T04:17:46.027Z Compiling libefi-sys v0.1.0
37402026-05-23T04:17:46.172Z Compiling bitfield-struct v0.6.2
37412026-05-23T04:17:46.206Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37422026-05-23T04:17:46.209Z Compiling xshell-macros v0.2.7
37432026-05-23T04:17:46.209Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37442026-05-23T04:17:46.212Z Compiling salty v0.3.0
37452026-05-23T04:17:46.299Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-23T04:17:46.425Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-23T04:17:46.518Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37482026-05-23T04:17:46.597Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37492026-05-23T04:17:46.653Z Checking xshell v0.2.7
37502026-05-23T04:17:46.669Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-05-23T04:17:46.796Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-05-23T04:17:46.843Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-05-23T04:17:46.886Z Checking primeorder v0.13.6
37542026-05-23T04:17:47.011Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-05-23T04:17:47.036Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37562026-05-23T04:17:47.124Z Compiling proc-macro-error-attr2 v2.0.0
37572026-05-23T04:17:47.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-05-23T04:17:47.156Z Checking tungstenite v0.21.0
37592026-05-23T04:17:47.270Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37602026-05-23T04:17:47.344Z Checking p384 v0.13.1
37612026-05-23T04:17:47.378Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-05-23T04:17:47.507Z Compiling proc-macro-error2 v2.0.1
37632026-05-23T04:17:47.757Z Compiling num-derive v0.3.3
37642026-05-23T04:17:47.819Z Compiling tabled_derive v0.11.0
37652026-05-23T04:17:47.920Z Checking tokio-tungstenite v0.21.0
37662026-05-23T04:17:48.128Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-05-23T04:17:48.173Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-05-23T04:17:48.197Z Checking papergrid v0.17.0
37692026-05-23T04:17:48.548Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37702026-05-23T04:17:48.643Z Checking libscf-sys v1.1.0
37712026-05-23T04:17:48.776Z Checking testing_table v0.3.0
37722026-05-23T04:17:48.822Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-05-23T04:17:48.874Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-05-23T04:17:48.978Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-23T04:17:48.982Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-23T04:17:49.134Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-23T04:17:49.201Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37782026-05-23T04:17:49.284Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37792026-05-23T04:17:49.335Z Compiling illumos-nvpair-sys v0.2.0
37802026-05-23T04:17:49.396Z Checking corncobs v0.1.4
37812026-05-23T04:17:49.412Z Compiling unicase v2.9.0
37822026-05-23T04:17:49.537Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-05-23T04:17:49.603Z Checking tabled v0.20.0
37842026-05-23T04:17:49.618Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37852026-05-23T04:17:49.621Z Compiling mime_guess v2.0.5
37862026-05-23T04:17:49.743Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37872026-05-23T04:17:49.791Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-05-23T04:17:49.836Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37892026-05-23T04:17:49.956Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37902026-05-23T04:17:49.984Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-05-23T04:17:50.123Z Checking progenitor-client v0.11.2
37922026-05-23T04:17:50.151Z Checking secrecy v0.8.0
37932026-05-23T04:17:50.276Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-05-23T04:17:50.443Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-05-23T04:17:50.561Z Compiling typify-macro v0.4.3
37962026-05-23T04:17:50.592Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37972026-05-23T04:17:50.640Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-05-23T04:17:50.707Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37992026-05-23T04:17:50.710Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38002026-05-23T04:17:50.911Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-23T04:17:50.935Z Checking filetime v0.2.27
38022026-05-23T04:17:51.077Z Checking crc8 v0.1.1
38032026-05-23T04:17:51.177Z Checking xattr v1.6.1
38042026-05-23T04:17:51.193Z Checking http-range v0.1.5
38052026-05-23T04:17:51.317Z Checking tar v0.4.45
38062026-05-23T04:17:51.333Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-05-23T04:17:51.566Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-23T04:17:51.588Z Checking illumos-nvpair v0.3.0
38092026-05-23T04:17:51.737Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-23T04:17:51.753Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-23T04:17:51.827Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-05-23T04:17:52.131Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-05-23T04:17:52.197Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38142026-05-23T04:17:52.245Z Checking atty v0.2.14
38152026-05-23T04:17:52.284Z Compiling typify v0.4.3
38162026-05-23T04:17:52.403Z Compiling progenitor-impl v0.11.2
38172026-05-23T04:17:52.437Z Compiling progenitor-impl v0.10.0
38182026-05-23T04:17:52.877Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38192026-05-23T04:17:52.976Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38202026-05-23T04:17:53.230Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38212026-05-23T04:17:53.350Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38222026-05-23T04:17:53.366Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38232026-05-23T04:17:53.408Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38242026-05-23T04:17:53.694Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38252026-05-23T04:17:53.852Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38262026-05-23T04:17:54.034Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38272026-05-23T04:17:54.120Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38282026-05-23T04:17:54.208Z Checking hyper-staticfile v0.10.1
38292026-05-23T04:17:54.371Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38302026-05-23T04:17:54.501Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38312026-05-23T04:17:54.634Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-05-23T04:17:54.869Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-05-23T04:17:54.972Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-05-23T04:17:54.988Z Compiling progenitor-macro v0.11.2
38352026-05-23T04:17:55.002Z Compiling progenitor-macro v0.10.0
38362026-05-23T04:17:55.142Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38372026-05-23T04:17:55.158Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38382026-05-23T04:17:55.253Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-05-23T04:17:57.752Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38402026-05-23T04:17:57.951Z Checking progenitor v0.11.2
38412026-05-23T04:17:57.999Z Checking progenitor v0.10.0
38422026-05-23T04:17:58.071Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38432026-05-23T04:17:58.118Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38442026-05-23T04:18:02.713Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-05-23T04:18:13.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.46s
38462026-05-23T04:18:13.843Z
38472026-05-23T04:18:13.843Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38482026-05-23T04:18:14.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-23T04:18:14.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-23T04:18:14.628Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-05-23T04:18:25.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38522026-05-23T04:18:25.471Z
38532026-05-23T04:18:25.471Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38542026-05-23T04:18:26.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-23T04:18:26.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-23T04:18:26.254Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-05-23T04:18:36.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38582026-05-23T04:18:37.114Z
38592026-05-23T04:18:37.114Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38602026-05-23T04:18:37.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-23T04:18:37.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-23T04:18:37.898Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-05-23T04:18:48.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38642026-05-23T04:18:48.758Z
38652026-05-23T04:18:48.758Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38662026-05-23T04:18:49.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-23T04:18:49.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-23T04:18:49.539Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-05-23T04:19:00.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38702026-05-23T04:19:00.410Z
38712026-05-23T04:19:00.410Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38722026-05-23T04:19:00.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-23T04:19:00.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-23T04:19:01.193Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-05-23T04:19:11.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38762026-05-23T04:19:12.041Z
38772026-05-23T04:19:12.041Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38782026-05-23T04:19:12.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-23T04:19:12.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-23T04:19:12.822Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-05-23T04:19:23.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38822026-05-23T04:19:23.680Z
38832026-05-23T04:19:23.680Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38842026-05-23T04:19:24.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-23T04:19:24.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-23T04:19:24.473Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-05-23T04:19:35.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38882026-05-23T04:19:35.326Z
38892026-05-23T04:19:35.326Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38902026-05-23T04:19:35.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-23T04:19:35.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-23T04:19:35.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-23T04:19:35.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38942026-05-23T04:19:35.943Z
38952026-05-23T04:19:35.943Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38962026-05-23T04:19:36.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-23T04:19:36.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-23T04:19:36.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-23T04:19:36.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-05-23T04:19:36.553Z
39012026-05-23T04:19:36.553Zinfo: running `cargo check --bins` on range-requests (212/295)
39022026-05-23T04:19:37.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-23T04:19:37.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-23T04:19:37.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-23T04:19:37.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-05-23T04:19:37.163Z
39072026-05-23T04:19:37.163Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39082026-05-23T04:19:37.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-23T04:19:37.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-23T04:19:37.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-23T04:19:37.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39122026-05-23T04:19:37.774Z
39132026-05-23T04:19:37.774Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39142026-05-23T04:19:38.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-23T04:19:38.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-23T04:19:38.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-05-23T04:19:38.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39182026-05-23T04:19:38.411Z
39192026-05-23T04:19:38.411Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39202026-05-23T04:19:38.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-23T04:19:38.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-23T04:19:38.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-05-23T04:19:38.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39242026-05-23T04:19:39.048Z
39252026-05-23T04:19:39.048Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39262026-05-23T04:19:39.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-23T04:19:39.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-23T04:19:39.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-23T04:19:39.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39302026-05-23T04:19:39.684Z
39312026-05-23T04:19:39.684Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39322026-05-23T04:19:40.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-23T04:19:40.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-23T04:19:40.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-23T04:19:40.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39362026-05-23T04:19:40.326Z
39372026-05-23T04:19:40.326Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39382026-05-23T04:19:40.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-23T04:19:40.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-23T04:19:40.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-23T04:19:40.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39422026-05-23T04:19:40.967Z
39432026-05-23T04:19:40.967Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39442026-05-23T04:19:41.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-23T04:19:41.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-23T04:19:41.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-05-23T04:19:41.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39482026-05-23T04:19:41.607Z
39492026-05-23T04:19:41.607Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39502026-05-23T04:19:42.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-23T04:19:42.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-23T04:19:42.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-23T04:19:42.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39542026-05-23T04:19:42.236Z
39552026-05-23T04:19:42.236Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39562026-05-23T04:19:42.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-23T04:19:42.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-23T04:19:42.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-05-23T04:19:42.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39602026-05-23T04:19:42.870Z
39612026-05-23T04:19:42.870Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39622026-05-23T04:19:43.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-23T04:19:43.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-23T04:19:43.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-23T04:19:43.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39662026-05-23T04:19:43.514Z
39672026-05-23T04:19:43.514Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39682026-05-23T04:19:44.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-23T04:19:44.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-23T04:19:44.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-23T04:19:44.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39722026-05-23T04:19:44.152Z
39732026-05-23T04:19:44.152Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39742026-05-23T04:19:44.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-23T04:19:44.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-23T04:19:44.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-05-23T04:19:44.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39782026-05-23T04:19:44.809Z
39792026-05-23T04:19:44.810Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39802026-05-23T04:19:45.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-23T04:19:45.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-23T04:19:45.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-05-23T04:19:45.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39842026-05-23T04:19:45.452Z
39852026-05-23T04:19:45.452Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39862026-05-23T04:19:46.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-23T04:19:46.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-23T04:19:46.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-05-23T04:19:46.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39902026-05-23T04:19:46.110Z
39912026-05-23T04:19:46.110Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39922026-05-23T04:19:46.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-23T04:19:46.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-23T04:19:46.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-23T04:19:46.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39962026-05-23T04:19:46.778Z
39972026-05-23T04:19:46.778Zinfo: running `cargo check --bins` on update-common (228/295)
39982026-05-23T04:19:47.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-23T04:19:47.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-23T04:19:47.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-05-23T04:19:47.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40022026-05-23T04:19:47.401Z
40032026-05-23T04:19:47.401Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40042026-05-23T04:19:47.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-23T04:19:47.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-23T04:19:47.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-05-23T04:19:47.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40082026-05-23T04:19:48.076Z
40092026-05-23T04:19:48.076Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40102026-05-23T04:19:48.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-23T04:19:48.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-23T04:19:48.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-05-23T04:19:48.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40142026-05-23T04:19:48.682Z
40152026-05-23T04:19:48.682Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40162026-05-23T04:19:49.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-23T04:19:49.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-23T04:19:49.475Z Compiling fs-err v2.11.0
40192026-05-23T04:19:49.475Z Checking ignore v0.4.25
40202026-05-23T04:19:49.475Z Checking arc-swap v1.8.2
40212026-05-23T04:19:49.613Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-05-23T04:19:49.616Z Checking predicates-tree v1.0.13
40232026-05-23T04:19:49.616Z Checking parse-size v1.1.0
40242026-05-23T04:19:49.645Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-05-23T04:19:49.656Z Checking rand_seeder v0.4.0
40262026-05-23T04:19:49.707Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-05-23T04:19:49.742Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-05-23T04:19:49.795Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-05-23T04:19:49.809Z Checking slog-scope v4.4.1
40302026-05-23T04:19:49.842Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40312026-05-23T04:19:49.934Z Checking slog-stdlog v4.1.1
40322026-05-23T04:19:49.950Z Compiling petname v2.0.2
40332026-05-23T04:19:49.964Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-05-23T04:19:49.980Z Checking globwalk v0.9.1
40352026-05-23T04:19:50.026Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-05-23T04:19:50.052Z Checking slog-envlogger v2.2.0
40372026-05-23T04:19:50.151Z Checking camino-tempfile-ext v0.3.3
40382026-05-23T04:19:50.198Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-05-23T04:19:50.230Z Checking sapling-renderdag v0.1.0
40402026-05-23T04:19:50.345Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-05-23T04:19:50.383Z Checking subprocess v0.2.15
40422026-05-23T04:19:50.467Z Checking sync-ptr v0.1.4
40432026-05-23T04:19:50.584Z Checking colored v2.2.0
40442026-05-23T04:19:50.600Z Checking assert_matches v1.5.0
40452026-05-23T04:19:50.659Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-05-23T04:19:50.825Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40472026-05-23T04:19:50.828Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-05-23T04:19:51.511Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-05-23T04:19:52.830Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-05-23T04:19:55.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
40512026-05-23T04:19:55.257Z
40522026-05-23T04:19:55.257Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40532026-05-23T04:19:55.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-23T04:19:55.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-23T04:19:55.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-05-23T04:19:55.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-05-23T04:19:55.861Z
40582026-05-23T04:19:55.862Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40592026-05-23T04:19:56.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-23T04:19:56.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-23T04:19:56.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-05-23T04:19:56.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40632026-05-23T04:19:56.492Z
40642026-05-23T04:19:56.492Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40652026-05-23T04:19:57.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-23T04:19:57.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-23T04:19:57.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-05-23T04:19:57.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40692026-05-23T04:19:57.159Z
40702026-05-23T04:19:57.159Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40712026-05-23T04:19:57.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-05-23T04:19:57.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-05-23T04:19:57.896Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40742026-05-23T04:19:57.897Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-05-23T04:19:58.542Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-05-23T04:20:00.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40772026-05-23T04:20:00.343Z
40782026-05-23T04:20:00.343Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40792026-05-23T04:20:00.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-23T04:20:00.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-23T04:20:00.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-23T04:20:00.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40832026-05-23T04:20:00.956Z
40842026-05-23T04:20:00.956Zinfo: running `cargo check --bins` on cert-dev (237/295)
40852026-05-23T04:20:01.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-23T04:20:01.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-23T04:20:01.576Z Checking yasna v0.5.2
40882026-05-23T04:20:01.976Z Checking rcgen v0.12.1
40892026-05-23T04:20:02.221Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-05-23T04:20:02.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40912026-05-23T04:20:02.584Z
40922026-05-23T04:20:02.584Zinfo: running `cargo check --bins` on clickana (238/295)
40932026-05-23T04:20:03.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-23T04:20:03.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-23T04:20:03.247Z Compiling darling_core v0.23.0
40962026-05-23T04:20:03.250Z Compiling instability v0.3.11
40972026-05-23T04:20:03.364Z Checking castaway v0.2.4
40982026-05-23T04:20:03.369Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-05-23T04:20:03.372Z Compiling indoc v2.0.7
41002026-05-23T04:20:03.385Z Checking unicode-truncate v1.1.0
41012026-05-23T04:20:03.388Z Checking lru v0.12.5
41022026-05-23T04:20:03.388Z Checking cassowary v0.3.0
41032026-05-23T04:20:03.451Z Checking compact_str v0.8.1
41042026-05-23T04:20:04.419Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-05-23T04:20:04.604Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41062026-05-23T04:20:04.771Z Compiling darling_macro v0.23.0
41072026-05-23T04:20:05.183Z Compiling darling v0.23.0
41082026-05-23T04:20:05.787Z Checking ratatui v0.29.0
41092026-05-23T04:20:06.839Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-05-23T04:20:07.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
41112026-05-23T04:20:07.703Z
41122026-05-23T04:20:07.703Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41132026-05-23T04:20:08.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-23T04:20:08.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-23T04:20:08.438Z Checking headers-core v0.3.0
41162026-05-23T04:20:08.441Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-05-23T04:20:08.631Z Checking headers v0.4.1
41182026-05-23T04:20:08.994Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-05-23T04:20:09.843Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-05-23T04:20:10.341Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-05-23T04:20:10.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41222026-05-23T04:20:10.961Z
41232026-05-23T04:20:10.961Zinfo: running `cargo check --bins` on ch-dev (240/295)
41242026-05-23T04:20:11.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-23T04:20:11.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-23T04:20:11.697Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-05-23T04:20:12.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41282026-05-23T04:20:12.662Z
41292026-05-23T04:20:12.662Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41302026-05-23T04:20:13.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-23T04:20:13.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-23T04:20:13.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-05-23T04:20:13.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41342026-05-23T04:20:13.132Z
41352026-05-23T04:20:13.132Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41362026-05-23T04:20:13.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-23T04:20:13.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-23T04:20:13.849Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-05-23T04:20:14.838Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-05-23T04:20:15.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41412026-05-23T04:20:15.381Z
41422026-05-23T04:20:15.381Zinfo: running `cargo check --bins` on db-dev (243/295)
41432026-05-23T04:20:15.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-23T04:20:15.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-23T04:20:16.113Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-05-23T04:20:16.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41472026-05-23T04:20:17.081Z
41482026-05-23T04:20:17.081Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41492026-05-23T04:20:17.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-23T04:20:17.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-23T04:20:17.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-05-23T04:20:17.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41532026-05-23T04:20:17.738Z
41542026-05-23T04:20:17.738Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41552026-05-23T04:20:18.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-23T04:20:18.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-23T04:20:18.361Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-05-23T04:20:19.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41592026-05-23T04:20:19.223Z
41602026-05-23T04:20:19.223Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41612026-05-23T04:20:19.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-05-23T04:20:19.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-05-23T04:20:19.988Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-05-23T04:20:19.988Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-05-23T04:20:19.988Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41662026-05-23T04:20:19.992Z Checking git-stub v1.0.0
41672026-05-23T04:20:19.992Z Compiling trait-variant v0.1.2
41682026-05-23T04:20:19.992Z Checking maplit v1.0.2
41692026-05-23T04:20:19.992Z Checking is_ci v1.2.0
41702026-05-23T04:20:19.992Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41712026-05-23T04:20:20.179Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41722026-05-23T04:20:20.227Z Checking supports-color v3.0.2
41732026-05-23T04:20:20.271Z Checking git-stub-vcs v0.1.0
41742026-05-23T04:20:20.369Z Checking drift v0.2.0
41752026-05-23T04:20:20.377Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41762026-05-23T04:20:20.391Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41772026-05-23T04:20:20.459Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-05-23T04:20:20.589Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41792026-05-23T04:20:20.624Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41802026-05-23T04:20:20.672Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41812026-05-23T04:20:20.701Z Checking dropshot-api-manager v0.7.2
41822026-05-23T04:20:20.886Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41832026-05-23T04:20:20.909Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-05-23T04:20:21.032Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41852026-05-23T04:20:21.368Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41862026-05-23T04:20:26.261Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41872026-05-23T04:20:27.347Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41882026-05-23T04:20:27.906Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41892026-05-23T04:20:28.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
41902026-05-23T04:20:28.542Z
41912026-05-23T04:20:28.542Zinfo: running `cargo check --bins` on installinator-api (247/295)
41922026-05-23T04:20:29.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-05-23T04:20:29.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-05-23T04:20:29.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-05-23T04:20:29.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41962026-05-23T04:20:29.158Z
41972026-05-23T04:20:29.158Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41982026-05-23T04:20:29.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-23T04:20:29.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-23T04:20:29.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-23T04:20:29.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-05-23T04:20:29.816Z
42032026-05-23T04:20:29.816Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42042026-05-23T04:20:30.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-23T04:20:30.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-23T04:20:30.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-23T04:20:30.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42082026-05-23T04:20:30.473Z
42092026-05-23T04:20:30.473Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42102026-05-23T04:20:31.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-23T04:20:31.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-23T04:20:31.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-23T04:20:31.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42142026-05-23T04:20:31.119Z
42152026-05-23T04:20:31.119Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42162026-05-23T04:20:31.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-23T04:20:31.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-23T04:20:31.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-05-23T04:20:31.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42202026-05-23T04:20:31.733Z
42212026-05-23T04:20:31.733Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42222026-05-23T04:20:32.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-05-23T04:20:32.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-05-23T04:20:32.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-05-23T04:20:32.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42262026-05-23T04:20:32.337Z
42272026-05-23T04:20:32.337Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42282026-05-23T04:20:32.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-23T04:20:32.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-23T04:20:32.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-23T04:20:32.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42322026-05-23T04:20:32.968Z
42332026-05-23T04:20:32.968Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42342026-05-23T04:20:33.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-23T04:20:33.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-23T04:20:33.580Z Checking typeid v1.0.3
42372026-05-23T04:20:33.693Z Checking ordered-float v2.10.1
42382026-05-23T04:20:33.712Z Checking unicode-xid v0.2.6
42392026-05-23T04:20:33.725Z Checking cargo-platform v0.2.0
42402026-05-23T04:20:33.734Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42412026-05-23T04:20:33.758Z Checking erased-serde v0.4.9
42422026-05-23T04:20:33.894Z Checking serde-value v0.7.0
42432026-05-23T04:20:34.065Z Checking serde-untagged v0.1.9
42442026-05-23T04:20:34.216Z Checking cargo-util-schemas v0.8.2
42452026-05-23T04:20:34.895Z Checking cargo_metadata v0.21.0
42462026-05-23T04:20:35.487Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42472026-05-23T04:20:36.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
42482026-05-23T04:20:36.356Z
42492026-05-23T04:20:36.356Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42502026-05-23T04:20:36.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-23T04:20:36.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-23T04:20:37.096Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-05-23T04:20:37.723Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42542026-05-23T04:20:38.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42552026-05-23T04:20:38.453Z
42562026-05-23T04:20:38.453Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42572026-05-23T04:20:39.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-23T04:20:39.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-23T04:20:39.328Z Compiling vergen-gitcl v1.0.8
42602026-05-23T04:20:39.328Z Compiling dirs-sys-next v0.1.2
42612026-05-23T04:20:39.328Z Compiling glob v0.3.3
42622026-05-23T04:20:39.328Z Compiling crunchy v0.2.4
42632026-05-23T04:20:39.328Z Compiling diesel_derives v2.3.7
42642026-05-23T04:20:39.331Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42652026-05-23T04:20:39.331Z Compiling dsl_auto_type v0.2.0
42662026-05-23T04:20:39.331Z Checking scheduled-thread-pool v0.2.7
42672026-05-23T04:20:39.586Z Compiling diesel_table_macro_syntax v0.3.0
42682026-05-23T04:20:39.643Z Compiling dirs-next v2.0.0
42692026-05-23T04:20:39.732Z Compiling tiny-keccak v2.0.2
42702026-05-23T04:20:39.775Z Compiling term v0.7.0
42712026-05-23T04:20:39.802Z Checking r2d2 v0.8.10
42722026-05-23T04:20:39.836Z Compiling clang-sys v1.8.1
42732026-05-23T04:20:39.894Z Checking downcast-rs v2.0.2
42742026-05-23T04:20:39.937Z Compiling bit-vec v0.6.3
42752026-05-23T04:20:39.992Z Compiling itertools v0.10.5
42762026-05-23T04:20:40.152Z Compiling bit-set v0.5.3
42772026-05-23T04:20:40.203Z Compiling ascii-canvas v3.0.0
42782026-05-23T04:20:40.306Z Compiling ena v0.14.4
42792026-05-23T04:20:40.321Z Compiling libloading v0.8.9
42802026-05-23T04:20:40.343Z Compiling bindgen v0.71.1
42812026-05-23T04:20:40.379Z Compiling regex-syntax v0.6.29
42822026-05-23T04:20:40.439Z Compiling diff v0.1.13
42832026-05-23T04:20:40.525Z Compiling cexpr v0.6.0
42842026-05-23T04:20:40.699Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42852026-05-23T04:20:40.778Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42862026-05-23T04:20:40.885Z Compiling rustc-hash v2.1.1
42872026-05-23T04:20:40.950Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42882026-05-23T04:20:41.017Z Compiling libxml v0.3.3
42892026-05-23T04:20:41.041Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42902026-05-23T04:20:41.193Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42912026-05-23T04:20:41.274Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-05-23T04:20:41.354Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-05-23T04:20:41.466Z Compiling strum_macros v0.24.3
42942026-05-23T04:20:41.623Z Compiling indoc v1.0.9
42952026-05-23T04:20:42.068Z Compiling lalrpop v0.19.12
42962026-05-23T04:20:42.484Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-05-23T04:20:42.499Z Checking derive_builder v0.20.2
42982026-05-23T04:20:42.612Z Compiling oso-derive v0.27.3
42992026-05-23T04:20:42.672Z Checking quick-xml v0.37.5
43002026-05-23T04:20:42.812Z Compiling impl-trait-for-tuples v0.2.3
43012026-05-23T04:20:43.107Z Checking openssl-probe v0.1.6
43022026-05-23T04:20:43.246Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43032026-05-23T04:20:43.535Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43042026-05-23T04:20:43.733Z Checking bb8 v0.8.6
43052026-05-23T04:20:43.992Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43062026-05-23T04:20:44.021Z Checking nonempty v0.12.0
43072026-05-23T04:20:44.166Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43082026-05-23T04:20:44.196Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43092026-05-23T04:20:44.217Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43102026-05-23T04:20:44.337Z Checking console v0.16.2
43112026-05-23T04:20:44.377Z Checking unit-prefix v0.5.2
43122026-05-23T04:20:44.413Z Checking support-bundle-viewer v0.1.2
43132026-05-23T04:20:44.509Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43142026-05-23T04:20:44.648Z Checking indicatif v0.18.4
43152026-05-23T04:20:44.663Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43162026-05-23T04:20:44.872Z Checking multimap v0.10.1
43172026-05-23T04:20:45.371Z Checking diesel v2.3.7
43182026-05-23T04:20:47.231Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43192026-05-23T04:20:47.728Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43202026-05-23T04:20:48.253Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43212026-05-23T04:20:48.929Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-05-23T04:20:49.488Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43232026-05-23T04:20:49.825Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43242026-05-23T04:20:49.996Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43252026-05-23T04:20:50.140Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43262026-05-23T04:20:52.224Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43272026-05-23T04:20:57.141Z Compiling samael v0.0.19
43282026-05-23T04:21:00.922Z Checking async-bb8-diesel v0.2.1
43292026-05-23T04:21:01.267Z Checking diesel-dtrace v0.5.0
43302026-05-23T04:21:02.205Z Compiling polar-core v0.27.3
43312026-05-23T04:21:06.616Z Checking oso v0.27.3
43322026-05-23T04:21:43.325Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43332026-05-23T04:22:16.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
43342026-05-23T04:22:17.125Z
43352026-05-23T04:22:17.125Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (257/295)
43362026-05-23T04:22:17.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-23T04:22:17.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-23T04:22:17.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-23T04:22:17.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43402026-05-23T04:22:17.807Z
43412026-05-23T04:22:17.807Zinfo: running `cargo check --bins` on nexus-saga-recovery (258/295)
43422026-05-23T04:22:18.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-23T04:22:18.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-23T04:22:18.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-05-23T04:22:18.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43462026-05-23T04:22:18.481Z
43472026-05-23T04:22:18.481Zinfo: running `cargo check --bins` on nexus-test-utils-macros (259/295)
43482026-05-23T04:22:18.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-05-23T04:22:18.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-05-23T04:22:18.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43512026-05-23T04:22:18.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43522026-05-23T04:22:19.086Z
43532026-05-23T04:22:19.086Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (260/295)
43542026-05-23T04:22:19.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-05-23T04:22:19.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-05-23T04:22:19.978Z Compiling libz-sys v1.1.24
43572026-05-23T04:22:20.114Z Compiling libgit2-sys v0.18.3+1.9.2
43582026-05-23T04:22:20.141Z Compiling vergen-git2 v1.0.7
43592026-05-23T04:22:20.144Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43602026-05-23T04:22:20.144Z Compiling rustls v0.21.12
43612026-05-23T04:22:20.147Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43622026-05-23T04:22:20.147Z Checking sct v0.7.1
43632026-05-23T04:22:20.147Z Checking rustls-webpki v0.101.7
43642026-05-23T04:22:20.292Z Compiling nix v0.29.0
43652026-05-23T04:22:20.422Z Compiling dropshot v0.16.7
43662026-05-23T04:22:20.478Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43672026-05-23T04:22:20.641Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43682026-05-23T04:22:20.657Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43692026-05-23T04:22:20.661Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43702026-05-23T04:22:20.699Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43712026-05-23T04:22:20.823Z Checking toml v0.9.12+spec-1.1.0
43722026-05-23T04:22:20.852Z Compiling dropshot_endpoint v0.16.7
43732026-05-23T04:22:20.968Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43742026-05-23T04:22:21.123Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43752026-05-23T04:22:21.150Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43762026-05-23T04:22:21.285Z Checking rustls-pemfile v1.0.4
43772026-05-23T04:22:21.388Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43782026-05-23T04:22:21.417Z Checking twox-hash v2.1.2
43792026-05-23T04:22:21.758Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43802026-05-23T04:22:21.819Z Checking tokio-rustls v0.24.1
43812026-05-23T04:22:22.459Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43822026-05-23T04:22:22.920Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43832026-05-23T04:22:23.070Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43842026-05-23T04:22:23.145Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43852026-05-23T04:22:23.328Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43862026-05-23T04:22:23.388Z Checking fatfs v0.3.6
43872026-05-23T04:22:23.469Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43882026-05-23T04:22:23.604Z Compiling seq-macro v0.3.6
43892026-05-23T04:22:26.998Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43902026-05-23T04:22:27.119Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43912026-05-23T04:22:27.729Z Compiling git2 v0.20.4
43922026-05-23T04:22:29.944Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43932026-05-23T04:23:15.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.88s
43942026-05-23T04:23:16.196Z
43952026-05-23T04:23:16.196Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (261/295)
43962026-05-23T04:23:16.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-23T04:23:16.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-23T04:23:17.097Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43992026-05-23T04:23:55.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.00s
44002026-05-23T04:23:55.416Z
44012026-05-23T04:23:55.416Zinfo: running `cargo check --bins` on nexus-background-task-interface (262/295)
44022026-05-23T04:23:55.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-23T04:23:55.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-23T04:23:55.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-05-23T04:23:55.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44062026-05-23T04:23:56.021Z
44072026-05-23T04:23:56.022Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (263/295)
44082026-05-23T04:23:56.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-05-23T04:23:56.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-05-23T04:23:56.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-05-23T04:23:56.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44122026-05-23T04:23:56.676Z
44132026-05-23T04:23:56.676Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (264/295)
44142026-05-23T04:23:57.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-05-23T04:23:57.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-05-23T04:23:57.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-05-23T04:23:57.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44182026-05-23T04:23:57.347Z
44192026-05-23T04:23:57.347Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (265/295)
44202026-05-23T04:23:57.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-23T04:23:57.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-23T04:23:57.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-05-23T04:23:57.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44242026-05-23T04:23:58.007Z
44252026-05-23T04:23:58.007Zinfo: running `cargo check --bins` on nexus-mgs-updates (266/295)
44262026-05-23T04:23:58.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-05-23T04:23:58.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-05-23T04:23:58.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-05-23T04:23:58.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44302026-05-23T04:23:58.662Z
44312026-05-23T04:23:58.662Zinfo: running `cargo check --bins` on nexus-networking (267/295)
44322026-05-23T04:23:59.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-05-23T04:23:59.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-05-23T04:23:59.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-05-23T04:23:59.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44362026-05-23T04:23:59.335Z
44372026-05-23T04:23:59.336Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44382026-05-23T04:23:59.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-05-23T04:23:59.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-05-23T04:23:59.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-05-23T04:23:59.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44422026-05-23T04:24:00.010Z
44432026-05-23T04:24:00.010Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44442026-05-23T04:24:00.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-05-23T04:24:00.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-05-23T04:24:00.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-05-23T04:24:00.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44482026-05-23T04:24:00.669Z
44492026-05-23T04:24:00.669Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44502026-05-23T04:24:01.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-05-23T04:24:01.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-05-23T04:24:01.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-05-23T04:24:01.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44542026-05-23T04:24:01.335Z
44552026-05-23T04:24:01.335Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44562026-05-23T04:24:01.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-05-23T04:24:01.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-05-23T04:24:02.255Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44592026-05-23T04:24:02.258Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44602026-05-23T04:24:02.446Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44612026-05-23T04:24:02.477Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44622026-05-23T04:24:02.497Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44632026-05-23T04:24:02.514Z Checking diff v0.1.13
44642026-05-23T04:24:02.517Z Checking yansi v1.0.1
44652026-05-23T04:24:02.517Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44662026-05-23T04:24:02.586Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44672026-05-23T04:24:02.782Z Checking pretty_assertions v1.4.1
44682026-05-23T04:24:03.417Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44692026-05-23T04:24:03.571Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44702026-05-23T04:24:27.362Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44712026-05-23T04:24:27.365Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44722026-05-23T04:24:27.365Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44732026-05-23T04:24:27.365Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44742026-05-23T04:24:27.365Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44752026-05-23T04:24:27.365Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44762026-05-23T04:24:28.167Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44772026-05-23T04:24:28.168Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44782026-05-23T04:24:29.380Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44792026-05-23T04:25:07.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
44802026-05-23T04:25:07.522Z
44812026-05-23T04:25:07.522Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44822026-05-23T04:25:08.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-05-23T04:25:08.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-05-23T04:25:08.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-05-23T04:25:08.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44862026-05-23T04:25:08.126Z
44872026-05-23T04:25:08.126Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44882026-05-23T04:25:08.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-05-23T04:25:08.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-05-23T04:25:08.913Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44912026-05-23T04:25:09.038Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44922026-05-23T04:25:09.041Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44932026-05-23T04:25:34.638Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44942026-05-23T04:25:35.027Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44952026-05-23T04:25:36.712Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44962026-05-23T04:25:37.166Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44972026-05-23T04:25:40.103Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44982026-05-23T04:26:02.699Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44992026-05-23T04:26:03.404Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45002026-05-23T04:26:05.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.91s
45012026-05-23T04:26:05.256Z
45022026-05-23T04:26:05.257Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45032026-05-23T04:26:05.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-23T04:26:05.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-23T04:26:05.998Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45062026-05-23T04:26:06.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45072026-05-23T04:26:06.879Z
45082026-05-23T04:26:06.879Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45092026-05-23T04:26:07.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-23T04:26:07.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-23T04:26:07.551Z Compiling blake3 v1.8.3
45122026-05-23T04:26:07.661Z Checking arrayref v0.3.9
45132026-05-23T04:26:07.668Z Checking constant_time_eq v0.4.2
45142026-05-23T04:26:07.671Z Checking arrayvec v0.7.6
45152026-05-23T04:26:07.683Z Checking topological-sort v0.2.2
45162026-05-23T04:26:07.686Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45172026-05-23T04:26:07.686Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45182026-05-23T04:26:07.686Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45192026-05-23T04:26:07.727Z Checking shell-words v1.1.1
45202026-05-23T04:26:08.453Z Checking omicron-zone-package v0.12.2
45212026-05-23T04:26:09.170Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45222026-05-23T04:26:10.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45232026-05-23T04:26:10.226Z
45242026-05-23T04:26:10.226Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45252026-05-23T04:26:10.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-23T04:26:10.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-23T04:26:10.890Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45282026-05-23T04:26:11.210Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45292026-05-23T04:26:11.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45302026-05-23T04:26:11.819Z
45312026-05-23T04:26:11.819Zinfo: running `cargo check --bins` on schema (277/295)
45322026-05-23T04:26:12.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-05-23T04:26:12.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-05-23T04:26:12.562Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45352026-05-23T04:26:13.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45362026-05-23T04:26:13.457Z
45372026-05-23T04:26:13.457Zinfo: running `cargo check --bins` on xtask (278/295)
45382026-05-23T04:26:13.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-05-23T04:26:13.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-05-23T04:26:13.957Z Checking libc v0.2.185
45412026-05-23T04:26:13.957Z Checking serde v1.0.228
45422026-05-23T04:26:13.998Z Checking zerofrom v0.1.6
45432026-05-23T04:26:14.009Z Checking bitflags v2.11.0
45442026-05-23T04:26:14.015Z Checking smallvec v1.15.1
45452026-05-23T04:26:14.020Z Checking indexmap v2.14.0
45462026-05-23T04:26:14.028Z Checking serde_json v1.0.149
45472026-05-23T04:26:14.035Z Checking scroll v0.12.0
45482026-05-23T04:26:14.101Z Checking yoke v0.8.1
45492026-05-23T04:26:14.157Z Checking num-traits v0.2.19
45502026-05-23T04:26:14.186Z Checking thiserror v1.0.69
45512026-05-23T04:26:14.266Z Checking zerovec v0.11.5
45522026-05-23T04:26:14.266Z Checking zerotrie v0.2.3
45532026-05-23T04:26:14.286Z Checking log v0.4.29
45542026-05-23T04:26:14.298Z Checking errno v0.3.14
45552026-05-23T04:26:14.380Z Checking serde_spanned v0.6.9
45562026-05-23T04:26:14.414Z Checking rustix v1.1.3
45572026-05-23T04:26:14.439Z Checking toml_datetime v0.6.11
45582026-05-23T04:26:14.508Z Checking percent-encoding v2.3.2
45592026-05-23T04:26:14.513Z Checking zerocopy v0.7.35
45602026-05-23T04:26:14.530Z Checking goblin v0.8.2
45612026-05-23T04:26:14.615Z Checking toml_edit v0.22.27
45622026-05-23T04:26:14.627Z Checking getrandom v0.4.1
45632026-05-23T04:26:14.643Z Checking form_urlencoded v1.2.2
45642026-05-23T04:26:14.678Z Checking ordered-float v2.10.1
45652026-05-23T04:26:14.696Z Checking tinystr v0.8.2
45662026-05-23T04:26:14.758Z Checking potential_utf v0.1.4
45672026-05-23T04:26:14.769Z Checking thiserror v2.0.18
45682026-05-23T04:26:14.866Z Checking syn v2.0.117
45692026-05-23T04:26:14.877Z Checking icu_locale_core v2.1.1
45702026-05-23T04:26:14.887Z Checking icu_collections v2.1.1
45712026-05-23T04:26:14.897Z Checking serde-value v0.7.0
45722026-05-23T04:26:15.007Z Checking dtrace-parser v0.2.0
45732026-05-23T04:26:15.101Z Checking thread-id v4.2.2
45742026-05-23T04:26:15.183Z Checking once_cell v1.21.3
45752026-05-23T04:26:15.197Z Checking cargo-platform v0.2.0
45762026-05-23T04:26:15.232Z Checking terminal_size v0.4.3
45772026-05-23T04:26:15.252Z Checking memmap v0.7.0
45782026-05-23T04:26:15.353Z Checking clap_builder v4.5.60
45792026-05-23T04:26:15.356Z Checking tempfile v3.25.0
45802026-05-23T04:26:15.374Z Checking textwrap v0.16.2
45812026-05-23T04:26:15.383Z Checking fs-err v3.3.0
45822026-05-23T04:26:15.424Z Checking icu_provider v2.1.1
45832026-05-23T04:26:15.544Z Checking camino-tempfile v1.4.1
45842026-05-23T04:26:15.555Z Checking anyhow v1.0.102
45852026-05-23T04:26:15.579Z Checking tabled v0.15.0
45862026-05-23T04:26:15.661Z Checking icu_properties v2.1.2
45872026-05-23T04:26:15.694Z Checking icu_normalizer v2.1.1
45882026-05-23T04:26:15.705Z Checking toml v0.8.23
45892026-05-23T04:26:15.752Z Checking macaddr v1.0.1
45902026-05-23T04:26:15.927Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45912026-05-23T04:26:16.019Z Checking cargo_toml v0.21.0
45922026-05-23T04:26:16.404Z Checking dof v0.3.0
45932026-05-23T04:26:16.463Z Checking idna_adapter v1.2.1
45942026-05-23T04:26:16.553Z Checking clap v4.5.60
45952026-05-23T04:26:16.582Z Checking idna v1.1.0
45962026-05-23T04:26:16.681Z Checking usdt-impl v0.5.0
45972026-05-23T04:26:16.806Z Checking url v2.5.8
45982026-05-23T04:26:16.932Z Checking usdt v0.5.0
45992026-05-23T04:26:17.144Z Checking cargo-util-schemas v0.8.2
46002026-05-23T04:26:17.830Z Checking cargo_metadata v0.21.0
46012026-05-23T04:26:18.430Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46022026-05-23T04:26:18.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
46032026-05-23T04:26:18.982Z
46042026-05-23T04:26:18.982Zinfo: running `cargo check --bins` on dnsadm (279/295)
46052026-05-23T04:26:19.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-23T04:26:19.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-23T04:26:19.634Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46082026-05-23T04:26:20.112Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46092026-05-23T04:26:20.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46102026-05-23T04:26:20.712Z
46112026-05-23T04:26:20.712Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46122026-05-23T04:26:21.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-23T04:26:21.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-23T04:26:21.512Z Checking polyval v0.6.2
46152026-05-23T04:26:21.638Z Checking ctr v0.9.2
46162026-05-23T04:26:21.648Z Checking ssh-encoding v0.2.0
46172026-05-23T04:26:21.649Z Checking blowfish v0.9.1
46182026-05-23T04:26:21.669Z Checking password-hash v0.4.2
46192026-05-23T04:26:21.684Z Checking p256 v0.13.2
46202026-05-23T04:26:21.685Z Checking p521 v0.13.3
46212026-05-23T04:26:21.710Z Checking russh-cryptovec v0.7.3
46222026-05-23T04:26:21.780Z Checking ghash v0.5.1
46232026-05-23T04:26:21.781Z Checking md5 v0.7.0
46242026-05-23T04:26:21.791Z Checking bcrypt-pbkdf v0.10.0
46252026-05-23T04:26:21.862Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46262026-05-23T04:26:21.880Z Checking num-bigint v0.4.6
46272026-05-23T04:26:21.894Z Checking pbkdf2 v0.11.0
46282026-05-23T04:26:21.932Z Checking aes-gcm v0.10.3
46292026-05-23T04:26:21.948Z Checking des v0.8.1
46302026-05-23T04:26:21.986Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46312026-05-23T04:26:22.007Z Checking hex-literal v0.4.1
46322026-05-23T04:26:22.068Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46332026-05-23T04:26:22.140Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46342026-05-23T04:26:22.187Z Checking ssh-cipher v0.2.0
46352026-05-23T04:26:22.187Z Checking socket2 v0.5.10
46362026-05-23T04:26:22.187Z Checking internet-checksum v0.2.1
46372026-05-23T04:26:22.264Z Checking ssh-key v0.6.7
46382026-05-23T04:26:22.373Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46392026-05-23T04:26:22.889Z Checking russh-keys v0.45.0
46402026-05-23T04:26:23.462Z Checking russh v0.45.0
46412026-05-23T04:26:39.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s
46422026-05-23T04:26:39.853Z
46432026-05-23T04:26:39.853Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46442026-05-23T04:26:40.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-05-23T04:26:40.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-05-23T04:26:40.497Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46472026-05-23T04:26:40.607Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46482026-05-23T04:26:40.616Z Checking termios v0.3.3
46492026-05-23T04:26:41.809Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46502026-05-23T04:26:41.958Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46512026-05-23T04:26:43.732Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46522026-05-23T04:26:44.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
46532026-05-23T04:26:44.487Z
46542026-05-23T04:26:44.487Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46552026-05-23T04:26:45.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-05-23T04:26:45.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-05-23T04:26:45.201Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46582026-05-23T04:26:45.205Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46592026-05-23T04:26:45.318Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46602026-05-23T04:26:45.321Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46612026-05-23T04:26:45.333Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46622026-05-23T04:26:45.351Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46632026-05-23T04:26:46.062Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46642026-05-23T04:26:46.405Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46652026-05-23T04:26:46.408Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46662026-05-23T04:26:47.035Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46672026-05-23T04:26:48.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
46682026-05-23T04:26:48.871Z
46692026-05-23T04:26:48.871Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46702026-05-23T04:26:49.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-05-23T04:26:49.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-05-23T04:26:49.522Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46732026-05-23T04:26:49.971Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46742026-05-23T04:26:50.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46752026-05-23T04:26:50.474Z
46762026-05-23T04:26:50.474Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46772026-05-23T04:26:50.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-05-23T04:26:50.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-05-23T04:26:50.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46802026-05-23T04:26:50.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46812026-05-23T04:26:51.071Z
46822026-05-23T04:26:51.071Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46832026-05-23T04:26:51.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46842026-05-23T04:26:51.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46852026-05-23T04:26:51.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46862026-05-23T04:26:51.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46872026-05-23T04:26:51.669Z
46882026-05-23T04:26:51.669Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46892026-05-23T04:26:52.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-05-23T04:26:52.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-05-23T04:26:52.427Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46922026-05-23T04:26:53.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46932026-05-23T04:26:53.252Z
46942026-05-23T04:26:53.253Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
46952026-05-23T04:26:53.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-05-23T04:26:53.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-05-23T04:26:53.923Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46982026-05-23T04:26:53.926Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46992026-05-23T04:26:54.199Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47002026-05-23T04:26:54.199Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47012026-05-23T04:26:54.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47022026-05-23T04:26:55.188Z
47032026-05-23T04:26:55.188Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47042026-05-23T04:26:55.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-05-23T04:26:55.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-05-23T04:26:55.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47072026-05-23T04:26:55.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47082026-05-23T04:26:55.786Z
47092026-05-23T04:26:55.786Zinfo: running `cargo check --bins` on omicron-package (289/295)
47102026-05-23T04:26:56.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47112026-05-23T04:26:56.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47122026-05-23T04:26:56.472Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47132026-05-23T04:26:57.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47142026-05-23T04:26:57.742Z
47152026-05-23T04:26:57.742Zinfo: running `cargo check --bins` on tqdb (290/295)
47162026-05-23T04:26:58.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47172026-05-23T04:26:58.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47182026-05-23T04:26:58.538Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47192026-05-23T04:26:58.892Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47202026-05-23T04:26:59.402Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47212026-05-23T04:26:59.405Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47222026-05-23T04:27:05.269Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47232026-05-23T04:27:05.273Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47242026-05-23T04:27:05.846Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47252026-05-23T04:27:05.849Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47262026-05-23T04:27:05.849Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47272026-05-23T04:27:05.849Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47282026-05-23T04:27:06.606Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47292026-05-23T04:27:07.602Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47302026-05-23T04:27:08.372Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47312026-05-23T04:27:08.995Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47322026-05-23T04:27:13.186Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47332026-05-23T04:27:19.535Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47342026-05-23T04:27:19.538Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47352026-05-23T04:27:19.538Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47362026-05-23T04:27:19.538Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47372026-05-23T04:27:21.029Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47382026-05-23T04:27:22.361Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47392026-05-23T04:27:23.036Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47402026-05-23T04:27:24.269Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47412026-05-23T04:27:24.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s
47422026-05-23T04:27:25.040Z
47432026-05-23T04:27:25.040Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47442026-05-23T04:27:25.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-05-23T04:27:25.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-05-23T04:27:25.770Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47472026-05-23T04:27:25.773Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47482026-05-23T04:27:25.773Z Checking rtoolbox v0.0.3
47492026-05-23T04:27:25.905Z Checking tui-tree-widget v0.23.1
47502026-05-23T04:27:25.999Z Checking rpassword v7.4.0
47512026-05-23T04:27:27.027Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47522026-05-23T04:27:29.976Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47532026-05-23T04:27:31.821Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47542026-05-23T04:27:32.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
47552026-05-23T04:27:32.930Z
47562026-05-23T04:27:32.930Zinfo: running `cargo check --bins` on wicket (292/295)
47572026-05-23T04:27:33.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-05-23T04:27:33.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-05-23T04:27:33.641Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47602026-05-23T04:27:34.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
47612026-05-23T04:27:34.217Z
47622026-05-23T04:27:34.217Zinfo: running `cargo check --bins` on wicketd (293/295)
47632026-05-23T04:27:34.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-05-23T04:27:34.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-05-23T04:27:34.950Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47662026-05-23T04:27:34.953Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47672026-05-23T04:27:34.953Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47682026-05-23T04:27:34.953Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47692026-05-23T04:27:35.944Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47702026-05-23T04:27:36.516Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47712026-05-23T04:27:39.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47722026-05-23T04:27:39.678Z
47732026-05-23T04:27:39.678Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47742026-05-23T04:27:40.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47752026-05-23T04:27:40.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47762026-05-23T04:27:40.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47772026-05-23T04:27:40.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47782026-05-23T04:27:40.280Z
47792026-05-23T04:27:40.280Zinfo: running `cargo check --bins` on zone-setup (295/295)
47802026-05-23T04:27:40.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-05-23T04:27:40.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-05-23T04:27:40.969Z Checking uzers v0.12.2
47832026-05-23T04:27:41.241Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47842026-05-23T04:27:41.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47852026-05-23T04:27:42.201Z
47862026-05-23T04:27:42.201Zreal 14:23.060020730
47872026-05-23T04:27:42.201Zuser 20:45.458693124
47882026-05-23T04:27:42.201Zsys 4:21.140219711
47892026-05-23T04:27:42.204Ztrap 0.325373209
47902026-05-23T04:27:42.204Ztflt 1.025886851
47912026-05-23T04:27:42.204Zdflt 1.399631909
47922026-05-23T04:27:42.204Zkflt 0.004648367
47932026-05-23T04:27:42.204Zlock 1:17:18.125493144
47942026-05-23T04:27:42.204Zslp 1:39:23.940742099
47952026-05-23T04:27:42.205Zlat 1:00.132904469
47962026-05-23T04:27:42.205Zstop 3:37.035103618
47972026-05-23T04:27:42.205Zprocess exited: duration 1002693 ms, exit code 0
 
47982026-05-23T04:27:42.213Zfound 0 output files