01KSK6C7KNH6VD1D6QYQG5HWSJ: 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: 01KSK6D7YBDXACZ5SVB0FRV4MX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T22:28:29.698Zjob assigned to worker 01KSK6DC5XGNQ3B4VA2172JFVN [factory aws, i-0d6918f8ec537636b] (queued for 47 s)
 
22026-05-26T22:28:36.204Zstarting task 0: "setup"
32026-05-26T22:28:36.210Z++ uname -s
42026-05-26T22:28:36.213Z+ kern=SunOS
52026-05-26T22:28:36.214Z+ build_user=build
62026-05-26T22:28:36.214Z+ build_uid=12345
72026-05-26T22:28:36.214Z+ work_dir=/work
82026-05-26T22:28:36.214Z+ input_dir=/input
92026-05-26T22:28:36.214Z+ [[ 0 == 12345 ]]
102026-05-26T22:28:36.214Z+ case "$kern" in
112026-05-26T22:28:36.214Z+ groupadd -g 12345 build
122026-05-26T22:28:36.214Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T22:28:38.218Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T22:28:38.311Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T22:28:38.316Z+ home_fs=zfs
162026-05-26T22:28:38.316Z+ [[ zfs == autofs ]]
172026-05-26T22:28:38.316Z+ mkdir -p /home/build
182026-05-26T22:28:38.316Z+ chown build:build /home/build /work
192026-05-26T22:28:40.343Z+ chmod 0700 /home/build /work
202026-05-26T22:28:40.350Zprocess exited: duration 4113 ms, exit code 0
 
212026-05-26T22:28:40.356Zstarting task 1: "rust-toolchain"
222026-05-26T22:28:40.360Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T22:28:40.360Z * rust toolchain channel = "1.94.0"
242026-05-26T22:28:40.360Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-26T22:28:40.360Z * rust toolchain profile = "default"
262026-05-26T22:28:40.360Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T22:28:40.360Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T22:28:40.364Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T22:28:40.364Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T22:28:40.439Zinfo: downloading installer
312026-05-26T22:28:41.760Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T22:28:41.760Zwarn: /home/build/.rustup/settings.toml
332026-05-26T22:28:41.760Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T22:28:41.760Zwarn: instead of the one inferred from the default host triple.
352026-05-26T22:28:41.773Zinfo: profile set to default
362026-05-26T22:28:41.773Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T22:28:41.778Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T22:28:41.905Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T22:28:41.910Zinfo: downloading 6 components
402026-05-26T22:28:58.200Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T22:28:58.200Z
422026-05-26T22:28:58.227Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T22:28:58.227Z
442026-05-26T22:28:58.227Z
452026-05-26T22:28:58.227ZRust is installed now. Great!
462026-05-26T22:28:58.227Z
472026-05-26T22:28:58.227ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T22:28:58.227Zenvironment variable. This has not been done automatically.
492026-05-26T22:28:58.227Z
502026-05-26T22:28:58.227ZTo configure your current shell, you need to source
512026-05-26T22:28:58.227Zthe corresponding env file under $HOME/.cargo.
522026-05-26T22:28:58.227Z
532026-05-26T22:28:58.227ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T22:28:58.230Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T22:28:58.230Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T22:28:58.230Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T22:28:58.230Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T22:28:58.230Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T22:28:58.230Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T22:28:58.230Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T22:28:58.230Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T22:28:58.317Z+ rustup --version
632026-05-26T22:28:58.326Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T22:28:58.330Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T22:28:58.346Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T22:28:58.349Z+ cargo --version
672026-05-26T22:28:58.364Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T22:28:58.368Z+ rustc --version
692026-05-26T22:28:58.383Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T22:28:58.386Zprocess exited: duration 18030 ms, exit code 0
 
712026-05-26T22:28:58.392Zstarting task 2: "authentication"
722026-05-26T22:28:58.408Zprocess exited: duration 16 ms, exit code 0
 
732026-05-26T22:28:58.415Zstarting task 3: "clone repository"
742026-05-26T22:28:58.418Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T22:28:58.421Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T22:28:58.460ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T22:29:08.884Z+ cd /work/oxidecomputer/omicron
782026-05-26T22:29:08.884Z+ git fetch origin 1422646d674f43841b16813ca1089d4aee13e748
792026-05-26T22:29:09.183ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T22:29:09.183Z * branch 1422646d674f43841b16813ca1089d4aee13e748 -> FETCH_HEAD
812026-05-26T22:29:09.192Z+ [[ -n emunn/omdb-db-system-version ]]
822026-05-26T22:29:09.195Z++ git branch --show-current
832026-05-26T22:29:09.195Z+ current=main
842026-05-26T22:29:09.195Z+ [[ main != emunn/omdb-db-system-version ]]
852026-05-26T22:29:09.196Z+ git branch -f emunn/omdb-db-system-version 1422646d674f43841b16813ca1089d4aee13e748
862026-05-26T22:29:09.198Z+ git checkout -f emunn/omdb-db-system-version
872026-05-26T22:29:09.432ZSwitched to branch 'emunn/omdb-db-system-version'
882026-05-26T22:29:09.435Z+ git reset --hard 1422646d674f43841b16813ca1089d4aee13e748
892026-05-26T22:29:09.454ZHEAD is now at 1422646d6 Honour --fetch-limit, rename variable to target_release, rename column header to TARGET_RELEASE
902026-05-26T22:29:09.456Zprocess exited: duration 11040 ms, exit code 0
 
912026-05-26T22:29:09.462Zstarting task 4: "build"
922026-05-26T22:29:09.466Z+ source .github/buildomat/ci-env.sh
932026-05-26T22:29:09.468Z++ export CARGO_TERM_COLOR=always
942026-05-26T22:29:09.469Z++ CARGO_TERM_COLOR=always
952026-05-26T22:29:09.469Z+ cargo --version
962026-05-26T22:29:09.476Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T22:29:09.479Z+ rustc --version
982026-05-26T22:29:09.498Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T22:29:09.501Z+ source ./env.sh
1002026-05-26T22:29:09.501Z++ OLD_SHELL_OPTS=ehxB
1012026-05-26T22:29:09.501Z++ set -o xtrace
1022026-05-26T22:29:09.504Z++++ dirname ./env.sh
1032026-05-26T22:29:09.515Z+++ readlink -f .
1042026-05-26T22:29:09.524Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-26T22:29:09.528Z++ 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-26T22:29:09.528Z++ 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-26T22:29:09.529Z++ 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-26T22:29:09.529Z++ 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-26T22:29:09.529Z++ 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-26T22:29:09.529Z++ 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-26T22:29:09.529Z++ 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-26T22:29:09.529Z++ 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-26T22:29:09.529Z++ case $OLD_SHELL_OPTS in
1142026-05-26T22:29:09.529Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-26T22:29:09.529Z+ 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-26T22:29:09.529Z+ 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-26T22:29:09.529Z+ banner prerequisites
1182026-05-26T22:29:09.529Z
1192026-05-26T22:29:09.529Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-26T22:29:09.529Z # # # # # # # # # # # # # # #
1212026-05-26T22:29:09.530Z # # # # ##### # # ##### # # # # # #### #
1222026-05-26T22:29:09.533Z ##### ##### # ##### # # # # # # # # #
1232026-05-26T22:29:09.533Z # # # # # # # # # # # # # # #
1242026-05-26T22:29:09.533Z # # # ###### # # ###### ### # #### # #### #
1252026-05-26T22:29:09.533Z
1262026-05-26T22:29:09.533Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-26T22:29:11.008Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-26T22:29:11.078Z Startup: Caching catalogs ... Done
1292026-05-26T22:29:11.335ZPlanning: Solver setup ... Done (0.223s)
1302026-05-26T22:29:11.354ZPlanning: Running solver ... Done (0.019s)
1312026-05-26T22:29:11.362ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-26T22:29:11.372ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-26T22:29:11.386ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-26T22:29:11.399ZPlanning: Package planning ... Done (0.013s)
1352026-05-26T22:29:11.401ZPlanning: Merging actions ... Done (0.002s)
1362026-05-26T22:29:11.588ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-26T22:29:11.590ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-26T22:29:12.416ZPlanning: Evaluating mediators ... Done (0.828s)
1392026-05-26T22:29:12.419ZPlanning: Planning completed in 1.32 seconds
1402026-05-26T22:29:12.425Z Packages to install: 2
1412026-05-26T22:29:12.425Z Estimated space available: 156.08 GB
1422026-05-26T22:29:12.428ZEstimated space to be consumed: 22.53 MB
1432026-05-26T22:29:12.428Z Create boot environment: No
1442026-05-26T22:29:12.428ZCreate backup boot environment: No
1452026-05-26T22:29:12.428Z Rebuild boot archive: No
1462026-05-26T22:29:12.428Z
1472026-05-26T22:29:12.428ZChanged packages:
1482026-05-26T22:29:12.428Zhelios
1492026-05-26T22:29:12.428Z developer/build-essential
1502026-05-26T22:29:12.428Z None -> 11-3.0
1512026-05-26T22:29:12.428Z library/libxmlsec1
1522026-05-26T22:29:12.428Z None -> 1.2.35-3.0
1532026-05-26T22:29:12.451Z
1542026-05-26T22:29:12.451ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-26T22:29:13.010ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1562026-05-26T22:29:13.062Z Actions: 1/268 actions (Installing new actions)
1572026-05-26T22:29:13.098Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-26T22:29:13.131ZFinalize: Updating package state database ... Done (0.033s)
1592026-05-26T22:29:13.134ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-26T22:29:13.151ZFinalize: Updating image state ... Done (0.019s)
1612026-05-26T22:29:15.557ZFinalize: Creating fast lookup database ... Done (2.384s)
1622026-05-26T22:29:15.625ZFinalize: Reading search index ... Done (0.012s)
1632026-05-26T22:29:15.628ZFinalize: Updating search index ... Done (0.000s)
1642026-05-26T22:29:15.700ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-26T22:29:16.000ZPlanning: Evaluating mediator changes ... Done
1662026-05-26T22:29:16.104ZPlanning: Checking for conflicting actions ... Done
1672026-05-26T22:29:16.107ZPlanning: Consolidating action changes ... Done
1682026-05-26T22:29:16.262ZPlanning: Evaluating mediators ... Done
1692026-05-26T22:29:16.264ZPlanning: Planning completed in 0.26 seconds
1702026-05-26T22:29:16.285Z Mediators to change: 2
1712026-05-26T22:29:16.286Z Create boot environment: No
1722026-05-26T22:29:16.286ZCreate backup boot environment: No
1732026-05-26T22:29:16.329ZFinalize: Updating package state database ... Done
1742026-05-26T22:29:16.329ZFinalize: Updating package cache ... Done
1752026-05-26T22:29:16.339ZFinalize: Updating image state ... Done
1762026-05-26T22:29:18.263ZFinalize: Creating fast lookup database ... Done
1772026-05-26T22:29:18.328ZFinalize: Reading search index ... Done
1782026-05-26T22:29:18.331ZFinalize: Updating search index ... Done
1792026-05-26T22:29:18.390ZFinalize: Updating package cache ... Done
1802026-05-26T22:29:18.671ZPlanning: Evaluating mediator changes ... Done
1812026-05-26T22:29:18.775ZPlanning: Checking for conflicting actions ... Done
1822026-05-26T22:29:18.778ZPlanning: Consolidating action changes ... Done
1832026-05-26T22:29:18.933ZPlanning: Evaluating mediators ... Done
1842026-05-26T22:29:18.936ZPlanning: Planning completed in 0.26 seconds
1852026-05-26T22:29:18.956Z Mediators to change: 1
1862026-05-26T22:29:18.957Z Create boot environment: No
1872026-05-26T22:29:18.959ZCreate backup boot environment: No
1882026-05-26T22:29:19.009ZFinalize: Updating package state database ... Done
1892026-05-26T22:29:19.012ZFinalize: Updating package cache ... Done
1902026-05-26T22:29:19.020ZFinalize: Updating image state ... Done
1912026-05-26T22:29:20.953ZFinalize: Creating fast lookup database ... Done
1922026-05-26T22:29:21.012ZFinalize: Reading search index ... Done
1932026-05-26T22:29:21.015ZFinalize: Updating search index ... Done
1942026-05-26T22:29:21.087ZFinalize: Updating package cache ... Done
1952026-05-26T22:29:21.395ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-26T22:29:21.395Zapache system 2.4 system
1972026-05-26T22:29:21.395Zclang system 15 system
1982026-05-26T22:29:21.395Zcsh system system illumos
1992026-05-26T22:29:21.395Zctags system system illumos
2002026-05-26T22:29:21.395Zfile vendor vendor darwinsys
2012026-05-26T22:29:21.395Zfile system system illumos
2022026-05-26T22:29:21.395Zgcc vendor 14 vendor
2032026-05-26T22:29:21.395Zgcc system 13 system
2042026-05-26T22:29:21.395Zgcc system 10 system
2052026-05-26T22:29:21.395Zgo system 1.25 system
2062026-05-26T22:29:21.395Zllvm system 15 system
2072026-05-26T22:29:21.395Zmariadb system 11.4 system
2082026-05-26T22:29:21.395Zmta vendor vendor dma
2092026-05-26T22:29:21.395Zopenjdk system 17 system
2102026-05-26T22:29:21.396Zopenjdk system 11 system
2112026-05-26T22:29:21.396Zopenssl vendor 3 vendor
2122026-05-26T22:29:21.396Zperl system 5.40 system
2132026-05-26T22:29:21.396Zpostgresql system 18 system
2142026-05-26T22:29:21.396Zpostgresql system 17 system
2152026-05-26T22:29:21.396Zpython vendor 3 vendor
2162026-05-26T22:29:21.396Zpython system 2 system
2172026-05-26T22:29:21.396Zpython3 vendor 3.13 vendor
2182026-05-26T22:29:21.397Zruby system 3.4 system
2192026-05-26T22:29:21.397Zruby system 3.0 system
2202026-05-26T22:29:21.397Zwords vendor vendor american-english
2212026-05-26T22:29:21.397Zwords system system australian-english
2222026-05-26T22:29:21.397Zwords system system british-english
2232026-05-26T22:29:21.397Zwords system system canadian-english
2242026-05-26T22:29:21.397Zwords system system french
2252026-05-26T22:29:21.397Zwords system system italian
2262026-05-26T22:29:21.397Zwords system system ngerman
2272026-05-26T22:29:21.397Zwords system system ogerman
2282026-05-26T22:29:21.397Zwords system system spanish
2292026-05-26T22:29:21.647ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-26T22:29:21.647Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-26T22:29:21.922ZFMRI IFO
2322026-05-26T22:29:21.922Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-26T22:29:21.922Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-26T22:29:21.922Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-26T22:29:21.922Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-26T22:29:21.922Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-26T22:29:21.922Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-26T22:29:21.922Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-26T22:29:21.922Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-26T22:29:21.922Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-26T22:29:22.152Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-26T22:29:22.422Z Updating crates.io index
2432026-05-26T22:29:22.456Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-26T22:29:23.170Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-26T22:29:23.599Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-26T22:29:24.133Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-26T22:29:24.934Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-26T22:29:25.389Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-26T22:29:26.732Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-26T22:29:27.464Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-26T22:29:27.885Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-26T22:29:28.624Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-26T22:29:29.083Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-26T22:29:29.463Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-26T22:29:29.843Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-26T22:29:30.813Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-26T22:29:31.343Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-26T22:29:31.781Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-26T22:29:32.190Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-26T22:29:32.620Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-26T22:29:33.087Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-26T22:29:33.497Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-26T22:29:33.717Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-26T22:29:33.977Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-26T22:29:34.419Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-26T22:29:34.887Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-26T22:29:35.337Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-26T22:29:35.582Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-26T22:29:35.906Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-26T22:29:36.209Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-26T22:29:37.442Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-26T22:29:38.017Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-26T22:29:38.461Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-26T22:29:38.771Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-26T22:29:39.091Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-26T22:29:39.419Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-26T22:29:39.725Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-26T22:29:40.249Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-26T22:29:40.526Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-26T22:29:40.772Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-26T22:29:41.140Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-26T22:29:52.569Z Downloading crates ...
2832026-05-26T22:29:52.618Z Downloaded digest v0.10.7
2842026-05-26T22:29:52.621Z Downloaded anstyle v1.0.13
2852026-05-26T22:29:52.621Z Downloaded macaddr v1.0.1
2862026-05-26T22:29:52.623Z Downloaded camino v1.2.2
2872026-05-26T22:29:52.627Z Downloaded colorchoice v1.0.4
2882026-05-26T22:29:52.630Z Downloaded crypto-common v0.1.7
2892026-05-26T22:29:52.630Z Downloaded cpufeatures v0.2.17
2902026-05-26T22:29:52.633Z Downloaded icu_provider v2.1.1
2912026-05-26T22:29:52.635Z Downloaded clap_lex v1.0.0
2922026-05-26T22:29:52.639Z Downloaded terminal_size v0.4.3
2932026-05-26T22:29:52.639Z Downloaded zmij v1.0.21
2942026-05-26T22:29:52.639Z Downloaded unicode-xid v0.2.6
2952026-05-26T22:29:52.639Z Downloaded thiserror-impl v2.0.18
2962026-05-26T22:29:52.644Z Downloaded scroll v0.12.0
2972026-05-26T22:29:52.644Z Downloaded byteorder v1.5.0
2982026-05-26T22:29:52.644Z Downloaded anstyle-parse v0.2.7
2992026-05-26T22:29:52.644Z Downloaded cargo_toml v0.21.0
3002026-05-26T22:29:52.647Z Downloaded camino-tempfile v1.4.1
3012026-05-26T22:29:52.647Z Downloaded typenum v1.19.0
3022026-05-26T22:29:52.647Z Downloaded clap_derive v4.5.55
3032026-05-26T22:29:52.650Z Downloaded getrandom v0.4.1
3042026-05-26T22:29:52.653Z Downloaded anstream v0.6.21
3052026-05-26T22:29:52.657Z Downloaded percent-encoding v2.3.2
3062026-05-26T22:29:52.657Z Downloaded textwrap v0.16.2
3072026-05-26T22:29:52.660Z Downloaded unicode-ident v1.0.24
3082026-05-26T22:29:52.661Z Downloaded typeid v1.0.3
3092026-05-26T22:29:52.663Z Downloaded usdt v0.5.0
3102026-05-26T22:29:52.664Z Downloaded writeable v0.6.2
3112026-05-26T22:29:52.664Z Downloaded zerovec-derive v0.11.2
3122026-05-26T22:29:52.664Z Downloaded toml_write v0.1.2
3132026-05-26T22:29:52.668Z Downloaded zerofrom v0.1.6
3142026-05-26T22:29:52.668Z Downloaded thiserror v2.0.18
3152026-05-26T22:29:52.673Z Downloaded utf8parse v0.2.2
3162026-05-26T22:29:52.673Z Downloaded serde-untagged v0.1.9
3172026-05-26T22:29:52.673Z Downloaded yoke v0.8.1
3182026-05-26T22:29:52.676Z Downloaded toml_datetime v0.6.11
3192026-05-26T22:29:52.676Z Downloaded autocfg v1.5.0
3202026-05-26T22:29:52.679Z Downloaded strsim v0.11.1
3212026-05-26T22:29:52.679Z Downloaded zerovec v0.11.5
3222026-05-26T22:29:52.682Z Downloaded scroll_derive v0.12.1
3232026-05-26T22:29:52.682Z Downloaded heck v0.5.0
3242026-05-26T22:29:52.682Z Downloaded serde_spanned v0.6.9
3252026-05-26T22:29:52.682Z Downloaded unicode-linebreak v0.1.5
3262026-05-26T22:29:52.684Z Downloaded block-buffer v0.10.4
3272026-05-26T22:29:52.684Z Downloaded yoke-derive v0.8.1
3282026-05-26T22:29:52.684Z Downloaded usdt-attr-macro v0.5.0
3292026-05-26T22:29:52.687Z Downloaded toml v0.8.23
3302026-05-26T22:29:52.687Z Downloaded tabled_derive v0.7.0
3312026-05-26T22:29:52.691Z Downloaded dof v0.3.0
3322026-05-26T22:29:52.696Z Downloaded potential_utf v0.1.4
3332026-05-26T22:29:52.699Z Downloaded cfg-if v1.0.4
3342026-05-26T22:29:52.699Z Downloaded cargo-platform v0.2.0
3352026-05-26T22:29:52.699Z Downloaded fnv v1.0.7
3362026-05-26T22:29:52.700Z Downloaded zerofrom-derive v0.1.6
3372026-05-26T22:29:52.700Z Downloaded tinystr v0.8.2
3382026-05-26T22:29:52.703Z Downloaded errno v0.3.14
3392026-05-26T22:29:52.703Z Downloaded anstyle-query v1.1.5
3402026-05-26T22:29:52.703Z Downloaded generic-array v0.14.7
3412026-05-26T22:29:52.703Z Downloaded utf8_iter v1.0.4
3422026-05-26T22:29:52.707Z Downloaded itoa v1.0.17
3432026-05-26T22:29:52.711Z Downloaded displaydoc v0.2.5
3442026-05-26T22:29:52.714Z Downloaded equivalent v1.0.2
3452026-05-26T22:29:52.717Z Downloaded dtrace-parser v0.2.0
3462026-05-26T22:29:52.717Z Downloaded plain v0.2.3
3472026-05-26T22:29:52.719Z Downloaded heck v0.4.1
3482026-05-26T22:29:52.722Z Downloaded fastrand v2.3.0
3492026-05-26T22:29:52.724Z Downloaded erased-serde v0.4.9
3502026-05-26T22:29:52.727Z Downloaded usdt-impl v0.5.0
3512026-05-26T22:29:52.727Z Downloaded unicode-width v0.2.0
3522026-05-26T22:29:52.730Z Downloaded unicode-width v0.1.14
3532026-05-26T22:29:52.732Z Downloaded thread-id v4.2.2
3542026-05-26T22:29:52.735Z Downloaded smawk v0.3.2
3552026-05-26T22:29:52.735Z Downloaded zerocopy v0.7.35
3562026-05-26T22:29:52.742Z Downloaded zerotrie v0.2.3
3572026-05-26T22:29:52.744Z Downloaded version_check v0.9.5
3582026-05-26T22:29:52.744Z Downloaded thiserror v1.0.69
3592026-05-26T22:29:52.747Z Downloaded usdt-macro v0.5.0
3602026-05-26T22:29:52.750Z Downloaded thiserror-impl v1.0.69
3612026-05-26T22:29:52.750Z Downloaded swrite v0.1.0
3622026-05-26T22:29:52.750Z Downloaded serde-value v0.7.0
3632026-05-26T22:29:52.750Z Downloaded memmap v0.7.0
3642026-05-26T22:29:52.750Z Downloaded stable_deref_trait v1.2.1
3652026-05-26T22:29:52.750Z Downloaded zerocopy-derive v0.7.35
3662026-05-26T22:29:52.753Z Downloaded is_terminal_polyfill v1.70.2
3672026-05-26T22:29:52.753Z Downloaded toml_edit v0.22.27
3682026-05-26T22:29:52.756Z Downloaded form_urlencoded v1.2.2
3692026-05-26T22:29:52.756Z Downloaded ucd-trie v0.1.7
3702026-05-26T22:29:52.756Z Downloaded proc-macro-error v1.0.4
3712026-05-26T22:29:52.759Z Downloaded url v2.5.8
3722026-05-26T22:29:52.761Z Downloaded fs-err v3.3.0
3732026-05-26T22:29:52.761Z Downloaded bytecount v0.6.9
3742026-05-26T22:29:52.764Z Downloaded proc-macro-error-attr v1.0.4
3752026-05-26T22:29:52.764Z Downloaded winnow v0.7.14
3762026-05-26T22:29:52.766Z Downloaded num-traits v0.2.19
3772026-05-26T22:29:52.769Z Downloaded cargo_metadata v0.21.0
3782026-05-26T22:29:52.769Z Downloaded pretty-hex v0.4.1
3792026-05-26T22:29:52.771Z Downloaded semver v1.0.28
3802026-05-26T22:29:52.774Z Downloaded cargo-util-schemas v0.8.2
3812026-05-26T22:29:52.774Z Downloaded ordered-float v2.10.1
3822026-05-26T22:29:52.774Z Downloaded synstructure v0.13.2
3832026-05-26T22:29:52.777Z Downloaded idna_adapter v1.2.1
3842026-05-26T22:29:52.779Z Downloaded quote v1.0.45
3852026-05-26T22:29:52.779Z Downloaded serde_tokenstream v0.2.3
3862026-05-26T22:29:52.784Z Downloaded sha2 v0.10.9
3872026-05-26T22:29:52.786Z Downloaded pest_derive v2.8.6
3882026-05-26T22:29:52.791Z Downloaded tempfile v3.25.0
3892026-05-26T22:29:52.797Z Downloaded papergrid v0.11.0
3902026-05-26T22:29:52.799Z Downloaded anyhow v1.0.102
3912026-05-26T22:29:52.802Z Downloaded litemap v0.8.1
3922026-05-26T22:29:52.810Z Downloaded pest_generator v2.8.6
3932026-05-26T22:29:52.813Z Downloaded bitflags v2.11.0
3942026-05-26T22:29:52.820Z Downloaded once_cell v1.21.3
3952026-05-26T22:29:52.823Z Downloaded log v0.4.29
3962026-05-26T22:29:52.829Z Downloaded serde_derive v1.0.228
3972026-05-26T22:29:52.836Z Downloaded proc-macro2 v1.0.106
3982026-05-26T22:29:52.839Z Downloaded smallvec v1.15.1
3992026-05-26T22:29:52.839Z Downloaded pest_meta v2.8.6
4002026-05-26T22:29:52.842Z Downloaded serde_core v1.0.228
4012026-05-26T22:29:52.842Z Downloaded icu_properties v2.1.2
4022026-05-26T22:29:52.845Z Downloaded clap v4.5.60
4032026-05-26T22:29:52.847Z Downloaded serde v1.0.228
4042026-05-26T22:29:52.850Z Downloaded icu_locale_core v2.1.1
4052026-05-26T22:29:52.852Z Downloaded icu_normalizer v2.1.1
4062026-05-26T22:29:52.855Z Downloaded icu_normalizer_data v2.1.1
4072026-05-26T22:29:52.859Z Downloaded icu_collections v2.1.1
4082026-05-26T22:29:52.864Z Downloaded memchr v2.8.0
4092026-05-26T22:29:52.878Z Downloaded indexmap v2.14.0
4102026-05-26T22:29:52.889Z Downloaded idna v1.1.0
4112026-05-26T22:29:52.897Z Downloaded pest v2.8.6
4122026-05-26T22:29:52.902Z Downloaded hashbrown v0.17.0
4132026-05-26T22:29:52.914Z Downloaded icu_properties_data v2.1.2
4142026-05-26T22:29:52.918Z Downloaded serde_json v1.0.149
4152026-05-26T22:29:52.923Z Downloaded clap_builder v4.5.60
4162026-05-26T22:29:52.932Z Downloaded tabled v0.15.0
4172026-05-26T22:29:52.940Z Downloaded goblin v0.8.2
4182026-05-26T22:29:52.946Z Downloaded syn v1.0.109
4192026-05-26T22:29:52.957Z Downloaded syn v2.0.117
4202026-05-26T22:29:52.964Z Downloaded libc v0.2.185
4212026-05-26T22:29:52.981Z Downloaded rustix v1.1.3
4222026-05-26T22:29:53.042Z Compiling proc-macro2 v1.0.106
4232026-05-26T22:29:53.042Z Compiling quote v1.0.45
4242026-05-26T22:29:53.045Z Compiling unicode-ident v1.0.24
4252026-05-26T22:29:53.045Z Compiling serde_core v1.0.228
4262026-05-26T22:29:53.045Z Compiling libc v0.2.185
4272026-05-26T22:29:53.045Z Compiling version_check v0.9.5
4282026-05-26T22:29:53.045Z Compiling stable_deref_trait v1.2.1
4292026-05-26T22:29:53.045Z Compiling serde v1.0.228
4302026-05-26T22:29:53.352Z Compiling memchr v2.8.0
4312026-05-26T22:29:53.368Z Compiling zmij v1.0.21
4322026-05-26T22:29:53.561Z Compiling itoa v1.0.17
4332026-05-26T22:29:53.800Z Compiling autocfg v1.5.0
4342026-05-26T22:29:53.814Z Compiling thiserror v1.0.69
4352026-05-26T22:29:53.943Z Compiling ucd-trie v0.1.7
4362026-05-26T22:29:54.036Z Compiling litemap v0.8.1
4372026-05-26T22:29:54.134Z Compiling pest v2.8.6
4382026-05-26T22:29:54.176Z Compiling writeable v0.6.2
4392026-05-26T22:29:54.224Z Compiling rustix v1.1.3
4402026-05-26T22:29:54.237Z Compiling byteorder v1.5.0
4412026-05-26T22:29:54.279Z Compiling icu_normalizer_data v2.1.1
4422026-05-26T22:29:54.364Z Compiling icu_properties_data v2.1.2
4432026-05-26T22:29:54.608Z Compiling errno v0.3.14
4442026-05-26T22:29:54.687Z Compiling syn v2.0.117
4452026-05-26T22:29:54.746Z Compiling bitflags v2.11.0
4462026-05-26T22:29:54.767Z Compiling serde_json v1.0.149
4472026-05-26T22:29:54.871Z Compiling num-traits v0.2.19
4482026-05-26T22:29:54.966Z Compiling smallvec v1.15.1
4492026-05-26T22:29:55.053Z Compiling hashbrown v0.17.0
4502026-05-26T22:29:55.175Z Compiling pest_meta v2.8.6
4512026-05-26T22:29:55.189Z Compiling typeid v1.0.3
4522026-05-26T22:29:55.383Z Compiling equivalent v1.0.2
4532026-05-26T22:29:55.491Z Compiling thread-id v4.2.2
4542026-05-26T22:29:55.575Z Compiling indexmap v2.14.0
4552026-05-26T22:29:55.592Z Compiling usdt-impl v0.5.0
4562026-05-26T22:29:55.607Z Compiling proc-macro-error-attr v1.0.4
4572026-05-26T22:29:55.659Z Compiling erased-serde v0.4.9
4582026-05-26T22:29:55.786Z Compiling toml_write v0.1.2
4592026-05-26T22:29:55.801Z Compiling winnow v0.7.14
4602026-05-26T22:29:55.984Z Compiling syn v1.0.109
4612026-05-26T22:29:56.354Z Compiling proc-macro-error v1.0.4
4622026-05-26T22:29:56.415Z Compiling utf8parse v0.2.2
4632026-05-26T22:29:56.534Z Compiling percent-encoding v2.3.2
4642026-05-26T22:29:56.549Z Compiling getrandom v0.4.1
4652026-05-26T22:29:56.732Z Compiling plain v0.2.3
4662026-05-26T22:29:56.804Z Compiling utf8_iter v1.0.4
4672026-05-26T22:29:56.820Z Compiling thiserror v2.0.18
4682026-05-26T22:29:56.847Z Compiling log v0.4.29
4692026-05-26T22:29:56.893Z Compiling camino v1.2.2
4702026-05-26T22:29:56.972Z Compiling ordered-float v2.10.1
4712026-05-26T22:29:57.036Z Compiling form_urlencoded v1.2.2
4722026-05-26T22:29:57.173Z Compiling anstyle-parse v0.2.7
4732026-05-26T22:29:57.262Z Compiling terminal_size v0.4.3
4742026-05-26T22:29:57.353Z Compiling synstructure v0.13.2
4752026-05-26T22:29:57.369Z Compiling pest_generator v2.8.6
4762026-05-26T22:29:57.413Z Compiling cfg-if v1.0.4
4772026-05-26T22:29:57.489Z Compiling anstyle-query v1.1.5
4782026-05-26T22:29:57.551Z Compiling pretty-hex v0.4.1
4792026-05-26T22:29:57.614Z Compiling anstyle v1.0.13
4802026-05-26T22:29:57.676Z Compiling is_terminal_polyfill v1.70.2
4812026-05-26T22:29:57.695Z Compiling colorchoice v1.0.4
4822026-05-26T22:29:57.717Z Compiling serde-untagged v0.1.9
4832026-05-26T22:29:57.815Z Compiling anstream v0.6.21
4842026-05-26T22:29:57.958Z Compiling semver v1.0.28
4852026-05-26T22:29:58.016Z Compiling fs-err v3.3.0
4862026-05-26T22:29:58.081Z Compiling unicode-width v0.1.14
4872026-05-26T22:29:58.123Z Compiling fnv v1.0.7
4882026-05-26T22:29:58.203Z Compiling once_cell v1.21.3
4892026-05-26T22:29:58.228Z Compiling strsim v0.11.1
4902026-05-26T22:29:58.247Z Compiling heck v0.5.0
4912026-05-26T22:29:58.278Z Compiling bytecount v0.6.9
4922026-05-26T22:29:58.410Z Compiling anyhow v1.0.102
4932026-05-26T22:29:58.413Z Compiling heck v0.4.1
4942026-05-26T22:29:58.485Z Compiling fastrand v2.3.0
4952026-05-26T22:29:58.574Z Compiling unicode-xid v0.2.6
4962026-05-26T22:29:58.649Z Compiling clap_lex v1.0.0
4972026-05-26T22:29:58.654Z Compiling papergrid v0.11.0
4982026-05-26T22:29:58.700Z Compiling tempfile v3.25.0
4992026-05-26T22:29:58.888Z Compiling clap_builder v4.5.60
5002026-05-26T22:29:58.967Z Compiling memmap v0.7.0
5012026-05-26T22:29:59.017Z Compiling smawk v0.3.2
5022026-05-26T22:29:59.098Z Compiling serde_derive v1.0.228
5032026-05-26T22:29:59.163Z Compiling zerofrom-derive v0.1.6
5042026-05-26T22:29:59.163Z Compiling yoke-derive v0.8.1
5052026-05-26T22:29:59.163Z Compiling zerovec-derive v0.11.2
5062026-05-26T22:29:59.306Z Compiling displaydoc v0.2.5
5072026-05-26T22:30:00.000Z Compiling thiserror-impl v1.0.69
5082026-05-26T22:30:00.052Z Compiling zerocopy-derive v0.7.35
5092026-05-26T22:30:00.152Z Compiling pest_derive v2.8.6
5102026-05-26T22:30:00.222Z Compiling scroll_derive v0.12.1
5112026-05-26T22:30:00.410Z Compiling zerofrom v0.1.6
5122026-05-26T22:30:00.546Z Compiling yoke v0.8.1
5132026-05-26T22:30:00.574Z Compiling thiserror-impl v2.0.18
5142026-05-26T22:30:00.734Z Compiling zerovec v0.11.5
5152026-05-26T22:30:00.874Z Compiling zerotrie v0.2.3
5162026-05-26T22:30:00.893Z Compiling zerocopy v0.7.35
5172026-05-26T22:30:01.210Z Compiling scroll v0.12.0
5182026-05-26T22:30:01.293Z Compiling tinystr v0.8.2
5192026-05-26T22:30:01.423Z Compiling potential_utf v0.1.4
5202026-05-26T22:30:01.462Z Compiling icu_locale_core v2.1.1
5212026-05-26T22:30:01.493Z Compiling dtrace-parser v0.2.0
5222026-05-26T22:30:01.505Z Compiling goblin v0.8.2
5232026-05-26T22:30:01.588Z Compiling icu_collections v2.1.1
5242026-05-26T22:30:01.821Z Compiling tabled_derive v0.7.0
5252026-05-26T22:30:01.879Z Compiling clap_derive v4.5.55
5262026-05-26T22:30:02.179Z Compiling icu_provider v2.1.1
5272026-05-26T22:30:02.240Z Compiling unicode-linebreak v0.1.5
5282026-05-26T22:30:02.355Z Compiling unicode-width v0.2.0
5292026-05-26T22:30:02.448Z Compiling icu_normalizer v2.1.1
5302026-05-26T22:30:02.482Z Compiling icu_properties v2.1.2
5312026-05-26T22:30:02.500Z Compiling toml_datetime v0.6.11
5322026-05-26T22:30:02.501Z Compiling serde_spanned v0.6.9
5332026-05-26T22:30:02.635Z Compiling dof v0.3.0
5342026-05-26T22:30:02.654Z Compiling serde_tokenstream v0.2.3
5352026-05-26T22:30:02.735Z Compiling toml_edit v0.22.27
5362026-05-26T22:30:02.761Z Compiling serde-value v0.7.0
5372026-05-26T22:30:02.982Z Compiling cargo-platform v0.2.0
5382026-05-26T22:30:03.012Z Compiling tabled v0.15.0
5392026-05-26T22:30:03.114Z Compiling textwrap v0.16.2
5402026-05-26T22:30:03.250Z Compiling macaddr v1.0.1
5412026-05-26T22:30:03.478Z Compiling idna_adapter v1.2.1
5422026-05-26T22:30:03.562Z Compiling usdt-macro v0.5.0
5432026-05-26T22:30:03.577Z Compiling usdt-attr-macro v0.5.0
5442026-05-26T22:30:03.618Z Compiling idna v1.1.0
5452026-05-26T22:30:03.635Z Compiling clap v4.5.60
5462026-05-26T22:30:03.892Z Compiling camino-tempfile v1.4.1
5472026-05-26T22:30:04.125Z Compiling toml v0.8.23
5482026-05-26T22:30:04.171Z Compiling url v2.5.8
5492026-05-26T22:30:04.403Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-26T22:30:04.543Z Compiling cargo_toml v0.21.0
5512026-05-26T22:30:04.654Z Compiling cargo-util-schemas v0.8.2
5522026-05-26T22:30:04.737Z Compiling usdt v0.5.0
5532026-05-26T22:30:04.812Z Compiling swrite v0.1.0
5542026-05-26T22:30:05.503Z Compiling cargo_metadata v0.21.0
5552026-05-26T22:30:06.439Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-26T22:30:08.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.51s
5572026-05-26T22:30:08.774Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-26T22:30:09.376Z Downloading crates ...
5592026-05-26T22:30:09.426Z Downloaded adler2 v2.0.1
5602026-05-26T22:30:09.432Z Downloaded arrayvec v0.7.6
5612026-05-26T22:30:09.437Z Downloaded allocator-api2 v0.2.21
5622026-05-26T22:30:09.441Z Downloaded atomic-waker v1.1.2
5632026-05-26T22:30:09.441Z Downloaded ascii-canvas v3.0.0
5642026-05-26T22:30:09.444Z Downloaded bzip2 v0.4.4
5652026-05-26T22:30:09.448Z Downloaded crossbeam-deque v0.8.6
5662026-05-26T22:30:09.453Z Downloaded arrayref v0.3.9
5672026-05-26T22:30:09.458Z Downloaded derive-ex v0.1.8
5682026-05-26T22:30:09.458Z Downloaded byte-wrapper v0.1.0
5692026-05-26T22:30:09.464Z Downloaded env_filter v1.0.0
5702026-05-26T22:30:09.467Z Downloaded argon2 v0.5.3
5712026-05-26T22:30:09.476Z Downloaded array-init v0.0.4
5722026-05-26T22:30:09.479Z Downloaded cobs v0.3.0
5732026-05-26T22:30:09.479Z Downloaded aead v0.5.2
5742026-05-26T22:30:09.480Z Downloaded curve25519-dalek-derive v0.1.1
5752026-05-26T22:30:09.483Z Downloaded cstr-argument v0.1.2
5762026-05-26T22:30:09.483Z Downloaded ctr v0.9.2
5772026-05-26T22:30:09.483Z Downloaded csv-core v0.1.13
5782026-05-26T22:30:09.483Z Downloaded crossbeam-utils v0.8.21
5792026-05-26T22:30:09.488Z Downloaded crossbeam-epoch v0.9.18
5802026-05-26T22:30:09.488Z Downloaded cargo_metadata v0.19.2
5812026-05-26T22:30:09.493Z Downloaded buf-list v1.1.2
5822026-05-26T22:30:09.493Z Downloaded atty v0.2.14
5832026-05-26T22:30:09.493Z Downloaded darling_macro v0.23.0
5842026-05-26T22:30:09.493Z Downloaded darling v0.23.0
5852026-05-26T22:30:09.496Z Downloaded crunchy v0.2.4
5862026-05-26T22:30:09.497Z Downloaded castaway v0.2.4
5872026-05-26T22:30:09.497Z Downloaded defmt-macros v1.0.1
5882026-05-26T22:30:09.500Z Downloaded document-features v0.2.12
5892026-05-26T22:30:09.500Z Downloaded crucible-workspace-hack v0.1.0
5902026-05-26T22:30:09.500Z Downloaded crc8 v0.1.1
5912026-05-26T22:30:09.500Z Downloaded deranged v0.5.8
5922026-05-26T22:30:09.503Z Downloaded derive-where v1.6.0
5932026-05-26T22:30:09.507Z Downloaded ciborium-io v0.2.2
5942026-05-26T22:30:09.510Z Downloaded dunce v1.0.5
5952026-05-26T22:30:09.510Z Downloaded dsl_auto_type v0.2.0
5962026-05-26T22:30:09.510Z Downloaded block-padding v0.3.3
5972026-05-26T22:30:09.510Z Downloaded bcrypt-pbkdf v0.10.0
5982026-05-26T22:30:09.510Z Downloaded async-stream v0.3.6
5992026-05-26T22:30:09.515Z Downloaded arc-swap v1.8.2
6002026-05-26T22:30:09.518Z Downloaded difflib v0.4.0
6012026-05-26T22:30:09.518Z Downloaded defmt v0.3.100
6022026-05-26T22:30:09.519Z Downloaded float-cmp v0.10.0
6032026-05-26T22:30:09.528Z Downloaded enum-as-inner v0.6.1
6042026-05-26T22:30:09.528Z Downloaded dyn-clone v1.0.20
6052026-05-26T22:30:09.528Z Downloaded defmt-parser v1.0.0
6062026-05-26T22:30:09.528Z Downloaded endian-type v0.1.2
6072026-05-26T22:30:09.528Z Downloaded cargo-platform v0.1.9
6082026-05-26T22:30:09.528Z Downloaded darling_macro v0.21.3
6092026-05-26T22:30:09.528Z Downloaded cfg_aliases v0.2.1
6102026-05-26T22:30:09.528Z Downloaded ar_archive_writer v0.5.1
6112026-05-26T22:30:09.533Z Downloaded darling_macro v0.20.11
6122026-05-26T22:30:09.533Z Downloaded diesel_table_macro_syntax v0.3.0
6132026-05-26T22:30:09.533Z Downloaded derive_builder_macro v0.20.2
6142026-05-26T22:30:09.533Z Downloaded embedded-io v0.4.0
6152026-05-26T22:30:09.533Z Downloaded dropshot-api-manager-types v0.7.1
6162026-05-26T22:30:09.539Z Downloaded base16ct v0.2.0
6172026-05-26T22:30:09.539Z Downloaded atomicwrites v0.4.4
6182026-05-26T22:30:09.539Z Downloaded fd-lock v4.0.4
6192026-05-26T22:30:09.543Z Downloaded dof v0.4.0
6202026-05-26T22:30:09.543Z Downloaded async-stream-impl v0.3.6
6212026-05-26T22:30:09.546Z Downloaded cexpr v0.6.0
6222026-05-26T22:30:09.546Z Downloaded flagset v0.4.7
6232026-05-26T22:30:09.546Z Downloaded dirs-sys-next v0.1.2
6242026-05-26T22:30:09.546Z Downloaded cmake v0.1.57
6252026-05-26T22:30:09.551Z Downloaded bzip2 v0.6.1
6262026-05-26T22:30:09.553Z Downloaded futures-core v0.3.32
6272026-05-26T22:30:09.557Z Downloaded critical-section v1.2.0
6282026-05-26T22:30:09.560Z Downloaded crc v3.4.0
6292026-05-26T22:30:09.567Z Downloaded bit-set v0.5.3
6302026-05-26T22:30:09.567Z Downloaded crc-catalog v2.4.0
6312026-05-26T22:30:09.575Z Downloaded either v1.15.0
6322026-05-26T22:30:09.577Z Downloaded crypto-bigint v0.5.5
6332026-05-26T22:30:09.577Z Downloaded futures-task v0.3.32
6342026-05-26T22:30:09.577Z Downloaded funty v2.0.0
6352026-05-26T22:30:09.577Z Downloaded display-error-chain v0.2.2
6362026-05-26T22:30:09.583Z Downloaded compression-core v0.4.31
6372026-05-26T22:30:09.583Z Downloaded cfg_aliases v0.1.1
6382026-05-26T22:30:09.583Z Downloaded downcast-rs v2.0.2
6392026-05-26T22:30:09.583Z Downloaded debug-ignore v1.0.5
6402026-05-26T22:30:09.583Z Downloaded foreign-types-shared v0.1.1
6412026-05-26T22:30:09.583Z Downloaded foreign-types v0.3.2
6422026-05-26T22:30:09.583Z Downloaded float-ord v0.3.2
6432026-05-26T22:30:09.583Z Downloaded cpufeatures v0.3.0
6442026-05-26T22:30:09.583Z Downloaded ciborium-ll v0.2.2
6452026-05-26T22:30:09.583Z Downloaded embedded-io v0.6.1
6462026-05-26T22:30:09.583Z Downloaded dtrace-parser v0.3.0
6472026-05-26T22:30:09.583Z Downloaded bytes v1.11.1
6482026-05-26T22:30:09.588Z Downloaded ghash v0.5.1
6492026-05-26T22:30:09.588Z Downloaded fixedbitset v0.4.2
6502026-05-26T22:30:09.588Z Downloaded blowfish v0.9.1
6512026-05-26T22:30:09.588Z Downloaded bitfield-macros v0.19.4
6522026-05-26T22:30:09.588Z Downloaded fxhash v0.2.1
6532026-05-26T22:30:09.592Z Downloaded bitfield-struct v0.6.2
6542026-05-26T22:30:09.592Z Downloaded ed25519 v2.2.3
6552026-05-26T22:30:09.592Z Downloaded futures-sink v0.3.32
6562026-05-26T22:30:09.593Z Downloaded backoff v0.4.0
6572026-05-26T22:30:09.599Z Downloaded futures-io v0.3.32
6582026-05-26T22:30:09.599Z Downloaded bb8 v0.8.6
6592026-05-26T22:30:09.599Z Downloaded ecdsa v0.16.9
6602026-05-26T22:30:09.601Z Downloaded foldhash v0.2.0
6612026-05-26T22:30:09.601Z Downloaded dirs-next v2.0.0
6622026-05-26T22:30:09.601Z Downloaded find-msvc-tools v0.1.9
6632026-05-26T22:30:09.601Z Downloaded bcs v0.1.6
6642026-05-26T22:30:09.607Z Downloaded camino-tempfile-ext v0.3.3
6652026-05-26T22:30:09.607Z Downloaded fixedbitset v0.5.7
6662026-05-26T22:30:09.609Z Downloaded constant_time_eq v0.4.2
6672026-05-26T22:30:09.609Z Downloaded env_logger v0.11.9
6682026-05-26T22:30:09.609Z Downloaded ena v0.14.4
6692026-05-26T22:30:09.609Z Downloaded data-encoding v2.10.0
6702026-05-26T22:30:09.609Z Downloaded der_derive v0.7.3
6712026-05-26T22:30:09.614Z Downloaded ahash v0.8.12
6722026-05-26T22:30:09.614Z Downloaded gethostname v0.5.0
6732026-05-26T22:30:09.616Z Downloaded async-recursion v1.1.1
6742026-05-26T22:30:09.616Z Downloaded convert_case v0.4.0
6752026-05-26T22:30:09.620Z Downloaded assert_matches v1.5.0
6762026-05-26T22:30:09.620Z Downloaded des v0.8.1
6772026-05-26T22:30:09.620Z Downloaded fs_extra v1.3.0
6782026-05-26T22:30:09.620Z Downloaded daft-derive v0.1.7
6792026-05-26T22:30:09.623Z Downloaded globwalk v0.9.1
6802026-05-26T22:30:09.626Z Downloaded foreign-types-macros v0.2.3
6812026-05-26T22:30:09.626Z Downloaded foreign-types v0.5.0
6822026-05-26T22:30:09.626Z Downloaded bit-set v0.8.0
6832026-05-26T22:30:09.630Z Downloaded bit-vec v0.6.3
6842026-05-26T22:30:09.636Z Downloaded hash32 v0.2.1
6852026-05-26T22:30:09.637Z Downloaded bitfield v0.19.4
6862026-05-26T22:30:09.637Z Downloaded hex v0.4.3
6872026-05-26T22:30:09.639Z Downloaded compression-codecs v0.4.37
6882026-05-26T22:30:09.640Z Downloaded cipher v0.4.4
6892026-05-26T22:30:09.640Z Downloaded bitflags v1.3.2
6902026-05-26T22:30:09.643Z Downloaded filetime v0.2.27
6912026-05-26T22:30:09.643Z Downloaded cbc v0.1.2
6922026-05-26T22:30:09.643Z Downloaded foldhash v0.1.5
6932026-05-26T22:30:09.645Z Downloaded http-body v1.0.1
6942026-05-26T22:30:09.646Z Downloaded cookie v0.18.1
6952026-05-26T22:30:09.650Z Downloaded ff v0.13.1
6962026-05-26T22:30:09.651Z Downloaded diesel-dtrace v0.5.0
6972026-05-26T22:30:09.659Z Downloaded erased-serde v0.3.31
6982026-05-26T22:30:09.659Z Downloaded convert_case v0.10.0
6992026-05-26T22:30:09.659Z Downloaded derive_builder_core v0.20.2
7002026-05-26T22:30:09.659Z Downloaded home v0.5.12
7012026-05-26T22:30:09.662Z Downloaded hostname v0.4.2
7022026-05-26T22:30:09.662Z Downloaded hostname v0.3.1
7032026-05-26T22:30:09.662Z Downloaded console v0.16.2
7042026-05-26T22:30:09.662Z Downloaded console v0.15.11
7052026-05-26T22:30:09.662Z Downloaded hubpack_derive v0.1.1
7062026-05-26T22:30:09.662Z Downloaded httpdate v1.0.3
7072026-05-26T22:30:09.662Z Downloaded darling v0.20.11
7082026-05-26T22:30:09.665Z Downloaded defmt v1.0.1
7092026-05-26T22:30:09.668Z Downloaded http-range v0.1.5
7102026-05-26T22:30:09.668Z Downloaded hubpack v0.1.2
7112026-05-26T22:30:09.668Z Downloaded drift v0.1.4
7122026-05-26T22:30:09.672Z Downloaded derive_builder v0.20.2
7132026-05-26T22:30:09.677Z Downloaded hyper-tls v0.6.0
7142026-05-26T22:30:09.677Z Downloaded headers-core v0.3.0
7152026-05-26T22:30:09.677Z Downloaded darling v0.21.3
7162026-05-26T22:30:09.680Z Downloaded git-stub-vcs v0.1.0
7172026-05-26T22:30:09.685Z Downloaded bit-vec v0.8.0
7182026-05-26T22:30:09.685Z Downloaded illumos-nvpair v0.3.0
7192026-05-26T22:30:09.685Z Downloaded ident_case v1.0.1
7202026-05-26T22:30:09.688Z Downloaded group v0.13.0
7212026-05-26T22:30:09.688Z Downloaded glob v0.3.3
7222026-05-26T22:30:09.688Z Downloaded base64ct v1.8.3
7232026-05-26T22:30:09.688Z Downloaded globset v0.4.18
7242026-05-26T22:30:09.688Z Downloaded aes v0.8.4
7252026-05-26T22:30:09.691Z Downloaded futures-macro v0.3.32
7262026-05-26T22:30:09.694Z Downloaded cookie_store v0.22.1
7272026-05-26T22:30:09.695Z Downloaded git-stub v1.0.0
7282026-05-26T22:30:09.695Z Downloaded futures-executor v0.3.32
7292026-05-26T22:30:09.698Z Downloaded indoc v1.0.9
7302026-05-26T22:30:09.699Z Downloaded instability v0.3.11
7312026-05-26T22:30:09.699Z Downloaded inout v0.1.4
7322026-05-26T22:30:09.699Z Downloaded cassowary v0.3.0
7332026-05-26T22:30:09.699Z Downloaded bumpalo v3.20.2
7342026-05-26T22:30:09.702Z Downloaded is_ci v1.2.0
7352026-05-26T22:30:09.702Z Downloaded is-terminal v0.4.17
7362026-05-26T22:30:09.702Z Downloaded internet-checksum v0.2.1
7372026-05-26T22:30:09.705Z Downloaded instant v0.1.13
7382026-05-26T22:30:09.705Z Downloaded async-bb8-diesel v0.2.1
7392026-05-26T22:30:09.705Z Downloaded diff v0.1.13
7402026-05-26T22:30:09.708Z Downloaded illumos-nvpair-sys v0.2.0
7412026-05-26T22:30:09.708Z Downloaded hex-literal v0.4.1
7422026-05-26T22:30:09.708Z Downloaded indent_write v2.2.0
7432026-05-26T22:30:09.711Z Downloaded fallible-iterator v0.2.0
7442026-05-26T22:30:09.711Z Downloaded foreign-types-shared v0.3.1
7452026-05-26T22:30:09.711Z Downloaded daft v0.1.7
7462026-05-26T22:30:09.713Z Downloaded highway v1.3.0
7472026-05-26T22:30:09.713Z Downloaded const-oid v0.9.6
7482026-05-26T22:30:09.716Z Downloaded corncobs v0.1.4
7492026-05-26T22:30:09.717Z Downloaded colored v3.1.1
7502026-05-26T22:30:09.720Z Downloaded keccak v0.1.6
7512026-05-26T22:30:09.720Z Downloaded async-trait v0.1.89
7522026-05-26T22:30:09.721Z Downloaded kstat-rs v0.2.4
7532026-05-26T22:30:09.723Z Downloaded backon v1.6.0
7542026-05-26T22:30:09.723Z Downloaded clang-sys v1.8.1
7552026-05-26T22:30:09.726Z Downloaded humantime v2.3.0
7562026-05-26T22:30:09.726Z Downloaded futures-channel v0.3.32
7572026-05-26T22:30:09.732Z Downloaded lazy_static v1.5.0
7582026-05-26T22:30:09.735Z Downloaded hyper-staticfile v0.10.1
7592026-05-26T22:30:09.737Z Downloaded colored v2.2.0
7602026-05-26T22:30:09.737Z Downloaded ciborium v0.2.2
7612026-05-26T22:30:09.740Z Downloaded linked-hash-map v0.5.6
7622026-05-26T22:30:09.740Z Downloaded darling_core v0.21.3
7632026-05-26T22:30:09.743Z Downloaded hash32 v0.3.1
7642026-05-26T22:30:09.746Z Downloaded lru-cache v0.1.2
7652026-05-26T22:30:09.746Z Downloaded libscf-sys v1.1.0
7662026-05-26T22:30:09.746Z Downloaded fs-err v2.11.0
7672026-05-26T22:30:09.748Z Downloaded derive_more v0.99.20
7682026-05-26T22:30:09.752Z Downloaded md5 v0.7.0
7692026-05-26T22:30:09.753Z Downloaded match_cfg v0.1.0
7702026-05-26T22:30:09.753Z Downloaded md-5 v0.10.6
7712026-05-26T22:30:09.756Z Downloaded maplit v1.0.2
7722026-05-26T22:30:09.756Z Downloaded half v1.8.3
7732026-05-26T22:30:09.757Z Downloaded managed v0.8.0
7742026-05-26T22:30:09.757Z Downloaded lzss v0.8.2
7752026-05-26T22:30:09.757Z Downloaded lru v0.12.5
7762026-05-26T22:30:09.757Z Downloaded const_format_proc_macros v0.2.34
7772026-05-26T22:30:09.759Z Downloaded cc v1.2.56
7782026-05-26T22:30:09.762Z Downloaded indoc v2.0.7
7792026-05-26T22:30:09.762Z Downloaded getrandom v0.2.17
7802026-05-26T22:30:09.765Z Downloaded maybe-uninit v2.0.0
7812026-05-26T22:30:09.765Z Downloaded multimap v0.10.1
7822026-05-26T22:30:09.765Z Downloaded memoffset v0.9.1
7832026-05-26T22:30:09.768Z Downloaded cancel-safe-futures v0.1.5
7842026-05-26T22:30:09.768Z Downloaded impl-trait-for-tuples v0.2.3
7852026-05-26T22:30:09.771Z Downloaded http-body-util v0.1.3
7862026-05-26T22:30:09.771Z Downloaded chacha20 v0.9.1
7872026-05-26T22:30:09.774Z Downloaded fatfs v0.3.6
7882026-05-26T22:30:09.777Z Downloaded newtype_derive v0.1.6
7892026-05-26T22:30:09.777Z Downloaded elliptic-curve v0.13.8
7902026-05-26T22:30:09.780Z Downloaded ipnetwork v0.21.1
7912026-05-26T22:30:09.783Z Downloaded ingot v0.1.1
7922026-05-26T22:30:09.783Z Downloaded getrandom v0.3.4
7932026-05-26T22:30:09.786Z Downloaded chacha20 v0.10.0
7942026-05-26T22:30:09.786Z Downloaded nonempty v0.12.0
7952026-05-26T22:30:09.787Z Downloaded nibble_vec v0.1.0
7962026-05-26T22:30:09.791Z Downloaded nodrop v0.1.14
7972026-05-26T22:30:09.792Z Downloaded newtype-uuid-macros v0.1.0
7982026-05-26T22:30:09.792Z Downloaded new_debug_unreachable v1.0.6
7992026-05-26T22:30:09.792Z Downloaded num-derive v0.3.3
8002026-05-26T22:30:09.792Z Downloaded newline-converter v0.3.0
8012026-05-26T22:30:09.794Z Downloaded num-iter v0.1.45
8022026-05-26T22:30:09.794Z Downloaded libefi-sys v0.1.0
8032026-05-26T22:30:09.794Z Downloaded jobserver v0.1.34
8042026-05-26T22:30:09.794Z Downloaded compact_str v0.8.1
8052026-05-26T22:30:09.798Z Downloaded num-conv v0.2.0
8062026-05-26T22:30:09.798Z Downloaded num v0.4.3
8072026-05-26T22:30:09.800Z Downloaded mime v0.3.17
8082026-05-26T22:30:09.800Z Downloaded flume v0.11.1
8092026-05-26T22:30:09.800Z Downloaded crc32fast v1.5.0
8102026-05-26T22:30:09.803Z Downloaded darling_core v0.23.0
8112026-05-26T22:30:09.806Z Downloaded crc-any v2.5.0
8122026-05-26T22:30:09.806Z Downloaded lalrpop-util v0.19.12
8132026-05-26T22:30:09.809Z Downloaded futures v0.3.32
8142026-05-26T22:30:09.811Z Downloaded olpc-cjson v0.1.4
8152026-05-26T22:30:09.811Z Downloaded num_threads v0.1.7
8162026-05-26T22:30:09.811Z Downloaded num_enum_derive v0.5.11
8172026-05-26T22:30:09.814Z Downloaded ed25519-dalek v2.2.0
8182026-05-26T22:30:09.814Z Downloaded libsw-core v0.3.2
8192026-05-26T22:30:09.817Z Downloaded lock_api v0.4.14
8202026-05-26T22:30:09.817Z Downloaded libloading v0.8.9
8212026-05-26T22:30:09.820Z Downloaded chacha20poly1305 v0.10.1
8222026-05-26T22:30:09.820Z Downloaded lru-slab v0.1.2
8232026-05-26T22:30:09.820Z Downloaded linear-map v1.2.0
8242026-05-26T22:30:09.822Z Downloaded opaque-debug v0.3.1
8252026-05-26T22:30:09.822Z Downloaded libsw v3.5.0
8262026-05-26T22:30:09.822Z Downloaded num-derive v0.4.2
8272026-05-26T22:30:09.825Z Downloaded oso-derive v0.27.3
8282026-05-26T22:30:09.825Z Downloaded openssl-macros v0.1.1
8292026-05-26T22:30:09.827Z Downloaded crossterm v0.28.1
8302026-05-26T22:30:09.834Z Downloaded mime_guess v2.0.5
8312026-05-26T22:30:09.837Z Downloaded blake2 v0.10.6
8322026-05-26T22:30:09.837Z Downloaded openssl-probe v0.1.6
8332026-05-26T22:30:09.837Z Downloaded ingot-types v0.1.2
8342026-05-26T22:30:09.837Z Downloaded packed_struct_codegen v0.10.1
8352026-05-26T22:30:09.837Z Downloaded ingot-macros v0.1.1
8362026-05-26T22:30:09.837Z Downloaded openssl-probe v0.2.1
8372026-05-26T22:30:09.855Z Downloaded nu-ansi-term v0.50.3
8382026-05-26T22:30:09.861Z Downloaded nanorand v0.7.0
8392026-05-26T22:30:09.861Z Downloaded ipnet v2.11.0
8402026-05-26T22:30:09.864Z Downloaded hmac v0.12.1
8412026-05-26T22:30:09.864Z Downloaded dropshot_endpoint v0.16.7
8422026-05-26T22:30:09.864Z Downloaded flate2 v1.1.9
8432026-05-26T22:30:09.867Z Downloaded peg-runtime v0.8.5
8442026-05-26T22:30:09.867Z Downloaded pbkdf2 v0.11.0
8452026-05-26T22:30:09.870Z Downloaded parse-display v0.10.0
8462026-05-26T22:30:09.870Z Downloaded derive_more v2.1.1
8472026-05-26T22:30:09.875Z Downloaded num_enum v0.7.5
8482026-05-26T22:30:09.878Z Downloaded num_enum_derive v0.7.5
8492026-05-26T22:30:09.880Z Downloaded expectorate v1.2.0
8502026-05-26T22:30:09.880Z Downloaded native-tls v0.2.18
8512026-05-26T22:30:09.883Z Downloaded dropshot-api-manager v0.7.1
8522026-05-26T22:30:09.887Z Downloaded precomputed-hash v0.1.1
8532026-05-26T22:30:09.887Z Downloaded pin-utils v0.1.0
8542026-05-26T22:30:09.887Z Downloaded heapless v0.8.0
8552026-05-26T22:30:09.890Z Downloaded headers v0.4.1
8562026-05-26T22:30:09.893Z Downloaded ignore v0.4.25
8572026-05-26T22:30:09.893Z Downloaded predicates-tree v1.0.13
8582026-05-26T22:30:09.894Z Downloaded num_enum v0.5.11
8592026-05-26T22:30:09.897Z Downloaded half v2.7.1
8602026-05-26T22:30:09.897Z Downloaded proc-macro-crate v3.4.0
8612026-05-26T22:30:09.900Z Downloaded heapless v0.7.17
8622026-05-26T22:30:09.903Z Downloaded phf_shared v0.13.1
8632026-05-26T22:30:09.903Z Downloaded phf_shared v0.11.3
8642026-05-26T22:30:09.903Z Downloaded path-slash v0.1.5
8652026-05-26T22:30:09.905Z Downloaded proc-macro-crate v1.3.1
8662026-05-26T22:30:09.905Z Downloaded predicates-core v1.0.10
8672026-05-26T22:30:09.905Z Downloaded oxide-tokio-rt v0.1.4
8682026-05-26T22:30:09.905Z Downloaded phf_shared v0.12.1
8692026-05-26T22:30:09.908Z Downloaded dropshot_endpoint v0.17.0
8702026-05-26T22:30:09.911Z Downloaded parse-size v1.1.0
8712026-05-26T22:30:09.911Z Downloaded const_format v0.2.35
8722026-05-26T22:30:09.913Z Downloaded num-integer v0.1.46
8732026-05-26T22:30:09.913Z Downloaded packed_struct v0.10.1
8742026-05-26T22:30:09.917Z Downloaded oxnet v0.1.4
8752026-05-26T22:30:09.917Z Downloaded num-complex v0.4.6
8762026-05-26T22:30:09.917Z Downloaded memmap2 v0.9.10
8772026-05-26T22:30:09.920Z Downloaded darling_core v0.20.11
8782026-05-26T22:30:09.920Z Downloaded pbkdf2 v0.12.2
8792026-05-26T22:30:09.923Z Downloaded indexmap v1.9.3
8802026-05-26T22:30:09.925Z Downloaded hyper-rustls v0.27.7
8812026-05-26T22:30:09.925Z Downloaded iana-time-zone v0.1.65
8822026-05-26T22:30:09.932Z Downloaded paste v1.0.15
8832026-05-26T22:30:09.932Z Downloaded peg-macros v0.8.5
8842026-05-26T22:30:09.932Z Downloaded password-hash v0.5.0
8852026-05-26T22:30:09.932Z Downloaded httparse v1.10.1
8862026-05-26T22:30:09.935Z Downloaded progenitor-client v0.10.0
8872026-05-26T22:30:09.935Z Downloaded proc-macro-error-attr2 v2.0.0
8882026-05-26T22:30:09.935Z Downloaded powerfmt v0.2.0
8892026-05-26T22:30:09.935Z Downloaded progenitor-macro v0.13.0
8902026-05-26T22:30:09.937Z Downloaded crossbeam-channel v0.5.15
8912026-05-26T22:30:09.938Z Downloaded phf v0.13.1
8922026-05-26T22:30:09.940Z Downloaded parking_lot_core v0.8.6
8932026-05-26T22:30:09.940Z Downloaded litrs v1.0.0
8942026-05-26T22:30:09.942Z Downloaded base64 v0.21.7
8952026-05-26T22:30:09.945Z Downloaded psl-types v2.0.11
8962026-05-26T22:30:09.945Z Downloaded progenitor-client v0.14.0
8972026-05-26T22:30:09.945Z Downloaded parse-display-derive v0.10.0
8982026-05-26T22:30:09.951Z Downloaded der v0.7.10
8992026-05-26T22:30:09.954Z Downloaded quick-error v1.2.3
9002026-05-26T22:30:09.954Z Downloaded password-hash v0.4.2
9012026-05-26T22:30:09.954Z Downloaded omicron-zone-package v0.12.2
9022026-05-26T22:30:09.954Z Downloaded owo-colors v4.3.0
9032026-05-26T22:30:09.956Z Downloaded indicatif v0.18.4
9042026-05-26T22:30:09.958Z Downloaded predicates v3.1.4
9052026-05-26T22:30:09.962Z Downloaded postgres-protocol v0.6.10
9062026-05-26T22:30:09.962Z Downloaded libbz2-rs-sys v0.2.2
9072026-05-26T22:30:09.962Z Downloaded num-rational v0.4.2
9082026-05-26T22:30:09.962Z Downloaded normalize-line-endings v0.3.0
9092026-05-26T22:30:09.965Z Downloaded newtype-uuid v1.3.2
9102026-05-26T22:30:09.965Z Downloaded multer v3.1.0
9112026-05-26T22:30:09.965Z Downloaded progenitor-macro v0.14.0
9122026-05-26T22:30:09.967Z Downloaded proc-macro-error2 v2.0.1
9132026-05-26T22:30:09.967Z Downloaded hickory-resolver v0.24.4
9142026-05-26T22:30:09.970Z Downloaded aes-gcm v0.10.3
9152026-05-26T22:30:09.972Z Downloaded phf v0.12.1
9162026-05-26T22:30:09.975Z Downloaded pem v3.0.6
9172026-05-26T22:30:09.975Z Downloaded derive_more-impl v2.1.1
9182026-05-26T22:30:09.978Z Downloaded progenitor v0.11.2
9192026-05-26T22:30:09.981Z Downloaded progenitor v0.10.0
9202026-05-26T22:30:09.981Z Downloaded primeorder v0.13.6
9212026-05-26T22:30:09.984Z Downloaded pem-rfc7468 v0.7.0
9222026-05-26T22:30:09.987Z Downloaded rand_xorshift v0.4.0
9232026-05-26T22:30:09.987Z Downloaded progenitor-client v0.11.2
9242026-05-26T22:30:09.987Z Downloaded progenitor-macro v0.10.0
9252026-05-26T22:30:09.990Z Downloaded progenitor v0.13.0
9262026-05-26T22:30:09.990Z Downloaded rand_chacha v0.3.1
9272026-05-26T22:30:09.990Z Downloaded parking_lot_core v0.9.12
9282026-05-26T22:30:09.993Z Downloaded diesel_derives v2.3.7
9292026-05-26T22:30:09.997Z Downloaded ref-cast-impl v1.0.25
9302026-05-26T22:30:09.997Z Downloaded ref-cast v1.0.25
9312026-05-26T22:30:10.000Z Downloaded polyval v0.6.2
9322026-05-26T22:30:10.000Z Downloaded aho-corasick v1.1.4
9332026-05-26T22:30:10.002Z Downloaded progenitor-extras v0.2.0
9342026-05-26T22:30:10.002Z Downloaded pkcs5 v0.7.1
9352026-05-26T22:30:10.007Z Downloaded progenitor-macro v0.11.2
9362026-05-26T22:30:10.008Z Downloaded ppv-lite86 v0.2.21
9372026-05-26T22:30:10.010Z Downloaded pkcs1 v0.7.5
9382026-05-26T22:30:10.010Z Downloaded progenitor-client v0.13.0
9392026-05-26T22:30:10.010Z Downloaded pkg-config v0.3.32
9402026-05-26T22:30:10.010Z Downloaded rustc_version v0.1.7
9412026-05-26T22:30:10.010Z Downloaded base64 v0.22.1
9422026-05-26T22:30:10.013Z Downloaded peg v0.8.5
9432026-05-26T22:30:10.016Z Downloaded poly1305 v0.8.0
9442026-05-26T22:30:10.019Z Downloaded hickory-server v0.25.2
9452026-05-26T22:30:10.022Z Downloaded recursive-proc-macro-impl v0.1.1
9462026-05-26T22:30:10.022Z Downloaded recursive v0.1.1
9472026-05-26T22:30:10.022Z Downloaded parking_lot v0.11.2
9482026-05-26T22:30:10.022Z Downloaded r2d2 v0.8.10
9492026-05-26T22:30:10.025Z Downloaded pkcs8 v0.10.2
9502026-05-26T22:30:10.025Z Downloaded rtoolbox v0.0.3
9512026-05-26T22:30:10.027Z Downloaded pin-project-lite v0.2.17
9522026-05-26T22:30:10.030Z Downloaded rfc6979 v0.4.0
9532026-05-26T22:30:10.033Z Downloaded p256 v0.13.2
9542026-05-26T22:30:10.035Z Downloaded papergrid v0.17.0
9552026-05-26T22:30:10.038Z Downloaded hickory-resolver v0.25.2
9562026-05-26T22:30:10.040Z Downloaded progenitor v0.14.0
9572026-05-26T22:30:10.040Z Downloaded async-compression v0.4.41
9582026-05-26T22:30:10.043Z Downloaded salsa20 v0.10.2
9592026-05-26T22:30:10.046Z Downloaded radium v0.7.0
9602026-05-26T22:30:10.046Z Downloaded rand_core v0.9.5
9612026-05-26T22:30:10.048Z Downloaded rustc_version v0.4.1
9622026-05-26T22:30:10.048Z Downloaded rustc-hash v2.1.1
9632026-05-26T22:30:10.048Z Downloaded russh-cryptovec v0.7.3
9642026-05-26T22:30:10.051Z Downloaded rand_core v0.6.4
9652026-05-26T22:30:10.055Z Downloaded rand_seeder v0.4.0
9662026-05-26T22:30:10.055Z Downloaded scheduled-thread-pool v0.2.7
9672026-05-26T22:30:10.055Z Downloaded rand_core v0.10.0
9682026-05-26T22:30:10.058Z Downloaded sapling-renderdag v0.1.0
9692026-05-26T22:30:10.063Z Downloaded parking_lot v0.12.5
9702026-05-26T22:30:10.065Z Downloaded pin-project-internal v1.1.11
9712026-05-26T22:30:10.072Z Downloaded scopeguard v1.2.0
9722026-05-26T22:30:10.076Z Downloaded rand_chacha v0.9.0
9732026-05-26T22:30:10.078Z Downloaded scroll_derive v0.13.1
9742026-05-26T22:30:10.079Z Downloaded resolv-conf v0.7.6
9752026-05-26T22:30:10.082Z Downloaded same-file v1.0.6
9762026-05-26T22:30:10.086Z Downloaded postcard v1.1.3
9772026-05-26T22:30:10.087Z Downloaded quinn-udp v0.5.14
9782026-05-26T22:30:10.089Z Downloaded seq-macro v0.3.6
9792026-05-26T22:30:10.092Z Downloaded semver v0.1.20
9802026-05-26T22:30:10.094Z Downloaded serde_plain v1.0.2
9812026-05-26T22:30:10.094Z Downloaded oso v0.27.3
9822026-05-26T22:30:10.098Z Downloaded postgres-types v0.2.12
9832026-05-26T22:30:10.100Z Downloaded scrypt v0.11.0
9842026-05-26T22:30:10.103Z Downloaded secrecy v0.10.3
9852026-05-26T22:30:10.103Z Downloaded secrecy v0.8.0
9862026-05-26T22:30:10.106Z Downloaded http v1.4.0
9872026-05-26T22:30:10.111Z Downloaded rusty-fork v0.3.1
9882026-05-26T22:30:10.111Z Downloaded rustls-pemfile v1.0.4
9892026-05-26T22:30:10.111Z Downloaded rustversion v1.0.22
9902026-05-26T22:30:10.114Z Downloaded serde-big-array v0.5.1
9912026-05-26T22:30:10.114Z Downloaded serde_urlencoded v0.7.1
9922026-05-26T22:30:10.119Z Downloaded serde_bytes v0.11.19
9932026-05-26T22:30:10.149Z Downloaded shell-words v1.1.1
9942026-05-26T22:30:10.149Z Downloaded serde_spanned v1.0.4
9952026-05-26T22:30:10.149Z Downloaded serde_repr v0.1.20
9962026-05-26T22:30:10.149Z Downloaded sha1 v0.10.6
9972026-05-26T22:30:10.149Z Downloaded miniz_oxide v0.8.9
9982026-05-26T22:30:10.149Z Downloaded psm v0.1.30
9992026-05-26T22:30:10.150Z Downloaded siphasher v1.0.2
10002026-05-26T22:30:10.150Z Downloaded rustls-pemfile v2.2.0
10012026-05-26T22:30:10.150Z Downloaded progenitor-impl v0.13.0
10022026-05-26T22:30:10.150Z Downloaded progenitor-impl v0.10.0
10032026-05-26T22:30:10.150Z Downloaded signature v2.2.0
10042026-05-26T22:30:10.150Z Downloaded sigpipe v0.1.3
10052026-05-26T22:30:10.150Z Downloaded hyper-util v0.1.20
10062026-05-26T22:30:10.150Z Downloaded slog-envlogger v2.2.0
10072026-05-26T22:30:10.153Z Downloaded signal-hook-mio v0.2.5
10082026-05-26T22:30:10.153Z Downloaded schemars_derive v0.8.22
10092026-05-26T22:30:10.153Z Downloaded openssl-sys v0.9.115
10102026-05-26T22:30:10.156Z Downloaded sec1 v0.7.3
10112026-05-26T22:30:10.156Z Downloaded scroll v0.13.0
10122026-05-26T22:30:10.156Z Downloaded pin-project v1.1.11
10132026-05-26T22:30:10.163Z Downloaded sct v0.7.1
10142026-05-26T22:30:10.167Z Downloaded serde_path_to_error v0.1.20
10152026-05-26T22:30:10.169Z Downloaded crossterm v0.29.0
10162026-05-26T22:30:10.172Z Downloaded prettyplease v0.2.37
10172026-05-26T22:30:10.175Z Downloaded itertools v0.10.5
10182026-05-26T22:30:10.177Z Downloaded serde_derive_internals v0.29.1
10192026-05-26T22:30:10.180Z Downloaded hashbrown v0.13.2
10202026-05-26T22:30:10.182Z Downloaded ssh-encoding v0.2.0
10212026-05-26T22:30:10.185Z Downloaded minimal-lexical v0.2.1
10222026-05-26T22:30:10.187Z Downloaded ssh-cipher v0.2.0
10232026-05-26T22:30:10.187Z Downloaded rustls-native-certs v0.8.3
10242026-05-26T22:30:10.197Z Downloaded serde-hex v0.1.0
10252026-05-26T22:30:10.199Z Downloaded slog-bunyan v2.5.0
10262026-05-26T22:30:10.202Z Downloaded shlex v1.3.0
10272026-05-26T22:30:10.202Z Downloaded jiff-static v0.2.21
10282026-05-26T22:30:10.205Z Downloaded structmeta-derive v0.3.0
10292026-05-26T22:30:10.208Z Downloaded simd-adler32 v0.3.8
10302026-05-26T22:30:10.209Z Downloaded progenitor-impl v0.14.0
10312026-05-26T22:30:10.211Z Downloaded progenitor-impl v0.11.2
10322026-05-26T22:30:10.214Z Downloaded russh-keys v0.45.0
10332026-05-26T22:30:10.215Z Downloaded signal-hook-tokio v0.3.1
10342026-05-26T22:30:10.218Z Downloaded signal-hook-registry v1.4.8
10352026-05-26T22:30:10.218Z Downloaded structmeta v0.3.0
10362026-05-26T22:30:10.221Z Downloaded slog-async v2.8.0
10372026-05-26T22:30:10.224Z Downloaded slab v0.4.12
10382026-05-26T22:30:10.224Z Downloaded smallvec v0.6.14
10392026-05-26T22:30:10.235Z Downloaded slog-term v2.9.2
10402026-05-26T22:30:10.237Z Downloaded tabwriter v1.4.1
10412026-05-26T22:30:10.237Z Downloaded tabled_derive v0.11.0
10422026-05-26T22:30:10.240Z Downloaded serde_cbor v0.11.2
10432026-05-26T22:30:10.240Z Downloaded tap v1.0.1
10442026-05-26T22:30:10.247Z Downloaded hashbrown v0.12.3
10452026-05-26T22:30:10.250Z Downloaded smf v0.2.3
10462026-05-26T22:30:10.252Z Downloaded slog-stdlog v4.1.1
10472026-05-26T22:30:10.253Z Downloaded pretty_assertions v1.4.1
10482026-05-26T22:30:10.255Z Downloaded prefix-trie v0.7.0
10492026-05-26T22:30:10.257Z Downloaded thiserror-impl-no-std v2.0.2
10502026-05-26T22:30:10.257Z Downloaded slog-json v2.6.1
10512026-05-26T22:30:10.260Z Downloaded termtree v0.5.1
10522026-05-26T22:30:10.261Z Downloaded spki v0.7.3
10532026-05-26T22:30:10.264Z Downloaded thread-id v5.1.0
10542026-05-26T22:30:10.264Z Downloaded rcgen v0.12.1
10552026-05-26T22:30:10.266Z Downloaded stacker v0.1.23
10562026-05-26T22:30:10.266Z Downloaded serde_with_macros v3.17.0
10572026-05-26T22:30:10.272Z Downloaded time-core v0.1.8
10582026-05-26T22:30:10.275Z Downloaded static_assertions v1.1.0
10592026-05-26T22:30:10.277Z Downloaded stringprep v0.1.5
10602026-05-26T22:30:10.280Z Downloaded rustls-platform-verifier v0.6.2
10612026-05-26T22:30:10.283Z Downloaded rustls-pki-types v1.14.0
10622026-05-26T22:30:10.288Z Downloaded strum_macros v0.27.2
10632026-05-26T22:30:10.291Z Downloaded tinyvec_macros v0.1.1
10642026-05-26T22:30:10.294Z Downloaded tokio-macros v2.7.0
10652026-05-26T22:30:10.297Z Downloaded rayon-core v1.13.0
10662026-05-26T22:30:10.300Z Downloaded strum_macros v0.24.3
10672026-05-26T22:30:10.303Z Downloaded qorb v0.4.1
10682026-05-26T22:30:10.306Z Downloaded hashbrown v0.16.1
10692026-05-26T22:30:10.309Z Downloaded subtle v2.6.1
10702026-05-26T22:30:10.314Z Downloaded tagptr v0.2.0
10712026-05-26T22:30:10.314Z Downloaded ryu v1.0.23
10722026-05-26T22:30:10.316Z Downloaded hashbrown v0.15.5
10732026-05-26T22:30:10.319Z Downloaded itertools v0.12.1
10742026-05-26T22:30:10.322Z Downloaded mio v1.2.0
10752026-05-26T22:30:10.333Z Downloaded ron v0.8.1
10762026-05-26T22:30:10.337Z Downloaded tower-layer v0.3.3
10772026-05-26T22:30:10.341Z Downloaded testing_table v0.3.0
10782026-05-26T22:30:10.341Z Downloaded thread_local v1.1.9
10792026-05-26T22:30:10.341Z Downloaded sqlparser_derive v0.5.0
10802026-05-26T22:30:10.343Z Downloaded slog-dtrace v0.3.0
10812026-05-26T22:30:10.343Z Downloaded hyper v1.8.1
10822026-05-26T22:30:10.346Z Downloaded publicsuffix v2.3.0
10832026-05-26T22:30:10.350Z Downloaded futures-util v0.3.32
10842026-05-26T22:30:10.354Z Downloaded try-lock v0.2.5
10852026-05-26T22:30:10.356Z Downloaded trait-variant v0.1.2
10862026-05-26T22:30:10.356Z Downloaded signal-hook v0.3.18
10872026-05-26T22:30:10.359Z Downloaded quinn v0.11.9
10882026-05-26T22:30:10.362Z Downloaded tls_codec v0.4.2
10892026-05-26T22:30:10.362Z Downloaded tiny-keccak v2.0.2
10902026-05-26T22:30:10.364Z Downloaded schemars v0.8.22
10912026-05-26T22:30:10.368Z Downloaded strum_macros v0.26.4
10922026-05-26T22:30:10.371Z Downloaded time-macros v0.2.27
10932026-05-26T22:30:10.373Z Downloaded strum v0.27.2
10942026-05-26T22:30:10.373Z Downloaded tokio-native-tls v0.3.1
10952026-05-26T22:30:10.376Z Downloaded tokio-dtrace v0.1.1
10962026-05-26T22:30:10.376Z Downloaded slog-scope v4.4.1
10972026-05-26T22:30:10.376Z Downloaded slog v2.8.2
10982026-05-26T22:30:10.379Z Downloaded rsa v0.9.10
10992026-05-26T22:30:10.383Z Downloaded h2 v0.4.13
11002026-05-26T22:30:10.385Z Downloaded sync_wrapper v1.0.2
11012026-05-26T22:30:10.385Z Downloaded num-bigint v0.4.6
11022026-05-26T22:30:10.388Z Downloaded tokio-tungstenite v0.21.0
11032026-05-26T22:30:10.390Z Downloaded strum v0.26.3
11042026-05-26T22:30:10.393Z Downloaded itertools v0.13.0
11052026-05-26T22:30:10.396Z Downloaded sqlformat v0.3.5
11062026-05-26T22:30:10.399Z Downloaded rand v0.8.6
11072026-05-26T22:30:10.399Z Downloaded iri-string v0.7.10
11082026-05-26T22:30:10.402Z Downloaded unicode-truncate v1.1.0
11092026-05-26T22:30:10.405Z Downloaded take_mut v0.2.2
11102026-05-26T22:30:10.405Z Downloaded socket2 v0.5.10
11112026-05-26T22:30:10.412Z Downloaded rustls-webpki v0.103.9
11122026-05-26T22:30:10.412Z Downloaded nom v7.1.3
11132026-05-26T22:30:10.415Z Downloaded libxml v0.3.3
11142026-05-26T22:30:10.415Z Downloaded toml_writer v1.0.6+spec-1.1.0
11152026-05-26T22:30:10.415Z Downloaded num-bigint-dig v0.8.6
11162026-05-26T22:30:10.418Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11172026-05-26T22:30:10.421Z Downloaded serde_yaml v0.9.34+deprecated
11182026-05-26T22:30:10.424Z Downloaded thiserror-no-std v2.0.2
11192026-05-26T22:30:10.424Z Downloaded topological-sort v0.2.2
11202026-05-26T22:30:10.424Z Downloaded samael v0.0.19
11212026-05-26T22:30:10.427Z Downloaded universal-hash v0.5.1
11222026-05-26T22:30:10.430Z Downloaded unit-prefix v0.5.2
11232026-05-26T22:30:10.430Z Downloaded schemars v0.9.0
11242026-05-26T22:30:10.435Z Downloaded untrusted v0.7.1
11252026-05-26T22:30:10.438Z Downloaded tokio-rustls v0.24.1
11262026-05-26T22:30:10.438Z Downloaded subprocess v0.2.15
11272026-05-26T22:30:10.440Z Downloaded snafu-derive v0.8.9
11282026-05-26T22:30:10.440Z Downloaded similar v2.7.0
11292026-05-26T22:30:10.443Z Downloaded libm v0.2.16
11302026-05-26T22:30:10.448Z Downloaded untrusted v0.9.0
11312026-05-26T22:30:10.451Z Downloaded typify-macro v0.6.2
11322026-05-26T22:30:10.451Z Downloaded tokio-rustls v0.26.4
11332026-05-26T22:30:10.453Z Downloaded tokio-rustls v0.25.0
11342026-05-26T22:30:10.454Z Downloaded string_cache v0.8.9
11352026-05-26T22:30:10.457Z Downloaded unicase v2.9.0
11362026-05-26T22:30:10.457Z Downloaded sync-ptr v0.1.4
11372026-05-26T22:30:10.457Z Downloaded supports-color v3.0.2
11382026-05-26T22:30:10.457Z Downloaded rand v0.9.2
11392026-05-26T22:30:10.459Z Downloaded typify-macro v0.4.3
11402026-05-26T22:30:10.459Z Downloaded usdt-macro v0.6.0
11412026-05-26T22:30:10.462Z Downloaded rand v0.10.0
11422026-05-26T22:30:10.462Z Downloaded tower-service v0.3.3
11432026-05-26T22:30:10.464Z Downloaded wait-timeout v0.2.1
11442026-05-26T22:30:10.464Z Downloaded strip-ansi-escapes v0.2.1
11452026-05-26T22:30:10.464Z Downloaded hkdf v0.12.4
11462026-05-26T22:30:10.468Z Downloaded usdt-attr-macro v0.6.0
11472026-05-26T22:30:10.471Z Downloaded usdt v0.6.0
11482026-05-26T22:30:10.471Z Downloaded termios v0.3.3
11492026-05-26T22:30:10.471Z Downloaded support-bundle-viewer v0.1.2
11502026-05-26T22:30:10.471Z Downloaded spin v0.9.8
11512026-05-26T22:30:10.475Z Downloaded toml_parser v1.0.9+spec-1.1.0
11522026-05-26T22:30:10.480Z Downloaded tracing-attributes v0.1.31
11532026-05-26T22:30:10.483Z Downloaded xattr v1.6.1
11542026-05-26T22:30:10.488Z Downloaded tui-tree-widget v0.23.1
11552026-05-26T22:30:10.491Z Downloaded schemars v1.2.1
11562026-05-26T22:30:10.496Z Downloaded xshell-macros v0.2.7
11572026-05-26T22:30:10.501Z Downloaded utf-8 v0.7.6
11582026-05-26T22:30:10.501Z Downloaded unarray v0.1.4
11592026-05-26T22:30:10.501Z Downloaded tokio-tungstenite v0.23.1
11602026-05-26T22:30:10.504Z Downloaded russh v0.45.0
11612026-05-26T22:30:10.506Z Downloaded snafu v0.8.9
11622026-05-26T22:30:10.511Z Downloaded zone v0.3.1
11632026-05-26T22:30:10.514Z Downloaded zeroize_derive v1.4.3
11642026-05-26T22:30:10.514Z Downloaded void v1.0.2
11652026-05-26T22:30:10.517Z Downloaded waitgroup v0.1.2
11662026-05-26T22:30:10.517Z Downloaded p521 v0.13.3
11672026-05-26T22:30:10.520Z Downloaded toml v0.7.8
11682026-05-26T22:30:10.523Z Downloaded socket2 v0.6.3
11692026-05-26T22:30:10.523Z Downloaded tls_codec_derive v0.4.2
11702026-05-26T22:30:10.526Z Downloaded unicode-properties v0.1.4
11712026-05-26T22:30:10.526Z Downloaded iddqd v0.4.1
11722026-05-26T22:30:10.529Z Downloaded uzers v0.12.2
11732026-05-26T22:30:10.532Z Downloaded zone_cfg_derive v0.3.1
11742026-05-26T22:30:10.532Z Downloaded whoami v1.6.1
11752026-05-26T22:30:10.532Z Downloaded walkdir v2.5.0
11762026-05-26T22:30:10.535Z Downloaded usdt-impl v0.6.0
11772026-05-26T22:30:10.538Z Downloaded whoami v2.1.0
11782026-05-26T22:30:10.540Z Downloaded itertools v0.14.0
11792026-05-26T22:30:10.544Z Downloaded wyz v0.5.1
11802026-05-26T22:30:10.558Z Downloaded xshell v0.2.7
11812026-05-26T22:30:10.560Z Downloaded typify v0.6.2
11822026-05-26T22:30:10.563Z Downloaded rpassword v7.4.0
11832026-05-26T22:30:10.565Z Downloaded want v0.3.1
11842026-05-26T22:30:10.565Z Downloaded unicode-bidi v0.3.18
11852026-05-26T22:30:10.570Z Downloaded rustyline v14.0.0
11862026-05-26T22:30:10.574Z Downloaded vsss-rs v3.3.4
11872026-05-26T22:30:10.577Z Downloaded term v0.7.0
11882026-05-26T22:30:10.579Z Downloaded tokio-stream v0.1.18
11892026-05-26T22:30:10.584Z Downloaded term v1.2.1
11902026-05-26T22:30:10.586Z Downloaded toml_edit v0.23.10+spec-1.0.0
11912026-05-26T22:30:10.589Z Downloaded vergen-lib v0.1.6
11922026-05-26T22:30:10.589Z Downloaded vergen-git2 v1.0.7
11932026-05-26T22:30:10.594Z Downloaded reedline v0.40.0
11942026-05-26T22:30:10.596Z Downloaded tungstenite v0.21.0
11952026-05-26T22:30:10.596Z Downloaded typify v0.4.3
11962026-05-26T22:30:10.599Z Downloaded blake3 v1.8.3
11972026-05-26T22:30:10.602Z Downloaded tracing-core v0.1.36
11982026-05-26T22:30:10.605Z Downloaded twox-hash v2.1.2
11992026-05-26T22:30:10.607Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12002026-05-26T22:30:10.607Z Downloaded yasna v0.5.2
12012026-05-26T22:30:10.610Z Downloaded vergen-gitcl v1.0.8
12022026-05-26T22:30:10.612Z Downloaded unsafe-libyaml v0.2.11
12032026-05-26T22:30:10.615Z Downloaded zerocopy v0.6.6
12042026-05-26T22:30:10.617Z Downloaded zstd v0.13.3
12052026-05-26T22:30:10.620Z Downloaded zeroize v1.8.2
12062026-05-26T22:30:10.622Z Downloaded test-strategy v0.4.5
12072026-05-26T22:30:10.622Z Downloaded ssh-key v0.6.7
12082026-05-26T22:30:10.626Z Downloaded uuid v1.23.0
12092026-05-26T22:30:10.637Z Downloaded regex v1.12.3
12102026-05-26T22:30:10.641Z Downloaded git2 v0.20.4
12112026-05-26T22:30:10.646Z Downloaded tinyvec v1.10.0
12122026-05-26T22:30:10.648Z Downloaded tokio-postgres v0.7.16
12132026-05-26T22:30:10.651Z Downloaded reqwest v0.12.28
12142026-05-26T22:30:10.654Z Downloaded vergen v9.0.6
12152026-05-26T22:30:10.656Z Downloaded tungstenite v0.23.0
12162026-05-26T22:30:10.669Z Downloaded vte v0.14.1
12172026-05-26T22:30:10.673Z Downloaded toml_edit v0.19.15
12182026-05-26T22:30:10.684Z Downloaded toml v1.0.6+spec-1.1.0
12192026-05-26T22:30:10.687Z Downloaded reqwest v0.13.2
12202026-05-26T22:30:10.691Z Downloaded tar v0.4.45
12212026-05-26T22:30:10.693Z Downloaded quick-xml v0.37.5
12222026-05-26T22:30:10.698Z Downloaded p384 v0.13.1
12232026-05-26T22:30:10.701Z Downloaded rustls-webpki v0.101.7
12242026-05-26T22:30:10.709Z Downloaded toml v0.9.12+spec-1.1.0
12252026-05-26T22:30:10.713Z Downloaded salty v0.3.0
12262026-05-26T22:30:10.716Z Downloaded bitvec v1.0.1
12272026-05-26T22:30:10.725Z Downloaded goblin v0.10.5
12282026-05-26T22:30:10.730Z Downloaded steno v0.4.1
12292026-05-26T22:30:10.733Z Downloaded chrono v0.4.44
12302026-05-26T22:30:10.736Z Downloaded zstd-safe v7.2.4
12312026-05-26T22:30:10.746Z Downloaded unicode-segmentation v1.12.0
12322026-05-26T22:30:10.751Z Downloaded rayon v1.11.0
12332026-05-26T22:30:10.756Z Downloaded bindgen v0.71.1
12342026-05-26T22:30:10.760Z Downloaded aws-lc-rs v1.16.3
12352026-05-26T22:30:10.767Z Downloaded zip v0.6.6
12362026-05-26T22:30:10.776Z Downloaded unicode-normalization v0.1.25
12372026-05-26T22:30:10.779Z Downloaded yansi v1.0.1
12382026-05-26T22:30:10.784Z Downloaded tokio-util v0.7.18
12392026-05-26T22:30:10.786Z Downloaded tower-http v0.6.8
12402026-05-26T22:30:10.802Z Downloaded unicode_categories v0.1.1
12412026-05-26T22:30:10.805Z Downloaded curve25519-dalek v4.1.3
12422026-05-26T22:30:10.808Z Downloaded portable-atomic v1.13.1
12432026-05-26T22:30:10.812Z Downloaded zopfli v0.8.3
12442026-05-26T22:30:10.823Z Downloaded lalrpop v0.19.12
12452026-05-26T22:30:10.834Z Downloaded zerocopy-derive v0.8.40
12462026-05-26T22:30:10.839Z Downloaded object v0.30.4
12472026-05-26T22:30:10.844Z Downloaded typed-path v0.9.3
12482026-05-26T22:30:10.852Z Downloaded moka v0.12.13
12492026-05-26T22:30:10.858Z Downloaded nix v0.27.1
12502026-05-26T22:30:10.864Z Downloaded x509-cert v0.2.5
12512026-05-26T22:30:10.868Z Downloaded serde_with v3.17.0
12522026-05-26T22:30:10.876Z Downloaded winnow v0.6.26
12532026-05-26T22:30:10.881Z Downloaded rustls-webpki v0.102.8
12542026-05-26T22:30:10.890Z Downloaded tower v0.5.3
12552026-05-26T22:30:10.895Z Downloaded nix v0.28.0
12562026-05-26T22:30:10.901Z Downloaded polar-core v0.27.3
12572026-05-26T22:30:10.906Z Downloaded petname v2.0.2
12582026-05-26T22:30:10.909Z Downloaded quinn-proto v0.11.13
12592026-05-26T22:30:10.913Z Downloaded proptest v1.10.0
12602026-05-26T22:30:10.919Z Downloaded tough v0.22.0
12612026-05-26T22:30:10.924Z Downloaded winnow v0.5.40
12622026-05-26T22:30:10.930Z Downloaded tabled v0.20.0
12632026-05-26T22:30:10.940Z Downloaded dropshot v0.17.0
12642026-05-26T22:30:10.952Z Downloaded zip v4.6.1
12652026-05-26T22:30:10.955Z Downloaded dropshot v0.16.7
12662026-05-26T22:30:10.978Z Downloaded smoltcp v0.9.1
12672026-05-26T22:30:10.988Z Downloaded openssl v0.10.79
12682026-05-26T22:30:10.994Z Downloaded zlib-rs v0.6.2
12692026-05-26T22:30:10.997Z Downloaded diesel v2.3.7
12702026-05-26T22:30:11.010Z Downloaded regress v0.10.5
12712026-05-26T22:30:11.014Z Downloaded webpki-roots v1.0.6
12722026-05-26T22:30:11.016Z Downloaded openapiv3 v2.2.0
12732026-05-26T22:30:11.022Z Downloaded hickory-proto v0.25.2
12742026-05-26T22:30:11.032Z Downloaded rustix v0.38.44
12752026-05-26T22:30:11.076Z Downloaded zerocopy v0.8.40
12762026-05-26T22:30:11.079Z Downloaded regress v0.11.1
12772026-05-26T22:30:11.083Z Downloaded rustls v0.21.12
12782026-05-26T22:30:11.089Z Downloaded nix v0.31.2
12792026-05-26T22:30:11.096Z Downloaded csv v1.4.0
12802026-05-26T22:30:11.108Z Downloaded vcpkg v0.2.15
12812026-05-26T22:30:11.130Z Downloaded time v0.3.47
12822026-05-26T22:30:11.138Z Downloaded regex-syntax v0.6.29
12832026-05-26T22:30:11.141Z Downloaded rustls v0.22.4
12842026-05-26T22:30:11.147Z Downloaded rustls v0.23.37
12852026-05-26T22:30:11.154Z Downloaded hickory-proto v0.24.4
12862026-05-26T22:30:11.162Z Downloaded object v0.37.3
12872026-05-26T22:30:11.167Z Downloaded sled v0.34.7
12882026-05-26T22:30:11.174Z Downloaded bstr v1.12.1
12892026-05-26T22:30:11.178Z Downloaded regex-syntax v0.8.10
12902026-05-26T22:30:11.185Z Downloaded typify-impl v0.6.2
12912026-05-26T22:30:11.191Z Downloaded typify-impl v0.4.3
12922026-05-26T22:30:11.199Z Downloaded tracing v0.1.44
12932026-05-26T22:30:11.210Z Downloaded nix v0.29.0
12942026-05-26T22:30:11.217Z Downloaded radix_trie v0.2.1
12952026-05-26T22:30:11.220Z Downloaded zerocopy-derive v0.6.6
12962026-05-26T22:30:11.229Z Downloaded sqlparser v0.61.0
12972026-05-26T22:30:11.233Z Downloaded smoltcp v0.11.0
12982026-05-26T22:30:11.263Z Downloaded petgraph v0.8.3
12992026-05-26T22:30:11.293Z Downloaded ratatui v0.29.0
13002026-05-26T22:30:11.302Z Downloaded tokio v1.52.1
13012026-05-26T22:30:11.324Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-05-26T22:30:11.349Z Downloaded regex-automata v0.4.14
13032026-05-26T22:30:11.358Z Downloaded encoding_rs v0.8.35
13042026-05-26T22:30:11.370Z Downloaded ring v0.17.14
13052026-05-26T22:30:11.393Z Downloaded chrono-tz v0.10.4
13062026-05-26T22:30:11.402Z Downloaded jiff v0.2.21
13072026-05-26T22:30:11.412Z Downloaded petgraph v0.6.5
13082026-05-26T22:30:11.461Z Downloaded libz-sys v1.1.24
13092026-05-26T22:30:11.473Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-05-26T22:30:11.482Z Downloaded sha3 v0.10.8
13112026-05-26T22:30:11.609Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-26T22:30:12.190Z Downloaded aws-lc-sys v0.40.0
13132026-05-26T22:30:12.431Z Compiling libc v0.2.185
13142026-05-26T22:30:12.434Z Compiling serde v1.0.228
13152026-05-26T22:30:12.434Z Compiling log v0.4.29
13162026-05-26T22:30:12.435Z Compiling shlex v1.3.0
13172026-05-26T22:30:12.610Z Compiling find-msvc-tools v0.1.9
13182026-05-26T22:30:12.610Z Compiling smallvec v1.15.1
13192026-05-26T22:30:12.621Z Compiling syn v2.0.117
13202026-05-26T22:30:12.632Z Compiling typenum v1.19.0
13212026-05-26T22:30:12.778Z Compiling generic-array v0.14.7
13222026-05-26T22:30:12.792Z Compiling subtle v2.6.1
13232026-05-26T22:30:12.828Z Compiling scopeguard v1.2.0
13242026-05-26T22:30:12.874Z Compiling const-oid v0.9.6
13252026-05-26T22:30:12.904Z Compiling lock_api v0.4.14
13262026-05-26T22:30:12.930Z Compiling serde_json v1.0.149
13272026-05-26T22:30:12.957Z Compiling zerocopy v0.8.40
13282026-05-26T22:30:13.026Z Compiling portable-atomic v1.13.1
13292026-05-26T22:30:13.134Z Compiling parking_lot_core v0.9.12
13302026-05-26T22:30:13.369Z Compiling pin-project-lite v0.2.17
13312026-05-26T22:30:13.413Z Compiling getrandom v0.2.17
13322026-05-26T22:30:13.463Z Compiling jobserver v0.1.34
13332026-05-26T22:30:13.493Z Compiling errno v0.3.14
13342026-05-26T22:30:13.552Z Compiling rand_core v0.6.4
13352026-05-26T22:30:13.580Z Compiling pkg-config v0.3.32
13362026-05-26T22:30:13.611Z Compiling signal-hook-registry v1.4.8
13372026-05-26T22:30:13.825Z Compiling cc v1.2.56
13382026-05-26T22:30:13.828Z Compiling bitflags v2.11.0
13392026-05-26T22:30:13.874Z Compiling libm v0.2.16
13402026-05-26T22:30:13.922Z Compiling critical-section v1.2.0
13412026-05-26T22:30:14.032Z Compiling futures-core v0.3.32
13422026-05-26T22:30:14.056Z Compiling once_cell v1.21.3
13432026-05-26T22:30:14.115Z Compiling parking_lot v0.12.5
13442026-05-26T22:30:14.136Z Compiling mio v1.2.0
13452026-05-26T22:30:14.196Z Compiling num-traits v0.2.19
13462026-05-26T22:30:14.283Z Compiling percent-encoding v2.3.2
13472026-05-26T22:30:14.295Z Compiling socket2 v0.6.3
13482026-05-26T22:30:14.476Z Compiling futures-sink v0.3.32
13492026-05-26T22:30:14.520Z Compiling slab v0.4.12
13502026-05-26T22:30:14.541Z Compiling futures-io v0.3.32
13512026-05-26T22:30:14.570Z Compiling futures-channel v0.3.32
13522026-05-26T22:30:14.587Z Compiling cpufeatures v0.2.17
13532026-05-26T22:30:14.658Z Compiling futures-task v0.3.32
13542026-05-26T22:30:14.658Z Compiling getrandom v0.4.1
13552026-05-26T22:30:14.684Z Compiling rand_core v0.10.0
13562026-05-26T22:30:14.696Z Compiling indexmap v2.14.0
13572026-05-26T22:30:14.787Z Compiling rustversion v1.0.22
13582026-05-26T22:30:14.824Z Compiling getrandom v0.3.4
13592026-05-26T22:30:14.841Z Compiling cmake v0.1.57
13602026-05-26T22:30:15.279Z Compiling form_urlencoded v1.2.2
13612026-05-26T22:30:15.293Z Compiling fs_extra v1.3.0
13622026-05-26T22:30:15.314Z Compiling dunce v1.0.5
13632026-05-26T22:30:15.352Z Compiling synstructure v0.13.2
13642026-05-26T22:30:15.406Z Compiling base64ct v1.8.3
13652026-05-26T22:30:15.450Z Compiling ident_case v1.0.1
13662026-05-26T22:30:15.560Z Compiling aws-lc-sys v0.40.0
13672026-05-26T22:30:15.573Z Compiling flagset v0.4.7
13682026-05-26T22:30:15.607Z Compiling iana-time-zone v0.1.65
13692026-05-26T22:30:15.688Z Compiling pem-rfc7468 v0.7.0
13702026-05-26T22:30:15.701Z Compiling regex-syntax v0.8.10
13712026-05-26T22:30:15.755Z Compiling rustix v1.1.3
13722026-05-26T22:30:15.800Z Compiling rand_core v0.9.5
13732026-05-26T22:30:15.926Z Compiling ring v0.17.14
13742026-05-26T22:30:15.940Z Compiling aws-lc-rs v1.16.3
13752026-05-26T22:30:15.982Z Compiling vcpkg v0.2.15
13762026-05-26T22:30:16.142Z Compiling uuid v1.23.0
13772026-05-26T22:30:16.303Z Compiling rustc_version v0.4.1
13782026-05-26T22:30:16.629Z Compiling tracing-core v0.1.36
13792026-05-26T22:30:16.774Z Compiling openssl-sys v0.9.115
13802026-05-26T22:30:16.848Z Compiling base64 v0.22.1
13812026-05-26T22:30:17.095Z Compiling serde_derive v1.0.228
13822026-05-26T22:30:17.171Z Compiling zeroize_derive v1.4.3
13832026-05-26T22:30:17.185Z Compiling zerofrom-derive v0.1.6
13842026-05-26T22:30:17.295Z Compiling yoke-derive v0.8.1
13852026-05-26T22:30:17.535Z Compiling zerovec-derive v0.11.2
13862026-05-26T22:30:17.808Z Compiling zeroize v1.8.2
13872026-05-26T22:30:18.112Z Compiling zerocopy-derive v0.8.40
13882026-05-26T22:30:18.445Z Compiling displaydoc v0.2.5
13892026-05-26T22:30:18.551Z Compiling crypto-common v0.1.7
13902026-05-26T22:30:18.564Z Compiling zerofrom v0.1.6
13912026-05-26T22:30:18.639Z Compiling block-buffer v0.10.4
13922026-05-26T22:30:18.678Z Compiling yoke v0.8.1
13932026-05-26T22:30:18.691Z Compiling tokio-macros v2.7.0
13942026-05-26T22:30:18.803Z Compiling digest v0.10.7
13952026-05-26T22:30:18.856Z Compiling zerovec v0.11.5
13962026-05-26T22:30:19.048Z Compiling futures-macro v0.3.32
13972026-05-26T22:30:19.161Z Compiling zerotrie v0.2.3
13982026-05-26T22:30:19.352Z Compiling tinystr v0.8.2
13992026-05-26T22:30:19.387Z Compiling potential_utf v0.1.4
14002026-05-26T22:30:19.455Z Compiling hmac v0.12.1
14012026-05-26T22:30:19.543Z Compiling icu_locale_core v2.1.1
14022026-05-26T22:30:19.556Z Compiling icu_collections v2.1.1
14032026-05-26T22:30:19.604Z Compiling block-padding v0.3.3
14042026-05-26T22:30:19.759Z Compiling inout v0.1.4
14052026-05-26T22:30:19.826Z Compiling futures-util v0.3.32
14062026-05-26T22:30:19.924Z Compiling cipher v0.4.4
14072026-05-26T22:30:20.024Z Compiling sha2 v0.10.9
14082026-05-26T22:30:20.177Z Compiling icu_provider v2.1.1
14092026-05-26T22:30:20.433Z Compiling bytes v1.11.1
14102026-05-26T22:30:20.477Z Compiling icu_normalizer v2.1.1
14112026-05-26T22:30:20.494Z Compiling icu_properties v2.1.2
14122026-05-26T22:30:21.015Z Compiling tokio v1.52.1
14132026-05-26T22:30:21.028Z Compiling der_derive v0.7.3
14142026-05-26T22:30:21.199Z Compiling http v1.4.0
14152026-05-26T22:30:21.422Z Compiling idna_adapter v1.2.1
14162026-05-26T22:30:21.561Z Compiling idna v1.1.0
14172026-05-26T22:30:21.610Z Compiling chrono v0.4.44
14182026-05-26T22:30:22.010Z Compiling url v2.5.8
14192026-05-26T22:30:22.094Z Compiling der v0.7.10
14202026-05-26T22:30:22.107Z Compiling salsa20 v0.10.2
14212026-05-26T22:30:22.212Z Compiling pbkdf2 v0.12.2
14222026-05-26T22:30:22.243Z Compiling rustls-pki-types v1.14.0
14232026-05-26T22:30:22.324Z Compiling thiserror-impl v2.0.18
14242026-05-26T22:30:22.509Z Compiling ppv-lite86 v0.2.21
14252026-05-26T22:30:22.679Z Compiling tracing-attributes v0.1.31
14262026-05-26T22:30:22.781Z Compiling rand_chacha v0.9.0
14272026-05-26T22:30:22.819Z Compiling scrypt v0.11.0
14282026-05-26T22:30:22.968Z Compiling spki v0.7.3
14292026-05-26T22:30:23.065Z Compiling http-body v1.0.1
14302026-05-26T22:30:23.169Z Compiling cbc v0.1.2
14312026-05-26T22:30:23.214Z Compiling aes v0.8.4
14322026-05-26T22:30:23.315Z Compiling untrusted v0.9.0
14332026-05-26T22:30:23.341Z Compiling openssl-probe v0.2.1
14342026-05-26T22:30:23.433Z Compiling httparse v1.10.1
14352026-05-26T22:30:23.456Z Compiling untrusted v0.7.1
14362026-05-26T22:30:23.510Z Compiling tinyvec_macros v0.1.1
14372026-05-26T22:30:23.576Z Compiling tinyvec v1.10.0
14382026-05-26T22:30:23.616Z Compiling thiserror v2.0.18
14392026-05-26T22:30:23.719Z Compiling pkcs5 v0.7.1
14402026-05-26T22:30:23.802Z Compiling pest_generator v2.8.6
14412026-05-26T22:30:23.905Z Compiling rand v0.9.2
14422026-05-26T22:30:23.956Z Compiling tracing v0.1.44
14432026-05-26T22:30:24.182Z Compiling serde_derive_internals v0.29.1
14442026-05-26T22:30:24.213Z Compiling aho-corasick v1.1.4
14452026-05-26T22:30:24.244Z Compiling try-lock v0.2.5
14462026-05-26T22:30:24.351Z Compiling atomic-waker v1.1.2
14472026-05-26T22:30:24.475Z Compiling schemars v0.8.22
14482026-05-26T22:30:24.487Z Compiling tower-service v0.3.3
14492026-05-26T22:30:24.578Z Compiling rustls v0.23.37
14502026-05-26T22:30:24.669Z Compiling tokio-util v0.7.18
14512026-05-26T22:30:24.672Z Compiling tower-layer v0.3.3
14522026-05-26T22:30:24.747Z Compiling dyn-clone v1.0.20
14532026-05-26T22:30:24.855Z Compiling pest_derive v2.8.6
14542026-05-26T22:30:24.879Z Compiling want v0.3.1
14552026-05-26T22:30:25.037Z Compiling regex-automata v0.4.14
14562026-05-26T22:30:25.056Z Compiling schemars_derive v0.8.22
14572026-05-26T22:30:25.266Z Compiling pkcs8 v0.10.2
14582026-05-26T22:30:25.567Z Compiling h2 v0.4.13
14592026-05-26T22:30:25.601Z Compiling ipnet v2.11.0
14602026-05-26T22:30:25.673Z Compiling scroll_derive v0.13.1
14612026-05-26T22:30:25.848Z Compiling darling_core v0.20.11
14622026-05-26T22:30:26.128Z Compiling httpdate v1.0.3
14632026-05-26T22:30:26.305Z Compiling foreign-types-shared v0.1.1
14642026-05-26T22:30:26.353Z Compiling pin-utils v0.1.0
14652026-05-26T22:30:26.389Z Compiling openssl v0.10.79
14662026-05-26T22:30:26.428Z Compiling tempfile v3.25.0
14672026-05-26T22:30:26.491Z Compiling scroll v0.13.0
14682026-05-26T22:30:26.598Z Compiling foreign-types v0.3.2
14692026-05-26T22:30:26.669Z Compiling unicode-normalization v0.1.25
14702026-05-26T22:30:26.787Z Compiling openssl-macros v0.1.1
14712026-05-26T22:30:27.126Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-26T22:30:27.158Z Compiling spin v0.9.8
14732026-05-26T22:30:27.172Z Compiling time-core v0.1.8
14742026-05-26T22:30:27.316Z Compiling crc32fast v1.5.0
14752026-05-26T22:30:27.369Z Compiling native-tls v0.2.18
14762026-05-26T22:30:27.501Z Compiling powerfmt v0.2.0
14772026-05-26T22:30:27.566Z Compiling num-conv v0.2.0
14782026-05-26T22:30:27.665Z Compiling deranged v0.5.8
14792026-05-26T22:30:27.694Z Compiling time-macros v0.2.27
14802026-05-26T22:30:28.129Z Compiling darling_macro v0.20.11
14812026-05-26T22:30:28.590Z Compiling hyper v1.8.1
14822026-05-26T22:30:28.590Z Compiling darling v0.20.11
14832026-05-26T22:30:28.658Z Compiling goblin v0.10.5
14842026-05-26T22:30:28.731Z Compiling rustls-native-certs v0.8.3
14852026-05-26T22:30:29.012Z Compiling sync_wrapper v1.0.2
14862026-05-26T22:30:29.105Z Compiling wait-timeout v0.2.1
14872026-05-26T22:30:29.119Z Compiling syn v1.0.109
14882026-05-26T22:30:29.361Z Compiling simd-adler32 v0.3.8
14892026-05-26T22:30:29.417Z Compiling bit-vec v0.8.0
14902026-05-26T22:30:29.471Z Compiling quick-error v1.2.3
14912026-05-26T22:30:29.573Z Compiling siphasher v1.0.2
14922026-05-26T22:30:29.594Z Compiling num_threads v0.1.7
14932026-05-26T22:30:29.632Z Compiling hyper-util v0.1.20
14942026-05-26T22:30:29.687Z Compiling crossbeam-utils v0.8.21
14952026-05-26T22:30:29.754Z Compiling usdt-impl v0.6.0
14962026-05-26T22:30:29.983Z Compiling time v0.3.47
14972026-05-26T22:30:29.997Z Compiling bit-set v0.8.0
14982026-05-26T22:30:30.151Z Compiling rusty-fork v0.3.1
14992026-05-26T22:30:30.459Z Compiling tower v0.5.3
15002026-05-26T22:30:30.477Z Compiling derive_builder_core v0.20.2
15012026-05-26T22:30:30.918Z Compiling dtrace-parser v0.3.0
15022026-05-26T22:30:31.033Z Compiling http-body-util v0.1.3
15032026-05-26T22:30:31.344Z Compiling dof v0.4.0
15042026-05-26T22:30:31.352Z Compiling webpki-roots v1.0.6
15052026-05-26T22:30:31.370Z Compiling signature v2.2.0
15062026-05-26T22:30:31.475Z Compiling scroll_derive v0.12.1
15072026-05-26T22:30:31.543Z Compiling thiserror-impl v1.0.69
15082026-05-26T22:30:31.546Z Compiling heapless v0.7.17
15092026-05-26T22:30:31.719Z Compiling rand_xorshift v0.4.0
15102026-05-26T22:30:31.789Z Compiling slog v2.8.2
15112026-05-26T22:30:31.876Z Compiling darling_core v0.21.3
15122026-05-26T22:30:31.971Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-26T22:30:32.127Z Compiling thread-id v5.1.0
15142026-05-26T22:30:32.209Z Compiling cookie v0.18.1
15152026-05-26T22:30:32.241Z Compiling anyhow v1.0.102
15162026-05-26T22:30:32.384Z Compiling paste v1.0.15
15172026-05-26T22:30:32.519Z Compiling zstd-safe v7.2.4
15182026-05-26T22:30:32.543Z Compiling iri-string v0.7.10
15192026-05-26T22:30:32.650Z Compiling unarray v0.1.4
15202026-05-26T22:30:32.709Z Compiling unicode-properties v0.1.4
15212026-05-26T22:30:32.757Z Compiling adler2 v2.0.1
15222026-05-26T22:30:32.770Z Compiling allocator-api2 v0.2.21
15232026-05-26T22:30:32.865Z Compiling ryu v1.0.23
15242026-05-26T22:30:32.881Z Compiling signal-hook v0.3.18
15252026-05-26T22:30:32.896Z Compiling unicode-bidi v0.3.18
15262026-05-26T22:30:33.032Z Compiling serde_urlencoded v0.7.1
15272026-05-26T22:30:33.068Z Compiling miniz_oxide v0.8.9
15282026-05-26T22:30:33.081Z Compiling thiserror v1.0.69
15292026-05-26T22:30:33.182Z Compiling proptest v1.10.0
15302026-05-26T22:30:33.274Z Compiling stringprep v0.1.5
15312026-05-26T22:30:33.655Z Compiling tower-http v0.6.8
15322026-05-26T22:30:33.996Z Compiling scroll v0.12.0
15332026-05-26T22:30:34.111Z Compiling derive_builder_macro v0.20.2
15342026-05-26T22:30:34.267Z Compiling tokio-native-tls v0.3.1
15352026-05-26T22:30:34.338Z Compiling darling_macro v0.21.3
15362026-05-26T22:30:34.465Z Compiling ipnetwork v0.21.1
15372026-05-26T22:30:34.482Z Compiling bstr v1.12.1
15382026-05-26T22:30:34.540Z Compiling rand_chacha v0.3.1
15392026-05-26T22:30:34.766Z Compiling serde_spanned v0.6.9
15402026-05-26T22:30:34.804Z Compiling erased-serde v0.3.31
15412026-05-26T22:30:34.826Z Compiling toml_datetime v0.6.11
15422026-05-26T22:30:34.906Z Compiling serde_tokenstream v0.2.3
15432026-05-26T22:30:35.078Z Compiling md-5 v0.10.6
15442026-05-26T22:30:35.093Z Compiling async-trait v0.1.89
15452026-05-26T22:30:35.205Z Compiling pin-project-internal v1.1.11
15462026-05-26T22:30:35.246Z Compiling zerocopy-derive v0.7.35
15472026-05-26T22:30:35.275Z Compiling curve25519-dalek v4.1.3
15482026-05-26T22:30:35.321Z Compiling vergen-lib v0.1.6
15492026-05-26T22:30:35.499Z Compiling num-integer v0.1.46
15502026-05-26T22:30:35.602Z Compiling hash32 v0.2.1
15512026-05-26T22:30:35.792Z Compiling ff v0.13.1
15522026-05-26T22:30:35.811Z Compiling memoffset v0.9.1
15532026-05-26T22:30:35.923Z Compiling cfg_aliases v0.2.1
15542026-05-26T22:30:35.998Z Compiling psl-types v2.0.11
15552026-05-26T22:30:36.002Z Compiling litrs v1.0.0
15562026-05-26T22:30:36.087Z Compiling smoltcp v0.9.1
15572026-05-26T22:30:36.160Z Compiling ref-cast v1.0.25
15582026-05-26T22:30:36.186Z Compiling base16ct v0.2.0
15592026-05-26T22:30:36.286Z Compiling zlib-rs v0.6.2
15602026-05-26T22:30:36.363Z Compiling rustix v0.38.44
15612026-05-26T22:30:36.442Z Compiling num-bigint-dig v0.8.6
15622026-05-26T22:30:36.466Z Compiling fallible-iterator v0.2.0
15632026-05-26T22:30:36.538Z Compiling document-features v0.2.12
15642026-05-26T22:30:36.720Z Compiling sec1 v0.7.3
15652026-05-26T22:30:36.774Z Compiling postgres-protocol v0.6.10
15662026-05-26T22:30:36.793Z Compiling pin-project v1.1.11
15672026-05-26T22:30:36.893Z Compiling publicsuffix v2.3.0
15682026-05-26T22:30:36.993Z Compiling zerocopy v0.7.35
15692026-05-26T22:30:37.127Z Compiling nix v0.31.2
15702026-05-26T22:30:37.163Z Compiling group v0.13.0
15712026-05-26T22:30:37.355Z Compiling num-iter v0.1.45
15722026-05-26T22:30:37.495Z Compiling newtype-uuid v1.3.2
15732026-05-26T22:30:37.545Z Compiling darling v0.21.3
15742026-05-26T22:30:37.625Z Compiling rand v0.8.6
15752026-05-26T22:30:37.786Z Compiling oxnet v0.1.4
15762026-05-26T22:30:37.815Z Compiling derive_builder v0.20.2
15772026-05-26T22:30:37.940Z Compiling hyper-tls v0.6.0
15782026-05-26T22:30:38.144Z Compiling hubpack_derive v0.1.1
15792026-05-26T22:30:38.158Z Compiling goblin v0.8.2
15802026-05-26T22:30:38.571Z Compiling phf_shared v0.13.1
15812026-05-26T22:30:38.692Z Compiling lazy_static v1.5.0
15822026-05-26T22:30:38.785Z Compiling regex v1.12.3
15832026-05-26T22:30:38.805Z Compiling futures-executor v0.3.32
15842026-05-26T22:30:38.830Z Compiling hex v0.4.3
15852026-05-26T22:30:38.930Z Compiling cargo-platform v0.1.9
15862026-05-26T22:30:39.069Z Compiling hkdf v0.12.4
15872026-05-26T22:30:39.095Z Compiling flate2 v1.1.9
15882026-05-26T22:30:39.179Z Compiling crypto-bigint v0.5.5
15892026-05-26T22:30:39.197Z Compiling terminal_size v0.4.3
15902026-05-26T22:30:39.232Z Compiling daft-derive v0.1.7
15912026-05-26T22:30:39.334Z Compiling curve25519-dalek-derive v0.1.1
15922026-05-26T22:30:39.459Z Compiling strum_macros v0.27.2
15932026-05-26T22:30:39.496Z Compiling ref-cast-impl v1.0.25
15942026-05-26T22:30:39.945Z Compiling snafu-derive v0.8.9
15952026-05-26T22:30:39.974Z Compiling vergen v9.0.6
15962026-05-26T22:30:40.032Z Compiling fs-err v3.3.0
15972026-05-26T22:30:40.151Z Compiling ahash v0.8.12
15982026-05-26T22:30:40.217Z Compiling encoding_rs v0.8.35
15992026-05-26T22:30:40.348Z Compiling libbz2-rs-sys v0.2.2
16002026-05-26T22:30:41.019Z Compiling mime v0.3.17
16012026-05-26T22:30:41.305Z Compiling foldhash v0.1.5
16022026-05-26T22:30:41.319Z Compiling same-file v1.0.6
16032026-05-26T22:30:41.426Z Compiling bumpalo v3.20.2
16042026-05-26T22:30:41.473Z Compiling foldhash v0.2.0
16052026-05-26T22:30:41.476Z Compiling managed v0.8.0
16062026-05-26T22:30:41.645Z Compiling unicode-segmentation v1.12.0
16072026-05-26T22:30:41.677Z Compiling bitflags v1.3.2
16082026-05-26T22:30:41.691Z Compiling winnow v0.5.40
16092026-05-26T22:30:41.704Z Compiling object v0.37.3
16102026-05-26T22:30:41.768Z Compiling clap_builder v4.5.60
16112026-05-26T22:30:41.862Z Compiling snafu v0.8.9
16122026-05-26T22:30:42.013Z Compiling hashbrown v0.16.1
16132026-05-26T22:30:42.037Z Compiling zopfli v0.8.3
16142026-05-26T22:30:42.216Z Compiling strum v0.27.2
16152026-05-26T22:30:42.349Z Compiling hashbrown v0.15.5
16162026-05-26T22:30:42.539Z Compiling walkdir v2.5.0
16172026-05-26T22:30:42.581Z Compiling bzip2 v0.6.1
16182026-05-26T22:30:42.735Z Compiling dof v0.3.0
16192026-05-26T22:30:42.859Z Compiling elliptic-curve v0.13.8
16202026-05-26T22:30:42.978Z Compiling toml_edit v0.19.15
16212026-05-26T22:30:43.089Z Compiling daft v0.1.7
16222026-05-26T22:30:43.243Z Compiling cargo_metadata v0.19.2
16232026-05-26T22:30:43.362Z Compiling futures v0.3.32
16242026-05-26T22:30:43.442Z Compiling phf v0.13.1
16252026-05-26T22:30:43.610Z Compiling signal-hook-mio v0.2.5
16262026-05-26T22:30:43.715Z Compiling hubpack v0.1.2
16272026-05-26T22:30:43.932Z Compiling cookie_store v0.22.1
16282026-05-26T22:30:44.426Z Compiling zstd v0.13.3
16292026-05-26T22:30:44.547Z Compiling bzip2 v0.4.4
16302026-05-26T22:30:44.577Z Compiling serde_with_macros v3.17.0
16312026-05-26T22:30:44.773Z Compiling postgres-types v0.2.12
16322026-05-26T22:30:44.781Z Compiling usdt-attr-macro v0.6.0
16332026-05-26T22:30:45.254Z Compiling usdt-macro v0.6.0
16342026-05-26T22:30:45.562Z Compiling globset v0.4.18
16352026-05-26T22:30:45.576Z Compiling dtrace-parser v0.2.0
16362026-05-26T22:30:45.675Z Compiling ed25519 v2.2.3
16372026-05-26T22:30:45.824Z Compiling phf_shared v0.11.3
16382026-05-26T22:30:45.846Z Compiling olpc-cjson v0.1.4
16392026-05-26T22:30:45.971Z Compiling pkcs1 v0.7.5
16402026-05-26T22:30:46.002Z Compiling serde-big-array v0.5.1
16412026-05-26T22:30:46.007Z Compiling serde_plain v1.0.2
16422026-05-26T22:30:46.196Z Compiling rfc6979 v0.4.0
16432026-05-26T22:30:46.214Z Compiling strum_macros v0.26.4
16442026-05-26T22:30:46.276Z Compiling enum-as-inner v0.6.1
16452026-05-26T22:30:46.324Z Compiling clap_derive v4.5.55
16462026-05-26T22:30:46.338Z Compiling async-recursion v1.1.1
16472026-05-26T22:30:46.417Z Compiling serde_repr v0.1.20
16482026-05-26T22:30:46.611Z Compiling pem v3.0.6
16492026-05-26T22:30:46.773Z Compiling float-cmp v0.10.0
16502026-05-26T22:30:46.921Z Compiling thread-id v4.2.2
16512026-05-26T22:30:46.941Z Compiling memmap2 v0.9.10
16522026-05-26T22:30:46.955Z Compiling env_filter v1.0.0
16532026-05-26T22:30:46.979Z Compiling predicates-core v1.0.10
16542026-05-26T22:30:47.003Z Compiling whoami v2.1.0
16552026-05-26T22:30:47.148Z Compiling new_debug_unreachable v1.0.6
16562026-05-26T22:30:47.148Z Compiling keccak v0.1.6
16572026-05-26T22:30:47.233Z Compiling data-encoding v2.10.0
16582026-05-26T22:30:47.250Z Compiling difflib v0.4.0
16592026-05-26T22:30:47.368Z Compiling jiff v0.2.21
16602026-05-26T22:30:47.796Z Compiling fixedbitset v0.5.7
16612026-05-26T22:30:47.915Z Compiling precomputed-hash v0.1.1
16622026-05-26T22:30:47.941Z Compiling fixedbitset v0.4.2
16632026-05-26T22:30:47.956Z Compiling either v1.15.0
16642026-05-26T22:30:47.998Z Compiling typed-path v0.9.3
16652026-05-26T22:30:48.057Z Compiling normalize-line-endings v0.3.0
16662026-05-26T22:30:48.089Z Compiling static_assertions v1.1.0
16672026-05-26T22:30:48.147Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16682026-05-26T22:30:48.147Z Compiling predicates v3.1.4
16692026-05-26T22:30:48.150Z Compiling itertools v0.13.0
16702026-05-26T22:30:48.188Z Compiling petgraph v0.6.5
16712026-05-26T22:30:48.806Z Compiling clap v4.5.60
16722026-05-26T22:30:48.890Z Compiling petgraph v0.8.3
16732026-05-26T22:30:48.960Z Compiling string_cache v0.8.9
16742026-05-26T22:30:49.189Z Compiling strum v0.26.3
16752026-05-26T22:30:49.201Z Compiling toml_edit v0.22.27
16762026-05-26T22:30:49.315Z Compiling hickory-proto v0.25.2
16772026-05-26T22:30:49.359Z Compiling sha3 v0.10.8
16782026-05-26T22:30:49.647Z Compiling tokio-postgres v0.7.16
16792026-05-26T22:30:49.809Z Compiling env_logger v0.11.9
16802026-05-26T22:30:50.160Z Compiling zip v4.6.1
16812026-05-26T22:30:50.800Z Compiling usdt v0.6.0
16822026-05-26T22:30:50.891Z Compiling usdt-impl v0.5.0
16832026-05-26T22:30:51.082Z Compiling ecdsa v0.16.9
16842026-05-26T22:30:51.132Z Compiling rsa v0.9.10
16852026-05-26T22:30:51.481Z Compiling ed25519-dalek v2.2.0
16862026-05-26T22:30:51.495Z Compiling serde_with v3.17.0
16872026-05-26T22:30:51.513Z Compiling crossterm v0.28.1
16882026-05-26T22:30:51.926Z Compiling zip v0.6.6
16892026-05-26T22:30:52.155Z Compiling toml v0.7.8
16902026-05-26T22:30:52.747Z Compiling iddqd v0.4.1
16912026-05-26T22:30:53.197Z Compiling heck v0.4.1
16922026-05-26T22:30:53.264Z Compiling similar v2.7.0
16932026-05-26T22:30:53.264Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-26T22:30:53.421Z Compiling crossbeam-epoch v0.9.18
16952026-05-26T22:30:53.749Z Compiling tokio-stream v0.1.18
16962026-05-26T22:30:53.867Z Compiling buf-list v1.1.2
16972026-05-26T22:30:53.965Z Compiling x509-cert v0.2.5
16982026-05-26T22:30:53.990Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-26T22:30:54.078Z Compiling openapiv3 v2.2.0
17002026-05-26T22:30:54.137Z Compiling sha1 v0.10.6
17012026-05-26T22:30:54.205Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-26T22:30:54.289Z Compiling lalrpop-util v0.19.12
17032026-05-26T22:30:54.354Z Compiling peg-runtime v0.8.5
17042026-05-26T22:30:54.442Z Compiling thread_local v1.1.9
17052026-05-26T22:30:54.477Z Compiling slog-async v2.8.0
17062026-05-26T22:30:54.492Z Compiling crossbeam-channel v0.5.15
17072026-05-26T22:30:54.631Z Compiling filetime v0.2.27
17082026-05-26T22:30:54.686Z Compiling is-terminal v0.4.17
17092026-05-26T22:30:54.778Z Compiling xattr v1.6.1
17102026-05-26T22:30:54.792Z Compiling take_mut v0.2.2
17112026-05-26T22:30:54.805Z Compiling term v1.2.1
17122026-05-26T22:30:54.898Z Compiling tar v0.4.45
17132026-05-26T22:30:55.374Z Compiling slog-term v2.9.2
17142026-05-26T22:31:05.136Z Compiling rustls-webpki v0.103.9
17152026-05-26T22:31:07.914Z Compiling tokio-rustls v0.26.4
17162026-05-26T22:31:07.915Z Compiling rustls-platform-verifier v0.6.2
17172026-05-26T22:31:08.106Z Compiling hyper-rustls v0.27.7
17182026-05-26T22:31:08.304Z Compiling reqwest v0.12.28
17192026-05-26T22:31:08.323Z Compiling reqwest v0.13.2
17202026-05-26T22:31:09.556Z Compiling tough v0.22.0
17212026-05-26T22:31:12.099Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-26T22:31:12.295Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-26T22:31:15.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-26T22:31:15.229Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-26T22:31:15.283ZMay 26 22:31:13.952 INFO Starting download, target: Console
17262026-05-26T22:31:15.283ZMay 26 22:31:13.952 INFO Starting download, target: Cockroach
17272026-05-26T22:31:15.283ZMay 26 22:31:13.952 INFO Starting download, target: Clickhouse
17282026-05-26T22:31:15.283ZMay 26 22:31:13.952 INFO Starting download, target: DendriteStub
17292026-05-26T22:31:15.283ZMay 26 22:31:13.952 INFO Starting download, target: MaghemiteMgd
17302026-05-26T22:31:15.283ZMay 26 22:31:13.952 INFO Starting download, target: TransceiverControl
17312026-05-26T22:31:15.286ZMay 26 22:31:13.952 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-26T22:31:15.286ZMay 26 22:31:13.952 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-05-26T22:31:15.286ZMay 26 22:31:13.952 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-26T22:31:15.286ZMay 26 22:31:13.952 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-26T22:31:15.286ZMay 26 22:31:13.952 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-26T22:31:15.287ZMay 26 22:31:13.952 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-26T22:31:15.888ZMay 26 22:31:14.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-26T22:31:16.077ZMay 26 22:31:14.729 INFO Download complete, target: TransceiverControl
17392026-05-26T22:31:16.409ZMay 26 22:31:15.073 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-26T22:31:16.651ZMay 26 22:31:15.306 INFO Download complete, target: Console
17412026-05-26T22:31:17.092ZMay 26 22:31:15.746 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-26T22:31:17.383ZMay 26 22:31:16.031 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-26T22:31:17.561ZMay 26 22:31:16.195 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-26T22:31:19.776ZMay 26 22:31:18.446 INFO Download complete, target: DendriteStub
17452026-05-26T22:31:19.891ZMay 26 22:31:18.530 INFO Download complete, target: MaghemiteMgd
17462026-05-26T22:31:20.085ZMay 26 22:31:18.755 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-26T22:31:20.085ZMay 26 22:31:18.755 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-26T22:31:23.756ZMay 26 22:31:22.421 INFO Checking that binary works, target: Clickhouse
17492026-05-26T22:31:23.853ZMay 26 22:31:22.523 INFO Download complete, target: Clickhouse
17502026-05-26T22:31:24.630ZMay 26 22:31:23.297 INFO Checking that binary works, target: Cockroach
17512026-05-26T22:31:24.747ZMay 26 22:31:23.417 INFO Download complete, target: Cockroach
17522026-05-26T22:31:24.777ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-26T22:31:24.788Z
17542026-05-26T22:31:24.788Zreal 2:15.238694710
17552026-05-26T22:31:24.789Zuser 6:52.172002123
17562026-05-26T22:31:24.789Zsys 1:21.260285920
17572026-05-26T22:31:24.789Ztrap 0.212631574
17582026-05-26T22:31:24.789Ztflt 0.937700462
17592026-05-26T22:31:24.789Zdflt 1.037015903
17602026-05-26T22:31:24.789Zkflt 0.038937598
17612026-05-26T22:31:24.789Zlock 23:16.952626140
17622026-05-26T22:31:24.789Zslp 21:13.920912692
17632026-05-26T22:31:24.790Zlat 40.834128953
17642026-05-26T22:31:24.790Zstop 1:53.245823957
17652026-05-26T22:31:24.790Z+ banner hack-check
17662026-05-26T22:31:24.790Z
17672026-05-26T22:31:24.790Z # # ## #### # # #### # # ###### #### # #
17682026-05-26T22:31:24.790Z # # # # # # # # # # # # # # # # #
17692026-05-26T22:31:24.790Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-26T22:31:24.790Z # # ###### # # # # # # # # # #
17712026-05-26T22:31:24.790Z # # # # # # # # # # # # # # # # #
17722026-05-26T22:31:24.790Z # # # # #### # # #### # # ###### #### # #
17732026-05-26T22:31:24.790Z
17742026-05-26T22:31:24.790Z+ export CARGO_INCREMENTAL=0
17752026-05-26T22:31:24.790Z+ CARGO_INCREMENTAL=0
17762026-05-26T22:31:24.790Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-26T22:31:25.302Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-26T22:31:25.524Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-26T22:31:27.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
17802026-05-26T22:31:27.540Z Running `target/debug/xtask check-features --ci`
17812026-05-26T22:31:27.566Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-26T22:31:27.568Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-26T22:31:28.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-26T22:31:28.096Z Running `target/debug/xtask download cargo-hack`
17852026-05-26T22:31:28.857Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-26T22:31:29.181Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-26T22:31:31.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17882026-05-26T22:31:31.806Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-26T22:31:31.848ZMay 26 22:31:30.518 INFO Starting download, target: CargoHack
17902026-05-26T22:31:31.851ZMay 26 22:31:30.518 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-26T22:31:32.210ZMay 26 22:31:30.880 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-26T22:31:32.259ZMay 26 22:31:30.929 INFO Download complete, target: CargoHack
17932026-05-26T22:31:32.261Zrunning: "/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-26T22:31:32.274Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-26T22:31:32.426Zinfo: running `cargo check --bins` on api_identity (1/276)
17962026-05-26T22:31:32.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-26T22:31:32.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-26T22:31:32.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-26T22:31:32.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-26T22:31:33.007Z
18012026-05-26T22:31:33.007Zinfo: running `cargo check --bins` on bootstore (2/276)
18022026-05-26T22:31:33.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-26T22:31:33.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-26T22:31:33.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-26T22:31:33.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-26T22:31:33.589Z
18072026-05-26T22:31:33.589Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18082026-05-26T22:31:34.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-26T22:31:34.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-26T22:31:34.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-26T22:31:34.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-26T22:31:34.169Z
18132026-05-26T22:31:34.169Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18142026-05-26T22:31:34.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-26T22:31:34.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-26T22:31:34.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-26T22:31:34.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-26T22:31:34.752Z
18192026-05-26T22:31:34.752Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18202026-05-26T22:31:35.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-26T22:31:35.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-26T22:31:35.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-26T22:31:35.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-26T22:31:35.329Z
18252026-05-26T22:31:35.330Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18262026-05-26T22:31:35.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-26T22:31:35.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-26T22:31:35.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-26T22:31:35.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-26T22:31:35.924Z
18312026-05-26T22:31:35.924Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18322026-05-26T22:31:36.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-26T22:31:36.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-26T22:31:36.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-26T22:31:36.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-26T22:31:36.522Z
18372026-05-26T22:31:36.522Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18382026-05-26T22:31:37.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-26T22:31:37.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-26T22:31:37.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-26T22:31:37.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-26T22:31:37.117Z
18432026-05-26T22:31:37.117Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18442026-05-26T22:31:37.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-26T22:31:37.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-26T22:31:37.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-26T22:31:37.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-26T22:31:37.578Z
18492026-05-26T22:31:37.578Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18502026-05-26T22:31:37.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-26T22:31:37.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-26T22:31:37.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-26T22:31:37.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-26T22:31:38.041Z
18552026-05-26T22:31:38.041Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18562026-05-26T22:31:38.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-26T22:31:38.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-26T22:31:38.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-26T22:31:38.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-26T22:31:38.507Z
18612026-05-26T22:31:38.507Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18622026-05-26T22:31:38.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-26T22:31:38.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-26T22:31:38.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-26T22:31:38.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-26T22:31:38.970Z
18672026-05-26T22:31:38.970Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18682026-05-26T22:31:39.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-26T22:31:39.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-26T22:31:39.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-26T22:31:39.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-26T22:31:39.436Z
18732026-05-26T22:31:39.436Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18742026-05-26T22:31:39.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-26T22:31:39.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-26T22:31:39.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-26T22:31:39.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-26T22:31:39.901Z
18792026-05-26T22:31:39.902Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18802026-05-26T22:31:40.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-26T22:31:40.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-26T22:31:40.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-26T22:31:40.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-26T22:31:40.362Z
18852026-05-26T22:31:40.362Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18862026-05-26T22:31:40.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-26T22:31:40.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-26T22:31:40.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-26T22:31:40.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-26T22:31:40.825Z
18912026-05-26T22:31:40.825Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18922026-05-26T22:31:41.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-26T22:31:41.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-26T22:31:41.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-26T22:31:41.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-26T22:31:41.293Z
18972026-05-26T22:31:41.293Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18982026-05-26T22:31:41.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-26T22:31:41.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-26T22:31:41.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-26T22:31:41.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-26T22:31:41.758Z
19032026-05-26T22:31:41.759Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19042026-05-26T22:31:42.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-26T22:31:42.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-26T22:31:42.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-26T22:31:42.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-26T22:31:42.224Z
19092026-05-26T22:31:42.224Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19102026-05-26T22:31:42.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-26T22:31:42.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-26T22:31:42.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-26T22:31:42.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-26T22:31:42.690Z
19152026-05-26T22:31:42.690Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19162026-05-26T22:31:43.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-26T22:31:43.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-26T22:31:43.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-26T22:31:43.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-26T22:31:43.154Z
19212026-05-26T22:31:43.154Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19222026-05-26T22:31:43.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-26T22:31:43.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-26T22:31:43.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-26T22:31:43.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-26T22:31:43.620Z
19272026-05-26T22:31:43.620Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19282026-05-26T22:31:44.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-26T22:31:44.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-26T22:31:44.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-26T22:31:44.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-26T22:31:44.087Z
19332026-05-26T22:31:44.087Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19342026-05-26T22:31:44.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-26T22:31:44.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-26T22:31:44.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-26T22:31:44.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-26T22:31:44.552Z
19392026-05-26T22:31:44.552Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19402026-05-26T22:31:44.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-26T22:31:44.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-26T22:31:44.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-26T22:31:44.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-26T22:31:45.014Z
19452026-05-26T22:31:45.014Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19462026-05-26T22:31:45.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-26T22:31:45.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-26T22:31:45.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-26T22:31:45.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-26T22:31:45.479Z
19512026-05-26T22:31:45.479Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19522026-05-26T22:31:45.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-26T22:31:45.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-26T22:31:45.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-26T22:31:45.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-26T22:31:45.945Z
19572026-05-26T22:31:45.945Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19582026-05-26T22:31:46.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-26T22:31:46.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-26T22:31:46.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-26T22:31:46.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-26T22:31:46.412Z
19632026-05-26T22:31:46.412Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19642026-05-26T22:31:46.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-26T22:31:46.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-26T22:31:46.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-26T22:31:46.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-26T22:31:46.879Z
19692026-05-26T22:31:46.879Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19702026-05-26T22:31:47.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-26T22:31:47.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-26T22:31:47.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-26T22:31:47.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-26T22:31:47.343Z
19752026-05-26T22:31:47.343Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19762026-05-26T22:31:47.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-26T22:31:47.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-26T22:31:47.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-26T22:31:47.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-26T22:31:47.806Z
19812026-05-26T22:31:47.806Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19822026-05-26T22:31:48.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-26T22:31:48.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-26T22:31:48.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-26T22:31:48.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-26T22:31:48.272Z
19872026-05-26T22:31:48.272Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19882026-05-26T22:31:48.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-26T22:31:48.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-26T22:31:48.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-26T22:31:48.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-26T22:31:48.737Z
19932026-05-26T22:31:48.738Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19942026-05-26T22:31:49.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-26T22:31:49.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-26T22:31:49.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-26T22:31:49.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-26T22:31:49.200Z
19992026-05-26T22:31:49.200Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20002026-05-26T22:31:49.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-26T22:31:49.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-26T22:31:49.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-26T22:31:49.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-26T22:31:49.663Z
20052026-05-26T22:31:49.663Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20062026-05-26T22:31:50.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-26T22:31:50.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-26T22:31:50.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-26T22:31:50.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-26T22:31:50.130Z
20112026-05-26T22:31:50.130Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20122026-05-26T22:31:50.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-26T22:31:50.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-26T22:31:50.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-26T22:31:50.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-26T22:31:50.595Z
20172026-05-26T22:31:50.595Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20182026-05-26T22:31:50.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-26T22:31:51.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-26T22:31:51.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-26T22:31:51.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-26T22:31:51.059Z
20232026-05-26T22:31:51.059Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20242026-05-26T22:31:51.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-26T22:31:51.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-26T22:31:51.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-26T22:31:51.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-26T22:31:51.524Z
20292026-05-26T22:31:51.524Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20302026-05-26T22:31:51.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-26T22:31:51.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-26T22:31:51.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-26T22:31:51.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-26T22:31:51.989Z
20352026-05-26T22:31:51.989Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20362026-05-26T22:31:52.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-26T22:31:52.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-26T22:31:52.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-26T22:31:52.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-26T22:31:52.457Z
20412026-05-26T22:31:52.457Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20422026-05-26T22:31:52.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-26T22:31:52.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-26T22:31:52.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-26T22:31:52.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-26T22:31:52.922Z
20472026-05-26T22:31:52.922Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20482026-05-26T22:31:53.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-26T22:31:53.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-26T22:31:53.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-26T22:31:53.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-26T22:31:53.386Z
20532026-05-26T22:31:53.386Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20542026-05-26T22:31:53.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-26T22:31:53.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-26T22:31:53.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-26T22:31:53.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-26T22:31:53.853Z
20592026-05-26T22:31:53.853Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20602026-05-26T22:31:54.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-26T22:31:54.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-26T22:31:54.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-26T22:31:54.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-26T22:31:54.318Z
20652026-05-26T22:31:54.318Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20662026-05-26T22:31:54.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-26T22:31:54.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-26T22:31:54.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-26T22:31:54.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-26T22:31:54.781Z
20712026-05-26T22:31:54.782Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20722026-05-26T22:31:55.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-26T22:31:55.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-26T22:31:55.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-26T22:31:55.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-26T22:31:55.246Z
20772026-05-26T22:31:55.246Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20782026-05-26T22:31:55.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-26T22:31:55.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-26T22:31:55.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-26T22:31:55.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-26T22:31:55.713Z
20832026-05-26T22:31:55.713Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20842026-05-26T22:31:56.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-26T22:31:56.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-26T22:31:56.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-26T22:31:56.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-26T22:31:56.344Z
20892026-05-26T22:31:56.344Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20902026-05-26T22:31:56.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-26T22:31:56.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-26T22:31:56.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-26T22:31:56.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-26T22:31:56.980Z
20952026-05-26T22:31:56.980Zinfo: running `cargo check --bins` on nexus-config (51/276)
20962026-05-26T22:31:57.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-26T22:31:57.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-26T22:31:57.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-26T22:31:57.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-26T22:31:57.613Z
21012026-05-26T22:31:57.613Zinfo: running `cargo check --bins` on nexus-types (52/276)
21022026-05-26T22:31:58.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-26T22:31:58.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-26T22:31:58.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-26T22:31:58.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-05-26T22:31:58.244Z
21072026-05-26T22:31:58.244Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21082026-05-26T22:31:58.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-26T22:31:58.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-26T22:31:58.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-26T22:31:58.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-26T22:31:58.845Z
21132026-05-26T22:31:58.845Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21142026-05-26T22:31:59.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-26T22:31:59.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-26T22:31:59.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-26T22:31:59.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-26T22:31:59.422Z
21192026-05-26T22:31:59.422Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21202026-05-26T22:31:59.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-26T22:31:59.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-26T22:31:59.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-26T22:31:59.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-26T22:32:00.016Z
21252026-05-26T22:32:00.016Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21262026-05-26T22:32:00.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-26T22:32:00.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-26T22:32:00.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-26T22:32:00.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-05-26T22:32:00.609Z
21312026-05-26T22:32:00.610Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21322026-05-26T22:32:01.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-26T22:32:01.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-26T22:32:01.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-26T22:32:01.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-05-26T22:32:01.210Z
21372026-05-26T22:32:01.210Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21382026-05-26T22:32:01.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-26T22:32:01.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-26T22:32:01.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-26T22:32:01.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-26T22:32:01.813Z
21432026-05-26T22:32:01.813Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21442026-05-26T22:32:02.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-26T22:32:02.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-26T22:32:02.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-26T22:32:02.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-26T22:32:02.393Z
21492026-05-26T22:32:02.393Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21502026-05-26T22:32:02.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-26T22:32:02.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-26T22:32:02.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-26T22:32:02.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-26T22:32:02.971Z
21552026-05-26T22:32:02.971Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21562026-05-26T22:32:03.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-26T22:32:03.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-26T22:32:03.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-26T22:32:03.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-26T22:32:03.550Z
21612026-05-26T22:32:03.550Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21622026-05-26T22:32:04.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-26T22:32:04.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-26T22:32:04.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-26T22:32:04.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-05-26T22:32:04.132Z
21672026-05-26T22:32:04.132Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21682026-05-26T22:32:04.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-26T22:32:04.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-26T22:32:04.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-26T22:32:04.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-26T22:32:04.727Z
21732026-05-26T22:32:04.727Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21742026-05-26T22:32:05.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-26T22:32:05.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-26T22:32:05.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-26T22:32:05.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-26T22:32:05.318Z
21792026-05-26T22:32:05.318Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21802026-05-26T22:32:05.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-26T22:32:05.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-26T22:32:05.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-26T22:32:05.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-26T22:32:05.900Z
21852026-05-26T22:32:05.900Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21862026-05-26T22:32:06.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-26T22:32:06.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-26T22:32:06.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-26T22:32:06.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-26T22:32:06.484Z
21912026-05-26T22:32:06.484Zinfo: running `cargo check --bins` on ereport-types (67/276)
21922026-05-26T22:32:06.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-26T22:32:06.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-26T22:32:06.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-26T22:32:06.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-26T22:32:07.078Z
21972026-05-26T22:32:07.079Zinfo: running `cargo check --bins` on gateway-client (68/276)
21982026-05-26T22:32:07.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-26T22:32:07.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-26T22:32:07.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-26T22:32:07.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-26T22:32:07.666Z
22032026-05-26T22:32:07.666Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22042026-05-26T22:32:08.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-26T22:32:08.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-26T22:32:08.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-26T22:32:08.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-26T22:32:08.261Z
22092026-05-26T22:32:08.261Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22102026-05-26T22:32:08.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-26T22:32:08.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-26T22:32:08.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-26T22:32:08.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-26T22:32:08.848Z
22152026-05-26T22:32:08.848Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22162026-05-26T22:32:09.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-26T22:32:09.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-26T22:32:09.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-26T22:32:09.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-26T22:32:09.440Z
22212026-05-26T22:32:09.440Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22222026-05-26T22:32:09.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-26T22:32:09.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-26T22:32:09.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-26T22:32:09.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-05-26T22:32:10.031Z
22272026-05-26T22:32:10.031Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22282026-05-26T22:32:10.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-26T22:32:10.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-26T22:32:10.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-26T22:32:10.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-26T22:32:10.637Z
22332026-05-26T22:32:10.637Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22342026-05-26T22:32:11.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-26T22:32:11.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-26T22:32:11.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-26T22:32:11.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-05-26T22:32:11.243Z
22392026-05-26T22:32:11.243Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22402026-05-26T22:32:11.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-26T22:32:11.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-26T22:32:11.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-26T22:32:11.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-26T22:32:11.825Z
22452026-05-26T22:32:11.825Zinfo: running `cargo check --bins` on oxlog (76/276)
22462026-05-26T22:32:12.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-26T22:32:12.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-26T22:32:12.470Z Checking cfg-if v1.0.4
22492026-05-26T22:32:12.483Z Checking libc v0.2.185
22502026-05-26T22:32:12.484Z Checking serde_core v1.0.228
22512026-05-26T22:32:12.549Z Checking zeroize v1.8.2
22522026-05-26T22:32:12.559Z Checking memchr v2.8.0
22532026-05-26T22:32:12.565Z Checking log v0.4.29
22542026-05-26T22:32:12.598Z Checking smallvec v1.15.1
22552026-05-26T22:32:12.622Z Checking typenum v1.19.0
22562026-05-26T22:32:12.622Z Checking subtle v2.6.1
22572026-05-26T22:32:12.701Z Checking itoa v1.0.17
22582026-05-26T22:32:12.788Z Checking scopeguard v1.2.0
22592026-05-26T22:32:12.825Z Checking stable_deref_trait v1.2.1
22602026-05-26T22:32:12.825Z Checking const-oid v0.9.6
22612026-05-26T22:32:12.847Z Checking zerofrom v0.1.6
22622026-05-26T22:32:12.847Z Checking lock_api v0.4.14
22632026-05-26T22:32:12.877Z Checking pin-project-lite v0.2.17
22642026-05-26T22:32:12.964Z Checking yoke v0.8.1
22652026-05-26T22:32:12.983Z Checking portable-atomic v1.13.1
22662026-05-26T22:32:12.983Z Checking getrandom v0.2.17
22672026-05-26T22:32:12.983Z Checking errno v0.3.14
22682026-05-26T22:32:13.023Z Checking parking_lot_core v0.9.12
22692026-05-26T22:32:13.093Z Checking zerovec v0.11.5
22702026-05-26T22:32:13.123Z Checking generic-array v0.14.7
22712026-05-26T22:32:13.123Z Checking signal-hook-registry v1.4.8
22722026-05-26T22:32:13.144Z Checking rand_core v0.6.4
22732026-05-26T22:32:13.205Z Checking futures-core v0.3.32
22742026-05-26T22:32:13.264Z Checking critical-section v1.2.0
22752026-05-26T22:32:13.305Z Checking parking_lot v0.12.5
22762026-05-26T22:32:13.325Z Checking mio v1.2.0
22772026-05-26T22:32:13.362Z Checking zerocopy v0.8.40
22782026-05-26T22:32:13.379Z Checking once_cell v1.21.3
22792026-05-26T22:32:13.430Z Checking zmij v1.0.21
22802026-05-26T22:32:13.483Z Checking socket2 v0.6.3
22812026-05-26T22:32:13.519Z Checking tinystr v0.8.2
22822026-05-26T22:32:13.530Z Checking crypto-common v0.1.7
22832026-05-26T22:32:13.539Z Checking block-buffer v0.10.4
22842026-05-26T22:32:13.598Z Checking libm v0.2.16
22852026-05-26T22:32:13.633Z Checking percent-encoding v2.3.2
22862026-05-26T22:32:13.645Z Checking equivalent v1.0.2
22872026-05-26T22:32:13.667Z Checking digest v0.10.7
22882026-05-26T22:32:13.689Z Checking writeable v0.6.2
22892026-05-26T22:32:13.715Z Checking litemap v0.8.1
22902026-05-26T22:32:13.727Z Checking potential_utf v0.1.4
22912026-05-26T22:32:13.772Z Checking zerotrie v0.2.3
22922026-05-26T22:32:13.845Z Checking futures-sink v0.3.32
22932026-05-26T22:32:13.859Z Checking icu_collections v2.1.1
22942026-05-26T22:32:13.872Z Checking futures-io v0.3.32
22952026-05-26T22:32:13.887Z Checking icu_locale_core v2.1.1
22962026-05-26T22:32:13.941Z Checking futures-channel v0.3.32
22972026-05-26T22:32:13.982Z Checking futures-task v0.3.32
22982026-05-26T22:32:13.996Z Checking serde v1.0.228
22992026-05-26T22:32:14.017Z Checking bitflags v2.11.0
23002026-05-26T22:32:14.115Z Checking serde_json v1.0.149
23012026-05-26T22:32:14.128Z Checking cpufeatures v0.2.17
23022026-05-26T22:32:14.160Z Checking slab v0.4.12
23032026-05-26T22:32:14.181Z Checking hmac v0.12.1
23042026-05-26T22:32:14.193Z Checking icu_normalizer_data v2.1.1
23052026-05-26T22:32:14.263Z Checking icu_properties_data v2.1.2
23062026-05-26T22:32:14.298Z Checking num-traits v0.2.19
23072026-05-26T22:32:14.310Z Checking futures-util v0.3.32
23082026-05-26T22:32:14.313Z Checking hashbrown v0.17.0
23092026-05-26T22:32:14.388Z Checking rand_core v0.10.0
23102026-05-26T22:32:14.401Z Checking bytes v1.11.1
23112026-05-26T22:32:14.434Z Checking icu_provider v2.1.1
23122026-05-26T22:32:14.527Z Checking getrandom v0.4.1
23132026-05-26T22:32:14.661Z Checking icu_properties v2.1.2
23142026-05-26T22:32:14.673Z Checking icu_normalizer v2.1.1
23152026-05-26T22:32:14.772Z Checking indexmap v2.14.0
23162026-05-26T22:32:14.784Z Checking block-padding v0.3.3
23172026-05-26T22:32:14.811Z Checking utf8_iter v1.0.4
23182026-05-26T22:32:14.829Z Checking tokio v1.52.1
23192026-05-26T22:32:14.976Z Checking inout v0.1.4
23202026-05-26T22:32:14.990Z Checking sha2 v0.10.9
23212026-05-26T22:32:14.990Z Checking form_urlencoded v1.2.2
23222026-05-26T22:32:15.043Z Checking cipher v0.4.4
23232026-05-26T22:32:15.101Z Checking getrandom v0.3.4
23242026-05-26T22:32:15.202Z Checking fnv v1.0.7
23252026-05-26T22:32:15.243Z Checking byteorder v1.5.0
23262026-05-26T22:32:15.256Z Checking base64ct v1.8.3
23272026-05-26T22:32:15.296Z Checking flagset v0.4.7
23282026-05-26T22:32:15.319Z Checking rand_core v0.9.5
23292026-05-26T22:32:15.420Z Checking http v1.4.0
23302026-05-26T22:32:15.439Z Checking regex-syntax v0.8.10
23312026-05-26T22:32:15.467Z Checking idna_adapter v1.2.1
23322026-05-26T22:32:15.479Z Checking pem-rfc7468 v0.7.0
23332026-05-26T22:32:15.497Z Checking salsa20 v0.10.2
23342026-05-26T22:32:15.585Z Checking idna v1.1.0
23352026-05-26T22:32:15.626Z Checking der v0.7.10
23362026-05-26T22:32:15.626Z Checking uuid v1.23.0
23372026-05-26T22:32:15.825Z Checking url v2.5.8
23382026-05-26T22:32:15.932Z Checking pbkdf2 v0.12.2
23392026-05-26T22:32:15.973Z Checking rustix v1.1.3
23402026-05-26T22:32:16.043Z Checking tracing-core v0.1.36
23412026-05-26T22:32:16.089Z Checking ppv-lite86 v0.2.21
23422026-05-26T22:32:16.196Z Checking rustls-pki-types v1.14.0
23432026-05-26T22:32:16.269Z Checking base64 v0.22.1
23442026-05-26T22:32:16.357Z Checking iana-time-zone v0.1.65
23452026-05-26T22:32:16.387Z Checking rand_chacha v0.9.0
23462026-05-26T22:32:16.400Z Checking spki v0.7.3
23472026-05-26T22:32:16.464Z Checking chrono v0.4.44
23482026-05-26T22:32:16.501Z Checking tracing v0.1.44
23492026-05-26T22:32:16.516Z Checking scrypt v0.11.0
23502026-05-26T22:32:16.560Z Checking http-body v1.0.1
23512026-05-26T22:32:16.586Z Checking aes v0.8.4
23522026-05-26T22:32:16.656Z Checking cbc v0.1.2
23532026-05-26T22:32:16.699Z Checking aws-lc-sys v0.40.0
23542026-05-26T22:32:16.712Z Checking untrusted v0.7.1
23552026-05-26T22:32:16.746Z Checking untrusted v0.9.0
23562026-05-26T22:32:16.784Z Checking tinyvec_macros v0.1.1
23572026-05-26T22:32:16.821Z Checking openssl-probe v0.2.1
23582026-05-26T22:32:16.836Z Checking rand v0.9.2
23592026-05-26T22:32:16.849Z Checking tinyvec v1.10.0
23602026-05-26T22:32:16.860Z Checking ring v0.17.14
23612026-05-26T22:32:16.925Z Checking tower-service v0.3.3
23622026-05-26T22:32:16.976Z Checking pkcs5 v0.7.1
23632026-05-26T22:32:17.013Z Checking try-lock v0.2.5
23642026-05-26T22:32:17.110Z Checking atomic-waker v1.1.2
23652026-05-26T22:32:17.150Z Checking tower-layer v0.3.3
23662026-05-26T22:32:17.197Z Checking aws-lc-rs v1.16.3
23672026-05-26T22:32:17.209Z Checking want v0.3.1
23682026-05-26T22:32:17.222Z Checking pkcs8 v0.10.2
23692026-05-26T22:32:17.294Z Checking ipnet v2.11.0
23702026-05-26T22:32:17.307Z Checking httparse v1.10.1
23712026-05-26T22:32:17.327Z Checking aho-corasick v1.1.4
23722026-05-26T22:32:17.342Z Checking plain v0.2.3
23732026-05-26T22:32:17.396Z Checking pin-utils v0.1.0
23742026-05-26T22:32:17.437Z Checking fastrand v2.3.0
23752026-05-26T22:32:17.464Z Checking httpdate v1.0.3
23762026-05-26T22:32:17.511Z Checking foreign-types-shared v0.1.1
23772026-05-26T22:32:17.549Z Checking dyn-clone v1.0.20
23782026-05-26T22:32:17.591Z Checking foreign-types v0.3.2
23792026-05-26T22:32:17.608Z Checking unicode-normalization v0.1.25
23802026-05-26T22:32:17.620Z Checking tempfile v3.25.0
23812026-05-26T22:32:17.648Z Checking semver v1.0.28
23822026-05-26T22:32:17.660Z Checking openssl-sys v0.9.115
23832026-05-26T22:32:17.810Z Checking spin v0.9.8
23842026-05-26T22:32:17.833Z Checking ucd-trie v0.1.7
23852026-05-26T22:32:17.856Z Checking unicode-ident v1.0.24
23862026-05-26T22:32:17.968Z Checking proc-macro2 v1.0.106
23872026-05-26T22:32:17.968Z Checking pest v2.8.6
23882026-05-26T22:32:17.992Z Checking schemars v0.8.22
23892026-05-26T22:32:18.003Z Checking regex-automata v0.4.14
23902026-05-26T22:32:18.014Z Checking rustls-native-certs v0.8.3
23912026-05-26T22:32:18.028Z Checking rustls-webpki v0.103.9
23922026-05-26T22:32:18.040Z Checking openssl v0.10.79
23932026-05-26T22:32:18.054Z Checking tokio-util v0.7.18
23942026-05-26T22:32:18.132Z Checking thiserror v2.0.18
23952026-05-26T22:32:18.233Z Checking sync_wrapper v1.0.2
23962026-05-26T22:32:18.286Z Checking wait-timeout v0.2.1
23972026-05-26T22:32:18.337Z Checking quick-error v1.2.3
23982026-05-26T22:32:18.404Z Checking bit-vec v0.8.0
23992026-05-26T22:32:18.436Z Checking anstyle v1.0.13
24002026-05-26T22:32:18.449Z Checking rustls v0.23.37
24012026-05-26T22:32:18.596Z Checking simd-adler32 v0.3.8
24022026-05-26T22:32:18.613Z Checking siphasher v1.0.2
24032026-05-26T22:32:18.627Z Checking utf8parse v0.2.2
24042026-05-26T22:32:18.647Z Checking h2 v0.4.13
24052026-05-26T22:32:18.720Z Checking powerfmt v0.2.0
24062026-05-26T22:32:18.761Z Checking pretty-hex v0.4.1
24072026-05-26T22:32:18.765Z Checking anstyle-parse v0.2.7
24082026-05-26T22:32:18.866Z Checking deranged v0.5.8
24092026-05-26T22:32:18.882Z Checking bit-set v0.8.0
24102026-05-26T22:32:18.920Z Checking rusty-fork v0.3.1
24112026-05-26T22:32:19.019Z Checking tower v0.5.3
24122026-05-26T22:32:19.019Z Checking quote v1.0.45
24132026-05-26T22:32:19.090Z Compiling newtype-uuid v1.3.2
24142026-05-26T22:32:19.249Z Checking http-body-util v0.1.3
24152026-05-26T22:32:19.268Z Checking crossbeam-utils v0.8.21
24162026-05-26T22:32:19.400Z Checking webpki-roots v1.0.6
24172026-05-26T22:32:19.414Z Checking rand_xorshift v0.4.0
24182026-05-26T22:32:19.516Z Checking crc32fast v1.5.0
24192026-05-26T22:32:19.530Z Checking scroll v0.13.0
24202026-05-26T22:32:19.595Z Checking signature v2.2.0
24212026-05-26T22:32:19.655Z Checking unicode-properties v0.1.4
24222026-05-26T22:32:19.724Z Checking ryu v1.0.23
24232026-05-26T22:32:19.750Z Checking num-conv v0.2.0
24242026-05-26T22:32:19.765Z Checking adler2 v2.0.1
24252026-05-26T22:32:19.813Z Checking iri-string v0.7.10
24262026-05-26T22:32:19.841Z Checking time-core v0.1.8
24272026-05-26T22:32:19.855Z Checking anstyle-query v1.1.5
24282026-05-26T22:32:19.866Z Checking colorchoice v1.0.4
24292026-05-26T22:32:19.869Z Checking num_threads v0.1.7
24302026-05-26T22:32:19.946Z Checking unarray v0.1.4
24312026-05-26T22:32:19.962Z Checking unicode-bidi v0.3.18
24322026-05-26T22:32:19.966Z Checking allocator-api2 v0.2.21
24332026-05-26T22:32:19.984Z Checking is_terminal_polyfill v1.70.2
24342026-05-26T22:32:20.045Z Checking proptest v1.10.0
24352026-05-26T22:32:20.060Z Checking native-tls v0.2.18
24362026-05-26T22:32:20.073Z Checking anstream v0.6.21
24372026-05-26T22:32:20.235Z Checking tokio-native-tls v0.3.1
24382026-05-26T22:32:20.257Z Checking time v0.3.47
24392026-05-26T22:32:20.266Z Checking stringprep v0.1.5
24402026-05-26T22:32:20.272Z Checking miniz_oxide v0.8.9
24412026-05-26T22:32:20.390Z Checking serde_urlencoded v0.7.1
24422026-05-26T22:32:20.408Z Checking bstr v1.12.1
24432026-05-26T22:32:20.593Z Checking goblin v0.10.5
24442026-05-26T22:32:20.620Z Checking crossbeam-epoch v0.9.18
24452026-05-26T22:32:20.788Z Compiling daft v0.1.7
24462026-05-26T22:32:20.791Z Checking tokio-rustls v0.26.4
24472026-05-26T22:32:20.821Z Checking tower-http v0.6.8
24482026-05-26T22:32:20.838Z Checking syn v2.0.117
24492026-05-26T22:32:21.022Z Checking ipnetwork v0.21.1
24502026-05-26T22:32:21.064Z Checking rand_chacha v0.3.1
24512026-05-26T22:32:21.088Z Checking thiserror v1.0.69
24522026-05-26T22:32:21.186Z Checking scroll v0.12.0
24532026-05-26T22:32:21.236Z Checking hash32 v0.2.1
24542026-05-26T22:32:21.269Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-26T22:32:21.308Z Checking hyper v1.8.1
24562026-05-26T22:32:21.357Z Checking num-integer v0.1.46
24572026-05-26T22:32:21.391Z Checking toml_datetime v0.6.11
24582026-05-26T22:32:21.403Z Checking serde_spanned v0.6.9
24592026-05-26T22:32:21.427Z Checking md-5 v0.10.6
24602026-05-26T22:32:21.528Z Checking ff v0.13.1
24612026-05-26T22:32:21.564Z Checking base16ct v0.2.0
24622026-05-26T22:32:21.577Z Checking zlib-rs v0.6.2
24632026-05-26T22:32:21.588Z Checking psl-types v2.0.11
24642026-05-26T22:32:21.654Z Checking fallible-iterator v0.2.0
24652026-05-26T22:32:21.691Z Checking sec1 v0.7.3
24662026-05-26T22:32:21.705Z Checking publicsuffix v2.3.0
24672026-05-26T22:32:21.861Z Checking group v0.13.0
24682026-05-26T22:32:21.894Z Checking num-iter v0.1.45
24692026-05-26T22:32:21.929Z Checking postgres-protocol v0.6.10
24702026-05-26T22:32:21.987Z Checking goblin v0.8.2
24712026-05-26T22:32:22.001Z Checking heapless v0.7.17
24722026-05-26T22:32:22.004Z Checking zstd-safe v7.2.4
24732026-05-26T22:32:22.171Z Checking cookie v0.18.1
24742026-05-26T22:32:22.215Z Checking hyper-util v0.1.20
24752026-05-26T22:32:22.248Z Checking rand v0.8.6
24762026-05-26T22:32:22.395Z Checking oxnet v0.1.4
24772026-05-26T22:32:22.408Z Compiling iddqd v0.4.1
24782026-05-26T22:32:22.438Z Checking flate2 v1.1.9
24792026-05-26T22:32:22.627Z Checking dtrace-parser v0.3.0
24802026-05-26T22:32:22.728Z Checking phf_shared v0.13.1
24812026-05-26T22:32:22.753Z Checking lazy_static v1.5.0
24822026-05-26T22:32:22.844Z Checking zerocopy v0.7.35
24832026-05-26T22:32:22.861Z Checking pin-project v1.1.11
24842026-05-26T22:32:22.918Z Checking bzip2-sys v0.1.13+1.0.8
24852026-05-26T22:32:22.930Z Checking dof v0.4.0
24862026-05-26T22:32:22.951Z Checking signal-hook v0.3.18
24872026-05-26T22:32:23.000Z Checking terminal_size v0.4.3
24882026-05-26T22:32:23.100Z Checking futures-executor v0.3.32
24892026-05-26T22:32:23.116Z Checking hex v0.4.3
24902026-05-26T22:32:23.137Z Checking hkdf v0.12.4
24912026-05-26T22:32:23.249Z Checking crypto-bigint v0.5.5
24922026-05-26T22:32:23.268Z Checking thread-id v5.1.0
24932026-05-26T22:32:23.316Z Checking encoding_rs v0.8.35
24942026-05-26T22:32:23.333Z Checking same-file v1.0.6
24952026-05-26T22:32:23.344Z Checking mime v0.3.17
24962026-05-26T22:32:23.448Z Checking bumpalo v3.20.2
24972026-05-26T22:32:23.451Z Checking hyper-rustls v0.27.7
24982026-05-26T22:32:23.516Z Checking hyper-tls v0.6.0
24992026-05-26T22:32:23.562Z Checking managed v0.8.0
25002026-05-26T22:32:23.596Z Checking strsim v0.11.1
25012026-05-26T22:32:23.645Z Checking bitflags v1.3.2
25022026-05-26T22:32:23.662Z Checking foldhash v0.1.5
25032026-05-26T22:32:23.685Z Checking winnow v0.5.40
25042026-05-26T22:32:23.716Z Checking libbz2-rs-sys v0.2.2
25052026-05-26T22:32:23.743Z Checking either v1.15.0
25062026-05-26T22:32:23.756Z Checking clap_lex v1.0.0
25072026-05-26T22:32:23.790Z Checking foldhash v0.2.0
25082026-05-26T22:32:23.873Z Checking winnow v0.7.14
25092026-05-26T22:32:23.902Z Compiling rayon-core v1.13.0
25102026-05-26T22:32:23.924Z Checking clap_builder v4.5.60
25112026-05-26T22:32:23.942Z Checking hashbrown v0.16.1
25122026-05-26T22:32:24.095Z Checking dof v0.3.0
25132026-05-26T22:32:24.110Z Checking bzip2 v0.6.1
25142026-05-26T22:32:24.141Z Checking elliptic-curve v0.13.8
25152026-05-26T22:32:24.257Z Checking reqwest v0.12.28
25162026-05-26T22:32:24.270Z Checking hashbrown v0.15.5
25172026-05-26T22:32:24.366Z Checking smoltcp v0.9.1
25182026-05-26T22:32:24.443Z Checking zopfli v0.8.3
25192026-05-26T22:32:24.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-05-26T22:32:24.637Z Checking usdt-impl v0.6.0
25212026-05-26T22:32:24.720Z Checking walkdir v2.5.0
25222026-05-26T22:32:24.768Z Checking futures v0.3.32
25232026-05-26T22:32:24.809Z Checking toml_edit v0.19.15
25242026-05-26T22:32:24.844Z Checking signal-hook-mio v0.2.5
25252026-05-26T22:32:24.877Z Checking bzip2 v0.4.4
25262026-05-26T22:32:24.915Z Checking snafu v0.8.9
25272026-05-26T22:32:24.944Z Checking phf v0.13.1
25282026-05-26T22:32:24.946Z Checking num-bigint-dig v0.8.6
25292026-05-26T22:32:25.035Z Checking cookie_store v0.22.1
25302026-05-26T22:32:25.086Z Checking postgres-types v0.2.12
25312026-05-26T22:32:25.098Z Checking zstd v0.13.3
25322026-05-26T22:32:25.122Z Checking dtrace-parser v0.2.0
25332026-05-26T22:32:25.156Z Checking crossbeam-deque v0.8.6
25342026-05-26T22:32:25.274Z Checking rustls-platform-verifier v0.6.2
25352026-05-26T22:32:25.276Z Checking globset v0.4.18
25362026-05-26T22:32:25.328Z Checking regex v1.12.3
25372026-05-26T22:32:25.349Z Checking ed25519 v2.2.3
25382026-05-26T22:32:25.367Z Checking phf_shared v0.11.3
25392026-05-26T22:32:25.384Z Checking olpc-cjson v0.1.4
25402026-05-26T22:32:25.419Z Checking ref-cast v1.0.25
25412026-05-26T22:32:25.508Z Checking curve25519-dalek v4.1.3
25422026-05-26T22:32:25.520Z Checking strum v0.27.2
25432026-05-26T22:32:25.523Z Checking hubpack v0.1.2
25442026-05-26T22:32:25.541Z Checking memoffset v0.9.1
25452026-05-26T22:32:25.544Z Checking rustix v0.38.44
25462026-05-26T22:32:25.599Z Checking pkcs1 v0.7.5
25472026-05-26T22:32:25.615Z Checking pem v3.0.6
25482026-05-26T22:32:25.627Z Checking float-cmp v0.10.0
25492026-05-26T22:32:25.693Z Checking serde-big-array v0.5.1
25502026-05-26T22:32:25.750Z Checking erased-serde v0.3.31
25512026-05-26T22:32:25.762Z Checking serde_plain v1.0.2
25522026-05-26T22:32:25.776Z Checking rfc6979 v0.4.0
25532026-05-26T22:32:25.805Z Checking thread-id v4.2.2
25542026-05-26T22:32:25.824Z Checking memmap2 v0.9.10
25552026-05-26T22:32:25.843Z Checking env_filter v1.0.0
25562026-05-26T22:32:25.879Z Checking toml_write v0.1.2
25572026-05-26T22:32:25.879Z Checking difflib v0.4.0
25582026-05-26T22:32:25.902Z Checking predicates-core v1.0.10
25592026-05-26T22:32:25.980Z Checking data-encoding v2.10.0
25602026-05-26T22:32:25.980Z Checking static_assertions v1.1.0
25612026-05-26T22:32:26.061Z Checking fixedbitset v0.5.7
25622026-05-26T22:32:26.065Z Checking typed-path v0.9.3
25632026-05-26T22:32:26.065Z Checking jiff v0.2.21
25642026-05-26T22:32:26.072Z Checking keccak v0.1.6
25652026-05-26T22:32:26.125Z Checking unicode-segmentation v1.12.0
25662026-05-26T22:32:26.207Z Checking fixedbitset v0.4.2
25672026-05-26T22:32:26.233Z Checking precomputed-hash v0.1.1
25682026-05-26T22:32:26.250Z Checking whoami v2.1.0
25692026-05-26T22:32:26.274Z Checking new_debug_unreachable v1.0.6
25702026-05-26T22:32:26.322Z Checking normalize-line-endings v0.3.0
25712026-05-26T22:32:26.342Z Checking string_cache v0.8.9
25722026-05-26T22:32:26.362Z Checking crossterm v0.28.1
25732026-05-26T22:32:26.374Z Checking petgraph v0.6.5
25742026-05-26T22:32:26.411Z Checking predicates v3.1.4
25752026-05-26T22:32:26.448Z Checking tokio-postgres v0.7.16
25762026-05-26T22:32:26.461Z Checking similar v2.7.0
25772026-05-26T22:32:26.511Z Checking ed25519-dalek v2.2.0
25782026-05-26T22:32:26.709Z Checking hickory-proto v0.25.2
25792026-05-26T22:32:26.749Z Checking sha3 v0.10.8
25802026-05-26T22:32:26.848Z Checking petgraph v0.8.3
25812026-05-26T22:32:26.864Z Checking tough v0.22.0
25822026-05-26T22:32:26.954Z Checking slog v2.8.2
25832026-05-26T22:32:27.074Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25842026-05-26T22:32:27.214Z Checking toml_edit v0.22.27
25852026-05-26T22:32:27.623Z Checking env_logger v0.11.9
25862026-05-26T22:32:27.684Z Checking usdt v0.6.0
25872026-05-26T22:32:27.811Z Checking ecdsa v0.16.9
25882026-05-26T22:32:27.850Z Checking usdt-impl v0.5.0
25892026-05-26T22:32:28.169Z Checking toml v0.7.8
25902026-05-26T22:32:28.176Z Checking rsa v0.9.10
25912026-05-26T22:32:28.291Z Checking nix v0.31.2
25922026-05-26T22:32:28.330Z Checking zip v4.6.1
25932026-05-26T22:32:28.438Z Checking reqwest v0.13.2
25942026-05-26T22:32:28.857Z Checking clap v4.5.60
25952026-05-26T22:32:28.894Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-05-26T22:32:28.937Z Checking zip v0.6.6
25972026-05-26T22:32:28.967Z Checking itertools v0.13.0
25982026-05-26T22:32:29.211Z Checking serde_with v3.17.0
25992026-05-26T22:32:29.265Z Checking strum v0.26.3
26002026-05-26T22:32:29.269Z Checking ahash v0.8.12
26012026-05-26T22:32:29.269Z Checking fs-err v3.3.0
26022026-05-26T22:32:29.334Z Checking object v0.37.3
26032026-05-26T22:32:29.352Z Checking tokio-stream v0.1.18
26042026-05-26T22:32:29.356Z Checking buf-list v1.1.2
26052026-05-26T22:32:29.473Z Checking anyhow v1.0.102
26062026-05-26T22:32:29.476Z Checking camino v1.2.2
26072026-05-26T22:32:29.535Z Checking x509-cert v0.2.5
26082026-05-26T22:32:29.544Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-26T22:32:29.645Z Checking openapiv3 v2.2.0
26102026-05-26T22:32:29.694Z Checking sha1 v0.10.6
26112026-05-26T22:32:29.705Z Checking toml_datetime v0.7.5+spec-1.1.0
26122026-05-26T22:32:29.812Z Checking lalrpop-util v0.19.12
26132026-05-26T22:32:29.852Z Checking peg-runtime v0.8.5
26142026-05-26T22:32:29.895Z Checking rayon v1.11.0
26152026-05-26T22:32:29.970Z Checking sigpipe v0.1.3
26162026-05-26T22:32:30.007Z Checking glob v0.3.3
26172026-05-26T22:32:31.464Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-26T22:32:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.92s
26192026-05-26T22:32:31.910Z
26202026-05-26T22:32:31.910Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26212026-05-26T22:32:32.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-26T22:32:32.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-26T22:32:32.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-26T22:32:32.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26252026-05-26T22:32:32.507Z
26262026-05-26T22:32:32.507Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26272026-05-26T22:32:33.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-26T22:32:33.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-26T22:32:33.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-26T22:32:33.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-05-26T22:32:33.168Z
26322026-05-26T22:32:33.168Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26332026-05-26T22:32:33.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-26T22:32:33.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-26T22:32:33.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-26T22:32:33.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-26T22:32:33.714Z
26382026-05-26T22:32:33.714Zinfo: running `cargo check --bins` on oxql-types (80/276)
26392026-05-26T22:32:34.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-26T22:32:34.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-26T22:32:34.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-26T22:32:34.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-05-26T22:32:34.314Z
26442026-05-26T22:32:34.314Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26452026-05-26T22:32:34.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-26T22:32:34.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-26T22:32:34.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-26T22:32:34.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-26T22:32:34.975Z
26502026-05-26T22:32:34.976Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26512026-05-26T22:32:35.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-26T22:32:35.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-26T22:32:35.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-26T22:32:35.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-26T22:32:35.515Z
26562026-05-26T22:32:35.515Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26572026-05-26T22:32:36.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-26T22:32:36.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-26T22:32:36.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-26T22:32:36.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-05-26T22:32:36.290Z
26622026-05-26T22:32:36.291Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26632026-05-26T22:32:36.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-26T22:32:36.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-26T22:32:36.763Z Compiling structmeta-derive v0.3.0
26662026-05-26T22:32:36.885Z Compiling rustls v0.22.4
26672026-05-26T22:32:36.895Z Compiling multer v3.1.0
26682026-05-26T22:32:36.903Z Compiling async-stream-impl v0.3.6
26692026-05-26T22:32:36.903Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-05-26T22:32:36.931Z Compiling dropshot v0.17.0
26712026-05-26T22:32:36.940Z Compiling dropshot_endpoint v0.17.0
26722026-05-26T22:32:36.940Z Compiling newtype-uuid-macros v0.1.0
26732026-05-26T22:32:37.051Z Checking newtype-uuid v1.3.2
26742026-05-26T22:32:37.114Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-05-26T22:32:37.179Z Checking rustls-webpki v0.102.8
26762026-05-26T22:32:37.247Z Checking daft v0.1.7
26772026-05-26T22:32:37.277Z Checking thread_local v1.1.9
26782026-05-26T22:32:37.440Z Checking match_cfg v0.1.0
26792026-05-26T22:32:37.468Z Checking compression-core v0.4.31
26802026-05-26T22:32:37.483Z Checking iddqd v0.4.1
26812026-05-26T22:32:37.508Z Checking hostname v0.3.1
26822026-05-26T22:32:37.550Z Checking crossbeam-channel v0.5.15
26832026-05-26T22:32:37.592Z Checking compression-codecs v0.4.37
26842026-05-26T22:32:37.603Z Checking slog-json v2.6.1
26852026-05-26T22:32:37.677Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-26T22:32:37.756Z Checking is-terminal v0.4.17
26872026-05-26T22:32:37.760Z Checking serde_spanned v1.0.4
26882026-05-26T22:32:37.848Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-05-26T22:32:37.880Z Checking term v1.2.1
26902026-05-26T22:32:37.886Z Checking take_mut v0.2.2
26912026-05-26T22:32:37.898Z Checking debug-ignore v1.0.5
26922026-05-26T22:32:37.910Z Compiling structmeta v0.3.0
26932026-05-26T22:32:37.993Z Checking slog-async v2.8.0
26942026-05-26T22:32:38.112Z Checking async-compression v0.4.41
26952026-05-26T22:32:38.136Z Checking toml v1.0.6+spec-1.1.0
26962026-05-26T22:32:38.136Z Checking slog-term v2.9.2
26972026-05-26T22:32:38.142Z Compiling derive-ex v0.1.8
26982026-05-26T22:32:38.152Z Compiling parse-display-derive v0.10.0
26992026-05-26T22:32:38.233Z Checking slog-bunyan v2.5.0
27002026-05-26T22:32:38.345Z Checking async-stream v0.3.6
27012026-05-26T22:32:38.355Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-26T22:32:38.394Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-26T22:32:38.466Z Checking progenitor-client v0.14.0
27042026-05-26T22:32:38.472Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-05-26T22:32:38.587Z Checking waitgroup v0.1.2
27062026-05-26T22:32:38.606Z Checking backon v1.6.0
27072026-05-26T22:32:38.668Z Checking rustls-pemfile v2.2.0
27082026-05-26T22:32:38.686Z Checking serde_path_to_error v0.1.20
27092026-05-26T22:32:38.708Z Checking hostname v0.4.2
27102026-05-26T22:32:38.771Z Checking instant v0.1.13
27112026-05-26T22:32:38.854Z Checking backoff v0.4.0
27122026-05-26T22:32:38.973Z Checking progenitor-extras v0.2.0
27132026-05-26T22:32:38.976Z Checking tokio-rustls v0.25.0
27142026-05-26T22:32:39.018Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27152026-05-26T22:32:39.024Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-05-26T22:32:39.198Z Checking itertools v0.14.0
27172026-05-26T22:32:39.235Z Checking progenitor-client v0.10.0
27182026-05-26T22:32:39.395Z Checking regress v0.10.5
27192026-05-26T22:32:39.439Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-05-26T22:32:39.669Z Checking macaddr v1.0.1
27212026-05-26T22:32:39.787Z Compiling test-strategy v0.4.5
27222026-05-26T22:32:39.821Z Checking parse-display v0.10.0
27232026-05-26T22:32:40.969Z Compiling prettyplease v0.2.37
27242026-05-26T22:32:41.242Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-26T22:32:41.430Z Checking num-rational v0.4.2
27262026-05-26T22:32:41.652Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-26T22:32:42.083Z Checking num-complex v0.4.6
27282026-05-26T22:32:42.494Z Checking num v0.4.3
27292026-05-26T22:32:42.575Z Compiling usdt-attr-macro v0.5.0
27302026-05-26T22:32:42.710Z Compiling usdt-macro v0.5.0
27312026-05-26T22:32:42.722Z Checking memmap v0.7.0
27322026-05-26T22:32:42.736Z Checking float-ord v0.3.2
27332026-05-26T22:32:42.834Z Compiling convert_case v0.4.0
27342026-05-26T22:32:42.854Z Checking unicode-width v0.2.0
27352026-05-26T22:32:43.105Z Checking console v0.15.11
27362026-05-26T22:32:43.209Z Compiling derive_more v0.99.20
27372026-05-26T22:32:43.362Z Checking newline-converter v0.3.0
27382026-05-26T22:32:43.398Z Checking atomicwrites v0.4.4
27392026-05-26T22:32:43.414Z Checking usdt v0.5.0
27402026-05-26T22:32:43.484Z Compiling toml v0.8.23
27412026-05-26T22:32:43.531Z Checking linked-hash-map v0.5.6
27422026-05-26T22:32:43.587Z Compiling minimal-lexical v0.2.1
27432026-05-26T22:32:43.700Z Checking lru-cache v0.1.2
27442026-05-26T22:32:43.909Z Compiling nom v7.1.3
27452026-05-26T22:32:43.937Z Checking expectorate v1.2.0
27462026-05-26T22:32:44.444Z Checking camino-tempfile v1.4.1
27472026-05-26T22:32:44.524Z Checking hickory-proto v0.24.4
27482026-05-26T22:32:44.591Z Checking phf_shared v0.12.1
27492026-05-26T22:32:44.726Z Compiling slog-dtrace v0.3.0
27502026-05-26T22:32:44.813Z Checking resolv-conf v0.7.6
27512026-05-26T22:32:44.917Z Checking heck v0.5.0
27522026-05-26T22:32:45.007Z Compiling chrono-tz v0.10.4
27532026-05-26T22:32:45.093Z Compiling const_format_proc_macros v0.2.34
27542026-05-26T22:32:45.169Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-26T22:32:45.212Z Checking phf v0.12.1
27562026-05-26T22:32:45.266Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-05-26T22:32:45.338Z Checking tokio-dtrace v0.1.1
27582026-05-26T22:32:45.523Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-26T22:32:45.636Z Compiling derive-where v1.6.0
27602026-05-26T22:32:45.738Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-26T22:32:45.899Z Checking highway v1.3.0
27622026-05-26T22:32:46.188Z Checking const_format v0.2.35
27632026-05-26T22:32:46.310Z Checking hickory-resolver v0.24.4
27642026-05-26T22:32:46.411Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-26T22:32:46.598Z Checking oxide-tokio-rt v0.1.4
27662026-05-26T22:32:46.787Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-26T22:32:46.988Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-26T22:32:47.004Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-05-26T22:32:47.032Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27702026-05-26T22:32:47.057Z Checking qorb v0.4.1
27712026-05-26T22:32:47.117Z Checking gethostname v0.5.0
27722026-05-26T22:32:47.207Z Checking bcs v0.1.6
27732026-05-26T22:32:47.230Z Checking termtree v0.5.1
27742026-05-26T22:32:50.446Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-26T22:32:53.159Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-26T22:32:55.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s
27772026-05-26T22:32:55.461Z
27782026-05-26T22:32:55.461Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27792026-05-26T22:32:55.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-26T22:32:56.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-26T22:32:56.143Z Compiling ar_archive_writer v0.5.1
27822026-05-26T22:32:56.254Z Compiling stacker v0.1.23
27832026-05-26T22:32:56.263Z Compiling cfg_aliases v0.1.1
27842026-05-26T22:32:56.269Z Compiling convert_case v0.10.0
27852026-05-26T22:32:56.276Z Checking unicode-width v0.1.14
27862026-05-26T22:32:56.283Z Compiling proc-macro-error v1.0.4
27872026-05-26T22:32:56.296Z Checking fd-lock v4.0.4
27882026-05-26T22:32:56.304Z Checking nibble_vec v0.1.0
27892026-05-26T22:32:56.358Z Compiling nix v0.28.0
27902026-05-26T22:32:56.450Z Checking vte v0.14.1
27912026-05-26T22:32:56.468Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-26T22:32:56.923Z Checking bytecount v0.6.9
27932026-05-26T22:32:56.965Z Checking endian-type v0.1.2
27942026-05-26T22:32:56.965Z Compiling derive_more-impl v2.1.1
27952026-05-26T22:32:56.965Z Checking strip-ansi-escapes v0.2.1
27962026-05-26T22:32:56.965Z Compiling tabled_derive v0.7.0
27972026-05-26T22:32:56.965Z Checking papergrid v0.11.0
27982026-05-26T22:32:56.965Z Checking radix_trie v0.2.1
27992026-05-26T22:32:56.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-26T22:32:56.965Z Compiling peg-macros v0.8.5
28012026-05-26T22:32:56.965Z Checking winnow v0.6.26
28022026-05-26T22:32:57.137Z Compiling psm v0.1.30
28032026-05-26T22:32:57.176Z Compiling sqlparser_derive v0.5.0
28042026-05-26T22:32:57.243Z Checking unicode_categories v0.1.1
28052026-05-26T22:32:57.369Z Checking derive_more v2.1.1
28062026-05-26T22:32:57.401Z Checking home v0.5.12
28072026-05-26T22:32:57.446Z Checking nu-ansi-term v0.50.3
28082026-05-26T22:32:57.507Z Checking crossterm v0.29.0
28092026-05-26T22:32:57.581Z Checking tabled v0.15.0
28102026-05-26T22:32:57.653Z Checking reedline v0.40.0
28112026-05-26T22:32:57.666Z Checking rustyline v14.0.0
28122026-05-26T22:32:57.903Z Checking recursive v0.1.1
28132026-05-26T22:32:57.974Z Checking display-error-chain v0.2.2
28142026-05-26T22:32:58.003Z Checking sqlparser v0.61.0
28152026-05-26T22:32:58.016Z Checking sqlformat v0.3.5
28162026-05-26T22:32:58.227Z Checking peg v0.8.5
28172026-05-26T22:33:09.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28182026-05-26T22:33:09.251Z
28192026-05-26T22:33:09.252Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28202026-05-26T22:33:09.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-26T22:33:09.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-26T22:33:09.936Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-26T22:33:13.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28242026-05-26T22:33:13.553Z
28252026-05-26T22:33:13.553Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28262026-05-26T22:33:14.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-26T22:33:14.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-26T22:33:14.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-26T22:33:16.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28302026-05-26T22:33:16.860Z
28312026-05-26T22:33:16.860Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28322026-05-26T22:33:17.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-26T22:33:17.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-26T22:33:17.532Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-26T22:33:20.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28362026-05-26T22:33:20.914Z
28372026-05-26T22:33:20.915Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28382026-05-26T22:33:21.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-26T22:33:21.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-26T22:33:21.599Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-26T22:33:24.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28422026-05-26T22:33:25.031Z
28432026-05-26T22:33:25.031Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28442026-05-26T22:33:25.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-26T22:33:25.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-26T22:33:25.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-26T22:33:28.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28482026-05-26T22:33:28.470Z
28492026-05-26T22:33:28.470Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28502026-05-26T22:33:28.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-26T22:33:29.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-26T22:33:29.152Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-26T22:33:31.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28542026-05-26T22:33:31.928Z
28552026-05-26T22:33:31.928Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28562026-05-26T22:33:32.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-26T22:33:32.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-26T22:33:32.611Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-26T22:33:36.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28602026-05-26T22:33:36.195Z
28612026-05-26T22:33:36.195Zinfo: running `cargo check --bins` on oximeter (93/276)
28622026-05-26T22:33:36.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-26T22:33:36.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-26T22:33:36.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-26T22:33:36.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-05-26T22:33:36.798Z
28672026-05-26T22:33:36.798Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28682026-05-26T22:33:37.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-26T22:33:37.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-26T22:33:37.445Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-26T22:33:37.609Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-26T22:33:37.624Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-05-26T22:33:37.946Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-26T22:33:40.795Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-26T22:33:41.995Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-26T22:33:42.158Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-26T22:33:42.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
28782026-05-26T22:33:43.014Z
28792026-05-26T22:33:43.014Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28802026-05-26T22:33:43.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-26T22:33:43.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-26T22:33:43.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-26T22:33:43.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-26T22:33:43.623Z
28852026-05-26T22:33:43.623Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28862026-05-26T22:33:44.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-26T22:33:44.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-26T22:33:44.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-26T22:33:44.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-05-26T22:33:44.289Z
28912026-05-26T22:33:44.289Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28922026-05-26T22:33:44.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-26T22:33:44.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-26T22:33:44.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-26T22:33:44.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-05-26T22:33:44.891Z
28972026-05-26T22:33:44.891Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28982026-05-26T22:33:45.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-26T22:33:45.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-26T22:33:45.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-26T22:33:45.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-26T22:33:45.501Z
29032026-05-26T22:33:45.501Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29042026-05-26T22:33:46.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-26T22:33:46.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-26T22:33:46.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-26T22:33:46.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-26T22:33:46.116Z
29092026-05-26T22:33:46.117Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29102026-05-26T22:33:46.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-26T22:33:46.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-26T22:33:46.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-26T22:33:46.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-26T22:33:46.724Z
29152026-05-26T22:33:46.724Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29162026-05-26T22:33:47.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-26T22:33:47.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-26T22:33:47.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-26T22:33:47.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-05-26T22:33:47.321Z
29212026-05-26T22:33:47.321Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29222026-05-26T22:33:47.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-26T22:33:47.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-26T22:33:47.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-26T22:33:47.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-26T22:33:47.936Z
29272026-05-26T22:33:47.936Zinfo: running `cargo check --bins` on update-engine (103/276)
29282026-05-26T22:33:48.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-26T22:33:48.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-26T22:33:48.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-26T22:33:48.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-05-26T22:33:48.531Z
29332026-05-26T22:33:48.531Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29342026-05-26T22:33:49.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-26T22:33:49.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-26T22:33:49.250Z Compiling crucible-workspace-hack v0.1.0
29372026-05-26T22:33:49.362Z Checking secrecy v0.10.3
29382026-05-26T22:33:49.369Z Compiling heapless v0.8.0
29392026-05-26T22:33:49.375Z Compiling ingot-macros v0.1.1
29402026-05-26T22:33:49.382Z Compiling toml_edit v0.23.10+spec-1.0.0
29412026-05-26T22:33:49.382Z Checking hash32 v0.3.1
29422026-05-26T22:33:49.402Z Compiling smoltcp v0.11.0
29432026-05-26T22:33:49.404Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-26T22:33:49.466Z Checking cobs v0.3.0
29452026-05-26T22:33:49.508Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-26T22:33:49.606Z Checking universal-hash v0.5.1
29472026-05-26T22:33:49.609Z Checking half v2.7.1
29482026-05-26T22:33:49.657Z Checking ciborium-io v0.2.2
29492026-05-26T22:33:49.738Z Checking opaque-debug v0.3.1
29502026-05-26T22:33:49.750Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-26T22:33:49.765Z Checking postcard v1.1.3
29522026-05-26T22:33:49.805Z Checking poly1305 v0.8.0
29532026-05-26T22:33:49.885Z Checking ciborium-ll v0.2.2
29542026-05-26T22:33:49.929Z Compiling proc-macro-crate v3.4.0
29552026-05-26T22:33:50.066Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29562026-05-26T22:33:50.070Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-26T22:33:50.092Z Checking password-hash v0.5.0
29582026-05-26T22:33:50.317Z Checking chacha20 v0.9.1
29592026-05-26T22:33:50.347Z Compiling proc-macro-crate v1.3.1
29602026-05-26T22:33:50.361Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29612026-05-26T22:33:50.421Z Checking blake2 v0.10.6
29622026-05-26T22:33:50.481Z Compiling num_enum_derive v0.7.5
29632026-05-26T22:33:50.510Z Checking aead v0.5.2
29642026-05-26T22:33:50.599Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-26T22:33:50.650Z Compiling foreign-types-macros v0.2.3
29662026-05-26T22:33:50.653Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-26T22:33:50.677Z Checking thiserror-no-std v2.0.2
29682026-05-26T22:33:50.763Z Checking cpufeatures v0.3.0
29692026-05-26T22:33:50.775Z Checking foreign-types-shared v0.3.1
29702026-05-26T22:33:50.801Z Compiling num_enum_derive v0.5.11
29712026-05-26T22:33:50.837Z Checking chacha20 v0.10.0
29722026-05-26T22:33:50.863Z Checking vsss-rs v3.3.4
29732026-05-26T22:33:50.899Z Checking chacha20poly1305 v0.10.1
29742026-05-26T22:33:51.027Z Checking argon2 v0.5.3
29752026-05-26T22:33:51.049Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29762026-05-26T22:33:51.245Z Checking foreign-types v0.5.0
29772026-05-26T22:33:51.373Z Checking ciborium v0.2.2
29782026-05-26T22:33:51.422Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-05-26T22:33:51.497Z Checking tabwriter v1.4.1
29802026-05-26T22:33:51.534Z Checking num_enum v0.7.5
29812026-05-26T22:33:51.643Z Checking byte-wrapper v0.1.0
29822026-05-26T22:33:51.656Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-26T22:33:51.706Z Checking cstr-argument v0.1.2
29842026-05-26T22:33:51.803Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29852026-05-26T22:33:51.823Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-05-26T22:33:51.835Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-05-26T22:33:51.849Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-05-26T22:33:51.994Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-26T22:33:52.009Z Checking num_enum v0.5.11
29902026-05-26T22:33:52.036Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-05-26T22:33:52.080Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-05-26T22:33:52.129Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-26T22:33:52.156Z Checking ingot-types v0.1.2
29942026-05-26T22:33:52.184Z Checking rand v0.10.0
29952026-05-26T22:33:52.198Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-05-26T22:33:52.242Z Checking colored v3.1.1
29972026-05-26T22:33:52.325Z Checking indent_write v2.2.0
29982026-05-26T22:33:52.448Z Compiling zone_cfg_derive v0.3.1
29992026-05-26T22:33:52.460Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-05-26T22:33:52.475Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-26T22:33:52.504Z Checking itertools v0.12.1
30022026-05-26T22:33:52.515Z Checking ingot v0.1.1
30032026-05-26T22:33:52.535Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-26T22:33:52.624Z Compiling num-derive v0.4.2
30052026-05-26T22:33:52.638Z Checking swrite v0.1.0
30062026-05-26T22:33:52.649Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-05-26T22:33:52.727Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-26T22:33:52.852Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-05-26T22:33:53.015Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-26T22:33:53.035Z Checking dropshot-api-manager-types v0.7.1
30112026-05-26T22:33:53.078Z Checking smf v0.2.3
30122026-05-26T22:33:53.093Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-05-26T22:33:53.123Z Checking nanorand v0.7.0
30142026-05-26T22:33:53.197Z Checking whoami v1.6.1
30152026-05-26T22:33:53.312Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-05-26T22:33:53.326Z Checking flume v0.11.1
30172026-05-26T22:33:53.508Z Checking zone v0.3.1
30182026-05-26T22:33:53.530Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30192026-05-26T22:33:54.059Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-26T22:33:55.024Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-26T22:33:55.889Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-26T22:33:59.113Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-05-26T22:34:01.178Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-05-26T22:34:02.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
30252026-05-26T22:34:02.478Z
30262026-05-26T22:34:02.478Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30272026-05-26T22:34:02.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-26T22:34:02.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-26T22:34:02.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-26T22:34:02.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30312026-05-26T22:34:03.083Z
30322026-05-26T22:34:03.083Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30332026-05-26T22:34:03.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-26T22:34:03.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-26T22:34:03.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-26T22:34:03.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-26T22:34:03.688Z
30382026-05-26T22:34:03.688Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30392026-05-26T22:34:04.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-26T22:34:04.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-26T22:34:04.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-26T22:34:04.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-26T22:34:04.300Z
30442026-05-26T22:34:04.301Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30452026-05-26T22:34:04.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-26T22:34:04.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-26T22:34:04.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-26T22:34:04.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-26T22:34:04.906Z
30502026-05-26T22:34:04.906Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30512026-05-26T22:34:05.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-26T22:34:05.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-26T22:34:05.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-26T22:34:05.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-26T22:34:05.502Z
30562026-05-26T22:34:05.502Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30572026-05-26T22:34:06.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-26T22:34:06.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-26T22:34:06.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-26T22:34:06.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-05-26T22:34:06.101Z
30622026-05-26T22:34:06.101Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30632026-05-26T22:34:06.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-26T22:34:06.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-26T22:34:06.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-26T22:34:06.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-05-26T22:34:06.703Z
30682026-05-26T22:34:06.703Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30692026-05-26T22:34:07.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-26T22:34:07.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-26T22:34:07.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-26T22:34:07.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30732026-05-26T22:34:07.289Z
30742026-05-26T22:34:07.289Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30752026-05-26T22:34:07.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-26T22:34:07.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-26T22:34:07.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-26T22:34:07.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-26T22:34:07.891Z
30802026-05-26T22:34:07.891Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30812026-05-26T22:34:08.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-26T22:34:08.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-26T22:34:08.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-26T22:34:08.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-26T22:34:08.498Z
30862026-05-26T22:34:08.498Zinfo: running `cargo check --bins` on installinator-client (115/276)
30872026-05-26T22:34:09.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-26T22:34:09.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-26T22:34:09.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-26T22:34:09.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30912026-05-26T22:34:09.102Z
30922026-05-26T22:34:09.102Zinfo: running `cargo check --bins` on nexus-client (116/276)
30932026-05-26T22:34:09.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-26T22:34:09.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-26T22:34:09.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-26T22:34:09.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30972026-05-26T22:34:09.741Z
30982026-05-26T22:34:09.742Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30992026-05-26T22:34:10.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-26T22:34:10.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-26T22:34:10.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-26T22:34:10.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31032026-05-26T22:34:10.375Z
31042026-05-26T22:34:10.375Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31052026-05-26T22:34:10.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-26T22:34:10.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-26T22:34:10.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-26T22:34:10.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31092026-05-26T22:34:10.961Z
31102026-05-26T22:34:10.961Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31112026-05-26T22:34:11.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-26T22:34:11.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-26T22:34:11.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-26T22:34:11.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31152026-05-26T22:34:11.550Z
31162026-05-26T22:34:11.550Zinfo: running `cargo check --bins` on oxide-client (120/276)
31172026-05-26T22:34:12.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-26T22:34:12.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-26T22:34:12.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-26T22:34:12.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-26T22:34:12.143Z
31222026-05-26T22:34:12.143Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31232026-05-26T22:34:12.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-26T22:34:12.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-26T22:34:12.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-26T22:34:12.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31272026-05-26T22:34:12.748Z
31282026-05-26T22:34:12.748Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31292026-05-26T22:34:13.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-26T22:34:13.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-26T22:34:13.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-26T22:34:13.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31332026-05-26T22:34:13.339Z
31342026-05-26T22:34:13.339Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31352026-05-26T22:34:13.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-26T22:34:13.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-26T22:34:13.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-26T22:34:13.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-05-26T22:34:13.953Z
31402026-05-26T22:34:13.954Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31412026-05-26T22:34:14.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-26T22:34:14.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-26T22:34:14.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-26T22:34:14.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-05-26T22:34:14.579Z
31462026-05-26T22:34:14.579Zinfo: running `cargo check --bins` on installinator-common (125/276)
31472026-05-26T22:34:15.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-26T22:34:15.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-26T22:34:15.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-26T22:34:15.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-26T22:34:15.200Z
31522026-05-26T22:34:15.200Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31532026-05-26T22:34:15.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-26T22:34:15.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-26T22:34:15.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-26T22:34:15.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31572026-05-26T22:34:15.788Z
31582026-05-26T22:34:15.788Zinfo: running `cargo check --bins` on wicket-common (127/276)
31592026-05-26T22:34:16.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-26T22:34:16.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-26T22:34:16.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-26T22:34:16.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-05-26T22:34:16.403Z
31642026-05-26T22:34:16.403Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31652026-05-26T22:34:16.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-26T22:34:17.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-26T22:34:17.098Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-05-26T22:34:17.216Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-05-26T22:34:17.223Z Checking csv-core v0.1.13
31702026-05-26T22:34:17.230Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-05-26T22:34:17.238Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31722026-05-26T22:34:17.241Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-26T22:34:17.258Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-05-26T22:34:17.270Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-05-26T22:34:17.381Z Checking csv v1.4.0
31762026-05-26T22:34:17.421Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-05-26T22:34:17.435Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-26T22:34:17.464Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-05-26T22:34:17.479Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-05-26T22:34:17.721Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-05-26T22:34:18.086Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-05-26T22:34:18.089Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-26T22:34:18.430Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-05-26T22:34:24.263Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-05-26T22:34:24.793Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-26T22:34:27.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.71s
31872026-05-26T22:34:27.310Z
31882026-05-26T22:34:27.310Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31892026-05-26T22:34:27.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-26T22:34:27.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-26T22:34:27.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-26T22:34:27.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31932026-05-26T22:34:27.920Z
31942026-05-26T22:34:27.920Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31952026-05-26T22:34:28.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-26T22:34:28.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-26T22:34:28.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-26T22:34:28.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31992026-05-26T22:34:28.612Z
32002026-05-26T22:34:28.612Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32012026-05-26T22:34:29.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-26T22:34:29.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-26T22:34:29.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-26T22:34:29.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32052026-05-26T22:34:29.302Z
32062026-05-26T22:34:29.302Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32072026-05-26T22:34:29.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-26T22:34:29.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-26T22:34:29.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-26T22:34:29.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32112026-05-26T22:34:29.959Z
32122026-05-26T22:34:29.959Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32132026-05-26T22:34:30.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-26T22:34:30.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-26T22:34:30.730Z Compiling regress v0.11.1
32162026-05-26T22:34:30.866Z Compiling unsafe-libyaml v0.2.11
32172026-05-26T22:34:30.879Z Compiling semver v0.1.20
32182026-05-26T22:34:30.890Z Compiling radium v0.7.0
32192026-05-26T22:34:30.905Z Compiling maybe-uninit v2.0.0
32202026-05-26T22:34:30.908Z Checking tap v1.0.1
32212026-05-26T22:34:30.934Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-05-26T22:34:31.017Z Checking wyz v0.5.1
32232026-05-26T22:34:31.151Z Compiling rustc_version v0.1.7
32242026-05-26T22:34:31.193Z Checking progenitor-client v0.13.0
32252026-05-26T22:34:31.225Z Compiling zerocopy-derive v0.6.6
32262026-05-26T22:34:31.335Z Compiling owo-colors v4.3.0
32272026-05-26T22:34:31.375Z Compiling serde_yaml v0.9.34+deprecated
32282026-05-26T22:34:31.435Z Compiling newtype_derive v0.1.6
32292026-05-26T22:34:31.606Z Compiling cancel-safe-futures v0.1.5
32302026-05-26T22:34:31.625Z Checking crc-catalog v2.4.0
32312026-05-26T22:34:31.653Z Checking funty v2.0.0
32322026-05-26T22:34:31.719Z Compiling packed_struct v0.10.1
32332026-05-26T22:34:31.831Z Checking crc v3.4.0
32342026-05-26T22:34:31.982Z Checking bitvec v1.0.1
32352026-05-26T22:34:32.080Z Checking zerocopy v0.6.6
32362026-05-26T22:34:32.094Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-26T22:34:32.135Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-26T22:34:32.311Z Checking typify-impl v0.6.2
32392026-05-26T22:34:32.419Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-26T22:34:32.471Z Compiling packed_struct_codegen v0.10.1
32412026-05-26T22:34:32.621Z Checking libsw-core v0.3.2
32422026-05-26T22:34:32.671Z Compiling bitfield-macros v0.19.4
32432026-05-26T22:34:32.769Z Compiling indexmap v1.9.3
32442026-05-26T22:34:32.846Z Checking nodrop v0.1.14
32452026-05-26T22:34:32.942Z Checking array-init v0.0.4
32462026-05-26T22:34:32.983Z Checking libsw v3.5.0
32472026-05-26T22:34:33.138Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-26T22:34:33.237Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-26T22:34:33.264Z Checking smallvec v0.6.14
32502026-05-26T22:34:33.380Z Checking bitfield v0.19.4
32512026-05-26T22:34:33.445Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-26T22:34:33.539Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-05-26T22:34:33.651Z Checking unicode-linebreak v0.1.5
32542026-05-26T22:34:33.667Z Checking tagptr v0.2.0
32552026-05-26T22:34:33.726Z Checking linear-map v1.2.0
32562026-05-26T22:34:33.806Z Checking base64 v0.21.7
32572026-05-26T22:34:33.860Z Checking hashbrown v0.12.3
32582026-05-26T22:34:33.874Z Checking smawk v0.3.2
32592026-05-26T22:34:33.898Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-05-26T22:34:34.004Z Checking textwrap v0.16.2
32612026-05-26T22:34:34.018Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32622026-05-26T22:34:34.042Z Checking ron v0.8.1
32632026-05-26T22:34:34.066Z Checking moka v0.12.13
32642026-05-26T22:34:34.085Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-26T22:34:34.218Z Checking steno v0.4.1
32662026-05-26T22:34:34.560Z Checking serde-hex v0.1.0
32672026-05-26T22:34:34.584Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-26T22:34:34.599Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-05-26T22:34:34.692Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32702026-05-26T22:34:34.744Z Checking hashbrown v0.13.2
32712026-05-26T22:34:34.879Z Checking humantime v2.3.0
32722026-05-26T22:34:35.063Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-05-26T22:34:35.161Z Checking crc-any v2.5.0
32742026-05-26T22:34:35.198Z Checking object v0.30.4
32752026-05-26T22:34:35.271Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-26T22:34:35.274Z Checking hickory-resolver v0.25.2
32772026-05-26T22:34:35.299Z Checking path-slash v0.1.5
32782026-05-26T22:34:35.338Z Checking void v1.0.2
32792026-05-26T22:34:35.401Z Checking half v1.8.3
32802026-05-26T22:34:35.435Z Checking utf-8 v0.7.6
32812026-05-26T22:34:35.449Z Checking lzss v0.8.2
32822026-05-26T22:34:35.571Z Checking tungstenite v0.23.0
32832026-05-26T22:34:35.603Z Checking serde_cbor v0.11.2
32842026-05-26T22:34:35.775Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-26T22:34:35.933Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-26T22:34:35.973Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-05-26T22:34:35.989Z Checking nix v0.27.1
32882026-05-26T22:34:35.992Z Checking kstat-rs v0.2.4
32892026-05-26T22:34:36.032Z Checking fxhash v0.2.1
32902026-05-26T22:34:36.154Z Checking serde_bytes v0.11.19
32912026-05-26T22:34:36.168Z Checking tokio-tungstenite v0.23.1
32922026-05-26T22:34:36.183Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-05-26T22:34:36.331Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-26T22:34:36.427Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-26T22:34:36.457Z Checking signal-hook-tokio v0.3.1
32962026-05-26T22:34:36.753Z Compiling typify-macro v0.6.2
32972026-05-26T22:34:37.552Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-26T22:34:37.945Z Compiling typify v0.6.2
32992026-05-26T22:34:37.963Z Compiling progenitor-impl v0.13.0
33002026-05-26T22:34:37.964Z Compiling progenitor-impl v0.14.0
33012026-05-26T22:34:38.441Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-26T22:34:38.766Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-26T22:34:39.550Z Compiling progenitor-macro v0.14.0
33042026-05-26T22:34:39.564Z Compiling progenitor-macro v0.13.0
33052026-05-26T22:34:42.129Z Checking progenitor v0.13.0
33062026-05-26T22:34:42.133Z Checking progenitor v0.14.0
33072026-05-26T22:34:42.260Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-05-26T22:34:42.263Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-26T22:34:45.229Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-26T22:34:52.850Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-26T22:34:59.161Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-26T22:35:00.510Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-26T22:35:01.017Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-26T22:35:03.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.13s
33152026-05-26T22:35:03.293Z
33162026-05-26T22:35:03.293Zinfo: running `cargo check --bins` on gateway-api (134/276)
33172026-05-26T22:35:03.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-26T22:35:03.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-26T22:35:03.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-26T22:35:03.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-26T22:35:03.897Z
33222026-05-26T22:35:03.898Zinfo: running `cargo check --bins` on ipcc (135/276)
33232026-05-26T22:35:04.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-26T22:35:04.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-26T22:35:04.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-26T22:35:04.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-26T22:35:04.502Z
33282026-05-26T22:35:04.502Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33292026-05-26T22:35:04.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-26T22:35:04.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-26T22:35:04.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-26T22:35:05.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-26T22:35:05.088Z
33342026-05-26T22:35:05.089Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33352026-05-26T22:35:05.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-26T22:35:05.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-26T22:35:05.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-26T22:35:05.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-26T22:35:05.695Z
33402026-05-26T22:35:05.695Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33412026-05-26T22:35:06.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-26T22:35:06.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-26T22:35:06.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-26T22:35:06.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-26T22:35:06.297Z
33462026-05-26T22:35:06.297Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33472026-05-26T22:35:06.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-26T22:35:06.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-26T22:35:06.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-26T22:35:06.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-26T22:35:06.907Z
33522026-05-26T22:35:06.907Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33532026-05-26T22:35:07.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-26T22:35:07.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-26T22:35:07.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-26T22:35:07.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-26T22:35:07.508Z
33582026-05-26T22:35:07.508Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33592026-05-26T22:35:08.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-26T22:35:08.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-26T22:35:08.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-26T22:35:08.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-26T22:35:08.111Z
33642026-05-26T22:35:08.111Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33652026-05-26T22:35:08.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-26T22:35:08.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-26T22:35:08.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-26T22:35:08.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-26T22:35:08.713Z
33702026-05-26T22:35:08.713Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33712026-05-26T22:35:09.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-26T22:35:09.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-26T22:35:09.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-26T22:35:09.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-26T22:35:09.316Z
33762026-05-26T22:35:09.317Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33772026-05-26T22:35:09.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-26T22:35:09.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-26T22:35:09.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-26T22:35:09.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-26T22:35:09.924Z
33822026-05-26T22:35:09.924Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33832026-05-26T22:35:10.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-26T22:35:10.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-26T22:35:10.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-26T22:35:10.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-26T22:35:10.530Z
33882026-05-26T22:35:10.530Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33892026-05-26T22:35:11.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-26T22:35:11.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-26T22:35:11.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-26T22:35:11.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-26T22:35:11.136Z
33942026-05-26T22:35:11.136Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33952026-05-26T22:35:11.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-26T22:35:11.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-26T22:35:11.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-26T22:35:11.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-26T22:35:11.739Z
34002026-05-26T22:35:11.739Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34012026-05-26T22:35:12.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-26T22:35:12.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-26T22:35:12.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-26T22:35:12.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-26T22:35:12.341Z
34062026-05-26T22:35:12.341Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34072026-05-26T22:35:12.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-26T22:35:12.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-26T22:35:12.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-26T22:35:12.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-26T22:35:12.947Z
34122026-05-26T22:35:12.947Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34132026-05-26T22:35:13.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-26T22:35:13.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-26T22:35:13.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-26T22:35:13.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-26T22:35:13.548Z
34182026-05-26T22:35:13.548Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34192026-05-26T22:35:14.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-26T22:35:14.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-26T22:35:14.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-26T22:35:14.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-26T22:35:14.154Z
34242026-05-26T22:35:14.154Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34252026-05-26T22:35:14.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-26T22:35:14.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-26T22:35:14.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-26T22:35:14.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-05-26T22:35:14.757Z
34302026-05-26T22:35:14.758Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34312026-05-26T22:35:15.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-26T22:35:15.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-26T22:35:15.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-26T22:35:15.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-26T22:35:15.362Z
34362026-05-26T22:35:15.362Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34372026-05-26T22:35:15.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-26T22:35:15.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-26T22:35:15.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-26T22:35:15.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-05-26T22:35:15.969Z
34422026-05-26T22:35:15.969Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34432026-05-26T22:35:16.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-26T22:35:16.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-26T22:35:16.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-26T22:35:16.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34472026-05-26T22:35:16.610Z
34482026-05-26T22:35:16.610Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34492026-05-26T22:35:17.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-26T22:35:17.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-26T22:35:17.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-26T22:35:17.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-26T22:35:17.219Z
34542026-05-26T22:35:17.219Zinfo: running `cargo check --bins` on dns-server (157/276)
34552026-05-26T22:35:17.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-26T22:35:17.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-26T22:35:17.877Z Compiling parking_lot_core v0.8.6
34582026-05-26T22:35:17.877Z Compiling atomicwrites v0.4.4
34592026-05-26T22:35:17.879Z Compiling git-stub v1.0.0
34602026-05-26T22:35:17.879Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34612026-05-26T22:35:18.007Z Checking prefix-trie v0.7.0
34622026-05-26T22:35:18.113Z Compiling git-stub-vcs v0.1.0
34632026-05-26T22:35:18.296Z Checking hickory-server v0.25.2
34642026-05-26T22:35:18.387Z Checking parking_lot v0.11.2
34652026-05-26T22:35:18.390Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-05-26T22:35:18.467Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34672026-05-26T22:35:18.467Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34682026-05-26T22:35:18.559Z Checking sled v0.34.7
34692026-05-26T22:35:20.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34702026-05-26T22:35:20.641Z
34712026-05-26T22:35:20.641Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34722026-05-26T22:35:21.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-26T22:35:21.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-26T22:35:21.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-26T22:35:21.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-26T22:35:21.241Z
34772026-05-26T22:35:21.241Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34782026-05-26T22:35:21.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-26T22:35:21.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-26T22:35:21.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-26T22:35:21.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-05-26T22:35:21.847Z
34832026-05-26T22:35:21.847Zinfo: running `cargo check --bins` on sp-sim (160/276)
34842026-05-26T22:35:22.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-26T22:35:22.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-26T22:35:22.573Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-05-26T22:35:24.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34882026-05-26T22:35:24.532Z
34892026-05-26T22:35:24.532Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34902026-05-26T22:35:25.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-26T22:35:25.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-26T22:35:25.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-26T22:35:25.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34942026-05-26T22:35:25.179Z
34952026-05-26T22:35:25.179Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34962026-05-26T22:35:25.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-26T22:35:25.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-26T22:35:25.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-26T22:35:25.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35002026-05-26T22:35:25.831Z
35012026-05-26T22:35:25.831Zinfo: running `cargo check --bins` on db-macros (163/276)
35022026-05-26T22:35:26.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-26T22:35:26.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-26T22:35:26.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-26T22:35:26.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-26T22:35:26.418Z
35072026-05-26T22:35:26.418Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35082026-05-26T22:35:26.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-26T22:35:26.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-26T22:35:26.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-26T22:35:26.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-05-26T22:35:27.003Z
35132026-05-26T22:35:27.003Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35142026-05-26T22:35:27.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-26T22:35:27.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-26T22:35:27.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-26T22:35:27.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-26T22:35:27.652Z
35192026-05-26T22:35:27.652Zinfo: running `cargo check --bins` on authz-macros (166/276)
35202026-05-26T22:35:28.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-26T22:35:28.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-26T22:35:28.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-26T22:35:28.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-26T22:35:28.240Z
35252026-05-26T22:35:28.240Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35262026-05-26T22:35:28.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-26T22:35:28.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-26T22:35:28.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-26T22:35:28.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-05-26T22:35:28.886Z
35312026-05-26T22:35:28.886Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35322026-05-26T22:35:29.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-26T22:35:29.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-26T22:35:29.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-26T22:35:29.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35362026-05-26T22:35:29.532Z
35372026-05-26T22:35:29.532Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35382026-05-26T22:35:30.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-26T22:35:30.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-26T22:35:30.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-26T22:35:30.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-05-26T22:35:30.124Z
35432026-05-26T22:35:30.124Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35442026-05-26T22:35:30.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-26T22:35:30.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-26T22:35:30.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-26T22:35:30.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-26T22:35:30.705Z
35492026-05-26T22:35:30.705Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35502026-05-26T22:35:31.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-26T22:35:31.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-26T22:35:31.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-26T22:35:31.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-05-26T22:35:31.302Z
35552026-05-26T22:35:31.302Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35562026-05-26T22:35:31.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-26T22:35:31.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-26T22:35:31.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-26T22:35:31.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-05-26T22:35:31.889Z
35612026-05-26T22:35:31.889Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35622026-05-26T22:35:32.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-26T22:35:32.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-26T22:35:32.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-26T22:35:32.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-05-26T22:35:32.472Z
35672026-05-26T22:35:32.472Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35682026-05-26T22:35:33.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-26T22:35:33.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-26T22:35:33.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-26T22:35:33.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35722026-05-26T22:35:33.118Z
35732026-05-26T22:35:33.118Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35742026-05-26T22:35:33.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-26T22:35:33.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-26T22:35:33.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-26T22:35:33.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35782026-05-26T22:35:33.768Z
35792026-05-26T22:35:33.768Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35802026-05-26T22:35:34.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-26T22:35:34.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-26T22:35:34.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-26T22:35:34.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35842026-05-26T22:35:34.405Z
35852026-05-26T22:35:34.405Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35862026-05-26T22:35:34.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-26T22:35:34.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-26T22:35:34.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-26T22:35:34.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-05-26T22:35:35.023Z
35912026-05-26T22:35:35.023Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35922026-05-26T22:35:35.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-26T22:35:35.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-26T22:35:35.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-26T22:35:35.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-26T22:35:35.645Z
35972026-05-26T22:35:35.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35982026-05-26T22:35:36.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-26T22:35:36.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-26T22:35:36.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-26T22:35:36.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-26T22:35:36.264Z
36032026-05-26T22:35:36.264Zinfo: running `cargo check --bins` on key-manager (180/276)
36042026-05-26T22:35:36.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-26T22:35:36.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-26T22:35:36.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-26T22:35:36.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-05-26T22:35:36.864Z
36092026-05-26T22:35:36.865Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36102026-05-26T22:35:37.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-26T22:35:37.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-26T22:35:37.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-26T22:35:37.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-26T22:35:37.484Z
36152026-05-26T22:35:37.484Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36162026-05-26T22:35:38.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-26T22:35:38.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-26T22:35:38.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-26T22:35:38.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36202026-05-26T22:35:38.101Z
36212026-05-26T22:35:38.101Zinfo: running `cargo check --bins` on typed-rng (183/276)
36222026-05-26T22:35:38.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-26T22:35:38.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-26T22:35:38.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-26T22:35:38.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36262026-05-26T22:35:38.688Z
36272026-05-26T22:35:38.688Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36282026-05-26T22:35:39.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-26T22:35:39.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-26T22:35:39.542Z Compiling typify-impl v0.4.3
36312026-05-26T22:35:39.546Z Compiling libefi-sys v0.1.0
36322026-05-26T22:35:39.688Z Compiling bitfield-struct v0.6.2
36332026-05-26T22:35:39.696Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-05-26T22:35:39.721Z Compiling xshell-macros v0.2.7
36352026-05-26T22:35:39.725Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36362026-05-26T22:35:39.728Z Compiling salty v0.3.0
36372026-05-26T22:35:39.816Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36382026-05-26T22:35:39.944Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36392026-05-26T22:35:40.031Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36402026-05-26T22:35:40.109Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-05-26T22:35:40.168Z Checking xshell v0.2.7
36422026-05-26T22:35:40.182Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36432026-05-26T22:35:40.309Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-05-26T22:35:40.358Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36452026-05-26T22:35:40.402Z Checking primeorder v0.13.6
36462026-05-26T22:35:40.525Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-26T22:35:40.544Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482026-05-26T22:35:40.633Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-26T22:35:40.649Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36502026-05-26T22:35:40.775Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36512026-05-26T22:35:40.799Z Checking tungstenite v0.21.0
36522026-05-26T22:35:40.855Z Checking p384 v0.13.1
36532026-05-26T22:35:40.885Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36542026-05-26T22:35:41.023Z Compiling proc-macro-error2 v2.0.1
36552026-05-26T22:35:41.268Z Compiling num-derive v0.3.3
36562026-05-26T22:35:41.339Z Compiling tabled_derive v0.11.0
36572026-05-26T22:35:41.564Z Checking tokio-tungstenite v0.21.0
36582026-05-26T22:35:41.653Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36592026-05-26T22:35:41.722Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-05-26T22:35:41.849Z Checking papergrid v0.17.0
36612026-05-26T22:35:42.031Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-26T22:35:42.173Z Checking libscf-sys v1.1.0
36632026-05-26T22:35:42.310Z Checking testing_table v0.3.0
36642026-05-26T22:35:42.338Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36652026-05-26T22:35:42.410Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-26T22:35:42.493Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36672026-05-26T22:35:42.535Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36682026-05-26T22:35:42.623Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-26T22:35:42.743Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-26T22:35:42.796Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36712026-05-26T22:35:42.824Z Checking corncobs v0.1.4
36722026-05-26T22:35:42.931Z Compiling unicase v2.9.0
36732026-05-26T22:35:42.946Z Compiling illumos-nvpair-sys v0.2.0
36742026-05-26T22:35:42.960Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-05-26T22:35:43.130Z Compiling mime_guess v2.0.5
36762026-05-26T22:35:43.175Z Checking tabled v0.20.0
36772026-05-26T22:35:43.193Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36782026-05-26T22:35:43.214Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-05-26T22:35:43.252Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36802026-05-26T22:35:43.401Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-26T22:35:43.494Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36822026-05-26T22:35:43.511Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36832026-05-26T22:35:43.549Z Checking progenitor-client v0.11.2
36842026-05-26T22:35:43.676Z Checking secrecy v0.8.0
36852026-05-26T22:35:43.786Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36862026-05-26T22:35:44.021Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-05-26T22:35:44.111Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36882026-05-26T22:35:44.123Z Compiling typify-macro v0.4.3
36892026-05-26T22:35:44.164Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36902026-05-26T22:35:44.200Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36912026-05-26T22:35:44.288Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36922026-05-26T22:35:44.359Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36932026-05-26T22:35:44.430Z Checking filetime v0.2.27
36942026-05-26T22:35:44.526Z Checking xattr v1.6.1
36952026-05-26T22:35:44.569Z Checking http-range v0.1.5
36962026-05-26T22:35:44.661Z Checking crc8 v0.1.1
36972026-05-26T22:35:44.747Z Checking tar v0.4.45
36982026-05-26T22:35:44.763Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-05-26T22:35:44.952Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37002026-05-26T22:35:45.144Z Checking illumos-nvpair v0.3.0
37012026-05-26T22:35:45.203Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-05-26T22:35:45.302Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37032026-05-26T22:35:45.321Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37042026-05-26T22:35:45.605Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37052026-05-26T22:35:45.626Z Checking atty v0.2.14
37062026-05-26T22:35:45.686Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37072026-05-26T22:35:45.727Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37082026-05-26T22:35:45.827Z Compiling typify v0.4.3
37092026-05-26T22:35:45.941Z Compiling progenitor-impl v0.11.2
37102026-05-26T22:35:45.959Z Compiling progenitor-impl v0.10.0
37112026-05-26T22:35:46.327Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37122026-05-26T22:35:46.604Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37132026-05-26T22:35:46.854Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37142026-05-26T22:35:46.872Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37152026-05-26T22:35:47.308Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37162026-05-26T22:35:47.645Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37172026-05-26T22:35:47.778Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-05-26T22:35:47.870Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37192026-05-26T22:35:47.991Z Checking hyper-staticfile v0.10.1
37202026-05-26T22:35:48.049Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37212026-05-26T22:35:48.150Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-05-26T22:35:48.279Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-05-26T22:35:48.294Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37242026-05-26T22:35:48.412Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37252026-05-26T22:35:48.446Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37262026-05-26T22:35:48.565Z Compiling progenitor-macro v0.10.0
37272026-05-26T22:35:48.615Z Compiling progenitor-macro v0.11.2
37282026-05-26T22:35:48.673Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37292026-05-26T22:35:48.676Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37302026-05-26T22:35:48.727Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37312026-05-26T22:35:51.323Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37322026-05-26T22:35:51.460Z Checking progenitor v0.10.0
37332026-05-26T22:35:51.561Z Checking progenitor v0.11.2
37342026-05-26T22:35:51.586Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37352026-05-26T22:35:51.685Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-26T22:35:56.252Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37372026-05-26T22:36:07.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.48s
37382026-05-26T22:36:07.393Z
37392026-05-26T22:36:07.393Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37402026-05-26T22:36:07.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-26T22:36:07.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-26T22:36:08.174Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-26T22:36:18.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37442026-05-26T22:36:19.015Z
37452026-05-26T22:36:19.015Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37462026-05-26T22:36:19.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-26T22:36:19.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-26T22:36:19.800Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-26T22:36:30.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
37502026-05-26T22:36:30.613Z
37512026-05-26T22:36:30.613Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37522026-05-26T22:36:31.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-26T22:36:31.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-26T22:36:31.401Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-26T22:36:41.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37562026-05-26T22:36:42.182Z
37572026-05-26T22:36:42.183Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37582026-05-26T22:36:42.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-26T22:36:42.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-26T22:36:42.960Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-26T22:36:53.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37622026-05-26T22:36:53.857Z
37632026-05-26T22:36:53.857Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37642026-05-26T22:36:54.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-26T22:36:54.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-26T22:36:54.678Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-26T22:37:05.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
37682026-05-26T22:37:05.586Z
37692026-05-26T22:37:05.586Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37702026-05-26T22:37:06.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-26T22:37:06.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-26T22:37:06.378Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-26T22:37:17.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37742026-05-26T22:37:17.248Z
37752026-05-26T22:37:17.248Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37762026-05-26T22:37:17.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-26T22:37:17.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-26T22:37:18.039Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-26T22:37:28.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37802026-05-26T22:37:28.857Z
37812026-05-26T22:37:28.857Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37822026-05-26T22:37:29.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-26T22:37:29.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-26T22:37:29.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-26T22:37:29.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-26T22:37:29.470Z
37872026-05-26T22:37:29.470Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37882026-05-26T22:37:29.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-26T22:37:29.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-26T22:37:29.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-26T22:37:29.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-26T22:37:30.083Z
37932026-05-26T22:37:30.083Zinfo: running `cargo check --bins` on range-requests (194/276)
37942026-05-26T22:37:30.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-26T22:37:30.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-26T22:37:30.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-26T22:37:30.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-05-26T22:37:30.693Z
37992026-05-26T22:37:30.693Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38002026-05-26T22:37:31.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-26T22:37:31.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-26T22:37:31.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-26T22:37:31.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-26T22:37:31.294Z
38052026-05-26T22:37:31.294Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38062026-05-26T22:37:31.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-26T22:37:31.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-26T22:37:31.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-26T22:37:31.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-26T22:37:31.918Z
38112026-05-26T22:37:31.918Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38122026-05-26T22:37:32.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-26T22:37:32.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-26T22:37:32.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-26T22:37:32.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-26T22:37:32.551Z
38172026-05-26T22:37:32.552Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38182026-05-26T22:37:33.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-26T22:37:33.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-26T22:37:33.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-26T22:37:33.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-26T22:37:33.183Z
38232026-05-26T22:37:33.183Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38242026-05-26T22:37:33.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-26T22:37:33.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-26T22:37:33.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-26T22:37:33.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-26T22:37:33.791Z
38292026-05-26T22:37:33.791Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38302026-05-26T22:37:34.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-26T22:37:34.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-26T22:37:34.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-26T22:37:34.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-26T22:37:34.420Z
38352026-05-26T22:37:34.421Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38362026-05-26T22:37:34.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-26T22:37:34.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-26T22:37:34.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-26T22:37:34.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-05-26T22:37:35.039Z
38412026-05-26T22:37:35.039Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38422026-05-26T22:37:35.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-26T22:37:35.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-26T22:37:35.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-26T22:37:35.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-26T22:37:35.684Z
38472026-05-26T22:37:35.684Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38482026-05-26T22:37:36.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-26T22:37:36.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-26T22:37:36.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-26T22:37:36.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-05-26T22:37:36.288Z
38532026-05-26T22:37:36.288Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38542026-05-26T22:37:36.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-26T22:37:36.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-26T22:37:36.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-26T22:37:36.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-26T22:37:36.921Z
38592026-05-26T22:37:36.921Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38602026-05-26T22:37:37.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-26T22:37:37.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-26T22:37:37.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-26T22:37:37.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-05-26T22:37:37.547Z
38652026-05-26T22:37:37.547Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38662026-05-26T22:37:38.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-26T22:37:38.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-26T22:37:38.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-26T22:37:38.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-05-26T22:37:38.229Z
38712026-05-26T22:37:38.229Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38722026-05-26T22:37:38.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-26T22:37:38.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-26T22:37:38.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-26T22:37:38.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38762026-05-26T22:37:38.851Z
38772026-05-26T22:37:38.851Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38782026-05-26T22:37:39.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-26T22:37:39.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-26T22:37:39.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-26T22:37:39.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38822026-05-26T22:37:39.512Z
38832026-05-26T22:37:39.512Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38842026-05-26T22:37:40.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-26T22:37:40.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-26T22:37:40.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-26T22:37:40.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38882026-05-26T22:37:40.136Z
38892026-05-26T22:37:40.136Zinfo: running `cargo check --bins` on update-common (210/276)
38902026-05-26T22:37:40.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-26T22:37:40.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-26T22:37:40.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-26T22:37:40.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38942026-05-26T22:37:40.739Z
38952026-05-26T22:37:40.739Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38962026-05-26T22:37:41.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-26T22:37:41.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-26T22:37:41.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-26T22:37:41.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-05-26T22:37:41.395Z
39012026-05-26T22:37:41.395Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39022026-05-26T22:37:41.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-26T22:37:41.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-26T22:37:41.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-26T22:37:41.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-05-26T22:37:41.985Z
39072026-05-26T22:37:41.985Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39082026-05-26T22:37:42.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-26T22:37:42.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-26T22:37:42.762Z Compiling fs-err v2.11.0
39112026-05-26T22:37:42.765Z Checking ignore v0.4.25
39122026-05-26T22:37:42.765Z Checking arc-swap v1.8.2
39132026-05-26T22:37:42.897Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-05-26T22:37:42.897Z Checking predicates-tree v1.0.13
39152026-05-26T22:37:42.900Z Checking parse-size v1.1.0
39162026-05-26T22:37:42.927Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-26T22:37:42.930Z Checking rand_seeder v0.4.0
39182026-05-26T22:37:43.006Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-05-26T22:37:43.028Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39202026-05-26T22:37:43.078Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-05-26T22:37:43.091Z Checking slog-scope v4.4.1
39222026-05-26T22:37:43.126Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39232026-05-26T22:37:43.212Z Compiling petname v2.0.2
39242026-05-26T22:37:43.225Z Checking slog-stdlog v4.1.1
39252026-05-26T22:37:43.243Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-05-26T22:37:43.270Z Checking globwalk v0.9.1
39272026-05-26T22:37:43.315Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-05-26T22:37:43.343Z Checking slog-envlogger v2.2.0
39292026-05-26T22:37:43.449Z Checking camino-tempfile-ext v0.3.3
39302026-05-26T22:37:43.491Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39312026-05-26T22:37:43.519Z Checking sapling-renderdag v0.1.0
39322026-05-26T22:37:43.647Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-05-26T22:37:43.697Z Checking subprocess v0.2.15
39342026-05-26T22:37:43.756Z Checking sync-ptr v0.1.4
39352026-05-26T22:37:43.850Z Checking colored v2.2.0
39362026-05-26T22:37:43.872Z Checking assert_matches v1.5.0
39372026-05-26T22:37:43.974Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-05-26T22:37:44.136Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39392026-05-26T22:37:44.142Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39402026-05-26T22:37:44.793Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-05-26T22:37:46.118Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-05-26T22:37:48.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
39432026-05-26T22:37:48.547Z
39442026-05-26T22:37:48.547Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39452026-05-26T22:37:49.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-26T22:37:49.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-26T22:37:49.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-26T22:37:49.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39492026-05-26T22:37:49.147Z
39502026-05-26T22:37:49.147Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39512026-05-26T22:37:49.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-26T22:37:49.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-26T22:37:49.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-26T22:37:49.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39552026-05-26T22:37:49.772Z
39562026-05-26T22:37:49.772Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39572026-05-26T22:37:50.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-26T22:37:50.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-26T22:37:50.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-26T22:37:50.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39612026-05-26T22:37:50.438Z
39622026-05-26T22:37:50.439Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39632026-05-26T22:37:50.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-26T22:37:50.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-26T22:37:51.171Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39662026-05-26T22:37:51.171Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39672026-05-26T22:37:51.836Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39682026-05-26T22:37:53.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39692026-05-26T22:37:53.618Z
39702026-05-26T22:37:53.618Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39712026-05-26T22:37:54.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-26T22:37:54.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-26T22:37:54.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-26T22:37:54.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39752026-05-26T22:37:54.226Z
39762026-05-26T22:37:54.226Zinfo: running `cargo check --bins` on cert-dev (219/276)
39772026-05-26T22:37:54.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-26T22:37:54.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-26T22:37:54.832Z Checking yasna v0.5.2
39802026-05-26T22:37:55.238Z Checking rcgen v0.12.1
39812026-05-26T22:37:55.487Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39822026-05-26T22:37:55.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39832026-05-26T22:37:55.857Z
39842026-05-26T22:37:55.857Zinfo: running `cargo check --bins` on clickana (220/276)
39852026-05-26T22:37:56.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-26T22:37:56.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-26T22:37:56.514Z Compiling darling_core v0.23.0
39882026-05-26T22:37:56.623Z Compiling instability v0.3.11
39892026-05-26T22:37:56.629Z Checking castaway v0.2.4
39902026-05-26T22:37:56.634Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39912026-05-26T22:37:56.637Z Compiling indoc v2.0.7
39922026-05-26T22:37:56.650Z Checking unicode-truncate v1.1.0
39932026-05-26T22:37:56.653Z Checking lru v0.12.5
39942026-05-26T22:37:56.653Z Checking cassowary v0.3.0
39952026-05-26T22:37:56.716Z Checking compact_str v0.8.1
39962026-05-26T22:37:57.688Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39972026-05-26T22:37:57.879Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39982026-05-26T22:37:58.032Z Compiling darling_macro v0.23.0
39992026-05-26T22:37:58.447Z Compiling darling v0.23.0
40002026-05-26T22:37:59.058Z Checking ratatui v0.29.0
40012026-05-26T22:38:00.114Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40022026-05-26T22:38:00.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
40032026-05-26T22:38:00.980Z
40042026-05-26T22:38:00.980Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40052026-05-26T22:38:01.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-26T22:38:01.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-26T22:38:01.708Z Checking headers-core v0.3.0
40082026-05-26T22:38:01.743Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40092026-05-26T22:38:01.902Z Checking headers v0.4.1
40102026-05-26T22:38:02.275Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40112026-05-26T22:38:03.117Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40122026-05-26T22:38:03.609Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40132026-05-26T22:38:04.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40142026-05-26T22:38:04.237Z
40152026-05-26T22:38:04.237Zinfo: running `cargo check --bins` on ch-dev (222/276)
40162026-05-26T22:38:04.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-26T22:38:04.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-26T22:38:04.973Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40192026-05-26T22:38:05.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40202026-05-26T22:38:05.915Z
40212026-05-26T22:38:05.915Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40222026-05-26T22:38:06.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-26T22:38:06.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-26T22:38:06.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-26T22:38:06.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40262026-05-26T22:38:06.390Z
40272026-05-26T22:38:06.391Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40282026-05-26T22:38:06.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-26T22:38:06.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-26T22:38:07.110Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40312026-05-26T22:38:08.086Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40322026-05-26T22:38:08.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40332026-05-26T22:38:08.633Z
40342026-05-26T22:38:08.633Zinfo: running `cargo check --bins` on db-dev (225/276)
40352026-05-26T22:38:09.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-26T22:38:09.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-26T22:38:09.363Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40382026-05-26T22:38:10.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40392026-05-26T22:38:10.320Z
40402026-05-26T22:38:10.320Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40412026-05-26T22:38:10.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-26T22:38:10.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-26T22:38:10.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-05-26T22:38:10.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40452026-05-26T22:38:10.967Z
40462026-05-26T22:38:10.967Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40472026-05-26T22:38:11.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-26T22:38:11.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-26T22:38:11.589Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40502026-05-26T22:38:12.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40512026-05-26T22:38:12.432Z
40522026-05-26T22:38:12.432Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40532026-05-26T22:38:12.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-26T22:38:12.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-26T22:38:13.185Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-26T22:38:13.185Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-05-26T22:38:13.186Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-26T22:38:13.190Z Checking git-stub v1.0.0
40592026-05-26T22:38:13.190Z Compiling trait-variant v0.1.2
40602026-05-26T22:38:13.305Z Checking is_ci v1.2.0
40612026-05-26T22:38:13.312Z Checking maplit v1.0.2
40622026-05-26T22:38:13.320Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40632026-05-26T22:38:13.386Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40642026-05-26T22:38:13.417Z Checking supports-color v3.0.2
40652026-05-26T22:38:13.479Z Checking git-stub-vcs v0.1.0
40662026-05-26T22:38:13.538Z Checking drift v0.1.4
40672026-05-26T22:38:13.597Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40682026-05-26T22:38:13.621Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-05-26T22:38:13.675Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40702026-05-26T22:38:13.824Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40712026-05-26T22:38:13.842Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40722026-05-26T22:38:13.851Z Checking dropshot-api-manager v0.7.1
40732026-05-26T22:38:13.886Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40742026-05-26T22:38:14.037Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40752026-05-26T22:38:14.101Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-05-26T22:38:14.234Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40772026-05-26T22:38:14.559Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40782026-05-26T22:38:19.507Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792026-05-26T22:38:20.598Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40802026-05-26T22:38:21.168Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40812026-05-26T22:38:21.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
40822026-05-26T22:38:21.791Z
40832026-05-26T22:38:21.791Zinfo: running `cargo check --bins` on installinator-api (229/276)
40842026-05-26T22:38:22.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-26T22:38:22.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-26T22:38:22.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-26T22:38:22.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-05-26T22:38:22.405Z
40892026-05-26T22:38:22.405Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40902026-05-26T22:38:22.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-26T22:38:22.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-26T22:38:22.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-26T22:38:22.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40942026-05-26T22:38:23.050Z
40952026-05-26T22:38:23.050Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40962026-05-26T22:38:23.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-26T22:38:23.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-26T22:38:23.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-26T22:38:23.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-26T22:38:23.701Z
41012026-05-26T22:38:23.701Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41022026-05-26T22:38:24.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-26T22:38:24.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-26T22:38:24.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-26T22:38:24.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-05-26T22:38:24.351Z
41072026-05-26T22:38:24.351Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41082026-05-26T22:38:24.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-26T22:38:24.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-26T22:38:24.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-26T22:38:24.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41122026-05-26T22:38:24.961Z
41132026-05-26T22:38:24.961Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41142026-05-26T22:38:25.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-26T22:38:25.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-26T22:38:25.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-26T22:38:25.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-05-26T22:38:25.617Z
41192026-05-26T22:38:25.617Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41202026-05-26T22:38:26.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-26T22:38:26.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-26T22:38:26.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-26T22:38:26.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41242026-05-26T22:38:26.184Z
41252026-05-26T22:38:26.184Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41262026-05-26T22:38:26.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-26T22:38:26.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-26T22:38:26.793Z Checking typeid v1.0.3
41292026-05-26T22:38:26.905Z Checking ordered-float v2.10.1
41302026-05-26T22:38:26.925Z Checking unicode-xid v0.2.6
41312026-05-26T22:38:26.938Z Checking cargo-platform v0.2.0
41322026-05-26T22:38:26.947Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41332026-05-26T22:38:26.972Z Checking erased-serde v0.4.9
41342026-05-26T22:38:27.108Z Checking serde-value v0.7.0
41352026-05-26T22:38:27.288Z Checking serde-untagged v0.1.9
41362026-05-26T22:38:27.443Z Checking cargo-util-schemas v0.8.2
41372026-05-26T22:38:28.122Z Checking cargo_metadata v0.21.0
41382026-05-26T22:38:28.729Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-05-26T22:38:29.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41402026-05-26T22:38:29.647Z
41412026-05-26T22:38:29.647Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41422026-05-26T22:38:30.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-26T22:38:30.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-26T22:38:30.352Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-05-26T22:38:31.458Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-05-26T22:38:31.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41472026-05-26T22:38:31.697Z
41482026-05-26T22:38:31.697Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41492026-05-26T22:38:32.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-26T22:38:32.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-26T22:38:32.557Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-05-26T22:38:32.557Z Compiling vergen-gitcl v1.0.8
41532026-05-26T22:38:32.557Z Compiling dirs-sys-next v0.1.2
41542026-05-26T22:38:32.557Z Compiling crunchy v0.2.4
41552026-05-26T22:38:32.561Z Compiling glob v0.3.3
41562026-05-26T22:38:32.561Z Compiling diesel_derives v2.3.7
41572026-05-26T22:38:32.561Z Compiling dsl_auto_type v0.2.0
41582026-05-26T22:38:32.561Z Checking scheduled-thread-pool v0.2.7
41592026-05-26T22:38:32.828Z Compiling diesel_table_macro_syntax v0.3.0
41602026-05-26T22:38:32.967Z Compiling dirs-next v2.0.0
41612026-05-26T22:38:32.973Z Compiling tiny-keccak v2.0.2
41622026-05-26T22:38:33.023Z Compiling term v0.7.0
41632026-05-26T22:38:33.176Z Checking r2d2 v0.8.10
41642026-05-26T22:38:33.184Z Compiling bit-vec v0.6.3
41652026-05-26T22:38:33.184Z Compiling clang-sys v1.8.1
41662026-05-26T22:38:33.184Z Checking downcast-rs v2.0.2
41672026-05-26T22:38:33.257Z Compiling bit-set v0.5.3
41682026-05-26T22:38:33.309Z Compiling ascii-canvas v3.0.0
41692026-05-26T22:38:33.415Z Compiling itertools v0.10.5
41702026-05-26T22:38:33.495Z Compiling ena v0.14.4
41712026-05-26T22:38:33.550Z Compiling libloading v0.8.9
41722026-05-26T22:38:33.569Z Compiling bindgen v0.71.1
41732026-05-26T22:38:33.674Z Compiling regex-syntax v0.6.29
41742026-05-26T22:38:33.695Z Compiling diff v0.1.13
41752026-05-26T22:38:33.756Z Compiling cexpr v0.6.0
41762026-05-26T22:38:33.952Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-05-26T22:38:34.010Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-05-26T22:38:34.141Z Compiling rustc-hash v2.1.1
41792026-05-26T22:38:34.188Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41802026-05-26T22:38:34.276Z Compiling libxml v0.3.3
41812026-05-26T22:38:34.421Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41822026-05-26T22:38:34.463Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41832026-05-26T22:38:34.524Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41842026-05-26T22:38:34.719Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41852026-05-26T22:38:34.733Z Compiling strum_macros v0.24.3
41862026-05-26T22:38:34.772Z Compiling indoc v1.0.9
41872026-05-26T22:38:35.089Z Compiling lalrpop v0.19.12
41882026-05-26T22:38:35.768Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41892026-05-26T22:38:35.962Z Checking derive_builder v0.20.2
41902026-05-26T22:38:36.071Z Compiling oso-derive v0.27.3
41912026-05-26T22:38:36.086Z Checking quick-xml v0.37.5
41922026-05-26T22:38:36.325Z Compiling impl-trait-for-tuples v0.2.3
41932026-05-26T22:38:36.571Z Checking openssl-probe v0.1.6
41942026-05-26T22:38:36.714Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41952026-05-26T22:38:37.020Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41962026-05-26T22:38:37.211Z Checking bb8 v0.8.6
41972026-05-26T22:38:37.416Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-05-26T22:38:37.450Z Checking nonempty v0.12.0
41992026-05-26T22:38:37.505Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42002026-05-26T22:38:37.621Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-26T22:38:37.640Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022026-05-26T22:38:37.718Z Checking console v0.16.2
42032026-05-26T22:38:37.834Z Checking unit-prefix v0.5.2
42042026-05-26T22:38:37.903Z Checking support-bundle-viewer v0.1.2
42052026-05-26T22:38:37.968Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42062026-05-26T22:38:38.032Z Checking indicatif v0.18.4
42072026-05-26T22:38:38.147Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-05-26T22:38:38.224Z Checking multimap v0.10.1
42092026-05-26T22:38:38.603Z Checking diesel v2.3.7
42102026-05-26T22:38:40.468Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-05-26T22:38:40.709Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-05-26T22:38:41.016Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-05-26T22:38:42.159Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42142026-05-26T22:38:42.537Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42152026-05-26T22:38:42.645Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42162026-05-26T22:38:43.185Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42172026-05-26T22:38:43.216Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42182026-05-26T22:38:45.250Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42192026-05-26T22:38:49.957Z Compiling samael v0.0.19
42202026-05-26T22:38:54.235Z Checking async-bb8-diesel v0.2.1
42212026-05-26T22:38:54.581Z Checking diesel-dtrace v0.5.0
42222026-05-26T22:38:55.638Z Compiling polar-core v0.27.3
42232026-05-26T22:39:00.060Z Checking oso v0.27.3
42242026-05-26T22:39:36.355Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42252026-05-26T22:40:09.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42262026-05-26T22:40:10.108Z
42272026-05-26T22:40:10.109Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42282026-05-26T22:40:10.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-26T22:40:10.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-26T22:40:10.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-26T22:40:10.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42322026-05-26T22:40:10.769Z
42332026-05-26T22:40:10.770Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42342026-05-26T22:40:11.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-26T22:40:11.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-26T22:40:11.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-26T22:40:11.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42382026-05-26T22:40:11.419Z
42392026-05-26T22:40:11.419Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42402026-05-26T22:40:11.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-26T22:40:11.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-26T22:40:11.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-26T22:40:11.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42442026-05-26T22:40:12.008Z
42452026-05-26T22:40:12.008Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42462026-05-26T22:40:12.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-26T22:40:12.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-26T22:40:12.872Z Compiling libz-sys v1.1.24
42492026-05-26T22:40:13.005Z Compiling libgit2-sys v0.18.3+1.9.2
42502026-05-26T22:40:13.015Z Compiling vergen-git2 v1.0.7
42512026-05-26T22:40:13.040Z Compiling rustls v0.21.12
42522026-05-26T22:40:13.043Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42532026-05-26T22:40:13.043Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-05-26T22:40:13.043Z Checking sct v0.7.1
42552026-05-26T22:40:13.043Z Checking rustls-webpki v0.101.7
42562026-05-26T22:40:13.216Z Compiling nix v0.29.0
42572026-05-26T22:40:13.260Z Compiling dropshot v0.16.7
42582026-05-26T22:40:13.300Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42592026-05-26T22:40:13.336Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42602026-05-26T22:40:13.379Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42612026-05-26T22:40:13.520Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42622026-05-26T22:40:13.536Z Checking toml v0.9.12+spec-1.1.0
42632026-05-26T22:40:13.540Z Compiling dropshot_endpoint v0.16.7
42642026-05-26T22:40:13.650Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42652026-05-26T22:40:13.846Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42662026-05-26T22:40:14.009Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-26T22:40:14.106Z Checking rustls-pemfile v1.0.4
42682026-05-26T22:40:14.246Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42692026-05-26T22:40:14.438Z Checking twox-hash v2.1.2
42702026-05-26T22:40:14.457Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42712026-05-26T22:40:14.653Z Checking tokio-rustls v0.24.1
42722026-05-26T22:40:15.250Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42732026-05-26T22:40:15.300Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-26T22:40:15.337Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42752026-05-26T22:40:15.868Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42762026-05-26T22:40:15.923Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42772026-05-26T22:40:15.927Z Checking fatfs v0.3.6
42782026-05-26T22:40:16.065Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42792026-05-26T22:40:16.082Z Compiling seq-macro v0.3.6
42802026-05-26T22:40:19.894Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-05-26T22:40:20.017Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-26T22:40:20.310Z Compiling git2 v0.20.4
42832026-05-26T22:40:22.502Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42842026-05-26T22:41:08.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.98s
42852026-05-26T22:41:09.211Z
42862026-05-26T22:41:09.211Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42872026-05-26T22:41:09.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-26T22:41:09.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-26T22:41:10.104Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42902026-05-26T22:41:48.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.38s
42912026-05-26T22:41:48.810Z
42922026-05-26T22:41:48.810Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42932026-05-26T22:41:49.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-26T22:41:49.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-26T22:41:49.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-26T22:41:49.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-05-26T22:41:49.555Z
42982026-05-26T22:41:49.555Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42992026-05-26T22:41:49.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-26T22:41:49.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-26T22:41:49.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-26T22:41:49.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43032026-05-26T22:41:50.058Z
43042026-05-26T22:41:50.058Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43052026-05-26T22:41:50.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-26T22:41:50.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-26T22:41:50.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-26T22:41:50.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-05-26T22:41:50.715Z
43102026-05-26T22:41:50.715Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43112026-05-26T22:41:51.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-26T22:41:51.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-26T22:41:51.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-26T22:41:51.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43152026-05-26T22:41:51.364Z
43162026-05-26T22:41:51.364Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43172026-05-26T22:41:51.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-26T22:41:51.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-26T22:41:51.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-26T22:41:51.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43212026-05-26T22:41:52.008Z
43222026-05-26T22:41:52.008Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43232026-05-26T22:41:52.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-26T22:41:52.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-26T22:41:52.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-26T22:41:52.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43272026-05-26T22:41:52.977Z
43282026-05-26T22:41:52.977Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43292026-05-26T22:41:53.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-26T22:41:53.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-26T22:41:53.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-26T22:41:53.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43332026-05-26T22:41:53.316Z
43342026-05-26T22:41:53.317Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43352026-05-26T22:41:53.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-26T22:41:53.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-26T22:41:53.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-26T22:41:53.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43392026-05-26T22:41:53.965Z
43402026-05-26T22:41:53.966Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43412026-05-26T22:41:54.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-26T22:41:54.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-26T22:41:54.859Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-26T22:41:54.859Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43452026-05-26T22:41:55.050Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43462026-05-26T22:41:55.080Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43472026-05-26T22:41:55.100Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43482026-05-26T22:41:55.103Z Checking yansi v1.0.1
43492026-05-26T22:41:55.103Z Checking diff v0.1.13
43502026-05-26T22:41:55.130Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43512026-05-26T22:41:55.183Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43522026-05-26T22:41:55.378Z Checking pretty_assertions v1.4.1
43532026-05-26T22:41:56.020Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43542026-05-26T22:41:56.167Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552026-05-26T22:42:19.602Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43562026-05-26T22:42:19.605Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-05-26T22:42:19.605Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43582026-05-26T22:42:19.605Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43592026-05-26T22:42:19.605Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43602026-05-26T22:42:19.605Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43612026-05-26T22:42:20.407Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-26T22:42:21.491Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43632026-05-26T22:42:59.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43642026-05-26T22:43:00.184Z
43652026-05-26T22:43:00.184Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43662026-05-26T22:43:00.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-05-26T22:43:00.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-05-26T22:43:00.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43692026-05-26T22:43:00.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43702026-05-26T22:43:00.773Z
43712026-05-26T22:43:00.773Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43722026-05-26T22:43:01.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-05-26T22:43:01.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-05-26T22:43:01.544Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43752026-05-26T22:43:01.667Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43762026-05-26T22:43:01.672Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43772026-05-26T22:43:27.410Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43782026-05-26T22:43:27.794Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43792026-05-26T22:43:29.482Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-05-26T22:43:29.937Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43812026-05-26T22:43:32.834Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43822026-05-26T22:43:55.484Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43832026-05-26T22:43:56.192Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43842026-05-26T22:43:57.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.04s
43852026-05-26T22:43:58.032Z
43862026-05-26T22:43:58.032Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43872026-05-26T22:43:58.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-26T22:43:58.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-26T22:43:58.753Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43902026-05-26T22:43:59.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43912026-05-26T22:43:59.649Z
43922026-05-26T22:43:59.649Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43932026-05-26T22:44:00.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-26T22:44:00.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-26T22:44:00.305Z Compiling blake3 v1.8.3
43962026-05-26T22:44:00.415Z Checking arrayref v0.3.9
43972026-05-26T22:44:00.416Z Checking constant_time_eq v0.4.2
43982026-05-26T22:44:00.419Z Checking arrayvec v0.7.6
43992026-05-26T22:44:00.435Z Checking topological-sort v0.2.2
44002026-05-26T22:44:00.439Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44012026-05-26T22:44:00.439Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44022026-05-26T22:44:00.439Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44032026-05-26T22:44:00.476Z Checking shell-words v1.1.1
44042026-05-26T22:44:01.306Z Checking omicron-zone-package v0.12.2
44052026-05-26T22:44:02.016Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44062026-05-26T22:44:02.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
44072026-05-26T22:44:03.059Z
44082026-05-26T22:44:03.059Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44092026-05-26T22:44:03.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-05-26T22:44:03.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-05-26T22:44:03.710Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44122026-05-26T22:44:04.034Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44132026-05-26T22:44:04.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44142026-05-26T22:44:04.619Z
44152026-05-26T22:44:04.619Zinfo: running `cargo check --bins` on schema (258/276)
44162026-05-26T22:44:05.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-26T22:44:05.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-26T22:44:05.350Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44192026-05-26T22:44:06.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44202026-05-26T22:44:06.247Z
44212026-05-26T22:44:06.247Zinfo: running `cargo check --bins` on xtask (259/276)
44222026-05-26T22:44:06.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-26T22:44:06.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-26T22:44:06.702Z Checking libc v0.2.185
44252026-05-26T22:44:06.783Z Checking serde v1.0.228
44262026-05-26T22:44:06.788Z Checking zerofrom v0.1.6
44272026-05-26T22:44:06.793Z Checking bitflags v2.11.0
44282026-05-26T22:44:06.797Z Checking smallvec v1.15.1
44292026-05-26T22:44:06.803Z Checking indexmap v2.14.0
44302026-05-26T22:44:06.814Z Checking serde_json v1.0.149
44312026-05-26T22:44:06.817Z Checking scroll v0.12.0
44322026-05-26T22:44:06.886Z Checking yoke v0.8.1
44332026-05-26T22:44:06.936Z Checking num-traits v0.2.19
44342026-05-26T22:44:06.973Z Checking thiserror v1.0.69
44352026-05-26T22:44:07.042Z Checking log v0.4.29
44362026-05-26T22:44:07.053Z Checking zerovec v0.11.5
44372026-05-26T22:44:07.068Z Checking zerotrie v0.2.3
44382026-05-26T22:44:07.079Z Checking errno v0.3.14
44392026-05-26T22:44:07.168Z Checking toml_datetime v0.6.11
44402026-05-26T22:44:07.188Z Checking serde_spanned v0.6.9
44412026-05-26T22:44:07.198Z Checking rustix v1.1.3
44422026-05-26T22:44:07.308Z Checking percent-encoding v2.3.2
44432026-05-26T22:44:07.316Z Checking goblin v0.8.2
44442026-05-26T22:44:07.326Z Checking zerocopy v0.7.35
44452026-05-26T22:44:07.346Z Checking toml_edit v0.22.27
44462026-05-26T22:44:07.427Z Checking getrandom v0.4.1
44472026-05-26T22:44:07.443Z Checking form_urlencoded v1.2.2
44482026-05-26T22:44:07.453Z Checking ordered-float v2.10.1
44492026-05-26T22:44:07.476Z Checking tinystr v0.8.2
44502026-05-26T22:44:07.558Z Checking potential_utf v0.1.4
44512026-05-26T22:44:07.570Z Checking thiserror v2.0.18
44522026-05-26T22:44:07.651Z Checking icu_locale_core v2.1.1
44532026-05-26T22:44:07.670Z Checking syn v2.0.117
44542026-05-26T22:44:07.680Z Checking serde-value v0.7.0
44552026-05-26T22:44:07.690Z Checking icu_collections v2.1.1
44562026-05-26T22:44:07.807Z Checking dtrace-parser v0.2.0
44572026-05-26T22:44:07.880Z Checking thread-id v4.2.2
44582026-05-26T22:44:07.964Z Checking once_cell v1.21.3
44592026-05-26T22:44:07.994Z Checking terminal_size v0.4.3
44602026-05-26T22:44:08.003Z Checking cargo-platform v0.2.0
44612026-05-26T22:44:08.041Z Checking memmap v0.7.0
44622026-05-26T22:44:08.127Z Checking clap_builder v4.5.60
44632026-05-26T22:44:08.139Z Checking tempfile v3.25.0
44642026-05-26T22:44:08.167Z Checking textwrap v0.16.2
44652026-05-26T22:44:08.194Z Checking fs-err v3.3.0
44662026-05-26T22:44:08.197Z Checking icu_provider v2.1.1
44672026-05-26T22:44:08.328Z Checking camino-tempfile v1.4.1
44682026-05-26T22:44:08.371Z Checking tabled v0.15.0
44692026-05-26T22:44:08.382Z Checking anyhow v1.0.102
44702026-05-26T22:44:08.433Z Checking toml v0.8.23
44712026-05-26T22:44:08.447Z Checking icu_properties v2.1.2
44722026-05-26T22:44:08.482Z Checking icu_normalizer v2.1.1
44732026-05-26T22:44:08.574Z Checking macaddr v1.0.1
44742026-05-26T22:44:08.749Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44752026-05-26T22:44:08.752Z Checking cargo_toml v0.21.0
44762026-05-26T22:44:09.191Z Checking dof v0.3.0
44772026-05-26T22:44:09.249Z Checking idna_adapter v1.2.1
44782026-05-26T22:44:09.309Z Checking clap v4.5.60
44792026-05-26T22:44:09.378Z Checking idna v1.1.0
44802026-05-26T22:44:09.469Z Checking usdt-impl v0.5.0
44812026-05-26T22:44:09.604Z Checking url v2.5.8
44822026-05-26T22:44:09.716Z Checking usdt v0.5.0
44832026-05-26T22:44:09.942Z Checking cargo-util-schemas v0.8.2
44842026-05-26T22:44:10.642Z Checking cargo_metadata v0.21.0
44852026-05-26T22:44:11.242Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44862026-05-26T22:44:11.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44872026-05-26T22:44:11.779Z
44882026-05-26T22:44:11.779Zinfo: running `cargo check --bins` on dnsadm (260/276)
44892026-05-26T22:44:12.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-05-26T22:44:12.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-05-26T22:44:12.422Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44922026-05-26T22:44:12.901Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44932026-05-26T22:44:13.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44942026-05-26T22:44:13.477Z
44952026-05-26T22:44:13.477Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44962026-05-26T22:44:14.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-05-26T22:44:14.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-05-26T22:44:14.285Z Checking polyval v0.6.2
44992026-05-26T22:44:14.410Z Checking ctr v0.9.2
45002026-05-26T22:44:14.422Z Checking ssh-encoding v0.2.0
45012026-05-26T22:44:14.425Z Checking blowfish v0.9.1
45022026-05-26T22:44:14.446Z Checking password-hash v0.4.2
45032026-05-26T22:44:14.461Z Checking p256 v0.13.2
45042026-05-26T22:44:14.464Z Checking p521 v0.13.3
45052026-05-26T22:44:14.488Z Checking russh-cryptovec v0.7.3
45062026-05-26T22:44:14.553Z Checking ghash v0.5.1
45072026-05-26T22:44:14.567Z Checking md5 v0.7.0
45082026-05-26T22:44:14.579Z Checking bcrypt-pbkdf v0.10.0
45092026-05-26T22:44:14.597Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45102026-05-26T22:44:14.616Z Checking num-bigint v0.4.6
45112026-05-26T22:44:14.657Z Checking pbkdf2 v0.11.0
45122026-05-26T22:44:14.670Z Checking aes-gcm v0.10.3
45132026-05-26T22:44:14.723Z Checking des v0.8.1
45142026-05-26T22:44:14.730Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45152026-05-26T22:44:14.730Z Checking hex-literal v0.4.1
45162026-05-26T22:44:14.810Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45172026-05-26T22:44:14.826Z Checking ssh-cipher v0.2.0
45182026-05-26T22:44:14.841Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45192026-05-26T22:44:14.855Z Checking socket2 v0.5.10
45202026-05-26T22:44:14.889Z Checking internet-checksum v0.2.1
45212026-05-26T22:44:14.994Z Checking ssh-key v0.6.7
45222026-05-26T22:44:15.161Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45232026-05-26T22:44:15.616Z Checking russh-keys v0.45.0
45242026-05-26T22:44:16.156Z Checking russh v0.45.0
45252026-05-26T22:44:32.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s
45262026-05-26T22:44:32.885Z
45272026-05-26T22:44:32.886Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45282026-05-26T22:44:33.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-26T22:44:33.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-26T22:44:33.530Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45312026-05-26T22:44:33.640Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45322026-05-26T22:44:33.647Z Checking termios v0.3.3
45332026-05-26T22:44:34.847Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45342026-05-26T22:44:34.996Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45352026-05-26T22:44:36.774Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45362026-05-26T22:44:37.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45372026-05-26T22:44:37.522Z
45382026-05-26T22:44:37.523Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45392026-05-26T22:44:38.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-26T22:44:38.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-26T22:44:38.226Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45422026-05-26T22:44:38.341Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45432026-05-26T22:44:38.352Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45442026-05-26T22:44:38.355Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45452026-05-26T22:44:38.368Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45462026-05-26T22:44:38.377Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-26T22:44:39.084Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45482026-05-26T22:44:39.435Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45492026-05-26T22:44:39.438Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-26T22:44:40.093Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45512026-05-26T22:44:41.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
45522026-05-26T22:44:41.917Z
45532026-05-26T22:44:41.917Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45542026-05-26T22:44:42.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-26T22:44:42.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-26T22:44:42.554Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45572026-05-26T22:44:43.006Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45582026-05-26T22:44:43.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45592026-05-26T22:44:43.520Z
45602026-05-26T22:44:43.520Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45612026-05-26T22:44:44.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-26T22:44:44.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-26T22:44:44.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-05-26T22:44:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45652026-05-26T22:44:44.118Z
45662026-05-26T22:44:44.118Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45672026-05-26T22:44:44.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-26T22:44:44.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-26T22:44:44.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-05-26T22:44:44.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45712026-05-26T22:44:44.717Z
45722026-05-26T22:44:44.718Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45732026-05-26T22:44:45.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-26T22:44:45.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-26T22:44:45.465Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45762026-05-26T22:44:46.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45772026-05-26T22:44:46.284Z
45782026-05-26T22:44:46.284Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45792026-05-26T22:44:46.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-26T22:44:46.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-26T22:44:46.933Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45822026-05-26T22:44:46.936Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45832026-05-26T22:44:47.211Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45842026-05-26T22:44:47.211Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45852026-05-26T22:44:48.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45862026-05-26T22:44:48.197Z
45872026-05-26T22:44:48.197Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45882026-05-26T22:44:48.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-26T22:44:48.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-26T22:44:48.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-05-26T22:44:48.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45922026-05-26T22:44:48.783Z
45932026-05-26T22:44:48.783Zinfo: running `cargo check --bins` on omicron-package (270/276)
45942026-05-26T22:44:49.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-26T22:44:49.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-26T22:44:49.469Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45972026-05-26T22:44:50.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45982026-05-26T22:44:50.736Z
45992026-05-26T22:44:50.736Zinfo: running `cargo check --bins` on tqdb (271/276)
46002026-05-26T22:44:51.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-26T22:44:51.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-26T22:44:51.512Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46032026-05-26T22:44:51.863Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46042026-05-26T22:44:52.372Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46052026-05-26T22:44:52.372Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46062026-05-26T22:44:58.250Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46072026-05-26T22:44:58.250Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46082026-05-26T22:44:58.820Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46092026-05-26T22:44:58.820Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46102026-05-26T22:44:58.823Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46112026-05-26T22:44:58.823Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46122026-05-26T22:44:59.566Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46132026-05-26T22:45:00.580Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46142026-05-26T22:45:01.336Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46152026-05-26T22:45:01.940Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46162026-05-26T22:45:06.169Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46172026-05-26T22:45:12.495Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46182026-05-26T22:45:12.499Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46192026-05-26T22:45:12.499Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46202026-05-26T22:45:12.499Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46212026-05-26T22:45:13.961Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46222026-05-26T22:45:15.292Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46232026-05-26T22:45:15.965Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46242026-05-26T22:45:17.188Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46252026-05-26T22:45:17.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.99s
46262026-05-26T22:45:17.945Z
46272026-05-26T22:45:17.945Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46282026-05-26T22:45:18.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-26T22:45:18.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-26T22:45:18.658Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46312026-05-26T22:45:18.662Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46322026-05-26T22:45:18.662Z Checking rtoolbox v0.0.3
46332026-05-26T22:45:18.789Z Checking tui-tree-widget v0.23.1
46342026-05-26T22:45:18.886Z Checking rpassword v7.4.0
46352026-05-26T22:45:19.902Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46362026-05-26T22:45:22.891Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46372026-05-26T22:45:24.727Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46382026-05-26T22:45:25.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
46392026-05-26T22:45:25.826Z
46402026-05-26T22:45:25.826Zinfo: running `cargo check --bins` on wicket (273/276)
46412026-05-26T22:45:26.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-26T22:45:26.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-26T22:45:26.523Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46442026-05-26T22:45:26.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46452026-05-26T22:45:27.097Z
46462026-05-26T22:45:27.097Zinfo: running `cargo check --bins` on wicketd (274/276)
46472026-05-26T22:45:27.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-26T22:45:27.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-26T22:45:27.819Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46502026-05-26T22:45:27.822Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46512026-05-26T22:45:27.822Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46522026-05-26T22:45:27.822Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46532026-05-26T22:45:28.802Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46542026-05-26T22:45:29.368Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46552026-05-26T22:45:32.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46562026-05-26T22:45:32.488Z
46572026-05-26T22:45:32.489Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46582026-05-26T22:45:32.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-26T22:45:32.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-26T22:45:32.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46612026-05-26T22:45:32.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46622026-05-26T22:45:33.081Z
46632026-05-26T22:45:33.081Zinfo: running `cargo check --bins` on zone-setup (276/276)
46642026-05-26T22:45:33.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-05-26T22:45:33.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-05-26T22:45:33.756Z Checking uzers v0.12.2
46672026-05-26T22:45:34.030Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46682026-05-26T22:45:34.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46692026-05-26T22:45:34.985Z
46702026-05-26T22:45:34.985Zreal 14:10.199901559
46712026-05-26T22:45:34.985Zuser 20:32.215509427
46722026-05-26T22:45:34.989Zsys 4:16.378134418
46732026-05-26T22:45:34.989Ztrap 0.332502343
46742026-05-26T22:45:34.989Ztflt 1.387329141
46752026-05-26T22:45:34.989Zdflt 1.367360219
46762026-05-26T22:45:34.990Zkflt 0.010146330
46772026-05-26T22:45:34.990Zlock 1:16:42.951868012
46782026-05-26T22:45:34.990Zslp 1:38:29.597997712
46792026-05-26T22:45:34.990Zlat 55.127518060
46802026-05-26T22:45:34.990Zstop 3:32.202191753
46812026-05-26T22:45:34.990Zprocess exited: duration 985518 ms, exit code 0
 
46822026-05-26T22:45:34.997Zfound 0 output files