01KS68CGAXGYHZS80H0FXRGCH3: 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: 01KS68CT038BGNA543G6ECZ841

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T21:53:06.506Zjob assigned to worker 01KS68D1HQZY0JBQNX5A1FF6DH [factory aws, i-0b841e139e308de5c] (queued for 49 s)
 
22026-05-21T21:53:13.099Zstarting task 0: "setup"
32026-05-21T21:53:13.103Z++ uname -s
42026-05-21T21:53:13.106Z+ kern=SunOS
52026-05-21T21:53:13.106Z+ build_user=build
62026-05-21T21:53:13.106Z+ build_uid=12345
72026-05-21T21:53:13.106Z+ work_dir=/work
82026-05-21T21:53:13.106Z+ input_dir=/input
92026-05-21T21:53:13.106Z+ [[ 0 == 12345 ]]
102026-05-21T21:53:13.107Z+ case "$kern" in
112026-05-21T21:53:13.107Z+ groupadd -g 12345 build
122026-05-21T21:53:13.107Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T21:53:15.112Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T21:53:15.172Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T21:53:15.175Z+ home_fs=zfs
162026-05-21T21:53:15.175Z+ [[ zfs == autofs ]]
172026-05-21T21:53:15.175Z+ mkdir -p /home/build
182026-05-21T21:53:15.175Z+ chown build:build /home/build /work
192026-05-21T21:53:17.176Z+ chmod 0700 /home/build /work
202026-05-21T21:53:17.179Zprocess exited: duration 4079 ms, exit code 0
 
212026-05-21T21:53:17.185Zstarting task 1: "rust-toolchain"
222026-05-21T21:53:17.189Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T21:53:17.189Z * rust toolchain channel = "1.94.0"
242026-05-21T21:53:17.189Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T21:53:17.189Z * rust toolchain profile = "default"
262026-05-21T21:53:17.189Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T21:53:17.189Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T21:53:17.192Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T21:53:17.192Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T21:53:17.281Zinfo: downloading installer
312026-05-21T21:53:18.670Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T21:53:18.670Zwarn: /home/build/.rustup/settings.toml
332026-05-21T21:53:18.670Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T21:53:18.670Zwarn: instead of the one inferred from the default host triple.
352026-05-21T21:53:18.683Zinfo: profile set to default
362026-05-21T21:53:18.683Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T21:53:18.687Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T21:53:18.835Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T21:53:18.838Zinfo: downloading 6 components
402026-05-21T21:53:33.075Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T21:53:33.075Z
422026-05-21T21:53:33.109Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T21:53:33.109Z
442026-05-21T21:53:33.113Z
452026-05-21T21:53:33.113ZRust is installed now. Great!
462026-05-21T21:53:33.113Z
472026-05-21T21:53:33.113ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T21:53:33.113Zenvironment variable. This has not been done automatically.
492026-05-21T21:53:33.113Z
502026-05-21T21:53:33.113ZTo configure your current shell, you need to source
512026-05-21T21:53:33.113Zthe corresponding env file under $HOME/.cargo.
522026-05-21T21:53:33.113Z
532026-05-21T21:53:33.113ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T21:53:33.113Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T21:53:33.113Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T21:53:33.113Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T21:53:33.113Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T21:53:33.113Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T21:53:33.113Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T21:53:33.113Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T21:53:33.113Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T21:53:33.192Z+ rustup --version
632026-05-21T21:53:33.200Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T21:53:33.203Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T21:53:33.224Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T21:53:33.227Z+ cargo --version
672026-05-21T21:53:33.239Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T21:53:33.242Z+ rustc --version
692026-05-21T21:53:33.262Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T21:53:33.265Zprocess exited: duration 16078 ms, exit code 0
 
712026-05-21T21:53:33.271Zstarting task 2: "authentication"
722026-05-21T21:53:33.287Zprocess exited: duration 15 ms, exit code 0
 
732026-05-21T21:53:33.293Zstarting task 3: "clone repository"
742026-05-21T21:53:33.296Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T21:53:33.299Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T21:53:33.340ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T21:53:43.794Z+ cd /work/oxidecomputer/omicron
782026-05-21T21:53:43.795Z+ git fetch origin 1e81977390c6f0ce86f254b318d3f490b0dc6e8f
792026-05-21T21:53:44.067ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T21:53:44.067Z * branch 1e81977390c6f0ce86f254b318d3f490b0dc6e8f -> FETCH_HEAD
812026-05-21T21:53:44.076Z+ [[ -n add-fmd-inventory-db ]]
822026-05-21T21:53:44.080Z++ git branch --show-current
832026-05-21T21:53:44.080Z+ current=main
842026-05-21T21:53:44.080Z+ [[ main != add-fmd-inventory-db ]]
852026-05-21T21:53:44.080Z+ git branch -f add-fmd-inventory-db 1e81977390c6f0ce86f254b318d3f490b0dc6e8f
862026-05-21T21:53:44.083Z+ git checkout -f add-fmd-inventory-db
872026-05-21T21:53:44.311ZSwitched to branch 'add-fmd-inventory-db'
882026-05-21T21:53:44.314Z+ git reset --hard 1e81977390c6f0ce86f254b318d3f490b0dc6e8f
892026-05-21T21:53:44.349ZHEAD is now at 1e8197739 Address eliza review nits: SQL comment, bool padding, snapshot example
902026-05-21T21:53:44.352Zprocess exited: duration 11057 ms, exit code 0
 
912026-05-21T21:53:44.358Zstarting task 4: "build"
922026-05-21T21:53:44.361Z+ source .github/buildomat/ci-env.sh
932026-05-21T21:53:44.361Z++ export CARGO_TERM_COLOR=always
942026-05-21T21:53:44.365Z++ CARGO_TERM_COLOR=always
952026-05-21T21:53:44.365Z+ cargo --version
962026-05-21T21:53:44.371Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T21:53:44.374Z+ rustc --version
982026-05-21T21:53:44.393Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T21:53:44.397Z+ source ./env.sh
1002026-05-21T21:53:44.397Z++ OLD_SHELL_OPTS=ehxB
1012026-05-21T21:53:44.397Z++ set -o xtrace
1022026-05-21T21:53:44.400Z++++ dirname ./env.sh
1032026-05-21T21:53:44.409Z+++ readlink -f .
1042026-05-21T21:53:44.415Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-21T21:53:44.419Z++ 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-21T21:53:44.419Z++ 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-21T21:53:44.419Z++ 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-21T21:53:44.419Z++ 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-21T21:53:44.419Z++ 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-21T21:53:44.419Z++ 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-21T21:53:44.419Z++ 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-21T21:53:44.419Z++ 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-21T21:53:44.419Z++ case $OLD_SHELL_OPTS in
1142026-05-21T21:53:44.419Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-21T21:53:44.419Z+ 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-21T21:53:44.419Z+ 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-21T21:53:44.419Z+ banner prerequisites
1182026-05-21T21:53:44.419Z
1192026-05-21T21:53:44.419Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-21T21:53:44.419Z # # # # # # # # # # # # # # #
1212026-05-21T21:53:44.419Z # # # # ##### # # ##### # # # # # #### #
1222026-05-21T21:53:44.419Z ##### ##### # ##### # # # # # # # # #
1232026-05-21T21:53:44.419Z # # # # # # # # # # # # # # #
1242026-05-21T21:53:44.419Z # # # ###### # # ###### ### # #### # #### #
1252026-05-21T21:53:44.419Z
1262026-05-21T21:53:44.419Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-21T21:53:46.148Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-21T21:53:46.209Z Startup: Caching catalogs ... Done
1292026-05-21T21:53:46.437ZPlanning: Solver setup ... Done (0.195s)
1302026-05-21T21:53:46.454ZPlanning: Running solver ... Done (0.017s)
1312026-05-21T21:53:46.469ZPlanning: Finding local manifests ... Done (0.012s)
1322026-05-21T21:53:46.480ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-21T21:53:46.495ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-21T21:53:46.508ZPlanning: Package planning ... Done (0.013s)
1352026-05-21T21:53:46.511ZPlanning: Merging actions ... Done (0.001s)
1362026-05-21T21:53:46.702ZPlanning: Checking for conflicting actions ... Done (0.193s)
1372026-05-21T21:53:46.706ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-21T21:53:47.936ZPlanning: Evaluating mediators ... Done (1.233s)
1392026-05-21T21:53:47.940ZPlanning: Planning completed in 1.71 seconds
1402026-05-21T21:53:47.946Z Packages to install: 2
1412026-05-21T21:53:47.946Z Estimated space available: 156.08 GB
1422026-05-21T21:53:47.946ZEstimated space to be consumed: 21.14 MB
1432026-05-21T21:53:47.949Z Create boot environment: No
1442026-05-21T21:53:47.949ZCreate backup boot environment: No
1452026-05-21T21:53:47.949Z Rebuild boot archive: No
1462026-05-21T21:53:47.949Z
1472026-05-21T21:53:47.949ZChanged packages:
1482026-05-21T21:53:47.949Zhelios
1492026-05-21T21:53:47.949Z developer/build-essential
1502026-05-21T21:53:47.950Z None -> 11-3.0
1512026-05-21T21:53:47.950Z library/libxmlsec1
1522026-05-21T21:53:47.950Z None -> 1.2.35-3.0
1532026-05-21T21:53:47.993Z
1542026-05-21T21:53:47.993ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-21T21:53:48.464ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1562026-05-21T21:53:48.515Z Actions: 1/268 actions (Installing new actions)
1572026-05-21T21:53:48.552Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-21T21:53:48.558ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-21T21:53:48.558ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-21T21:53:48.576ZFinalize: Updating image state ... Done (0.017s)
1612026-05-21T21:53:51.140ZFinalize: Creating fast lookup database ... Done (2.544s)
1622026-05-21T21:53:51.205ZFinalize: Reading search index ... Done (0.012s)
1632026-05-21T21:53:51.208ZFinalize: Updating search index ... Done (0.000s)
1642026-05-21T21:53:51.262ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-21T21:53:51.554ZPlanning: Evaluating mediator changes ... Done
1662026-05-21T21:53:51.659ZPlanning: Checking for conflicting actions ... Done
1672026-05-21T21:53:51.661ZPlanning: Consolidating action changes ... Done
1682026-05-21T21:53:51.816ZPlanning: Evaluating mediators ... Done
1692026-05-21T21:53:51.819ZPlanning: Planning completed in 0.26 seconds
1702026-05-21T21:53:51.839Z Mediators to change: 2
1712026-05-21T21:53:51.839Z Create boot environment: No
1722026-05-21T21:53:51.839ZCreate backup boot environment: No
1732026-05-21T21:53:51.877ZFinalize: Updating package state database ... Done
1742026-05-21T21:53:51.877ZFinalize: Updating package cache ... Done
1752026-05-21T21:53:51.887ZFinalize: Updating image state ... Done
1762026-05-21T21:53:53.829ZFinalize: Creating fast lookup database ... Done
1772026-05-21T21:53:53.891ZFinalize: Reading search index ... Done
1782026-05-21T21:53:53.895ZFinalize: Updating search index ... Done
1792026-05-21T21:53:53.952ZFinalize: Updating package cache ... Done
1802026-05-21T21:53:54.235ZPlanning: Evaluating mediator changes ... Done
1812026-05-21T21:53:54.341ZPlanning: Checking for conflicting actions ... Done
1822026-05-21T21:53:54.344ZPlanning: Consolidating action changes ... Done
1832026-05-21T21:53:54.498ZPlanning: Evaluating mediators ... Done
1842026-05-21T21:53:54.501ZPlanning: Planning completed in 0.26 seconds
1852026-05-21T21:53:54.521Z Mediators to change: 1
1862026-05-21T21:53:54.521Z Create boot environment: No
1872026-05-21T21:53:54.521ZCreate backup boot environment: No
1882026-05-21T21:53:54.557ZFinalize: Updating package state database ... Done
1892026-05-21T21:53:54.557ZFinalize: Updating package cache ... Done
1902026-05-21T21:53:54.567ZFinalize: Updating image state ... Done
1912026-05-21T21:53:56.503ZFinalize: Creating fast lookup database ... Done
1922026-05-21T21:53:56.565ZFinalize: Reading search index ... Done
1932026-05-21T21:53:56.568ZFinalize: Updating search index ... Done
1942026-05-21T21:53:56.613ZFinalize: Updating package cache ... Done
1952026-05-21T21:53:56.923ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-21T21:53:56.923Zapache system 2.4 system
1972026-05-21T21:53:56.923Zclang system 15 system
1982026-05-21T21:53:56.923Zcsh system system illumos
1992026-05-21T21:53:56.923Zctags system system illumos
2002026-05-21T21:53:56.923Zfile vendor vendor darwinsys
2012026-05-21T21:53:56.923Zfile system system illumos
2022026-05-21T21:53:56.923Zgcc vendor 14 vendor
2032026-05-21T21:53:56.923Zgcc system 13 system
2042026-05-21T21:53:56.923Zgcc system 10 system
2052026-05-21T21:53:56.923Zgo system 1.25 system
2062026-05-21T21:53:56.923Zllvm system 15 system
2072026-05-21T21:53:56.923Zmariadb system 11.4 system
2082026-05-21T21:53:56.923Zmta vendor vendor dma
2092026-05-21T21:53:56.923Zopenjdk system 17 system
2102026-05-21T21:53:56.923Zopenjdk system 11 system
2112026-05-21T21:53:56.923Zopenssl vendor 3 vendor
2122026-05-21T21:53:56.923Zperl system 5.40 system
2132026-05-21T21:53:56.923Zpostgresql system 18 system
2142026-05-21T21:53:56.923Zpostgresql system 17 system
2152026-05-21T21:53:56.923Zpython vendor 3 vendor
2162026-05-21T21:53:56.923Zpython system 2 system
2172026-05-21T21:53:56.923Zpython3 vendor 3.13 vendor
2182026-05-21T21:53:56.923Zruby system 3.4 system
2192026-05-21T21:53:56.923Zruby system 3.0 system
2202026-05-21T21:53:56.923Zwords vendor vendor american-english
2212026-05-21T21:53:56.923Zwords system system australian-english
2222026-05-21T21:53:56.923Zwords system system british-english
2232026-05-21T21:53:56.923Zwords system system canadian-english
2242026-05-21T21:53:56.924Zwords system system french
2252026-05-21T21:53:56.924Zwords system system italian
2262026-05-21T21:53:56.924Zwords system system ngerman
2272026-05-21T21:53:56.924Zwords system system ogerman
2282026-05-21T21:53:56.924Zwords system system spanish
2292026-05-21T21:53:57.174ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-21T21:53:57.175Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-21T21:53:57.447ZFMRI IFO
2322026-05-21T21:53:57.447Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-21T21:53:57.447Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-21T21:53:57.447Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-21T21:53:57.447Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-21T21:53:57.447Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-21T21:53:57.447Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-21T21:53:57.447Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-21T21:53:57.447Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-21T21:53:57.447Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-21T21:53:57.689Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-21T21:53:57.954Z Updating crates.io index
2432026-05-21T21:53:57.984Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-21T21:53:58.658Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-21T21:53:59.069Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-21T21:53:59.590Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-21T21:54:00.374Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-21T21:54:00.859Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-21T21:54:02.183Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-21T21:54:03.055Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-21T21:54:03.396Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-21T21:54:04.280Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-21T21:54:04.913Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-21T21:54:05.281Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-21T21:54:05.672Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-21T21:54:06.557Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-21T21:54:07.087Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-21T21:54:07.452Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-21T21:54:07.824Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-21T21:54:08.215Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-21T21:54:08.703Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-21T21:54:08.945Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-21T21:54:09.182Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-21T21:54:09.425Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-21T21:54:09.861Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-21T21:54:10.428Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-21T21:54:10.890Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-21T21:54:11.149Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-21T21:54:11.422Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-21T21:54:11.696Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-21T21:54:13.090Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-21T21:54:13.702Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-21T21:54:14.128Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-21T21:54:14.403Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-21T21:54:14.692Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-21T21:54:15.020Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-21T21:54:15.337Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-21T21:54:15.755Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-21T21:54:16.001Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-21T21:54:16.231Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-21T21:54:16.730Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-21T21:54:28.334Z Downloading crates ...
2832026-05-21T21:54:28.384Z Downloaded dof v0.3.0
2842026-05-21T21:54:28.389Z Downloaded equivalent v1.0.2
2852026-05-21T21:54:28.392Z Downloaded cargo-util-schemas v0.8.2
2862026-05-21T21:54:28.396Z Downloaded anyhow v1.0.102
2872026-05-21T21:54:28.399Z Downloaded dtrace-parser v0.2.0
2882026-05-21T21:54:28.399Z Downloaded anstream v0.6.21
2892026-05-21T21:54:28.402Z Downloaded thiserror-impl v2.0.18
2902026-05-21T21:54:28.402Z Downloaded displaydoc v0.2.5
2912026-05-21T21:54:28.405Z Downloaded cargo_metadata v0.21.0
2922026-05-21T21:54:28.408Z Downloaded thiserror v2.0.18
2932026-05-21T21:54:28.411Z Downloaded usdt-attr-macro v0.5.0
2942026-05-21T21:54:28.411Z Downloaded usdt v0.5.0
2952026-05-21T21:54:28.415Z Downloaded thread-id v4.2.2
2962026-05-21T21:54:28.418Z Downloaded version_check v0.9.5
2972026-05-21T21:54:28.418Z Downloaded yoke-derive v0.8.1
2982026-05-21T21:54:28.418Z Downloaded toml_write v0.1.2
2992026-05-21T21:54:28.421Z Downloaded unicode-linebreak v0.1.5
3002026-05-21T21:54:28.421Z Downloaded toml_datetime v0.6.11
3012026-05-21T21:54:28.421Z Downloaded proc-macro-error v1.0.4
3022026-05-21T21:54:28.423Z Downloaded ordered-float v2.10.1
3032026-05-21T21:54:28.423Z Downloaded zerofrom v0.1.6
3042026-05-21T21:54:28.424Z Downloaded utf8parse v0.2.2
3052026-05-21T21:54:28.424Z Downloaded pretty-hex v0.4.1
3062026-05-21T21:54:28.426Z Downloaded proc-macro2 v1.0.106
3072026-05-21T21:54:28.427Z Downloaded zerofrom-derive v0.1.6
3082026-05-21T21:54:28.429Z Downloaded thiserror-impl v1.0.69
3092026-05-21T21:54:28.430Z Downloaded yoke v0.8.1
3102026-05-21T21:54:28.430Z Downloaded utf8_iter v1.0.4
3112026-05-21T21:54:28.430Z Downloaded icu_properties v2.1.2
3122026-05-21T21:54:28.432Z Downloaded crypto-common v0.1.7
3132026-05-21T21:54:28.439Z Downloaded erased-serde v0.4.9
3142026-05-21T21:54:28.442Z Downloaded usdt-macro v0.5.0
3152026-05-21T21:54:28.442Z Downloaded typeid v1.0.3
3162026-05-21T21:54:28.442Z Downloaded percent-encoding v2.3.2
3172026-05-21T21:54:28.447Z Downloaded heck v0.4.1
3182026-05-21T21:54:28.447Z Downloaded generic-array v0.14.7
3192026-05-21T21:54:28.450Z Downloaded memmap v0.7.0
3202026-05-21T21:54:28.450Z Downloaded cargo-platform v0.2.0
3212026-05-21T21:54:28.453Z Downloaded tinystr v0.8.2
3222026-05-21T21:54:28.453Z Downloaded litemap v0.8.1
3232026-05-21T21:54:28.456Z Downloaded block-buffer v0.10.4
3242026-05-21T21:54:28.456Z Downloaded log v0.4.29
3252026-05-21T21:54:28.458Z Downloaded anstyle-query v1.1.5
3262026-05-21T21:54:28.461Z Downloaded zerovec-derive v0.11.2
3272026-05-21T21:54:28.461Z Downloaded writeable v0.6.2
3282026-05-21T21:54:28.461Z Downloaded usdt-impl v0.5.0
3292026-05-21T21:54:28.465Z Downloaded heck v0.5.0
3302026-05-21T21:54:28.465Z Downloaded fastrand v2.3.0
3312026-05-21T21:54:28.465Z Downloaded fnv v1.0.7
3322026-05-21T21:54:28.469Z Downloaded proc-macro-error-attr v1.0.4
3332026-05-21T21:54:28.469Z Downloaded toml v0.8.23
3342026-05-21T21:54:28.472Z Downloaded ucd-trie v0.1.7
3352026-05-21T21:54:28.472Z Downloaded colorchoice v1.0.4
3362026-05-21T21:54:28.472Z Downloaded is_terminal_polyfill v1.70.2
3372026-05-21T21:54:28.475Z Downloaded form_urlencoded v1.2.2
3382026-05-21T21:54:28.475Z Downloaded zmij v1.0.21
3392026-05-21T21:54:28.478Z Downloaded unicode-xid v0.2.6
3402026-05-21T21:54:28.478Z Downloaded textwrap v0.16.2
3412026-05-21T21:54:28.478Z Downloaded potential_utf v0.1.4
3422026-05-21T21:54:28.481Z Downloaded zerocopy-derive v0.7.35
3432026-05-21T21:54:28.481Z Downloaded serde-value v0.7.0
3442026-05-21T21:54:28.484Z Downloaded plain v0.2.3
3452026-05-21T21:54:28.484Z Downloaded itoa v1.0.17
3462026-05-21T21:54:28.484Z Downloaded cpufeatures v0.2.17
3472026-05-21T21:54:28.487Z Downloaded icu_normalizer_data v2.1.1
3482026-05-21T21:54:28.487Z Downloaded anstyle-parse v0.2.7
3492026-05-21T21:54:28.490Z Downloaded zerotrie v0.2.3
3502026-05-21T21:54:28.493Z Downloaded unicode-ident v1.0.24
3512026-05-21T21:54:28.497Z Downloaded toml_edit v0.22.27
3522026-05-21T21:54:28.500Z Downloaded url v2.5.8
3532026-05-21T21:54:28.503Z Downloaded typenum v1.19.0
3542026-05-21T21:54:28.503Z Downloaded clap_lex v1.0.0
3552026-05-21T21:54:28.506Z Downloaded strsim v0.11.1
3562026-05-21T21:54:28.506Z Downloaded errno v0.3.14
3572026-05-21T21:54:28.506Z Downloaded scroll_derive v0.12.1
3582026-05-21T21:54:28.509Z Downloaded idna_adapter v1.2.1
3592026-05-21T21:54:28.512Z Downloaded smawk v0.3.2
3602026-05-21T21:54:28.515Z Downloaded zerocopy v0.7.35
3612026-05-21T21:54:28.524Z Downloaded zerovec v0.11.5
3622026-05-21T21:54:28.528Z Downloaded icu_locale_core v2.1.1
3632026-05-21T21:54:28.531Z Downloaded serde-untagged v0.1.9
3642026-05-21T21:54:28.534Z Downloaded scroll v0.12.0
3652026-05-21T21:54:28.534Z Downloaded winnow v0.7.14
3662026-05-21T21:54:28.538Z Downloaded synstructure v0.13.2
3672026-05-21T21:54:28.541Z Downloaded anstyle v1.0.13
3682026-05-21T21:54:28.541Z Downloaded once_cell v1.21.3
3692026-05-21T21:54:28.544Z Downloaded bytecount v0.6.9
3702026-05-21T21:54:28.544Z Downloaded getrandom v0.4.1
3712026-05-21T21:54:28.547Z Downloaded cargo_toml v0.21.0
3722026-05-21T21:54:28.547Z Downloaded terminal_size v0.4.3
3732026-05-21T21:54:28.547Z Downloaded tabled_derive v0.7.0
3742026-05-21T21:54:28.547Z Downloaded swrite v0.1.0
3752026-05-21T21:54:28.547Z Downloaded unicode-width v0.2.0
3762026-05-21T21:54:28.551Z Downloaded unicode-width v0.1.14
3772026-05-21T21:54:28.554Z Downloaded thiserror v1.0.69
3782026-05-21T21:54:28.557Z Downloaded stable_deref_trait v1.2.1
3792026-05-21T21:54:28.560Z Downloaded sha2 v0.10.9
3802026-05-21T21:54:28.560Z Downloaded serde_tokenstream v0.2.3
3812026-05-21T21:54:28.560Z Downloaded serde_spanned v0.6.9
3822026-05-21T21:54:28.560Z Downloaded macaddr v1.0.1
3832026-05-21T21:54:28.563Z Downloaded cfg-if v1.0.4
3842026-05-21T21:54:28.563Z Downloaded quote v1.0.45
3852026-05-21T21:54:28.566Z Downloaded digest v0.10.7
3862026-05-21T21:54:28.566Z Downloaded clap_derive v4.5.55
3872026-05-21T21:54:28.566Z Downloaded autocfg v1.5.0
3882026-05-21T21:54:28.574Z Downloaded tempfile v3.25.0
3892026-05-21T21:54:28.577Z Downloaded fs-err v3.3.0
3902026-05-21T21:54:28.580Z Downloaded bitflags v2.11.0
3912026-05-21T21:54:28.585Z Downloaded pest_generator v2.8.6
3922026-05-21T21:54:28.588Z Downloaded camino-tempfile v1.4.1
3932026-05-21T21:54:28.591Z Downloaded semver v1.0.28
3942026-05-21T21:54:28.594Z Downloaded camino v1.2.2
3952026-05-21T21:54:28.594Z Downloaded pest_derive v2.8.6
3962026-05-21T21:54:28.597Z Downloaded byteorder v1.5.0
3972026-05-21T21:54:28.600Z Downloaded num-traits v0.2.19
3982026-05-21T21:54:28.600Z Downloaded serde_derive v1.0.228
3992026-05-21T21:54:28.603Z Downloaded serde_core v1.0.228
4002026-05-21T21:54:28.603Z Downloaded smallvec v1.15.1
4012026-05-21T21:54:28.607Z Downloaded papergrid v0.11.0
4022026-05-21T21:54:28.617Z Downloaded icu_normalizer v2.1.1
4032026-05-21T21:54:28.620Z Downloaded clap v4.5.60
4042026-05-21T21:54:28.631Z Downloaded pest_meta v2.8.6
4052026-05-21T21:54:28.634Z Downloaded icu_provider v2.1.1
4062026-05-21T21:54:28.637Z Downloaded serde_json v1.0.149
4072026-05-21T21:54:28.641Z Downloaded icu_collections v2.1.1
4082026-05-21T21:54:28.644Z Downloaded serde v1.0.228
4092026-05-21T21:54:28.649Z Downloaded memchr v2.8.0
4102026-05-21T21:54:28.657Z Downloaded icu_properties_data v2.1.2
4112026-05-21T21:54:28.663Z Downloaded indexmap v2.14.0
4122026-05-21T21:54:28.670Z Downloaded pest v2.8.6
4132026-05-21T21:54:28.673Z Downloaded tabled v0.15.0
4142026-05-21T21:54:28.683Z Downloaded hashbrown v0.17.0
4152026-05-21T21:54:28.691Z Downloaded idna v1.1.0
4162026-05-21T21:54:28.694Z Downloaded goblin v0.8.2
4172026-05-21T21:54:28.697Z Downloaded clap_builder v4.5.60
4182026-05-21T21:54:28.711Z Downloaded syn v1.0.109
4192026-05-21T21:54:28.722Z Downloaded syn v2.0.117
4202026-05-21T21:54:28.736Z Downloaded rustix v1.1.3
4212026-05-21T21:54:28.763Z Downloaded libc v0.2.185
4222026-05-21T21:54:28.830Z Compiling proc-macro2 v1.0.106
4232026-05-21T21:54:28.830Z Compiling unicode-ident v1.0.24
4242026-05-21T21:54:28.838Z Compiling quote v1.0.45
4252026-05-21T21:54:28.838Z Compiling serde_core v1.0.228
4262026-05-21T21:54:28.838Z Compiling libc v0.2.185
4272026-05-21T21:54:28.838Z Compiling version_check v0.9.5
4282026-05-21T21:54:28.838Z Compiling serde v1.0.228
4292026-05-21T21:54:28.838Z Compiling stable_deref_trait v1.2.1
4302026-05-21T21:54:29.123Z Compiling memchr v2.8.0
4312026-05-21T21:54:29.152Z Compiling zmij v1.0.21
4322026-05-21T21:54:29.402Z Compiling thiserror v1.0.69
4332026-05-21T21:54:29.417Z Compiling itoa v1.0.17
4342026-05-21T21:54:29.593Z Compiling autocfg v1.5.0
4352026-05-21T21:54:29.689Z Compiling ucd-trie v0.1.7
4362026-05-21T21:54:29.762Z Compiling litemap v0.8.1
4372026-05-21T21:54:29.775Z Compiling writeable v0.6.2
4382026-05-21T21:54:29.835Z Compiling pest v2.8.6
4392026-05-21T21:54:29.947Z Compiling byteorder v1.5.0
4402026-05-21T21:54:29.963Z Compiling rustix v1.1.3
4412026-05-21T21:54:29.977Z Compiling icu_normalizer_data v2.1.1
4422026-05-21T21:54:30.016Z Compiling icu_properties_data v2.1.2
4432026-05-21T21:54:30.237Z Compiling errno v0.3.14
4442026-05-21T21:54:30.324Z Compiling bitflags v2.11.0
4452026-05-21T21:54:30.387Z Compiling syn v2.0.117
4462026-05-21T21:54:30.422Z Compiling serde_json v1.0.149
4472026-05-21T21:54:30.629Z Compiling num-traits v0.2.19
4482026-05-21T21:54:30.647Z Compiling typeid v1.0.3
4492026-05-21T21:54:30.696Z Compiling equivalent v1.0.2
4502026-05-21T21:54:30.809Z Compiling hashbrown v0.17.0
4512026-05-21T21:54:30.905Z Compiling pest_meta v2.8.6
4522026-05-21T21:54:30.977Z Compiling smallvec v1.15.1
4532026-05-21T21:54:31.192Z Compiling thread-id v4.2.2
4542026-05-21T21:54:31.266Z Compiling usdt-impl v0.5.0
4552026-05-21T21:54:31.281Z Compiling indexmap v2.14.0
4562026-05-21T21:54:31.303Z Compiling proc-macro-error-attr v1.0.4
4572026-05-21T21:54:31.344Z Compiling winnow v0.7.14
4582026-05-21T21:54:31.473Z Compiling erased-serde v0.4.9
4592026-05-21T21:54:31.488Z Compiling toml_write v0.1.2
4602026-05-21T21:54:31.734Z Compiling syn v1.0.109
4612026-05-21T21:54:32.056Z Compiling proc-macro-error v1.0.4
4622026-05-21T21:54:32.092Z Compiling plain v0.2.3
4632026-05-21T21:54:32.210Z Compiling camino v1.2.2
4642026-05-21T21:54:32.243Z Compiling utf8parse v0.2.2
4652026-05-21T21:54:32.361Z Compiling log v0.4.29
4662026-05-21T21:54:32.485Z Compiling utf8_iter v1.0.4
4672026-05-21T21:54:32.530Z Compiling thiserror v2.0.18
4682026-05-21T21:54:32.553Z Compiling percent-encoding v2.3.2
4692026-05-21T21:54:32.572Z Compiling getrandom v0.4.1
4702026-05-21T21:54:32.692Z Compiling form_urlencoded v1.2.2
4712026-05-21T21:54:32.710Z Compiling ordered-float v2.10.1
4722026-05-21T21:54:32.747Z Compiling anstyle-parse v0.2.7
4732026-05-21T21:54:32.972Z Compiling terminal_size v0.4.3
4742026-05-21T21:54:33.009Z Compiling is_terminal_polyfill v1.70.2
4752026-05-21T21:54:33.088Z Compiling synstructure v0.13.2
4762026-05-21T21:54:33.105Z Compiling pest_generator v2.8.6
4772026-05-21T21:54:33.119Z Compiling colorchoice v1.0.4
4782026-05-21T21:54:33.198Z Compiling cfg-if v1.0.4
4792026-05-21T21:54:33.240Z Compiling anstyle-query v1.1.5
4802026-05-21T21:54:33.276Z Compiling pretty-hex v0.4.1
4812026-05-21T21:54:33.345Z Compiling anstyle v1.0.13
4822026-05-21T21:54:33.361Z Compiling serde-untagged v0.1.9
4832026-05-21T21:54:33.537Z Compiling anstream v0.6.21
4842026-05-21T21:54:33.599Z Compiling semver v1.0.28
4852026-05-21T21:54:33.720Z Compiling fs-err v3.3.0
4862026-05-21T21:54:33.819Z Compiling heck v0.4.1
4872026-05-21T21:54:33.856Z Compiling heck v0.5.0
4882026-05-21T21:54:33.908Z Compiling unicode-xid v0.2.6
4892026-05-21T21:54:33.923Z Compiling clap_lex v1.0.0
4902026-05-21T21:54:33.958Z Compiling bytecount v0.6.9
4912026-05-21T21:54:34.049Z Compiling anyhow v1.0.102
4922026-05-21T21:54:34.090Z Compiling fastrand v2.3.0
4932026-05-21T21:54:34.090Z Compiling unicode-width v0.1.14
4942026-05-21T21:54:34.147Z Compiling fnv v1.0.7
4952026-05-21T21:54:34.252Z Compiling once_cell v1.21.3
4962026-05-21T21:54:34.334Z Compiling strsim v0.11.1
4972026-05-21T21:54:34.350Z Compiling papergrid v0.11.0
4982026-05-21T21:54:34.461Z Compiling tempfile v3.25.0
4992026-05-21T21:54:34.479Z Compiling memmap v0.7.0
5002026-05-21T21:54:34.577Z Compiling clap_builder v4.5.60
5012026-05-21T21:54:34.656Z Compiling unicode-linebreak v0.1.5
5022026-05-21T21:54:34.681Z Compiling smawk v0.3.2
5032026-05-21T21:54:34.722Z Compiling serde_derive v1.0.228
5042026-05-21T21:54:34.818Z Compiling zerofrom-derive v0.1.6
5052026-05-21T21:54:34.834Z Compiling yoke-derive v0.8.1
5062026-05-21T21:54:34.896Z Compiling zerovec-derive v0.11.2
5072026-05-21T21:54:34.932Z Compiling displaydoc v0.2.5
5082026-05-21T21:54:35.662Z Compiling thiserror-impl v1.0.69
5092026-05-21T21:54:35.731Z Compiling zerocopy-derive v0.7.35
5102026-05-21T21:54:35.961Z Compiling pest_derive v2.8.6
5112026-05-21T21:54:35.985Z Compiling scroll_derive v0.12.1
5122026-05-21T21:54:36.192Z Compiling zerofrom v0.1.6
5132026-05-21T21:54:36.327Z Compiling yoke v0.8.1
5142026-05-21T21:54:36.381Z Compiling thiserror-impl v2.0.18
5152026-05-21T21:54:36.519Z Compiling zerovec v0.11.5
5162026-05-21T21:54:36.594Z Compiling zerotrie v0.2.3
5172026-05-21T21:54:36.683Z Compiling zerocopy v0.7.35
5182026-05-21T21:54:36.959Z Compiling scroll v0.12.0
5192026-05-21T21:54:37.071Z Compiling tinystr v0.8.2
5202026-05-21T21:54:37.088Z Compiling potential_utf v0.1.4
5212026-05-21T21:54:37.244Z Compiling icu_locale_core v2.1.1
5222026-05-21T21:54:37.244Z Compiling icu_collections v2.1.1
5232026-05-21T21:54:37.276Z Compiling dtrace-parser v0.2.0
5242026-05-21T21:54:37.291Z Compiling goblin v0.8.2
5252026-05-21T21:54:37.493Z Compiling tabled_derive v0.7.0
5262026-05-21T21:54:37.604Z Compiling clap_derive v4.5.55
5272026-05-21T21:54:37.903Z Compiling icu_provider v2.1.1
5282026-05-21T21:54:38.023Z Compiling unicode-width v0.2.0
5292026-05-21T21:54:38.140Z Compiling serde_spanned v0.6.9
5302026-05-21T21:54:38.160Z Compiling icu_normalizer v2.1.1
5312026-05-21T21:54:38.219Z Compiling icu_properties v2.1.2
5322026-05-21T21:54:38.250Z Compiling toml_datetime v0.6.11
5332026-05-21T21:54:38.288Z Compiling dof v0.3.0
5342026-05-21T21:54:38.303Z Compiling serde_tokenstream v0.2.3
5352026-05-21T21:54:38.392Z Compiling serde-value v0.7.0
5362026-05-21T21:54:38.514Z Compiling toml_edit v0.22.27
5372026-05-21T21:54:38.666Z Compiling cargo-platform v0.2.0
5382026-05-21T21:54:38.691Z Compiling tabled v0.15.0
5392026-05-21T21:54:38.757Z Compiling textwrap v0.16.2
5402026-05-21T21:54:38.940Z Compiling macaddr v1.0.1
5412026-05-21T21:54:39.169Z Compiling idna_adapter v1.2.1
5422026-05-21T21:54:39.210Z Compiling camino-tempfile v1.4.1
5432026-05-21T21:54:39.226Z Compiling usdt-macro v0.5.0
5442026-05-21T21:54:39.290Z Compiling idna v1.1.0
5452026-05-21T21:54:39.310Z Compiling usdt-attr-macro v0.5.0
5462026-05-21T21:54:39.333Z Compiling clap v4.5.60
5472026-05-21T21:54:39.727Z Compiling url v2.5.8
5482026-05-21T21:54:39.848Z Compiling swrite v0.1.0
5492026-05-21T21:54:39.938Z Compiling toml v0.8.23
5502026-05-21T21:54:39.953Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-21T21:54:40.430Z Compiling cargo-util-schemas v0.8.2
5522026-05-21T21:54:40.471Z Compiling cargo_toml v0.21.0
5532026-05-21T21:54:40.546Z Compiling usdt v0.5.0
5542026-05-21T21:54:41.262Z Compiling cargo_metadata v0.21.0
5552026-05-21T21:54:42.216Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-21T21:54:44.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.77s
5572026-05-21T21:54:44.536Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-21T21:54:45.096Z Downloading crates ...
5592026-05-21T21:54:45.192Z Downloaded async-recursion v1.1.1
5602026-05-21T21:54:45.196Z Downloaded arrayref v0.3.9
5612026-05-21T21:54:45.196Z Downloaded aead v0.5.2
5622026-05-21T21:54:45.204Z Downloaded adler2 v2.0.1
5632026-05-21T21:54:45.204Z Downloaded ahash v0.8.12
5642026-05-21T21:54:45.207Z Downloaded argon2 v0.5.3
5652026-05-21T21:54:45.207Z Downloaded corncobs v0.1.4
5662026-05-21T21:54:45.207Z Downloaded cancel-safe-futures v0.1.5
5672026-05-21T21:54:45.211Z Downloaded async-bb8-diesel v0.2.1
5682026-05-21T21:54:45.214Z Downloaded async-compression v0.4.41
5692026-05-21T21:54:45.217Z Downloaded derive_more v0.99.20
5702026-05-21T21:54:45.220Z Downloaded async-stream v0.3.6
5712026-05-21T21:54:45.220Z Downloaded blowfish v0.9.1
5722026-05-21T21:54:45.223Z Downloaded cexpr v0.6.0
5732026-05-21T21:54:45.226Z Downloaded ciborium-io v0.2.2
5742026-05-21T21:54:45.226Z Downloaded bzip2 v0.4.4
5752026-05-21T21:54:45.229Z Downloaded async-stream-impl v0.3.6
5762026-05-21T21:54:45.232Z Downloaded blake2 v0.10.6
5772026-05-21T21:54:45.236Z Downloaded cassowary v0.3.0
5782026-05-21T21:54:45.239Z Downloaded atomic-waker v1.1.2
5792026-05-21T21:54:45.242Z Downloaded bitfield-macros v0.19.4
5802026-05-21T21:54:45.242Z Downloaded castaway v0.2.4
5812026-05-21T21:54:45.246Z Downloaded bitfield v0.19.4
5822026-05-21T21:54:45.246Z Downloaded compression-core v0.4.31
5832026-05-21T21:54:45.246Z Downloaded atomicwrites v0.4.4
5842026-05-21T21:54:45.249Z Downloaded deranged v0.5.8
5852026-05-21T21:54:45.252Z Downloaded crossbeam-utils v0.8.21
5862026-05-21T21:54:45.255Z Downloaded bit-set v0.8.0
5872026-05-21T21:54:45.255Z Downloaded dropshot_endpoint v0.16.7
5882026-05-21T21:54:45.258Z Downloaded crc8 v0.1.1
5892026-05-21T21:54:45.258Z Downloaded env_filter v1.0.0
5902026-05-21T21:54:45.261Z Downloaded base64 v0.22.1
5912026-05-21T21:54:45.264Z Downloaded diesel-dtrace v0.5.0
5922026-05-21T21:54:45.264Z Downloaded debug-ignore v1.0.5
5932026-05-21T21:54:45.267Z Downloaded fallible-iterator v0.2.0
5942026-05-21T21:54:45.267Z Downloaded cfg_aliases v0.1.1
5952026-05-21T21:54:45.267Z Downloaded enum-as-inner v0.6.1
5962026-05-21T21:54:45.270Z Downloaded assert_matches v1.5.0
5972026-05-21T21:54:45.270Z Downloaded cfg_aliases v0.2.1
5982026-05-21T21:54:45.270Z Downloaded dyn-clone v1.0.20
5992026-05-21T21:54:45.273Z Downloaded fd-lock v4.0.4
6002026-05-21T21:54:45.273Z Downloaded dirs-next v2.0.0
6012026-05-21T21:54:45.273Z Downloaded darling_macro v0.23.0
6022026-05-21T21:54:45.276Z Downloaded der_derive v0.7.3
6032026-05-21T21:54:45.276Z Downloaded ciborium-ll v0.2.2
6042026-05-21T21:54:45.279Z Downloaded bitfield-struct v0.6.2
6052026-05-21T21:54:45.279Z Downloaded display-error-chain v0.2.2
6062026-05-21T21:54:45.279Z Downloaded crunchy v0.2.4
6072026-05-21T21:54:45.279Z Downloaded cobs v0.3.0
6082026-05-21T21:54:45.282Z Downloaded cmake v0.1.57
6092026-05-21T21:54:45.282Z Downloaded camino-tempfile-ext v0.3.3
6102026-05-21T21:54:45.285Z Downloaded bitflags v1.3.2
6112026-05-21T21:54:45.285Z Downloaded flagset v0.4.7
6122026-05-21T21:54:45.288Z Downloaded endian-type v0.1.2
6132026-05-21T21:54:45.288Z Downloaded crucible-workspace-hack v0.1.0
6142026-05-21T21:54:45.288Z Downloaded atty v0.2.14
6152026-05-21T21:54:45.288Z Downloaded bit-set v0.5.3
6162026-05-21T21:54:45.292Z Downloaded convert_case v0.4.0
6172026-05-21T21:54:45.292Z Downloaded crc v3.4.0
6182026-05-21T21:54:45.292Z Downloaded erased-serde v0.3.31
6192026-05-21T21:54:45.295Z Downloaded block-padding v0.3.3
6202026-05-21T21:54:45.295Z Downloaded dunce v1.0.5
6212026-05-21T21:54:45.295Z Downloaded crc-catalog v2.4.0
6222026-05-21T21:54:45.295Z Downloaded darling_macro v0.21.3
6232026-05-21T21:54:45.298Z Downloaded embedded-io v0.6.1
6242026-05-21T21:54:45.301Z Downloaded curve25519-dalek-derive v0.1.1
6252026-05-21T21:54:45.301Z Downloaded foreign-types v0.3.2
6262026-05-21T21:54:45.301Z Downloaded ascii-canvas v3.0.0
6272026-05-21T21:54:45.304Z Downloaded dof v0.4.0
6282026-05-21T21:54:45.304Z Downloaded cstr-argument v0.1.2
6292026-05-21T21:54:45.304Z Downloaded bb8 v0.8.6
6302026-05-21T21:54:45.307Z Downloaded dtrace-parser v0.3.0
6312026-05-21T21:54:45.307Z Downloaded dsl_auto_type v0.2.0
6322026-05-21T21:54:45.307Z Downloaded foreign-types-shared v0.3.1
6332026-05-21T21:54:45.307Z Downloaded foreign-types v0.5.0
6342026-05-21T21:54:45.310Z Downloaded cargo-platform v0.1.9
6352026-05-21T21:54:45.310Z Downloaded diesel_table_macro_syntax v0.3.0
6362026-05-21T21:54:45.313Z Downloaded filetime v0.2.27
6372026-05-21T21:54:45.314Z Downloaded crossbeam-deque v0.8.6
6382026-05-21T21:54:45.316Z Downloaded ff v0.13.1
6392026-05-21T21:54:45.316Z Downloaded ecdsa v0.16.9
6402026-05-21T21:54:45.319Z Downloaded dropshot-api-manager-types v0.7.1
6412026-05-21T21:54:45.319Z Downloaded cpufeatures v0.3.0
6422026-05-21T21:54:45.319Z Downloaded float-cmp v0.10.0
6432026-05-21T21:54:45.322Z Downloaded futures-macro v0.3.32
6442026-05-21T21:54:45.322Z Downloaded foldhash v0.2.0
6452026-05-21T21:54:45.322Z Downloaded crc32fast v1.5.0
6462026-05-21T21:54:45.326Z Downloaded funty v2.0.0
6472026-05-21T21:54:45.326Z Downloaded fixedbitset v0.4.2
6482026-05-21T21:54:45.326Z Downloaded env_logger v0.11.9
6492026-05-21T21:54:45.328Z Downloaded fixedbitset v0.5.7
6502026-05-21T21:54:45.331Z Downloaded des v0.8.1
6512026-05-21T21:54:45.331Z Downloaded defmt v0.3.100
6522026-05-21T21:54:45.331Z Downloaded const_format v0.2.35
6532026-05-21T21:54:45.335Z Downloaded downcast-rs v2.0.2
6542026-05-21T21:54:45.338Z Downloaded darling_macro v0.20.11
6552026-05-21T21:54:45.338Z Downloaded cipher v0.4.4
6562026-05-21T21:54:45.341Z Downloaded defmt-parser v1.0.0
6572026-05-21T21:54:45.341Z Downloaded embedded-io v0.4.0
6582026-05-21T21:54:45.344Z Downloaded foreign-types-macros v0.2.3
6592026-05-21T21:54:45.344Z Downloaded futures-sink v0.3.32
6602026-05-21T21:54:45.344Z Downloaded console v0.16.2
6612026-05-21T21:54:45.348Z Downloaded futures-core v0.3.32
6622026-05-21T21:54:45.348Z Downloaded foreign-types-shared v0.1.1
6632026-05-21T21:54:45.348Z Downloaded derive_builder_macro v0.20.2
6642026-05-21T21:54:45.348Z Downloaded hash32 v0.3.1
6652026-05-21T21:54:45.351Z Downloaded futures-io v0.3.32
6662026-05-21T21:54:45.351Z Downloaded ghash v0.5.1
6672026-05-21T21:54:45.351Z Downloaded gethostname v0.5.0
6682026-05-21T21:54:45.354Z Downloaded futures-task v0.3.32
6692026-05-21T21:54:45.354Z Downloaded either v1.15.0
6702026-05-21T21:54:45.354Z Downloaded hash32 v0.2.1
6712026-05-21T21:54:45.357Z Downloaded globwalk v0.9.1
6722026-05-21T21:54:45.357Z Downloaded critical-section v1.2.0
6732026-05-21T21:54:45.360Z Downloaded bcs v0.1.6
6742026-05-21T21:54:45.360Z Downloaded array-init v0.0.4
6752026-05-21T21:54:45.360Z Downloaded arrayvec v0.7.6
6762026-05-21T21:54:45.363Z Downloaded float-ord v0.3.2
6772026-05-21T21:54:45.366Z Downloaded byte-wrapper v0.1.0
6782026-05-21T21:54:45.366Z Downloaded cargo_metadata v0.19.2
6792026-05-21T21:54:45.369Z Downloaded headers-core v0.3.0
6802026-05-21T21:54:45.369Z Downloaded async-trait v0.1.89
6812026-05-21T21:54:45.372Z Downloaded document-features v0.2.12
6822026-05-21T21:54:45.372Z Downloaded hex v0.4.3
6832026-05-21T21:54:45.375Z Downloaded convert_case v0.10.0
6842026-05-21T21:54:45.375Z Downloaded base64ct v1.8.3
6852026-05-21T21:54:45.378Z Downloaded chacha20 v0.9.1
6862026-05-21T21:54:45.378Z Downloaded defmt-macros v1.0.1
6872026-05-21T21:54:45.381Z Downloaded const_format_proc_macros v0.2.34
6882026-05-21T21:54:45.381Z Downloaded foldhash v0.1.5
6892026-05-21T21:54:45.384Z Downloaded fs_extra v1.3.0
6902026-05-21T21:54:45.385Z Downloaded derive_builder_core v0.20.2
6912026-05-21T21:54:45.388Z Downloaded drift v0.1.4
6922026-05-21T21:54:45.391Z Downloaded home v0.5.12
6932026-05-21T21:54:45.394Z Downloaded httpdate v1.0.3
6942026-05-21T21:54:45.394Z Downloaded hubpack v0.1.2
6952026-05-21T21:54:45.394Z Downloaded hostname v0.4.2
6962026-05-21T21:54:45.397Z Downloaded http-body v1.0.1
6972026-05-21T21:54:45.397Z Downloaded bcrypt-pbkdf v0.10.0
6982026-05-21T21:54:45.397Z Downloaded darling v0.21.3
6992026-05-21T21:54:45.400Z Downloaded http-range v0.1.5
7002026-05-21T21:54:45.403Z Downloaded hostname v0.3.1
7012026-05-21T21:54:45.403Z Downloaded ena v0.14.4
7022026-05-21T21:54:45.406Z Downloaded defmt v1.0.1
7032026-05-21T21:54:45.406Z Downloaded dirs-sys-next v0.1.2
7042026-05-21T21:54:45.409Z Downloaded hubpack_derive v0.1.1
7052026-05-21T21:54:45.409Z Downloaded hyper-tls v0.6.0
7062026-05-21T21:54:45.409Z Downloaded ident_case v1.0.1
7072026-05-21T21:54:45.412Z Downloaded glob v0.3.3
7082026-05-21T21:54:45.412Z Downloaded bit-vec v0.6.3
7092026-05-21T21:54:45.412Z Downloaded base64 v0.21.7
7102026-05-21T21:54:45.415Z Downloaded indoc v1.0.9
7112026-05-21T21:54:45.418Z Downloaded indent_write v2.2.0
7122026-05-21T21:54:45.418Z Downloaded group v0.13.0
7132026-05-21T21:54:45.421Z Downloaded illumos-nvpair-sys v0.2.0
7142026-05-21T21:54:45.421Z Downloaded illumos-nvpair v0.3.0
7152026-05-21T21:54:45.421Z Downloaded globset v0.4.18
7162026-05-21T21:54:45.421Z Downloaded internet-checksum v0.2.1
7172026-05-21T21:54:45.424Z Downloaded git-stub v1.0.0
7182026-05-21T21:54:45.424Z Downloaded find-msvc-tools v0.1.9
7192026-05-21T21:54:45.424Z Downloaded kstat-rs v0.2.4
7202026-05-21T21:54:45.427Z Downloaded daft v0.1.7
7212026-05-21T21:54:45.427Z Downloaded fxhash v0.2.1
7222026-05-21T21:54:45.427Z Downloaded fs-err v2.11.0
7232026-05-21T21:54:45.431Z Downloaded lazy_static v1.5.0
7242026-05-21T21:54:45.431Z Downloaded ed25519 v2.2.3
7252026-05-21T21:54:45.434Z Downloaded csv-core v0.1.13
7262026-05-21T21:54:45.434Z Downloaded lalrpop-util v0.19.12
7272026-05-21T21:54:45.434Z Downloaded darling v0.23.0
7282026-05-21T21:54:45.437Z Downloaded libscf-sys v1.1.0
7292026-05-21T21:54:45.440Z Downloaded daft-derive v0.1.7
7302026-05-21T21:54:45.443Z Downloaded instant v0.1.13
7312026-05-21T21:54:45.443Z Downloaded cookie_store v0.22.1
7322026-05-21T21:54:45.446Z Downloaded inout v0.1.4
7332026-05-21T21:54:45.446Z Downloaded instability v0.3.11
7342026-05-21T21:54:45.446Z Downloaded colored v3.1.1
7352026-05-21T21:54:45.449Z Downloaded const-oid v0.9.6
7362026-05-21T21:54:45.449Z Downloaded derive_more-impl v2.1.1
7372026-05-21T21:54:45.452Z Downloaded hex-literal v0.4.1
7382026-05-21T21:54:45.457Z Downloaded bit-vec v0.8.0
7392026-05-21T21:54:45.457Z Downloaded is_ci v1.2.0
7402026-05-21T21:54:45.460Z Downloaded is-terminal v0.4.17
7412026-05-21T21:54:45.461Z Downloaded console v0.15.11
7422026-05-21T21:54:45.461Z Downloaded highway v1.3.0
7432026-05-21T21:54:45.461Z Downloaded git-stub-vcs v0.1.0
7442026-05-21T21:54:45.465Z Downloaded http-body-util v0.1.3
7452026-05-21T21:54:45.465Z Downloaded colored v2.2.0
7462026-05-21T21:54:45.469Z Downloaded futures-channel v0.3.32
7472026-05-21T21:54:45.469Z Downloaded chacha20 v0.10.0
7482026-05-21T21:54:45.469Z Downloaded allocator-api2 v0.2.21
7492026-05-21T21:54:45.474Z Downloaded backoff v0.4.0
7502026-05-21T21:54:45.474Z Downloaded backon v1.6.0
7512026-05-21T21:54:45.478Z Downloaded md-5 v0.10.6
7522026-05-21T21:54:45.478Z Downloaded hyper-staticfile v0.10.1
7532026-05-21T21:54:45.478Z Downloaded humantime v2.3.0
7542026-05-21T21:54:45.481Z Downloaded memoffset v0.9.1
7552026-05-21T21:54:45.481Z Downloaded mime v0.3.17
7562026-05-21T21:54:45.481Z Downloaded match_cfg v0.1.0
7572026-05-21T21:54:45.481Z Downloaded managed v0.8.0
7582026-05-21T21:54:45.481Z Downloaded futures-executor v0.3.32
7592026-05-21T21:54:45.484Z Downloaded maplit v1.0.2
7602026-05-21T21:54:45.484Z Downloaded lzss v0.8.2
7612026-05-21T21:54:45.485Z Downloaded ingot v0.1.1
7622026-05-21T21:54:45.488Z Downloaded getrandom v0.2.17
7632026-05-21T21:54:45.488Z Downloaded maybe-uninit v2.0.0
7642026-05-21T21:54:45.491Z Downloaded new_debug_unreachable v1.0.6
7652026-05-21T21:54:45.491Z Downloaded multimap v0.10.1
7662026-05-21T21:54:45.491Z Downloaded keccak v0.1.6
7672026-05-21T21:54:45.494Z Downloaded derive-ex v0.1.8
7682026-05-21T21:54:45.494Z Downloaded md5 v0.7.0
7692026-05-21T21:54:45.494Z Downloaded lru-slab v0.1.2
7702026-05-21T21:54:45.494Z Downloaded lru-cache v0.1.2
7712026-05-21T21:54:45.497Z Downloaded ipnetwork v0.21.1
7722026-05-21T21:54:45.497Z Downloaded jobserver v0.1.34
7732026-05-21T21:54:45.500Z Downloaded newtype-uuid-macros v0.1.0
7742026-05-21T21:54:45.500Z Downloaded nibble_vec v0.1.0
7752026-05-21T21:54:45.503Z Downloaded cookie v0.18.1
7762026-05-21T21:54:45.503Z Downloaded diff v0.1.13
7772026-05-21T21:54:45.506Z Downloaded libsw v3.5.0
7782026-05-21T21:54:45.506Z Downloaded crc-any v2.5.0
7792026-05-21T21:54:45.509Z Downloaded ingot-types v0.1.2
7802026-05-21T21:54:45.509Z Downloaded derive_builder v0.20.2
7812026-05-21T21:54:45.512Z Downloaded ipnet v2.11.0
7822026-05-21T21:54:45.515Z Downloaded constant_time_eq v0.4.2
7832026-05-21T21:54:45.515Z Downloaded lru v0.12.5
7842026-05-21T21:54:45.515Z Downloaded linked-hash-map v0.5.6
7852026-05-21T21:54:45.518Z Downloaded hmac v0.12.1
7862026-05-21T21:54:45.518Z Downloaded crossbeam-epoch v0.9.18
7872026-05-21T21:54:45.521Z Downloaded libloading v0.8.9
7882026-05-21T21:54:45.521Z Downloaded newtype_derive v0.1.6
7892026-05-21T21:54:45.524Z Downloaded der v0.7.10
7902026-05-21T21:54:45.527Z Downloaded num v0.4.3
7912026-05-21T21:54:45.527Z Downloaded normalize-line-endings v0.3.0
7922026-05-21T21:54:45.527Z Downloaded nonempty v0.12.0
7932026-05-21T21:54:45.530Z Downloaded nodrop v0.1.14
7942026-05-21T21:54:45.530Z Downloaded darling v0.20.11
7952026-05-21T21:54:45.533Z Downloaded futures v0.3.32
7962026-05-21T21:54:45.536Z Downloaded crypto-bigint v0.5.5
7972026-05-21T21:54:45.539Z Downloaded num_enum_derive v0.5.11
7982026-05-21T21:54:45.542Z Downloaded num-iter v0.1.45
7992026-05-21T21:54:45.542Z Downloaded libsw-core v0.3.2
8002026-05-21T21:54:45.542Z Downloaded openssl-macros v0.1.1
8012026-05-21T21:54:45.545Z Downloaded libefi-sys v0.1.0
8022026-05-21T21:54:45.545Z Downloaded opaque-debug v0.3.1
8032026-05-21T21:54:45.545Z Downloaded mime_guess v2.0.5
8042026-05-21T21:54:45.548Z Downloaded linear-map v1.2.0
8052026-05-21T21:54:45.548Z Downloaded openssl-probe v0.1.6
8062026-05-21T21:54:45.548Z Downloaded olpc-cjson v0.1.4
8072026-05-21T21:54:45.551Z Downloaded derive-where v1.6.0
8082026-05-21T21:54:45.554Z Downloaded oso-derive v0.27.3
8092026-05-21T21:54:45.554Z Downloaded iana-time-zone v0.1.65
8102026-05-21T21:54:45.554Z Downloaded lock_api v0.4.14
8112026-05-21T21:54:45.557Z Downloaded indoc v2.0.7
8122026-05-21T21:54:45.560Z Downloaded ingot-macros v0.1.1
8132026-05-21T21:54:45.560Z Downloaded impl-trait-for-tuples v0.2.3
8142026-05-21T21:54:45.563Z Downloaded getrandom v0.3.4
8152026-05-21T21:54:45.563Z Downloaded clang-sys v1.8.1
8162026-05-21T21:54:45.566Z Downloaded hyper-rustls v0.27.7
8172026-05-21T21:54:45.569Z Downloaded parse-display v0.10.0
8182026-05-21T21:54:45.569Z Downloaded newtype-uuid v1.3.2
8192026-05-21T21:54:45.569Z Downloaded multer v3.1.0
8202026-05-21T21:54:45.572Z Downloaded dropshot_endpoint v0.17.0
8212026-05-21T21:54:45.575Z Downloaded openssl-probe v0.2.1
8222026-05-21T21:54:45.575Z Downloaded native-tls v0.2.18
8232026-05-21T21:54:45.578Z Downloaded half v1.8.3
8242026-05-21T21:54:45.578Z Downloaded arc-swap v1.8.2
8252026-05-21T21:54:45.581Z Downloaded peg-runtime v0.8.5
8262026-05-21T21:54:45.581Z Downloaded chacha20poly1305 v0.10.1
8272026-05-21T21:54:45.584Z Downloaded newline-converter v0.3.0
8282026-05-21T21:54:45.584Z Downloaded pbkdf2 v0.12.2
8292026-05-21T21:54:45.584Z Downloaded fatfs v0.3.6
8302026-05-21T21:54:45.587Z Downloaded phf_shared v0.13.1
8312026-05-21T21:54:45.587Z Downloaded half v2.7.1
8322026-05-21T21:54:45.590Z Downloaded elliptic-curve v0.13.8
8332026-05-21T21:54:45.593Z Downloaded parse-size v1.1.0
8342026-05-21T21:54:45.593Z Downloaded flume v0.11.1
8352026-05-21T21:54:45.596Z Downloaded pbkdf2 v0.11.0
8362026-05-21T21:54:45.596Z Downloaded num-complex v0.4.6
8372026-05-21T21:54:45.599Z Downloaded path-slash v0.1.5
8382026-05-21T21:54:45.599Z Downloaded num_enum v0.7.5
8392026-05-21T21:54:45.619Z Downloaded powerfmt v0.2.0
8402026-05-21T21:54:45.623Z Downloaded phf_shared v0.12.1
8412026-05-21T21:54:45.623Z Downloaded owo-colors v4.3.0
8422026-05-21T21:54:45.623Z Downloaded num_threads v0.1.7
8432026-05-21T21:54:45.626Z Downloaded num_enum_derive v0.7.5
8442026-05-21T21:54:45.626Z Downloaded num_enum v0.5.11
8452026-05-21T21:54:45.630Z Downloaded packed_struct v0.10.1
8462026-05-21T21:54:45.631Z Downloaded num-rational v0.4.2
8472026-05-21T21:54:45.634Z Downloaded num-integer v0.1.46
8482026-05-21T21:54:45.634Z Downloaded nu-ansi-term v0.50.3
8492026-05-21T21:54:45.634Z Downloaded httparse v1.10.1
8502026-05-21T21:54:45.637Z Downloaded predicates-tree v1.0.13
8512026-05-21T21:54:45.637Z Downloaded predicates-core v1.0.10
8522026-05-21T21:54:45.637Z Downloaded precomputed-hash v0.1.1
8532026-05-21T21:54:45.637Z Downloaded oxide-tokio-rt v0.1.4
8542026-05-21T21:54:45.640Z Downloaded ignore v0.4.25
8552026-05-21T21:54:45.640Z Downloaded compact_str v0.8.1
8562026-05-21T21:54:45.643Z Downloaded progenitor-client v0.14.0
8572026-05-21T21:54:45.646Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-05-21T21:54:45.646Z Downloaded proc-macro-crate v3.4.0
8592026-05-21T21:54:45.646Z Downloaded packed_struct_codegen v0.10.1
8602026-05-21T21:54:45.646Z Downloaded oxnet v0.1.4
8612026-05-21T21:54:45.649Z Downloaded darling_core v0.21.3
8622026-05-21T21:54:45.652Z Downloaded proc-macro-crate v1.3.1
8632026-05-21T21:54:45.652Z Downloaded parse-display-derive v0.10.0
8642026-05-21T21:54:45.655Z Downloaded indexmap v1.9.3
8652026-05-21T21:54:45.655Z Downloaded flate2 v1.1.9
8662026-05-21T21:54:45.658Z Downloaded phf_shared v0.11.3
8672026-05-21T21:54:45.661Z Downloaded peg v0.8.5
8682026-05-21T21:54:45.661Z Downloaded pem-rfc7468 v0.7.0
8692026-05-21T21:54:45.665Z Downloaded psl-types v2.0.11
8702026-05-21T21:54:45.665Z Downloaded progenitor-macro v0.13.0
8712026-05-21T21:54:45.667Z Downloaded progenitor-client v0.11.2
8722026-05-21T21:54:45.667Z Downloaded progenitor-client v0.10.0
8732026-05-21T21:54:45.668Z Downloaded phf v0.13.1
8742026-05-21T21:54:45.671Z Downloaded phf v0.12.1
8752026-05-21T21:54:45.671Z Downloaded heapless v0.7.17
8762026-05-21T21:54:45.674Z Downloaded quick-error v1.2.3
8772026-05-21T21:54:45.674Z Downloaded progenitor-macro v0.10.0
8782026-05-21T21:54:45.674Z Downloaded paste v1.0.15
8792026-05-21T21:54:45.677Z Downloaded password-hash v0.5.0
8802026-05-21T21:54:45.680Z Downloaded radium v0.7.0
8812026-05-21T21:54:45.680Z Downloaded progenitor-macro v0.14.0
8822026-05-21T21:54:45.680Z Downloaded progenitor-macro v0.11.2
8832026-05-21T21:54:45.680Z Downloaded pin-utils v0.1.0
8842026-05-21T21:54:45.683Z Downloaded pin-project-lite v0.2.17
8852026-05-21T21:54:45.686Z Downloaded postgres-protocol v0.6.10
8862026-05-21T21:54:45.686Z Downloaded polyval v0.6.2
8872026-05-21T21:54:45.690Z Downloaded pkg-config v0.3.32
8882026-05-21T21:54:45.690Z Downloaded omicron-zone-package v0.12.2
8892026-05-21T21:54:45.690Z Downloaded libbz2-rs-sys v0.2.2
8902026-05-21T21:54:45.693Z Downloaded rand_chacha v0.3.1
8912026-05-21T21:54:45.693Z Downloaded litrs v1.0.0
8922026-05-21T21:54:45.696Z Downloaded ppv-lite86 v0.2.21
8932026-05-21T21:54:45.696Z Downloaded dropshot-api-manager v0.7.1
8942026-05-21T21:54:45.699Z Downloaded pin-project-internal v1.1.11
8952026-05-21T21:54:45.699Z Downloaded ed25519-dalek v2.2.0
8962026-05-21T21:54:45.702Z Downloaded password-hash v0.4.2
8972026-05-21T21:54:45.702Z Downloaded pem v3.0.6
8982026-05-21T21:54:45.705Z Downloaded primeorder v0.13.6
8992026-05-21T21:54:45.705Z Downloaded predicates v3.1.4
9002026-05-21T21:54:45.708Z Downloaded recursive v0.1.1
9012026-05-21T21:54:45.708Z Downloaded parking_lot v0.11.2
9022026-05-21T21:54:45.711Z Downloaded memmap2 v0.9.10
9032026-05-21T21:54:45.714Z Downloaded progenitor v0.11.2
9042026-05-21T21:54:45.714Z Downloaded parking_lot_core v0.9.12
9052026-05-21T21:54:45.714Z Downloaded indicatif v0.18.4
9062026-05-21T21:54:45.717Z Downloaded derive_more v2.1.1
9072026-05-21T21:54:45.724Z Downloaded ref-cast-impl v1.0.25
9082026-05-21T21:54:45.726Z Downloaded aes-gcm v0.10.3
9092026-05-21T21:54:45.729Z Downloaded ref-cast v1.0.25
9102026-05-21T21:54:45.729Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-05-21T21:54:45.732Z Downloaded progenitor-extras v0.2.0
9122026-05-21T21:54:45.732Z Downloaded progenitor-client v0.13.0
9132026-05-21T21:54:45.733Z Downloaded psm v0.1.30
9142026-05-21T21:54:45.735Z Downloaded rustc_version v0.1.7
9152026-05-21T21:54:45.735Z Downloaded progenitor v0.14.0
9162026-05-21T21:54:45.738Z Downloaded parking_lot_core v0.8.6
9172026-05-21T21:54:45.739Z Downloaded rustc-hash v2.1.1
9182026-05-21T21:54:45.739Z Downloaded hickory-resolver v0.25.2
9192026-05-21T21:54:45.742Z Downloaded crossbeam-channel v0.5.15
9202026-05-21T21:54:45.745Z Downloaded cc v1.2.56
9212026-05-21T21:54:45.747Z Downloaded pkcs1 v0.7.5
9222026-05-21T21:54:45.750Z Downloaded darling_core v0.23.0
9232026-05-21T21:54:45.753Z Downloaded diesel_derives v2.3.7
9242026-05-21T21:54:45.756Z Downloaded rand_core v0.6.4
9252026-05-21T21:54:45.756Z Downloaded poly1305 v0.8.0
9262026-05-21T21:54:45.760Z Downloaded r2d2 v0.8.10
9272026-05-21T21:54:45.763Z Downloaded pkcs8 v0.10.2
9282026-05-21T21:54:45.763Z Downloaded pkcs5 v0.7.1
9292026-05-21T21:54:45.766Z Downloaded postcard v1.1.3
9302026-05-21T21:54:45.766Z Downloaded progenitor v0.10.0
9312026-05-21T21:54:45.769Z Downloaded rustc_version v0.4.1
9322026-05-21T21:54:45.769Z Downloaded same-file v1.0.6
9332026-05-21T21:54:45.775Z Downloaded oso v0.27.3
9342026-05-21T21:54:45.775Z Downloaded rand_core v0.10.0
9352026-05-21T21:54:45.778Z Downloaded p256 v0.13.2
9362026-05-21T21:54:45.778Z Downloaded rand_core v0.9.5
9372026-05-21T21:54:45.778Z Downloaded rand_xorshift v0.4.0
9382026-05-21T21:54:45.778Z Downloaded sapling-renderdag v0.1.0
9392026-05-21T21:54:45.781Z Downloaded salsa20 v0.10.2
9402026-05-21T21:54:45.781Z Downloaded rand_chacha v0.9.0
9412026-05-21T21:54:45.781Z Downloaded miniz_oxide v0.8.9
9422026-05-21T21:54:45.784Z Downloaded parking_lot v0.12.5
9432026-05-21T21:54:45.787Z Downloaded progenitor v0.13.0
9442026-05-21T21:54:45.787Z Downloaded jiff-static v0.2.21
9452026-05-21T21:54:45.790Z Downloaded russh-cryptovec v0.7.3
9462026-05-21T21:54:45.790Z Downloaded rtoolbox v0.0.3
9472026-05-21T21:54:45.790Z Downloaded proc-macro-error2 v2.0.1
9482026-05-21T21:54:45.793Z Downloaded seq-macro v0.3.6
9492026-05-21T21:54:45.796Z Downloaded secrecy v0.10.3
9502026-05-21T21:54:45.796Z Downloaded scheduled-thread-pool v0.2.7
9512026-05-21T21:54:45.796Z Downloaded serde_bytes v0.11.19
9522026-05-21T21:54:45.798Z Downloaded rand_seeder v0.4.0
9532026-05-21T21:54:45.798Z Downloaded scrypt v0.11.0
9542026-05-21T21:54:45.799Z Downloaded scroll_derive v0.13.1
9552026-05-21T21:54:45.801Z Downloaded quinn-udp v0.5.14
9562026-05-21T21:54:45.801Z Downloaded scopeguard v1.2.0
9572026-05-21T21:54:45.804Z Downloaded hickory-resolver v0.24.4
9582026-05-21T21:54:45.807Z Downloaded semver v0.1.20
9592026-05-21T21:54:45.807Z Downloaded secrecy v0.8.0
9602026-05-21T21:54:45.807Z Downloaded serde-big-array v0.5.1
9612026-05-21T21:54:45.810Z Downloaded nanorand v0.7.0
9622026-05-21T21:54:45.810Z Downloaded peg-macros v0.8.5
9632026-05-21T21:54:45.813Z Downloaded heapless v0.8.0
9642026-05-21T21:54:45.813Z Downloaded headers v0.4.1
9652026-05-21T21:54:45.817Z Downloaded ar_archive_writer v0.5.1
9662026-05-21T21:54:45.821Z Downloaded rfc6979 v0.4.0
9672026-05-21T21:54:45.823Z Downloaded bytes v1.11.1
9682026-05-21T21:54:45.823Z Downloaded rustls-native-certs v0.8.3
9692026-05-21T21:54:45.826Z Downloaded resolv-conf v0.7.6
9702026-05-21T21:54:45.826Z Downloaded pin-project v1.1.11
9712026-05-21T21:54:45.833Z Downloaded shell-words v1.1.1
9722026-05-21T21:54:45.836Z Downloaded aes v0.8.4
9732026-05-21T21:54:45.838Z Downloaded rustls-pemfile v2.2.0
9742026-05-21T21:54:45.838Z Downloaded rustls-pemfile v1.0.4
9752026-05-21T21:54:45.841Z Downloaded postgres-types v0.2.12
9762026-05-21T21:54:45.844Z Downloaded siphasher v1.0.2
9772026-05-21T21:54:45.844Z Downloaded minimal-lexical v0.2.1
9782026-05-21T21:54:45.847Z Downloaded sigpipe v0.1.3
9792026-05-21T21:54:45.847Z Downloaded signal-hook-tokio v0.3.1
9802026-05-21T21:54:45.850Z Downloaded expectorate v1.2.0
9812026-05-21T21:54:45.850Z Downloaded signature v2.2.0
9822026-05-21T21:54:45.853Z Downloaded rusty-fork v0.3.1
9832026-05-21T21:54:45.853Z Downloaded rustversion v1.0.22
9842026-05-21T21:54:45.856Z Downloaded signal-hook-mio v0.2.5
9852026-05-21T21:54:45.856Z Downloaded slog-bunyan v2.5.0
9862026-05-21T21:54:45.856Z Downloaded scroll v0.13.0
9872026-05-21T21:54:45.859Z Downloaded hashbrown v0.13.2
9882026-05-21T21:54:45.862Z Downloaded papergrid v0.17.0
9892026-05-21T21:54:45.865Z Downloaded progenitor-impl v0.11.2
9902026-05-21T21:54:45.865Z Downloaded hashbrown v0.12.3
9912026-05-21T21:54:45.868Z Downloaded sha1 v0.10.6
9922026-05-21T21:54:45.870Z Downloaded serde_urlencoded v0.7.1
9932026-05-21T21:54:45.871Z Downloaded sec1 v0.7.3
9942026-05-21T21:54:45.873Z Downloaded sct v0.7.1
9952026-05-21T21:54:45.873Z Downloaded slog-envlogger v2.2.0
9962026-05-21T21:54:45.876Z Downloaded serde_spanned v1.0.4
9972026-05-21T21:54:45.876Z Downloaded serde_plain v1.0.2
9982026-05-21T21:54:45.879Z Downloaded ssh-cipher v0.2.0
9992026-05-21T21:54:45.879Z Downloaded darling_core v0.20.11
10002026-05-21T21:54:45.882Z Downloaded serde-hex v0.1.0
10012026-05-21T21:54:45.882Z Downloaded serde_path_to_error v0.1.20
10022026-05-21T21:54:45.885Z Downloaded hickory-server v0.25.2
10032026-05-21T21:54:45.888Z Downloaded bumpalo v3.20.2
10042026-05-21T21:54:45.891Z Downloaded num-derive v0.4.2
10052026-05-21T21:54:45.891Z Downloaded num-derive v0.3.3
10062026-05-21T21:54:45.894Z Downloaded num-conv v0.2.0
10072026-05-21T21:54:45.894Z Downloaded ctr v0.9.2
10082026-05-21T21:54:45.894Z Downloaded ciborium v0.2.2
10092026-05-21T21:54:45.897Z Downloaded rustls-pki-types v1.14.0
10102026-05-21T21:54:45.899Z Downloaded shlex v1.3.0
10112026-05-21T21:54:45.900Z Downloaded serde_repr v0.1.20
10122026-05-21T21:54:45.900Z Downloaded sqlparser_derive v0.5.0
10132026-05-21T21:54:45.902Z Downloaded progenitor-impl v0.14.0
10142026-05-21T21:54:45.902Z Downloaded structmeta v0.3.0
10152026-05-21T21:54:45.905Z Downloaded progenitor-impl v0.13.0
10162026-05-21T21:54:45.905Z Downloaded strip-ansi-escapes v0.2.1
10172026-05-21T21:54:45.908Z Downloaded bzip2 v0.6.1
10182026-05-21T21:54:45.908Z Downloaded buf-list v1.1.2
10192026-05-21T21:54:45.911Z Downloaded compression-codecs v0.4.37
10202026-05-21T21:54:45.914Z Downloaded cbc v0.1.2
10212026-05-21T21:54:45.914Z Downloaded serde_derive_internals v0.29.1
10222026-05-21T21:54:45.914Z Downloaded simd-adler32 v0.3.8
10232026-05-21T21:54:45.916Z Downloaded ssh-encoding v0.2.0
10242026-05-21T21:54:45.916Z Downloaded slog-async v2.8.0
10252026-05-21T21:54:45.919Z Downloaded data-encoding v2.10.0
10262026-05-21T21:54:45.919Z Downloaded structmeta-derive v0.3.0
10272026-05-21T21:54:45.922Z Downloaded strum v0.27.2
10282026-05-21T21:54:45.922Z Downloaded base16ct v0.2.0
10292026-05-21T21:54:45.922Z Downloaded openssl-sys v0.9.115
10302026-05-21T21:54:45.925Z Downloaded difflib v0.4.0
10312026-05-21T21:54:45.928Z Downloaded crossterm v0.28.1
10322026-05-21T21:54:45.931Z Downloaded slog-stdlog v4.1.1
10332026-05-21T21:54:45.933Z Downloaded sync-ptr v0.1.4
10342026-05-21T21:54:45.933Z Downloaded subtle v2.6.1
10352026-05-21T21:54:45.934Z Downloaded strum v0.26.3
10362026-05-21T21:54:45.936Z Downloaded crossterm v0.29.0
10372026-05-21T21:54:45.939Z Downloaded slab v0.4.12
10382026-05-21T21:54:45.942Z Downloaded slog-scope v4.4.1
10392026-05-21T21:54:45.942Z Downloaded itertools v0.10.5
10402026-05-21T21:54:45.945Z Downloaded ron v0.8.1
10412026-05-21T21:54:45.949Z Downloaded tagptr v0.2.0
10422026-05-21T21:54:45.951Z Downloaded pretty_assertions v1.4.1
10432026-05-21T21:54:45.952Z Downloaded prefix-trie v0.7.0
10442026-05-21T21:54:45.955Z Downloaded tabled_derive v0.11.0
10452026-05-21T21:54:45.955Z Downloaded slog-dtrace v0.3.0
10462026-05-21T21:54:45.957Z Downloaded termtree v0.5.1
10472026-05-21T21:54:45.957Z Downloaded thiserror-impl-no-std v2.0.2
10482026-05-21T21:54:45.957Z Downloaded testing_table v0.3.0
10492026-05-21T21:54:45.960Z Downloaded tap v1.0.1
10502026-05-21T21:54:45.961Z Downloaded take_mut v0.2.2
10512026-05-21T21:54:45.961Z Downloaded sync_wrapper v1.0.2
10522026-05-21T21:54:45.961Z Downloaded supports-color v3.0.2
10532026-05-21T21:54:45.964Z Downloaded slog-term v2.9.2
10542026-05-21T21:54:45.964Z Downloaded smallvec v0.6.14
10552026-05-21T21:54:45.967Z Downloaded slog-json v2.6.1
10562026-05-21T21:54:45.967Z Downloaded schemars_derive v0.8.22
10572026-05-21T21:54:45.975Z Downloaded stringprep v0.1.5
10582026-05-21T21:54:45.979Z Downloaded progenitor-impl v0.10.0
10592026-05-21T21:54:45.981Z Downloaded rustls-platform-verifier v0.6.2
10602026-05-21T21:54:45.985Z Downloaded static_assertions v1.1.0
10612026-05-21T21:54:45.985Z Downloaded rcgen v0.12.1
10622026-05-21T21:54:45.988Z Downloaded smf v0.2.3
10632026-05-21T21:54:45.988Z Downloaded tinyvec_macros v0.1.1
10642026-05-21T21:54:45.991Z Downloaded strum_macros v0.24.3
10652026-05-21T21:54:45.991Z Downloaded tokio-macros v2.7.0
10662026-05-21T21:54:45.991Z Downloaded http v1.4.0
10672026-05-21T21:54:45.994Z Downloaded spki v0.7.3
10682026-05-21T21:54:45.997Z Downloaded strum_macros v0.26.4
10692026-05-21T21:54:45.997Z Downloaded sqlformat v0.3.5
10702026-05-21T21:54:46.001Z Downloaded strum_macros v0.27.2
10712026-05-21T21:54:46.001Z Downloaded serde_with_macros v3.17.0
10722026-05-21T21:54:46.004Z Downloaded mio v1.2.0
10732026-05-21T21:54:46.007Z Downloaded hashbrown v0.16.1
10742026-05-21T21:54:46.010Z Downloaded serde_cbor v0.11.2
10752026-05-21T21:54:46.013Z Downloaded signal-hook-registry v1.4.8
10762026-05-21T21:54:46.013Z Downloaded russh-keys v0.45.0
10772026-05-21T21:54:46.016Z Downloaded hashbrown v0.15.5
10782026-05-21T21:54:46.020Z Downloaded snafu-derive v0.8.9
10792026-05-21T21:54:46.023Z Downloaded termios v0.3.3
10802026-05-21T21:54:46.023Z Downloaded tabwriter v1.4.1
10812026-05-21T21:54:46.023Z Downloaded thread_local v1.1.9
10822026-05-21T21:54:46.023Z Downloaded spin v0.9.8
10832026-05-21T21:54:46.027Z Downloaded schemars v0.8.22
10842026-05-21T21:54:46.032Z Downloaded tiny-keccak v2.0.2
10852026-05-21T21:54:46.035Z Downloaded time-macros v0.2.27
10862026-05-21T21:54:46.039Z Downloaded tower-service v0.3.3
10872026-05-21T21:54:46.039Z Downloaded time-core v0.1.8
10882026-05-21T21:54:46.039Z Downloaded support-bundle-viewer v0.1.2
10892026-05-21T21:54:46.042Z Downloaded ryu v1.0.23
10902026-05-21T21:54:46.042Z Downloaded prettyplease v0.2.37
10912026-05-21T21:54:46.046Z Downloaded num-bigint v0.4.6
10922026-05-21T21:54:46.049Z Downloaded thread-id v5.1.0
10932026-05-21T21:54:46.049Z Downloaded nom v7.1.3
10942026-05-21T21:54:46.052Z Downloaded string_cache v0.8.9
10952026-05-21T21:54:46.055Z Downloaded tower-layer v0.3.3
10962026-05-21T21:54:46.055Z Downloaded publicsuffix v2.3.0
10972026-05-21T21:54:46.058Z Downloaded trait-variant v0.1.2
10982026-05-21T21:54:46.058Z Downloaded serde_yaml v0.9.34+deprecated
10992026-05-21T21:54:46.061Z Downloaded try-lock v0.2.5
11002026-05-21T21:54:46.061Z Downloaded thiserror-no-std v2.0.2
11012026-05-21T21:54:46.063Z Downloaded similar v2.7.0
11022026-05-21T21:54:46.066Z Downloaded tls_codec_derive v0.4.2
11032026-05-21T21:54:46.070Z Downloaded tls_codec v0.4.2
11042026-05-21T21:54:46.072Z Downloaded unarray v0.1.4
11052026-05-21T21:54:46.075Z Downloaded typify-macro v0.4.3
11062026-05-21T21:54:46.075Z Downloaded typify-macro v0.6.2
11072026-05-21T21:54:46.075Z Downloaded stacker v0.1.23
11082026-05-21T21:54:46.078Z Downloaded tokio-native-tls v0.3.1
11092026-05-21T21:54:46.078Z Downloaded tokio-dtrace v0.1.1
11102026-05-21T21:54:46.081Z Downloaded quinn v0.11.9
11112026-05-21T21:54:46.084Z Downloaded tokio-tungstenite v0.21.0
11122026-05-21T21:54:46.084Z Downloaded signal-hook v0.3.18
11132026-05-21T21:54:46.087Z Downloaded rsa v0.9.10
11142026-05-21T21:54:46.090Z Downloaded socket2 v0.5.10
11152026-05-21T21:54:46.093Z Downloaded socket2 v0.6.3
11162026-05-21T21:54:46.093Z Downloaded tokio-tungstenite v0.23.1
11172026-05-21T21:54:46.096Z Downloaded itertools v0.12.1
11182026-05-21T21:54:46.099Z Downloaded utf-8 v0.7.6
11192026-05-21T21:54:46.102Z Downloaded untrusted v0.7.1
11202026-05-21T21:54:46.102Z Downloaded unit-prefix v0.5.2
11212026-05-21T21:54:46.102Z Downloaded unicode-truncate v1.1.0
11222026-05-21T21:54:46.106Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11232026-05-21T21:54:46.106Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-05-21T21:54:46.106Z Downloaded untrusted v0.9.0
11252026-05-21T21:54:46.109Z Downloaded usdt-macro v0.6.0
11262026-05-21T21:54:46.109Z Downloaded usdt v0.6.0
11272026-05-21T21:54:46.109Z Downloaded void v1.0.2
11282026-05-21T21:54:46.109Z Downloaded usdt-attr-macro v0.6.0
11292026-05-21T21:54:46.109Z Downloaded rand v0.9.2
11302026-05-21T21:54:46.112Z Downloaded term v1.2.1
11312026-05-21T21:54:46.115Z Downloaded universal-hash v0.5.1
11322026-05-21T21:54:46.115Z Downloaded rayon-core v1.13.0
11332026-05-21T21:54:46.118Z Downloaded iri-string v0.7.10
11342026-05-21T21:54:46.121Z Downloaded hyper-util v0.1.20
11352026-05-21T21:54:46.125Z Downloaded topological-sort v0.2.2
11362026-05-21T21:54:46.128Z Downloaded term v0.7.0
11372026-05-21T21:54:46.130Z Downloaded rand v0.8.6
11382026-05-21T21:54:46.131Z Downloaded waitgroup v0.1.2
11392026-05-21T21:54:46.135Z Downloaded qorb v0.4.1
11402026-05-21T21:54:46.141Z Downloaded samael v0.0.19
11412026-05-21T21:54:46.145Z Downloaded slog v2.8.2
11422026-05-21T21:54:46.149Z Downloaded unicase v2.9.0
11432026-05-21T21:54:46.152Z Downloaded want v0.3.1
11442026-05-21T21:54:46.152Z Downloaded tokio-rustls v0.24.1
11452026-05-21T21:54:46.155Z Downloaded xattr v1.6.1
11462026-05-21T21:54:46.158Z Downloaded tokio-rustls v0.26.4
11472026-05-21T21:54:46.158Z Downloaded tokio-rustls v0.25.0
11482026-05-21T21:54:46.162Z Downloaded libxml v0.3.3
11492026-05-21T21:54:46.166Z Downloaded snafu v0.8.9
11502026-05-21T21:54:46.169Z Downloaded itertools v0.13.0
11512026-05-21T21:54:46.172Z Downloaded toml_parser v1.0.9+spec-1.1.0
11522026-05-21T21:54:46.175Z Downloaded zone v0.3.1
11532026-05-21T21:54:46.175Z Downloaded xshell-macros v0.2.7
11542026-05-21T21:54:46.175Z Downloaded futures-util v0.3.32
11552026-05-21T21:54:46.182Z Downloaded zeroize_derive v1.4.3
11562026-05-21T21:54:46.185Z Downloaded itertools v0.14.0
11572026-05-21T21:54:46.188Z Downloaded rand v0.10.0
11582026-05-21T21:54:46.191Z Downloaded aho-corasick v1.1.4
11592026-05-21T21:54:46.194Z Downloaded num-bigint-dig v0.8.6
11602026-05-21T21:54:46.197Z Downloaded test-strategy v0.4.5
11612026-05-21T21:54:46.200Z Downloaded wait-timeout v0.2.1
11622026-05-21T21:54:46.203Z Downloaded tracing-attributes v0.1.31
11632026-05-21T21:54:46.203Z Downloaded uzers v0.12.2
11642026-05-21T21:54:46.206Z Downloaded vergen-lib v0.1.6
11652026-05-21T21:54:46.206Z Downloaded vergen-gitcl v1.0.8
11662026-05-21T21:54:46.206Z Downloaded vergen-git2 v1.0.7
11672026-05-21T21:54:46.209Z Downloaded libm v0.2.16
11682026-05-21T21:54:46.212Z Downloaded walkdir v2.5.0
11692026-05-21T21:54:46.215Z Downloaded subprocess v0.2.15
11702026-05-21T21:54:46.218Z Downloaded zone_cfg_derive v0.3.1
11712026-05-21T21:54:46.218Z Downloaded toml v0.7.8
11722026-05-21T21:54:46.218Z Downloaded twox-hash v2.1.2
11732026-05-21T21:54:46.221Z Downloaded tokio-stream v0.1.18
11742026-05-21T21:54:46.224Z Downloaded tar v0.4.45
11752026-05-21T21:54:46.227Z Downloaded wyz v0.5.1
11762026-05-21T21:54:46.227Z Downloaded toml v1.0.6+spec-1.1.0
11772026-05-21T21:54:46.230Z Downloaded vsss-rs v3.3.4
11782026-05-21T21:54:46.230Z Downloaded xshell v0.2.7
11792026-05-21T21:54:46.233Z Downloaded whoami v1.6.1
11802026-05-21T21:54:46.233Z Downloaded schemars v0.9.0
11812026-05-21T21:54:46.240Z Downloaded whoami v2.1.0
11822026-05-21T21:54:46.243Z Downloaded unicode-properties v0.1.4
11832026-05-21T21:54:46.243Z Downloaded toml v0.9.12+spec-1.1.0
11842026-05-21T21:54:46.246Z Downloaded rustls-webpki v0.103.9
11852026-05-21T21:54:46.249Z Downloaded p521 v0.13.3
11862026-05-21T21:54:46.251Z Downloaded steno v0.4.1
11872026-05-21T21:54:46.254Z Downloaded blake3 v1.8.3
11882026-05-21T21:54:46.259Z Downloaded h2 v0.4.13
11892026-05-21T21:54:46.262Z Downloaded zstd-safe v7.2.4
11902026-05-21T21:54:46.265Z Downloaded iddqd v0.4.1
11912026-05-21T21:54:46.268Z Downloaded zeroize v1.8.2
11922026-05-21T21:54:46.271Z Downloaded vergen v9.0.6
11932026-05-21T21:54:46.271Z Downloaded typify v0.4.3
11942026-05-21T21:54:46.274Z Downloaded tungstenite v0.21.0
11952026-05-21T21:54:46.274Z Downloaded tinyvec v1.10.0
11962026-05-21T21:54:46.277Z Downloaded tui-tree-widget v0.23.1
11972026-05-21T21:54:46.277Z Downloaded schemars v1.2.1
11982026-05-21T21:54:46.286Z Downloaded typify v0.6.2
11992026-05-21T21:54:46.288Z Downloaded zerocopy v0.6.6
12002026-05-21T21:54:46.291Z Downloaded yasna v0.5.2
12012026-05-21T21:54:46.292Z Downloaded unsafe-libyaml v0.2.11
12022026-05-21T21:54:46.295Z Downloaded tracing-core v0.1.36
12032026-05-21T21:54:46.298Z Downloaded rpassword v7.4.0
12042026-05-21T21:54:46.298Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-05-21T21:54:46.301Z Downloaded rustyline v14.0.0
12062026-05-21T21:54:46.304Z Downloaded russh v0.45.0
12072026-05-21T21:54:46.308Z Downloaded hkdf v0.12.4
12082026-05-21T21:54:46.308Z Downloaded usdt-impl v0.6.0
12092026-05-21T21:54:46.310Z Downloaded toml_writer v1.0.6+spec-1.1.0
12102026-05-21T21:54:46.310Z Downloaded hyper v1.8.1
12112026-05-21T21:54:46.313Z Downloaded uuid v1.23.0
12122026-05-21T21:54:46.316Z Downloaded vte v0.14.1
12132026-05-21T21:54:46.319Z Downloaded tungstenite v0.23.0
12142026-05-21T21:54:46.319Z Downloaded zstd v0.13.3
12152026-05-21T21:54:46.322Z Downloaded aws-lc-rs v1.16.3
12162026-05-21T21:54:46.327Z Downloaded unicode-bidi v0.3.18
12172026-05-21T21:54:46.330Z Downloaded tokio-postgres v0.7.16
12182026-05-21T21:54:46.335Z Downloaded toml_edit v0.19.15
12192026-05-21T21:54:46.353Z Downloaded reedline v0.40.0
12202026-05-21T21:54:46.358Z Downloaded ssh-key v0.6.7
12212026-05-21T21:54:46.362Z Downloaded zopfli v0.8.3
12222026-05-21T21:54:46.368Z Downloaded reqwest v0.13.2
12232026-05-21T21:54:46.372Z Downloaded reqwest v0.12.28
12242026-05-21T21:54:46.382Z Downloaded regex v1.12.3
12252026-05-21T21:54:46.385Z Downloaded chrono v0.4.44
12262026-05-21T21:54:46.390Z Downloaded yansi v1.0.1
12272026-05-21T21:54:46.393Z Downloaded bitvec v1.0.1
12282026-05-21T21:54:46.400Z Downloaded zip v0.6.6
12292026-05-21T21:54:46.404Z Downloaded bindgen v0.71.1
12302026-05-21T21:54:46.407Z Downloaded portable-atomic v1.13.1
12312026-05-21T21:54:46.412Z Downloaded p384 v0.13.1
12322026-05-21T21:54:46.419Z Downloaded git2 v0.20.4
12332026-05-21T21:54:46.424Z Downloaded unicode_categories v0.1.1
12342026-05-21T21:54:46.427Z Downloaded zerocopy-derive v0.8.40
12352026-05-21T21:54:46.432Z Downloaded unicode-segmentation v1.12.0
12362026-05-21T21:54:46.443Z Downloaded lalrpop v0.19.12
12372026-05-21T21:54:46.449Z Downloaded x509-cert v0.2.5
12382026-05-21T21:54:46.453Z Downloaded moka v0.12.13
12392026-05-21T21:54:46.458Z Downloaded typed-path v0.9.3
12402026-05-21T21:54:46.462Z Downloaded tower v0.5.3
12412026-05-21T21:54:46.468Z Downloaded salty v0.3.0
12422026-05-21T21:54:46.473Z Downloaded rustls-webpki v0.101.7
12432026-05-21T21:54:46.480Z Downloaded rayon v1.11.0
12442026-05-21T21:54:46.498Z Downloaded zip v4.6.1
12452026-05-21T21:54:46.501Z Downloaded proptest v1.10.0
12462026-05-21T21:54:46.509Z Downloaded petname v2.0.2
12472026-05-21T21:54:46.512Z Downloaded goblin v0.10.5
12482026-05-21T21:54:46.515Z Downloaded tower-http v0.6.8
12492026-05-21T21:54:46.520Z Downloaded rustls-webpki v0.102.8
12502026-05-21T21:54:46.531Z Downloaded serde_with v3.17.0
12512026-05-21T21:54:46.537Z Downloaded object v0.30.4
12522026-05-21T21:54:46.543Z Downloaded tough v0.22.0
12532026-05-21T21:54:46.549Z Downloaded quick-xml v0.37.5
12542026-05-21T21:54:46.552Z Downloaded radix_trie v0.2.1
12552026-05-21T21:54:46.556Z Downloaded quinn-proto v0.11.13
12562026-05-21T21:54:46.560Z Downloaded curve25519-dalek v4.1.3
12572026-05-21T21:54:46.566Z Downloaded unicode-normalization v0.1.25
12582026-05-21T21:54:46.569Z Downloaded nix v0.27.1
12592026-05-21T21:54:46.574Z Downloaded tokio-util v0.7.18
12602026-05-21T21:54:46.579Z Downloaded winnow v0.5.40
12612026-05-21T21:54:46.610Z Downloaded winnow v0.6.26
12622026-05-21T21:54:46.614Z Downloaded bstr v1.12.1
12632026-05-21T21:54:46.627Z Downloaded openssl v0.10.79
12642026-05-21T21:54:46.631Z Downloaded polar-core v0.27.3
12652026-05-21T21:54:46.640Z Downloaded nix v0.29.0
12662026-05-21T21:54:46.645Z Downloaded time v0.3.47
12672026-05-21T21:54:46.652Z Downloaded rustls v0.21.12
12682026-05-21T21:54:46.659Z Downloaded nix v0.28.0
12692026-05-21T21:54:46.664Z Downloaded vcpkg v0.2.15
12702026-05-21T21:54:46.686Z Downloaded tabled v0.20.0
12712026-05-21T21:54:46.695Z Downloaded dropshot v0.17.0
12722026-05-21T21:54:46.708Z Downloaded zlib-rs v0.6.2
12732026-05-21T21:54:46.711Z Downloaded smoltcp v0.11.0
12742026-05-21T21:54:46.717Z Downloaded rustls v0.23.37
12752026-05-21T21:54:46.723Z Downloaded regress v0.10.5
12762026-05-21T21:54:46.728Z Downloaded hickory-proto v0.25.2
12772026-05-21T21:54:46.736Z Downloaded regex-syntax v0.8.10
12782026-05-21T21:54:46.741Z Downloaded rustls v0.22.4
12792026-05-21T21:54:46.748Z Downloaded zerocopy v0.8.40
12802026-05-21T21:54:46.753Z Downloaded webpki-roots v1.0.6
12812026-05-21T21:54:46.756Z Downloaded regress v0.11.1
12822026-05-21T21:54:46.761Z Downloaded nix v0.31.2
12832026-05-21T21:54:46.768Z Downloaded object v0.37.3
12842026-05-21T21:54:46.777Z Downloaded diesel v2.3.7
12852026-05-21T21:54:46.787Z Downloaded openapiv3 v2.2.0
12862026-05-21T21:54:46.793Z Downloaded hickory-proto v0.24.4
12872026-05-21T21:54:46.801Z Downloaded rustix v0.38.44
12882026-05-21T21:54:46.814Z Downloaded dropshot v0.16.7
12892026-05-21T21:54:46.826Z Downloaded regex-syntax v0.6.29
12902026-05-21T21:54:46.829Z Downloaded tracing v0.1.44
12912026-05-21T21:54:46.840Z Downloaded typify-impl v0.4.3
12922026-05-21T21:54:46.847Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-05-21T21:54:46.853Z Downloaded smoltcp v0.9.1
12942026-05-21T21:54:46.859Z Downloaded zerocopy-derive v0.6.6
12952026-05-21T21:54:46.865Z Downloaded sqlparser v0.61.0
12962026-05-21T21:54:46.870Z Downloaded regex-automata v0.4.14
12972026-05-21T21:54:46.879Z Downloaded chrono-tz v0.10.4
12982026-05-21T21:54:46.888Z Downloaded sled v0.34.7
12992026-05-21T21:54:46.893Z Downloaded petgraph v0.8.3
13002026-05-21T21:54:46.906Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-05-21T21:54:46.915Z Downloaded ratatui v0.29.0
13022026-05-21T21:54:46.926Z Downloaded typify-impl v0.6.2
13032026-05-21T21:54:46.993Z Downloaded petgraph v0.6.5
13042026-05-21T21:54:47.002Z Downloaded jiff v0.2.21
13052026-05-21T21:54:47.045Z Downloaded csv v1.4.0
13062026-05-21T21:54:47.059Z Downloaded libz-sys v1.1.24
13072026-05-21T21:54:47.086Z Downloaded sha3 v0.10.8
13082026-05-21T21:54:47.094Z Downloaded tokio v1.52.1
13092026-05-21T21:54:47.168Z Downloaded encoding_rs v0.8.35
13102026-05-21T21:54:47.198Z Downloaded ring v0.17.14
13112026-05-21T21:54:47.220Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-21T21:54:47.509Z Downloaded aws-lc-sys v0.40.0
13132026-05-21T21:54:47.756Z Compiling libc v0.2.185
13142026-05-21T21:54:47.756Z Compiling serde v1.0.228
13152026-05-21T21:54:47.759Z Compiling log v0.4.29
13162026-05-21T21:54:47.759Z Compiling find-msvc-tools v0.1.9
13172026-05-21T21:54:47.759Z Compiling shlex v1.3.0
13182026-05-21T21:54:47.908Z Compiling syn v2.0.117
13192026-05-21T21:54:47.917Z Compiling smallvec v1.15.1
13202026-05-21T21:54:47.922Z Compiling typenum v1.19.0
13212026-05-21T21:54:48.166Z Compiling generic-array v0.14.7
13222026-05-21T21:54:48.181Z Compiling subtle v2.6.1
13232026-05-21T21:54:48.195Z Compiling scopeguard v1.2.0
13242026-05-21T21:54:48.234Z Compiling const-oid v0.9.6
13252026-05-21T21:54:48.319Z Compiling lock_api v0.4.14
13262026-05-21T21:54:48.332Z Compiling serde_json v1.0.149
13272026-05-21T21:54:48.372Z Compiling zerocopy v0.8.40
13282026-05-21T21:54:48.431Z Compiling portable-atomic v1.13.1
13292026-05-21T21:54:48.557Z Compiling pin-project-lite v0.2.17
13302026-05-21T21:54:48.682Z Compiling parking_lot_core v0.9.12
13312026-05-21T21:54:48.834Z Compiling pkg-config v0.3.32
13322026-05-21T21:54:48.911Z Compiling getrandom v0.2.17
13332026-05-21T21:54:48.925Z Compiling jobserver v0.1.34
13342026-05-21T21:54:48.939Z Compiling errno v0.3.14
13352026-05-21T21:54:49.101Z Compiling rand_core v0.6.4
13362026-05-21T21:54:49.150Z Compiling cc v1.2.56
13372026-05-21T21:54:49.285Z Compiling signal-hook-registry v1.4.8
13382026-05-21T21:54:49.321Z Compiling bitflags v2.11.0
13392026-05-21T21:54:49.383Z Compiling critical-section v1.2.0
13402026-05-21T21:54:49.411Z Compiling libm v0.2.16
13412026-05-21T21:54:49.502Z Compiling futures-core v0.3.32
13422026-05-21T21:54:49.522Z Compiling once_cell v1.21.3
13432026-05-21T21:54:49.554Z Compiling parking_lot v0.12.5
13442026-05-21T21:54:49.568Z Compiling mio v1.2.0
13452026-05-21T21:54:49.660Z Compiling num-traits v0.2.19
13462026-05-21T21:54:49.708Z Compiling percent-encoding v2.3.2
13472026-05-21T21:54:49.736Z Compiling socket2 v0.6.3
13482026-05-21T21:54:49.905Z Compiling futures-sink v0.3.32
13492026-05-21T21:54:49.928Z Compiling futures-task v0.3.32
13502026-05-21T21:54:50.018Z Compiling futures-channel v0.3.32
13512026-05-21T21:54:50.033Z Compiling getrandom v0.4.1
13522026-05-21T21:54:50.036Z Compiling slab v0.4.12
13532026-05-21T21:54:50.104Z Compiling futures-io v0.3.32
13542026-05-21T21:54:50.145Z Compiling cpufeatures v0.2.17
13552026-05-21T21:54:50.219Z Compiling rand_core v0.10.0
13562026-05-21T21:54:50.231Z Compiling indexmap v2.14.0
13572026-05-21T21:54:50.246Z Compiling getrandom v0.3.4
13582026-05-21T21:54:50.264Z Compiling rustversion v1.0.22
13592026-05-21T21:54:50.395Z Compiling form_urlencoded v1.2.2
13602026-05-21T21:54:50.639Z Compiling cmake v0.1.57
13612026-05-21T21:54:50.657Z Compiling dunce v1.0.5
13622026-05-21T21:54:50.675Z Compiling fs_extra v1.3.0
13632026-05-21T21:54:50.763Z Compiling synstructure v0.13.2
13642026-05-21T21:54:50.863Z Compiling ident_case v1.0.1
13652026-05-21T21:54:50.944Z Compiling base64ct v1.8.3
13662026-05-21T21:54:50.997Z Compiling iana-time-zone v0.1.65
13672026-05-21T21:54:51.033Z Compiling aws-lc-sys v0.40.0
13682026-05-21T21:54:51.196Z Compiling pem-rfc7468 v0.7.0
13692026-05-21T21:54:51.211Z Compiling rustix v1.1.3
13702026-05-21T21:54:51.211Z Compiling flagset v0.4.7
13712026-05-21T21:54:51.237Z Compiling regex-syntax v0.8.10
13722026-05-21T21:54:51.360Z Compiling rand_core v0.9.5
13732026-05-21T21:54:51.360Z Compiling ring v0.17.14
13742026-05-21T21:54:51.402Z Compiling aws-lc-rs v1.16.3
13752026-05-21T21:54:51.501Z Compiling vcpkg v0.2.15
13762026-05-21T21:54:51.718Z Compiling uuid v1.23.0
13772026-05-21T21:54:51.763Z Compiling rustc_version v0.4.1
13782026-05-21T21:54:52.100Z Compiling tracing-core v0.1.36
13792026-05-21T21:54:52.280Z Compiling openssl-sys v0.9.115
13802026-05-21T21:54:52.438Z Compiling base64 v0.22.1
13812026-05-21T21:54:52.510Z Compiling serde_derive v1.0.228
13822026-05-21T21:54:52.669Z Compiling zeroize_derive v1.4.3
13832026-05-21T21:54:52.773Z Compiling zerofrom-derive v0.1.6
13842026-05-21T21:54:52.817Z Compiling yoke-derive v0.8.1
13852026-05-21T21:54:53.052Z Compiling zerocopy-derive v0.8.40
13862026-05-21T21:54:53.329Z Compiling zeroize v1.8.2
13872026-05-21T21:54:53.662Z Compiling zerovec-derive v0.11.2
13882026-05-21T21:54:54.004Z Compiling displaydoc v0.2.5
13892026-05-21T21:54:54.130Z Compiling crypto-common v0.1.7
13902026-05-21T21:54:54.212Z Compiling zerofrom v0.1.6
13912026-05-21T21:54:54.286Z Compiling block-buffer v0.10.4
13922026-05-21T21:54:54.348Z Compiling yoke v0.8.1
13932026-05-21T21:54:54.466Z Compiling digest v0.10.7
13942026-05-21T21:54:54.539Z Compiling tokio-macros v2.7.0
13952026-05-21T21:54:54.716Z Compiling futures-macro v0.3.32
13962026-05-21T21:54:54.768Z Compiling zerotrie v0.2.3
13972026-05-21T21:54:54.805Z Compiling zerovec v0.11.5
13982026-05-21T21:54:55.069Z Compiling hmac v0.12.1
13992026-05-21T21:54:55.236Z Compiling block-padding v0.3.3
14002026-05-21T21:54:55.250Z Compiling tinystr v0.8.2
14012026-05-21T21:54:55.309Z Compiling potential_utf v0.1.4
14022026-05-21T21:54:55.398Z Compiling inout v0.1.4
14032026-05-21T21:54:55.460Z Compiling icu_locale_core v2.1.1
14042026-05-21T21:54:55.475Z Compiling icu_collections v2.1.1
14052026-05-21T21:54:55.511Z Compiling futures-util v0.3.32
14062026-05-21T21:54:55.568Z Compiling cipher v0.4.4
14072026-05-21T21:54:55.832Z Compiling sha2 v0.10.9
14082026-05-21T21:54:55.943Z Compiling bytes v1.11.1
14092026-05-21T21:54:55.996Z Compiling der_derive v0.7.3
14102026-05-21T21:54:56.096Z Compiling icu_provider v2.1.1
14112026-05-21T21:54:56.331Z Compiling chrono v0.4.44
14122026-05-21T21:54:56.406Z Compiling tokio v1.52.1
14132026-05-21T21:54:56.556Z Compiling icu_properties v2.1.2
14142026-05-21T21:54:56.949Z Compiling icu_normalizer v2.1.1
14152026-05-21T21:54:57.274Z Compiling der v0.7.10
14162026-05-21T21:54:57.496Z Compiling idna_adapter v1.2.1
14172026-05-21T21:54:57.548Z Compiling ppv-lite86 v0.2.21
14182026-05-21T21:54:57.645Z Compiling idna v1.1.0
14192026-05-21T21:54:57.667Z Compiling http v1.4.0
14202026-05-21T21:54:57.746Z Compiling salsa20 v0.10.2
14212026-05-21T21:54:57.831Z Compiling pbkdf2 v0.12.2
14222026-05-21T21:54:57.879Z Compiling rustls-pki-types v1.14.0
14232026-05-21T21:54:57.895Z Compiling tracing-attributes v0.1.31
14242026-05-21T21:54:57.952Z Compiling url v2.5.8
14252026-05-21T21:54:58.289Z Compiling spki v0.7.3
14262026-05-21T21:54:58.333Z Compiling thiserror-impl v2.0.18
14272026-05-21T21:54:58.468Z Compiling http-body v1.0.1
14282026-05-21T21:54:58.498Z Compiling scrypt v0.11.0
14292026-05-21T21:54:58.554Z Compiling rand_chacha v0.9.0
14302026-05-21T21:54:58.627Z Compiling cbc v0.1.2
14312026-05-21T21:54:58.737Z Compiling aes v0.8.4
14322026-05-21T21:54:58.782Z Compiling untrusted v0.7.1
14332026-05-21T21:54:58.819Z Compiling tinyvec_macros v0.1.1
14342026-05-21T21:54:58.898Z Compiling httparse v1.10.1
14352026-05-21T21:54:58.912Z Compiling untrusted v0.9.0
14362026-05-21T21:54:59.042Z Compiling openssl-probe v0.2.1
14372026-05-21T21:54:59.171Z Compiling tracing v0.1.44
14382026-05-21T21:54:59.224Z Compiling pkcs5 v0.7.1
14392026-05-21T21:54:59.300Z Compiling tinyvec v1.10.0
14402026-05-21T21:54:59.439Z Compiling pest_generator v2.8.6
14412026-05-21T21:54:59.641Z Compiling thiserror v2.0.18
14422026-05-21T21:54:59.655Z Compiling rand v0.9.2
14432026-05-21T21:54:59.696Z Compiling serde_derive_internals v0.29.1
14442026-05-21T21:54:59.756Z Compiling aho-corasick v1.1.4
14452026-05-21T21:54:59.779Z Compiling tower-service v0.3.3
14462026-05-21T21:54:59.883Z Compiling atomic-waker v1.1.2
14472026-05-21T21:55:00.020Z Compiling schemars v0.8.22
14482026-05-21T21:55:00.129Z Compiling tokio-util v0.7.18
14492026-05-21T21:55:00.229Z Compiling tower-layer v0.3.3
14502026-05-21T21:55:00.401Z Compiling rustls v0.23.37
14512026-05-21T21:55:00.427Z Compiling try-lock v0.2.5
14522026-05-21T21:55:00.548Z Compiling dyn-clone v1.0.20
14532026-05-21T21:55:00.578Z Compiling regex-automata v0.4.14
14542026-05-21T21:55:00.592Z Compiling schemars_derive v0.8.22
14552026-05-21T21:55:00.692Z Compiling want v0.3.1
14562026-05-21T21:55:00.868Z Compiling h2 v0.4.13
14572026-05-21T21:55:01.005Z Compiling pest_derive v2.8.6
14582026-05-21T21:55:01.150Z Compiling pkcs8 v0.10.2
14592026-05-21T21:55:01.435Z Compiling ipnet v2.11.0
14602026-05-21T21:55:01.472Z Compiling scroll_derive v0.13.1
14612026-05-21T21:55:01.742Z Compiling darling_core v0.20.11
14622026-05-21T21:55:01.861Z Compiling foreign-types-shared v0.1.1
14632026-05-21T21:55:01.985Z Compiling httpdate v1.0.3
14642026-05-21T21:55:02.039Z Compiling pin-utils v0.1.0
14652026-05-21T21:55:02.109Z Compiling openssl v0.10.79
14662026-05-21T21:55:02.168Z Compiling foreign-types v0.3.2
14672026-05-21T21:55:02.234Z Compiling tempfile v3.25.0
14682026-05-21T21:55:02.347Z Compiling scroll v0.13.0
14692026-05-21T21:55:02.413Z Compiling unicode-normalization v0.1.25
14702026-05-21T21:55:02.598Z Compiling openssl-macros v0.1.1
14712026-05-21T21:55:02.794Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-21T21:55:02.960Z Compiling spin v0.9.8
14732026-05-21T21:55:02.967Z Compiling native-tls v0.2.18
14742026-05-21T21:55:03.167Z Compiling powerfmt v0.2.0
14752026-05-21T21:55:03.181Z Compiling time-core v0.1.8
14762026-05-21T21:55:03.184Z Compiling num-conv v0.2.0
14772026-05-21T21:55:03.321Z Compiling crc32fast v1.5.0
14782026-05-21T21:55:03.352Z Compiling time-macros v0.2.27
14792026-05-21T21:55:03.375Z Compiling deranged v0.5.8
14802026-05-21T21:55:03.994Z Compiling darling_macro v0.20.11
14812026-05-21T21:55:04.337Z Compiling hyper v1.8.1
14822026-05-21T21:55:04.394Z Compiling goblin v0.10.5
14832026-05-21T21:55:04.462Z Compiling darling v0.20.11
14842026-05-21T21:55:04.551Z Compiling rustls-native-certs v0.8.3
14852026-05-21T21:55:04.653Z Compiling sync_wrapper v1.0.2
14862026-05-21T21:55:04.769Z Compiling wait-timeout v0.2.1
14872026-05-21T21:55:04.802Z Compiling siphasher v1.0.2
14882026-05-21T21:55:04.842Z Compiling quick-error v1.2.3
14892026-05-21T21:55:04.957Z Compiling usdt-impl v0.6.0
14902026-05-21T21:55:04.996Z Compiling simd-adler32 v0.3.8
14912026-05-21T21:55:05.030Z Compiling bit-vec v0.8.0
14922026-05-21T21:55:05.165Z Compiling num_threads v0.1.7
14932026-05-21T21:55:05.241Z Compiling syn v1.0.109
14942026-05-21T21:55:05.261Z Compiling crossbeam-utils v0.8.21
14952026-05-21T21:55:05.275Z Compiling time v0.3.47
14962026-05-21T21:55:05.548Z Compiling hyper-util v0.1.20
14972026-05-21T21:55:05.629Z Compiling bit-set v0.8.0
14982026-05-21T21:55:05.817Z Compiling rusty-fork v0.3.1
14992026-05-21T21:55:06.168Z Compiling tower v0.5.3
15002026-05-21T21:55:06.223Z Compiling derive_builder_core v0.20.2
15012026-05-21T21:55:06.658Z Compiling dtrace-parser v0.3.0
15022026-05-21T21:55:06.815Z Compiling http-body-util v0.1.3
15032026-05-21T21:55:06.880Z Compiling webpki-roots v1.0.6
15042026-05-21T21:55:07.015Z Compiling signature v2.2.0
15052026-05-21T21:55:07.080Z Compiling thiserror-impl v1.0.69
15062026-05-21T21:55:07.142Z Compiling dof v0.4.0
15072026-05-21T21:55:07.208Z Compiling scroll_derive v0.12.1
15082026-05-21T21:55:07.294Z Compiling heapless v0.7.17
15092026-05-21T21:55:07.423Z Compiling rand_xorshift v0.4.0
15102026-05-21T21:55:07.544Z Compiling slog v2.8.2
15112026-05-21T21:55:07.598Z Compiling darling_core v0.21.3
15122026-05-21T21:55:07.735Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-21T21:55:07.874Z Compiling thread-id v5.1.0
15142026-05-21T21:55:07.970Z Compiling cookie v0.18.1
15152026-05-21T21:55:08.018Z Compiling ryu v1.0.23
15162026-05-21T21:55:08.158Z Compiling unicode-properties v0.1.4
15172026-05-21T21:55:08.204Z Compiling unicode-bidi v0.3.18
15182026-05-21T21:55:08.318Z Compiling allocator-api2 v0.2.21
15192026-05-21T21:55:08.336Z Compiling iri-string v0.7.10
15202026-05-21T21:55:08.370Z Compiling signal-hook v0.3.18
15212026-05-21T21:55:08.548Z Compiling anyhow v1.0.102
15222026-05-21T21:55:08.644Z Compiling paste v1.0.15
15232026-05-21T21:55:08.658Z Compiling unarray v0.1.4
15242026-05-21T21:55:08.738Z Compiling adler2 v2.0.1
15252026-05-21T21:55:08.774Z Compiling zstd-safe v7.2.4
15262026-05-21T21:55:08.876Z Compiling miniz_oxide v0.8.9
15272026-05-21T21:55:08.960Z Compiling proptest v1.10.0
15282026-05-21T21:55:08.993Z Compiling stringprep v0.1.5
15292026-05-21T21:55:09.091Z Compiling thiserror v1.0.69
15302026-05-21T21:55:09.257Z Compiling serde_urlencoded v0.7.1
15312026-05-21T21:55:09.472Z Compiling tower-http v0.6.8
15322026-05-21T21:55:09.812Z Compiling scroll v0.12.0
15332026-05-21T21:55:09.933Z Compiling derive_builder_macro v0.20.2
15342026-05-21T21:55:10.066Z Compiling darling_macro v0.21.3
15352026-05-21T21:55:10.095Z Compiling tokio-native-tls v0.3.1
15362026-05-21T21:55:10.180Z Compiling ipnetwork v0.21.1
15372026-05-21T21:55:10.267Z Compiling bstr v1.12.1
15382026-05-21T21:55:10.391Z Compiling rand_chacha v0.3.1
15392026-05-21T21:55:10.541Z Compiling serde_tokenstream v0.2.3
15402026-05-21T21:55:10.579Z Compiling erased-serde v0.3.31
15412026-05-21T21:55:10.599Z Compiling toml_datetime v0.6.11
15422026-05-21T21:55:10.857Z Compiling serde_spanned v0.6.9
15432026-05-21T21:55:10.871Z Compiling md-5 v0.10.6
15442026-05-21T21:55:10.912Z Compiling pin-project-internal v1.1.11
15452026-05-21T21:55:11.010Z Compiling async-trait v0.1.89
15462026-05-21T21:55:11.037Z Compiling zerocopy-derive v0.7.35
15472026-05-21T21:55:11.059Z Compiling curve25519-dalek v4.1.3
15482026-05-21T21:55:11.199Z Compiling vergen-lib v0.1.6
15492026-05-21T21:55:11.390Z Compiling num-integer v0.1.46
15502026-05-21T21:55:11.404Z Compiling hash32 v0.2.1
15512026-05-21T21:55:11.605Z Compiling ff v0.13.1
15522026-05-21T21:55:11.770Z Compiling memoffset v0.9.1
15532026-05-21T21:55:11.792Z Compiling psl-types v2.0.11
15542026-05-21T21:55:11.930Z Compiling smoltcp v0.9.1
15552026-05-21T21:55:11.946Z Compiling base16ct v0.2.0
15562026-05-21T21:55:11.973Z Compiling litrs v1.0.0
15572026-05-21T21:55:12.055Z Compiling cfg_aliases v0.2.1
15582026-05-21T21:55:12.074Z Compiling zlib-rs v0.6.2
15592026-05-21T21:55:12.133Z Compiling rustix v0.38.44
15602026-05-21T21:55:12.148Z Compiling num-bigint-dig v0.8.6
15612026-05-21T21:55:12.279Z Compiling fallible-iterator v0.2.0
15622026-05-21T21:55:12.347Z Compiling ref-cast v1.0.25
15632026-05-21T21:55:12.501Z Compiling document-features v0.2.12
15642026-05-21T21:55:12.586Z Compiling postgres-protocol v0.6.10
15652026-05-21T21:55:12.639Z Compiling nix v0.31.2
15662026-05-21T21:55:12.711Z Compiling sec1 v0.7.3
15672026-05-21T21:55:13.004Z Compiling pin-project v1.1.11
15682026-05-21T21:55:13.094Z Compiling zerocopy v0.7.35
15692026-05-21T21:55:13.113Z Compiling publicsuffix v2.3.0
15702026-05-21T21:55:13.126Z Compiling group v0.13.0
15712026-05-21T21:55:13.156Z Compiling num-iter v0.1.45
15722026-05-21T21:55:13.325Z Compiling newtype-uuid v1.3.2
15732026-05-21T21:55:13.630Z Compiling rand v0.8.6
15742026-05-21T21:55:13.657Z Compiling darling v0.21.3
15752026-05-21T21:55:13.746Z Compiling oxnet v0.1.4
15762026-05-21T21:55:13.761Z Compiling derive_builder v0.20.2
15772026-05-21T21:55:13.763Z Compiling hyper-tls v0.6.0
15782026-05-21T21:55:13.947Z Compiling hubpack_derive v0.1.1
15792026-05-21T21:55:14.014Z Compiling goblin v0.8.2
15802026-05-21T21:55:14.555Z Compiling phf_shared v0.13.1
15812026-05-21T21:55:14.679Z Compiling lazy_static v1.5.0
15822026-05-21T21:55:14.703Z Compiling regex v1.12.3
15832026-05-21T21:55:14.785Z Compiling futures-executor v0.3.32
15842026-05-21T21:55:14.798Z Compiling hex v0.4.3
15852026-05-21T21:55:14.971Z Compiling flate2 v1.1.9
15862026-05-21T21:55:15.053Z Compiling cargo-platform v0.1.9
15872026-05-21T21:55:15.073Z Compiling hkdf v0.12.4
15882026-05-21T21:55:15.139Z Compiling crypto-bigint v0.5.5
15892026-05-21T21:55:15.247Z Compiling terminal_size v0.4.3
15902026-05-21T21:55:15.264Z Compiling strum_macros v0.27.2
15912026-05-21T21:55:15.312Z Compiling ref-cast-impl v1.0.25
15922026-05-21T21:55:15.384Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-21T21:55:15.398Z Compiling snafu-derive v0.8.9
15942026-05-21T21:55:15.851Z Compiling daft-derive v0.1.7
15952026-05-21T21:55:16.040Z Compiling vergen v9.0.6
15962026-05-21T21:55:16.232Z Compiling fs-err v3.3.0
15972026-05-21T21:55:16.431Z Compiling ahash v0.8.12
15982026-05-21T21:55:16.584Z Compiling encoding_rs v0.8.35
15992026-05-21T21:55:16.679Z Compiling managed v0.8.0
16002026-05-21T21:55:16.916Z Compiling mime v0.3.17
16012026-05-21T21:55:17.188Z Compiling winnow v0.5.40
16022026-05-21T21:55:17.252Z Compiling libbz2-rs-sys v0.2.2
16032026-05-21T21:55:17.278Z Compiling bitflags v1.3.2
16042026-05-21T21:55:17.313Z Compiling foldhash v0.2.0
16052026-05-21T21:55:17.363Z Compiling same-file v1.0.6
16062026-05-21T21:55:17.508Z Compiling object v0.37.3
16072026-05-21T21:55:17.538Z Compiling foldhash v0.1.5
16082026-05-21T21:55:17.552Z Compiling bumpalo v3.20.2
16092026-05-21T21:55:17.723Z Compiling unicode-segmentation v1.12.0
16102026-05-21T21:55:17.813Z Compiling zopfli v0.8.3
16112026-05-21T21:55:17.839Z Compiling hashbrown v0.15.5
16122026-05-21T21:55:17.957Z Compiling bzip2 v0.6.1
16132026-05-21T21:55:18.124Z Compiling clap_builder v4.5.60
16142026-05-21T21:55:18.138Z Compiling walkdir v2.5.0
16152026-05-21T21:55:18.173Z Compiling hashbrown v0.16.1
16162026-05-21T21:55:18.450Z Compiling snafu v0.8.9
16172026-05-21T21:55:18.483Z Compiling toml_edit v0.19.15
16182026-05-21T21:55:18.630Z Compiling strum v0.27.2
16192026-05-21T21:55:18.781Z Compiling daft v0.1.7
16202026-05-21T21:55:18.847Z Compiling dof v0.3.0
16212026-05-21T21:55:18.922Z Compiling elliptic-curve v0.13.8
16222026-05-21T21:55:19.309Z Compiling cargo_metadata v0.19.2
16232026-05-21T21:55:19.323Z Compiling futures v0.3.32
16242026-05-21T21:55:19.556Z Compiling phf v0.13.1
16252026-05-21T21:55:19.729Z Compiling signal-hook-mio v0.2.5
16262026-05-21T21:55:19.858Z Compiling cookie_store v0.22.1
16272026-05-21T21:55:20.322Z Compiling hubpack v0.1.2
16282026-05-21T21:55:20.518Z Compiling zstd v0.13.3
16292026-05-21T21:55:20.552Z Compiling bzip2 v0.4.4
16302026-05-21T21:55:20.643Z Compiling serde_with_macros v3.17.0
16312026-05-21T21:55:20.812Z Compiling postgres-types v0.2.12
16322026-05-21T21:55:21.059Z Compiling usdt-attr-macro v0.6.0
16332026-05-21T21:55:21.081Z Compiling usdt-macro v0.6.0
16342026-05-21T21:55:21.376Z Compiling globset v0.4.18
16352026-05-21T21:55:21.784Z Compiling dtrace-parser v0.2.0
16362026-05-21T21:55:21.858Z Compiling ed25519 v2.2.3
16372026-05-21T21:55:21.889Z Compiling phf_shared v0.11.3
16382026-05-21T21:55:22.004Z Compiling olpc-cjson v0.1.4
16392026-05-21T21:55:22.076Z Compiling pkcs1 v0.7.5
16402026-05-21T21:55:22.079Z Compiling serde-big-array v0.5.1
16412026-05-21T21:55:22.103Z Compiling serde_plain v1.0.2
16422026-05-21T21:55:22.173Z Compiling rfc6979 v0.4.0
16432026-05-21T21:55:22.239Z Compiling pem v3.0.6
16442026-05-21T21:55:22.304Z Compiling enum-as-inner v0.6.1
16452026-05-21T21:55:22.305Z Compiling strum_macros v0.26.4
16462026-05-21T21:55:22.483Z Compiling clap_derive v4.5.55
16472026-05-21T21:55:22.554Z Compiling serde_repr v0.1.20
16482026-05-21T21:55:22.571Z Compiling async-recursion v1.1.1
16492026-05-21T21:55:22.794Z Compiling float-cmp v0.10.0
16502026-05-21T21:55:22.811Z Compiling thread-id v4.2.2
16512026-05-21T21:55:22.908Z Compiling memmap2 v0.9.10
16522026-05-21T21:55:22.949Z Compiling env_filter v1.0.0
16532026-05-21T21:55:23.080Z Compiling typed-path v0.9.3
16542026-05-21T21:55:23.130Z Compiling precomputed-hash v0.1.1
16552026-05-21T21:55:23.218Z Compiling either v1.15.0
16562026-05-21T21:55:23.233Z Compiling difflib v0.4.0
16572026-05-21T21:55:23.256Z Compiling fixedbitset v0.4.2
16582026-05-21T21:55:23.433Z Compiling whoami v2.1.0
16592026-05-21T21:55:23.479Z Compiling normalize-line-endings v0.3.0
16602026-05-21T21:55:23.588Z Compiling predicates-core v1.0.10
16612026-05-21T21:55:23.775Z Compiling jiff v0.2.21
16622026-05-21T21:55:23.788Z Compiling static_assertions v1.1.0
16632026-05-21T21:55:23.808Z Compiling keccak v0.1.6
16642026-05-21T21:55:23.868Z Compiling data-encoding v2.10.0
16652026-05-21T21:55:24.041Z Compiling new_debug_unreachable v1.0.6
16662026-05-21T21:55:24.126Z Compiling fixedbitset v0.5.7
16672026-05-21T21:55:24.251Z Compiling clap v4.5.60
16682026-05-21T21:55:24.293Z Compiling hickory-proto v0.25.2
16692026-05-21T21:55:24.342Z Compiling petgraph v0.8.3
16702026-05-21T21:55:24.437Z Compiling string_cache v0.8.9
16712026-05-21T21:55:24.579Z Compiling strum v0.26.3
16722026-05-21T21:55:24.622Z Compiling sha3 v0.10.8
16732026-05-21T21:55:24.671Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16742026-05-21T21:55:24.716Z Compiling toml_edit v0.22.27
16752026-05-21T21:55:24.972Z Compiling predicates v3.1.4
16762026-05-21T21:55:25.089Z Compiling tokio-postgres v0.7.16
16772026-05-21T21:55:25.627Z Compiling petgraph v0.6.5
16782026-05-21T21:55:26.269Z Compiling itertools v0.13.0
16792026-05-21T21:55:27.146Z Compiling zip v4.6.1
16802026-05-21T21:55:27.275Z Compiling env_logger v0.11.9
16812026-05-21T21:55:27.460Z Compiling usdt v0.6.0
16822026-05-21T21:55:27.512Z Compiling usdt-impl v0.5.0
16832026-05-21T21:55:27.583Z Compiling rsa v0.9.10
16842026-05-21T21:55:27.641Z Compiling ecdsa v0.16.9
16852026-05-21T21:55:27.735Z Compiling ed25519-dalek v2.2.0
16862026-05-21T21:55:27.961Z Compiling serde_with v3.17.0
16872026-05-21T21:55:28.051Z Compiling crossterm v0.28.1
16882026-05-21T21:55:28.119Z Compiling zip v0.6.6
16892026-05-21T21:55:28.697Z Compiling toml v0.7.8
16902026-05-21T21:55:28.817Z Compiling iddqd v0.4.1
16912026-05-21T21:55:29.334Z Compiling similar v2.7.0
16922026-05-21T21:55:29.337Z Compiling heck v0.4.1
16932026-05-21T21:55:29.552Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-21T21:55:29.583Z Compiling crossbeam-epoch v0.9.18
16952026-05-21T21:55:29.662Z Compiling tokio-stream v0.1.18
16962026-05-21T21:55:29.919Z Compiling buf-list v1.1.2
16972026-05-21T21:55:30.052Z Compiling x509-cert v0.2.5
16982026-05-21T21:55:30.144Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-21T21:55:30.189Z Compiling openapiv3 v2.2.0
17002026-05-21T21:55:30.203Z Compiling sha1 v0.10.6
17012026-05-21T21:55:30.218Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-21T21:55:30.442Z Compiling peg-runtime v0.8.5
17032026-05-21T21:55:30.469Z Compiling lalrpop-util v0.19.12
17042026-05-21T21:55:30.511Z Compiling thread_local v1.1.9
17052026-05-21T21:55:30.660Z Compiling slog-async v2.8.0
17062026-05-21T21:55:30.726Z Compiling crossbeam-channel v0.5.15
17072026-05-21T21:55:30.770Z Compiling filetime v0.2.27
17082026-05-21T21:55:30.887Z Compiling is-terminal v0.4.17
17092026-05-21T21:55:30.955Z Compiling term v1.2.1
17102026-05-21T21:55:30.981Z Compiling xattr v1.6.1
17112026-05-21T21:55:30.990Z Compiling take_mut v0.2.2
17122026-05-21T21:55:31.110Z Compiling tar v0.4.45
17132026-05-21T21:55:31.530Z Compiling slog-term v2.9.2
17142026-05-21T21:55:41.199Z Compiling rustls-webpki v0.103.9
17152026-05-21T21:55:43.998Z Compiling tokio-rustls v0.26.4
17162026-05-21T21:55:43.998Z Compiling rustls-platform-verifier v0.6.2
17172026-05-21T21:55:44.201Z Compiling hyper-rustls v0.27.7
17182026-05-21T21:55:44.405Z Compiling reqwest v0.12.28
17192026-05-21T21:55:44.417Z Compiling reqwest v0.13.2
17202026-05-21T21:55:45.680Z Compiling tough v0.22.0
17212026-05-21T21:55:48.199Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-21T21:55:48.417Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-21T21:55:51.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-21T21:55:51.375Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-21T21:55:51.431ZMay 21 21:55:50.417 INFO Starting download, target: Clickhouse
17262026-05-21T21:55:51.431ZMay 21 21:55:50.418 INFO Starting download, target: Cockroach
17272026-05-21T21:55:51.431ZMay 21 21:55:50.418 INFO Starting download, target: Console
17282026-05-21T21:55:51.431ZMay 21 21:55:50.418 INFO Starting download, target: DendriteStub
17292026-05-21T21:55:51.431ZMay 21 21:55:50.418 INFO Starting download, target: MaghemiteMgd
17302026-05-21T21:55:51.435ZMay 21 21:55:50.418 INFO Starting download, target: TransceiverControl
17312026-05-21T21:55:51.435ZMay 21 21:55:50.418 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-21T21:55:51.435ZMay 21 21:55:50.418 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-21T21:55:51.435ZMay 21 21:55:50.418 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-21T21:55:51.435ZMay 21 21:55:50.418 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-21T21:55:51.435ZMay 21 21:55:50.418 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-21T21:55:51.435ZMay 21 21:55:50.418 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-21T21:55:51.738ZMay 21 21:55:50.726 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-21T21:55:51.952ZMay 21 21:55:50.929 INFO Download complete, target: TransceiverControl
17392026-05-21T21:55:52.452ZMay 21 21:55:51.436 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-21T21:55:52.683ZMay 21 21:55:51.666 INFO Download complete, target: Console
17412026-05-21T21:55:53.191ZMay 21 21:55:52.175 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-05-21T21:55:53.443ZMay 21 21:55:52.421 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-05-21T21:55:53.620ZMay 21 21:55:52.606 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-21T21:55:53.805ZMay 21 21:55:52.792 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-21T21:55:53.805ZMay 21 21:55:52.792 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-21T21:55:55.503ZMay 21 21:55:54.490 INFO Download complete, target: DendriteStub
17472026-05-21T21:55:55.804ZMay 21 21:55:54.790 INFO Download complete, target: MaghemiteMgd
17482026-05-21T21:55:58.362ZMay 21 21:55:57.344 INFO Checking that binary works, target: Cockroach
17492026-05-21T21:55:58.501ZMay 21 21:55:57.465 INFO Download complete, target: Cockroach
17502026-05-21T21:56:00.188ZMay 21 21:55:59.175 INFO Checking that binary works, target: Clickhouse
17512026-05-21T21:56:00.286ZMay 21 21:55:59.273 INFO Download complete, target: Clickhouse
17522026-05-21T21:56:00.302ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-21T21:56:00.305Z
17542026-05-21T21:56:00.305Zreal 2:15.869434748
17552026-05-21T21:56:00.305Zuser 6:52.749815213
17562026-05-21T21:56:00.305Zsys 1:24.949138442
17572026-05-21T21:56:00.305Ztrap 0.213054755
17582026-05-21T21:56:00.305Ztflt 0.794335177
17592026-05-21T21:56:00.305Zdflt 0.568199233
17602026-05-21T21:56:00.305Zkflt 0.030047308
17612026-05-21T21:56:00.305Zlock 21:24.014602328
17622026-05-21T21:56:00.306Zslp 21:23.190163743
17632026-05-21T21:56:00.306Zlat 44.729011393
17642026-05-21T21:56:00.306Zstop 1:55.115633937
17652026-05-21T21:56:00.306Z+ banner hack-check
17662026-05-21T21:56:00.306Z
17672026-05-21T21:56:00.306Z # # ## #### # # #### # # ###### #### # #
17682026-05-21T21:56:00.306Z # # # # # # # # # # # # # # # # #
17692026-05-21T21:56:00.306Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-21T21:56:00.306Z # # ###### # # # # # # # # # #
17712026-05-21T21:56:00.306Z # # # # # # # # # # # # # # # # #
17722026-05-21T21:56:00.306Z # # # # #### # # #### # # ###### #### # #
17732026-05-21T21:56:00.306Z
17742026-05-21T21:56:00.306Z+ export CARGO_INCREMENTAL=0
17752026-05-21T21:56:00.306Z+ CARGO_INCREMENTAL=0
17762026-05-21T21:56:00.306Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-21T21:56:00.839Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-21T21:56:01.061Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-21T21:56:02.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17802026-05-21T21:56:02.990Z Running `target/debug/xtask check-features --ci`
17812026-05-21T21:56:03.017Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-21T21:56:03.020Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-21T21:56:03.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17842026-05-21T21:56:03.531Z Running `target/debug/xtask download cargo-hack`
17852026-05-21T21:56:04.318Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-21T21:56:04.631Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-21T21:56:07.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17882026-05-21T21:56:07.238Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-21T21:56:07.267ZMay 21 21:56:06.254 INFO Starting download, target: CargoHack
17902026-05-21T21:56:07.273ZMay 21 21:56:06.254 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-21T21:56:07.860ZMay 21 21:56:06.847 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-21T21:56:07.914ZMay 21 21:56:06.896 INFO Download complete, target: CargoHack
17932026-05-21T21:56:07.918Zrunning: "/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-21T21:56:07.929Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-21T21:56:08.076Zinfo: running `cargo check --bins` on api_identity (1/276)
17962026-05-21T21:56:08.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-21T21:56:08.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-21T21:56:08.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-21T21:56:08.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-21T21:56:08.652Z
18012026-05-21T21:56:08.652Zinfo: running `cargo check --bins` on bootstore (2/276)
18022026-05-21T21:56:09.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-21T21:56:09.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-21T21:56:09.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-21T21:56:09.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-21T21:56:09.236Z
18072026-05-21T21:56:09.236Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18082026-05-21T21:56:09.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-21T21:56:09.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-21T21:56:09.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-21T21:56:09.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-21T21:56:09.814Z
18132026-05-21T21:56:09.814Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18142026-05-21T21:56:10.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-21T21:56:10.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-21T21:56:10.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-21T21:56:10.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-21T21:56:10.391Z
18192026-05-21T21:56:10.391Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18202026-05-21T21:56:10.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-21T21:56:10.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-21T21:56:10.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-21T21:56:10.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-05-21T21:56:10.984Z
18252026-05-21T21:56:10.984Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18262026-05-21T21:56:11.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-21T21:56:11.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-21T21:56:11.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-21T21:56:11.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-21T21:56:11.582Z
18312026-05-21T21:56:11.582Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18322026-05-21T21:56:12.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-21T21:56:12.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-21T21:56:12.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-21T21:56:12.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-21T21:56:12.170Z
18372026-05-21T21:56:12.170Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18382026-05-21T21:56:12.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-21T21:56:12.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-21T21:56:12.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-21T21:56:12.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-21T21:56:12.759Z
18432026-05-21T21:56:12.759Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18442026-05-21T21:56:13.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-21T21:56:13.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-21T21:56:13.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-21T21:56:13.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-21T21:56:13.226Z
18492026-05-21T21:56:13.226Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18502026-05-21T21:56:13.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-21T21:56:13.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-21T21:56:13.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-21T21:56:13.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-21T21:56:13.694Z
18552026-05-21T21:56:13.694Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18562026-05-21T21:56:14.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-21T21:56:14.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-21T21:56:14.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-21T21:56:14.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-21T21:56:14.160Z
18612026-05-21T21:56:14.160Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18622026-05-21T21:56:14.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-21T21:56:14.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-21T21:56:14.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-21T21:56:14.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-21T21:56:14.634Z
18672026-05-21T21:56:14.634Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18682026-05-21T21:56:15.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-21T21:56:15.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-21T21:56:15.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-21T21:56:15.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18722026-05-21T21:56:15.112Z
18732026-05-21T21:56:15.112Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18742026-05-21T21:56:15.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-21T21:56:15.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-21T21:56:15.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-21T21:56:15.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-21T21:56:15.582Z
18792026-05-21T21:56:15.582Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18802026-05-21T21:56:15.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-21T21:56:16.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-21T21:56:16.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-21T21:56:16.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-21T21:56:16.058Z
18852026-05-21T21:56:16.058Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18862026-05-21T21:56:16.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-21T21:56:16.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-21T21:56:16.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-21T21:56:16.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-21T21:56:16.532Z
18912026-05-21T21:56:16.532Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18922026-05-21T21:56:16.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-21T21:56:16.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-21T21:56:16.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-21T21:56:16.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-21T21:56:17.003Z
18972026-05-21T21:56:17.004Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18982026-05-21T21:56:17.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-21T21:56:17.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-21T21:56:17.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-21T21:56:17.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-05-21T21:56:17.483Z
19032026-05-21T21:56:17.483Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19042026-05-21T21:56:17.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-21T21:56:17.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-21T21:56:17.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-21T21:56:17.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-21T21:56:17.948Z
19092026-05-21T21:56:17.949Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19102026-05-21T21:56:18.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-21T21:56:18.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-21T21:56:18.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-21T21:56:18.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-21T21:56:18.417Z
19152026-05-21T21:56:18.417Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19162026-05-21T21:56:18.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-21T21:56:18.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-21T21:56:18.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-21T21:56:18.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-21T21:56:18.900Z
19212026-05-21T21:56:18.900Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19222026-05-21T21:56:19.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-21T21:56:19.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-21T21:56:19.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-21T21:56:19.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-21T21:56:19.356Z
19272026-05-21T21:56:19.356Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19282026-05-21T21:56:19.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-21T21:56:19.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-21T21:56:19.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-21T21:56:19.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-21T21:56:19.831Z
19332026-05-21T21:56:19.831Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19342026-05-21T21:56:20.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-21T21:56:20.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-21T21:56:20.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-21T21:56:20.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-21T21:56:20.307Z
19392026-05-21T21:56:20.307Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19402026-05-21T21:56:20.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-21T21:56:20.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-21T21:56:20.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-21T21:56:20.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-21T21:56:20.781Z
19452026-05-21T21:56:20.781Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19462026-05-21T21:56:21.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-21T21:56:21.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-21T21:56:21.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-21T21:56:21.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-21T21:56:21.259Z
19512026-05-21T21:56:21.260Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19522026-05-21T21:56:21.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-21T21:56:21.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-21T21:56:21.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-21T21:56:21.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-21T21:56:21.732Z
19572026-05-21T21:56:21.732Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19582026-05-21T21:56:22.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-21T21:56:22.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-21T21:56:22.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-21T21:56:22.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-05-21T21:56:22.210Z
19632026-05-21T21:56:22.210Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19642026-05-21T21:56:22.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-21T21:56:22.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-21T21:56:22.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-21T21:56:22.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-05-21T21:56:22.689Z
19692026-05-21T21:56:22.689Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19702026-05-21T21:56:23.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-21T21:56:23.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-21T21:56:23.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-21T21:56:23.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-21T21:56:23.155Z
19752026-05-21T21:56:23.155Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19762026-05-21T21:56:23.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-21T21:56:23.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-21T21:56:23.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-21T21:56:23.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-21T21:56:23.623Z
19812026-05-21T21:56:23.623Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19822026-05-21T21:56:24.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-21T21:56:24.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-21T21:56:24.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-21T21:56:24.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-21T21:56:24.095Z
19872026-05-21T21:56:24.095Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19882026-05-21T21:56:24.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-21T21:56:24.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-21T21:56:24.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-21T21:56:24.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-05-21T21:56:24.569Z
19932026-05-21T21:56:24.570Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19942026-05-21T21:56:24.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-21T21:56:24.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-21T21:56:24.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-21T21:56:24.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-21T21:56:25.041Z
19992026-05-21T21:56:25.041Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20002026-05-21T21:56:25.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-21T21:56:25.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-21T21:56:25.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-21T21:56:25.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-21T21:56:25.515Z
20052026-05-21T21:56:25.515Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20062026-05-21T21:56:25.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-21T21:56:25.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-21T21:56:25.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-21T21:56:25.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-21T21:56:25.982Z
20112026-05-21T21:56:25.982Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20122026-05-21T21:56:26.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-21T21:56:26.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-21T21:56:26.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-21T21:56:26.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-21T21:56:26.454Z
20172026-05-21T21:56:26.454Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20182026-05-21T21:56:26.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-21T21:56:26.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-21T21:56:26.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-21T21:56:26.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-21T21:56:26.922Z
20232026-05-21T21:56:26.922Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20242026-05-21T21:56:27.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-21T21:56:27.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-21T21:56:27.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-21T21:56:27.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-21T21:56:27.394Z
20292026-05-21T21:56:27.394Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20302026-05-21T21:56:27.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-21T21:56:27.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-21T21:56:27.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-21T21:56:27.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-05-21T21:56:27.869Z
20352026-05-21T21:56:27.869Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20362026-05-21T21:56:28.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-21T21:56:28.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-21T21:56:28.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-21T21:56:28.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-05-21T21:56:28.344Z
20412026-05-21T21:56:28.344Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20422026-05-21T21:56:28.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-21T21:56:28.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-21T21:56:28.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-21T21:56:28.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-05-21T21:56:28.819Z
20472026-05-21T21:56:28.819Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20482026-05-21T21:56:29.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-21T21:56:29.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-21T21:56:29.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-21T21:56:29.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-21T21:56:29.298Z
20532026-05-21T21:56:29.298Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20542026-05-21T21:56:29.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-21T21:56:29.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-21T21:56:29.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-21T21:56:29.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-05-21T21:56:29.776Z
20592026-05-21T21:56:29.776Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20602026-05-21T21:56:30.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-21T21:56:30.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-21T21:56:30.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-21T21:56:30.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-21T21:56:30.245Z
20652026-05-21T21:56:30.245Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20662026-05-21T21:56:30.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-21T21:56:30.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-21T21:56:30.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-21T21:56:30.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-21T21:56:30.713Z
20712026-05-21T21:56:30.713Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20722026-05-21T21:56:31.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-21T21:56:31.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-21T21:56:31.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-21T21:56:31.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-21T21:56:31.185Z
20772026-05-21T21:56:31.185Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20782026-05-21T21:56:31.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-21T21:56:31.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-21T21:56:31.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-21T21:56:31.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-21T21:56:31.655Z
20832026-05-21T21:56:31.655Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20842026-05-21T21:56:32.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-21T21:56:32.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-21T21:56:32.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-21T21:56:32.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-21T21:56:32.286Z
20892026-05-21T21:56:32.286Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20902026-05-21T21:56:32.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-21T21:56:32.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-21T21:56:32.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-21T21:56:32.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-21T21:56:32.922Z
20952026-05-21T21:56:32.922Zinfo: running `cargo check --bins` on nexus-config (51/276)
20962026-05-21T21:56:33.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-21T21:56:33.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-21T21:56:33.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-21T21:56:33.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-21T21:56:33.552Z
21012026-05-21T21:56:33.552Zinfo: running `cargo check --bins` on nexus-types (52/276)
21022026-05-21T21:56:34.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-21T21:56:34.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-21T21:56:34.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-21T21:56:34.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-05-21T21:56:34.189Z
21072026-05-21T21:56:34.189Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21082026-05-21T21:56:34.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-21T21:56:34.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-21T21:56:34.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-21T21:56:34.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-05-21T21:56:34.798Z
21132026-05-21T21:56:34.798Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21142026-05-21T21:56:35.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-21T21:56:35.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-21T21:56:35.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-21T21:56:35.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-21T21:56:35.387Z
21192026-05-21T21:56:35.387Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21202026-05-21T21:56:35.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-21T21:56:35.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-21T21:56:35.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-21T21:56:35.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-21T21:56:35.987Z
21252026-05-21T21:56:35.987Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21262026-05-21T21:56:36.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-21T21:56:36.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-21T21:56:36.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-21T21:56:36.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-21T21:56:36.599Z
21312026-05-21T21:56:36.599Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21322026-05-21T21:56:37.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-21T21:56:37.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-21T21:56:37.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-21T21:56:37.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-21T21:56:37.211Z
21372026-05-21T21:56:37.211Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21382026-05-21T21:56:37.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-21T21:56:37.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-21T21:56:37.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-21T21:56:37.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-21T21:56:37.825Z
21432026-05-21T21:56:37.825Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21442026-05-21T21:56:38.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-21T21:56:38.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-21T21:56:38.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-21T21:56:38.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-21T21:56:38.413Z
21492026-05-21T21:56:38.413Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21502026-05-21T21:56:38.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-21T21:56:38.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-21T21:56:38.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-21T21:56:38.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-21T21:56:38.999Z
21552026-05-21T21:56:38.999Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21562026-05-21T21:56:39.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-21T21:56:39.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-21T21:56:39.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-21T21:56:39.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-21T21:56:39.587Z
21612026-05-21T21:56:39.587Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21622026-05-21T21:56:40.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-21T21:56:40.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-21T21:56:40.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-21T21:56:40.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-05-21T21:56:40.176Z
21672026-05-21T21:56:40.176Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21682026-05-21T21:56:40.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-21T21:56:40.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-21T21:56:40.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-21T21:56:40.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-21T21:56:40.786Z
21732026-05-21T21:56:40.786Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21742026-05-21T21:56:41.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-21T21:56:41.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-21T21:56:41.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-21T21:56:41.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-21T21:56:41.394Z
21792026-05-21T21:56:41.394Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21802026-05-21T21:56:41.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-21T21:56:41.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-21T21:56:41.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-21T21:56:41.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-05-21T21:56:41.986Z
21852026-05-21T21:56:41.986Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21862026-05-21T21:56:42.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-21T21:56:42.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-21T21:56:42.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-21T21:56:42.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-21T21:56:42.580Z
21912026-05-21T21:56:42.580Zinfo: running `cargo check --bins` on ereport-types (67/276)
21922026-05-21T21:56:43.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-21T21:56:43.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-21T21:56:43.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-21T21:56:43.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-21T21:56:43.182Z
21972026-05-21T21:56:43.182Zinfo: running `cargo check --bins` on gateway-client (68/276)
21982026-05-21T21:56:43.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-21T21:56:43.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-21T21:56:43.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-21T21:56:43.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-21T21:56:43.782Z
22032026-05-21T21:56:43.782Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22042026-05-21T21:56:44.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-21T21:56:44.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-21T21:56:44.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-21T21:56:44.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-21T21:56:44.388Z
22092026-05-21T21:56:44.388Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22102026-05-21T21:56:44.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-21T21:56:44.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-21T21:56:44.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-21T21:56:44.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-21T21:56:44.985Z
22152026-05-21T21:56:44.985Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22162026-05-21T21:56:45.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-21T21:56:45.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-21T21:56:45.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-21T21:56:45.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-21T21:56:45.585Z
22212026-05-21T21:56:45.585Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22222026-05-21T21:56:46.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-21T21:56:46.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-21T21:56:46.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-21T21:56:46.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22262026-05-21T21:56:46.245Z
22272026-05-21T21:56:46.245Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22282026-05-21T21:56:46.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-21T21:56:46.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-21T21:56:46.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-21T21:56:46.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-21T21:56:46.884Z
22332026-05-21T21:56:46.884Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22342026-05-21T21:56:47.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-21T21:56:47.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-21T21:56:47.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-21T21:56:47.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-21T21:56:47.423Z
22392026-05-21T21:56:47.423Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22402026-05-21T21:56:47.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-21T21:56:47.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-21T21:56:47.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-21T21:56:47.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22442026-05-21T21:56:48.013Z
22452026-05-21T21:56:48.013Zinfo: running `cargo check --bins` on oxlog (76/276)
22462026-05-21T21:56:48.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-21T21:56:48.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-21T21:56:48.630Z Checking cfg-if v1.0.4
22492026-05-21T21:56:48.633Z Checking libc v0.2.185
22502026-05-21T21:56:48.633Z Checking serde_core v1.0.228
22512026-05-21T21:56:48.748Z Checking zeroize v1.8.2
22522026-05-21T21:56:48.756Z Checking memchr v2.8.0
22532026-05-21T21:56:48.765Z Checking log v0.4.29
22542026-05-21T21:56:48.774Z Checking smallvec v1.15.1
22552026-05-21T21:56:48.786Z Checking typenum v1.19.0
22562026-05-21T21:56:48.786Z Checking subtle v2.6.1
22572026-05-21T21:56:48.884Z Checking itoa v1.0.17
22582026-05-21T21:56:48.919Z Checking scopeguard v1.2.0
22592026-05-21T21:56:48.930Z Checking stable_deref_trait v1.2.1
22602026-05-21T21:56:48.944Z Checking const-oid v0.9.6
22612026-05-21T21:56:49.000Z Checking zerofrom v0.1.6
22622026-05-21T21:56:49.016Z Checking lock_api v0.4.14
22632026-05-21T21:56:49.029Z Checking pin-project-lite v0.2.17
22642026-05-21T21:56:49.110Z Checking yoke v0.8.1
22652026-05-21T21:56:49.123Z Checking portable-atomic v1.13.1
22662026-05-21T21:56:49.133Z Checking critical-section v1.2.0
22672026-05-21T21:56:49.145Z Checking getrandom v0.2.17
22682026-05-21T21:56:49.211Z Checking errno v0.3.14
22692026-05-21T21:56:49.229Z Checking parking_lot_core v0.9.12
22702026-05-21T21:56:49.269Z Checking zerovec v0.11.5
22712026-05-21T21:56:49.282Z Checking rand_core v0.6.4
22722026-05-21T21:56:49.320Z Checking generic-array v0.14.7
22732026-05-21T21:56:49.329Z Checking signal-hook-registry v1.4.8
22742026-05-21T21:56:49.446Z Checking futures-core v0.3.32
22752026-05-21T21:56:49.494Z Checking parking_lot v0.12.5
22762026-05-21T21:56:49.553Z Checking mio v1.2.0
22772026-05-21T21:56:49.553Z Checking once_cell v1.21.3
22782026-05-21T21:56:49.591Z Checking zerocopy v0.8.40
22792026-05-21T21:56:49.621Z Checking zmij v1.0.21
22802026-05-21T21:56:49.632Z Checking socket2 v0.6.3
22812026-05-21T21:56:49.686Z Checking libm v0.2.16
22822026-05-21T21:56:49.708Z Checking tinystr v0.8.2
22832026-05-21T21:56:49.746Z Checking crypto-common v0.1.7
22842026-05-21T21:56:49.762Z Checking block-buffer v0.10.4
22852026-05-21T21:56:49.823Z Checking equivalent v1.0.2
22862026-05-21T21:56:49.862Z Checking writeable v0.6.2
22872026-05-21T21:56:49.866Z Checking percent-encoding v2.3.2
22882026-05-21T21:56:49.866Z Checking litemap v0.8.1
22892026-05-21T21:56:49.893Z Checking digest v0.10.7
22902026-05-21T21:56:49.906Z Checking potential_utf v0.1.4
22912026-05-21T21:56:50.008Z Checking zerotrie v0.2.3
22922026-05-21T21:56:50.019Z Checking futures-sink v0.3.32
22932026-05-21T21:56:50.029Z Checking icu_collections v2.1.1
22942026-05-21T21:56:50.052Z Checking icu_locale_core v2.1.1
22952026-05-21T21:56:50.086Z Checking cpufeatures v0.2.17
22962026-05-21T21:56:50.119Z Checking futures-channel v0.3.32
22972026-05-21T21:56:50.153Z Checking futures-task v0.3.32
22982026-05-21T21:56:50.208Z Checking serde v1.0.228
22992026-05-21T21:56:50.239Z Checking bitflags v2.11.0
23002026-05-21T21:56:50.283Z Checking serde_json v1.0.149
23012026-05-21T21:56:50.297Z Checking futures-io v0.3.32
23022026-05-21T21:56:50.323Z Checking slab v0.4.12
23032026-05-21T21:56:50.371Z Checking num-traits v0.2.19
23042026-05-21T21:56:50.413Z Checking hmac v0.12.1
23052026-05-21T21:56:50.416Z Checking icu_normalizer_data v2.1.1
23062026-05-21T21:56:50.476Z Checking futures-util v0.3.32
23072026-05-21T21:56:50.493Z Checking icu_properties_data v2.1.2
23082026-05-21T21:56:50.542Z Checking hashbrown v0.17.0
23092026-05-21T21:56:50.599Z Checking bytes v1.11.1
23102026-05-21T21:56:50.612Z Checking icu_provider v2.1.1
23112026-05-21T21:56:50.624Z Checking rand_core v0.10.0
23122026-05-21T21:56:50.760Z Checking getrandom v0.4.1
23132026-05-21T21:56:50.846Z Checking icu_normalizer v2.1.1
23142026-05-21T21:56:50.905Z Checking icu_properties v2.1.2
23152026-05-21T21:56:50.918Z Checking block-padding v0.3.3
23162026-05-21T21:56:50.950Z Checking utf8_iter v1.0.4
23172026-05-21T21:56:51.010Z Checking indexmap v2.14.0
23182026-05-21T21:56:51.047Z Checking inout v0.1.4
23192026-05-21T21:56:51.049Z Checking tokio v1.52.1
23202026-05-21T21:56:51.071Z Checking sha2 v0.10.9
23212026-05-21T21:56:51.159Z Checking form_urlencoded v1.2.2
23222026-05-21T21:56:51.185Z Checking cipher v0.4.4
23232026-05-21T21:56:51.282Z Checking getrandom v0.3.4
23242026-05-21T21:56:51.337Z Checking byteorder v1.5.0
23252026-05-21T21:56:51.382Z Checking base64ct v1.8.3
23262026-05-21T21:56:51.417Z Checking fnv v1.0.7
23272026-05-21T21:56:51.508Z Checking flagset v0.4.7
23282026-05-21T21:56:51.533Z Checking rand_core v0.9.5
23292026-05-21T21:56:51.556Z Checking http v1.4.0
23302026-05-21T21:56:51.608Z Checking pem-rfc7468 v0.7.0
23312026-05-21T21:56:51.630Z Checking regex-syntax v0.8.10
23322026-05-21T21:56:51.707Z Checking salsa20 v0.10.2
23332026-05-21T21:56:51.724Z Checking idna_adapter v1.2.1
23342026-05-21T21:56:51.763Z Checking der v0.7.10
23352026-05-21T21:56:51.835Z Checking uuid v1.23.0
23362026-05-21T21:56:51.838Z Checking idna v1.1.0
23372026-05-21T21:56:52.080Z Checking url v2.5.8
23382026-05-21T21:56:52.108Z Checking pbkdf2 v0.12.2
23392026-05-21T21:56:52.135Z Checking rustix v1.1.3
23402026-05-21T21:56:52.218Z Checking tracing-core v0.1.36
23412026-05-21T21:56:52.281Z Checking ppv-lite86 v0.2.21
23422026-05-21T21:56:52.369Z Checking rustls-pki-types v1.14.0
23432026-05-21T21:56:52.486Z Checking spki v0.7.3
23442026-05-21T21:56:52.515Z Checking base64 v0.22.1
23452026-05-21T21:56:52.527Z Checking iana-time-zone v0.1.65
23462026-05-21T21:56:52.563Z Checking rand_chacha v0.9.0
23472026-05-21T21:56:52.630Z Checking chrono v0.4.44
23482026-05-21T21:56:52.648Z Checking tracing v0.1.44
23492026-05-21T21:56:52.662Z Checking scrypt v0.11.0
23502026-05-21T21:56:52.749Z Checking http-body v1.0.1
23512026-05-21T21:56:52.763Z Checking aes v0.8.4
23522026-05-21T21:56:52.795Z Checking cbc v0.1.2
23532026-05-21T21:56:52.847Z Checking aws-lc-sys v0.40.0
23542026-05-21T21:56:52.878Z Checking untrusted v0.9.0
23552026-05-21T21:56:52.921Z Checking tinyvec_macros v0.1.1
23562026-05-21T21:56:52.940Z Checking untrusted v0.7.1
23572026-05-21T21:56:52.959Z Checking openssl-probe v0.2.1
23582026-05-21T21:56:52.981Z Checking tinyvec v1.10.0
23592026-05-21T21:56:52.984Z Checking ring v0.17.14
23602026-05-21T21:56:53.046Z Checking rand v0.9.2
23612026-05-21T21:56:53.064Z Checking atomic-waker v1.1.2
23622026-05-21T21:56:53.150Z Checking pkcs5 v0.7.1
23632026-05-21T21:56:53.162Z Checking tower-service v0.3.3
23642026-05-21T21:56:53.244Z Checking try-lock v0.2.5
23652026-05-21T21:56:53.294Z Checking tower-layer v0.3.3
23662026-05-21T21:56:53.341Z Checking want v0.3.1
23672026-05-21T21:56:53.345Z Checking aws-lc-rs v1.16.3
23682026-05-21T21:56:53.396Z Checking pkcs8 v0.10.2
23692026-05-21T21:56:53.437Z Checking ipnet v2.11.0
23702026-05-21T21:56:53.460Z Checking httparse v1.10.1
23712026-05-21T21:56:53.480Z Checking aho-corasick v1.1.4
23722026-05-21T21:56:53.510Z Checking httpdate v1.0.3
23732026-05-21T21:56:53.569Z Checking foreign-types-shared v0.1.1
23742026-05-21T21:56:53.652Z Checking pin-utils v0.1.0
23752026-05-21T21:56:53.652Z Checking dyn-clone v1.0.20
23762026-05-21T21:56:53.674Z Checking plain v0.2.3
23772026-05-21T21:56:53.687Z Checking fastrand v2.3.0
23782026-05-21T21:56:53.727Z Checking foreign-types v0.3.2
23792026-05-21T21:56:53.750Z Checking unicode-normalization v0.1.25
23802026-05-21T21:56:53.772Z Checking semver v1.0.28
23812026-05-21T21:56:53.792Z Checking openssl-sys v0.9.115
23822026-05-21T21:56:53.862Z Checking tempfile v3.25.0
23832026-05-21T21:56:53.961Z Checking spin v0.9.8
23842026-05-21T21:56:53.980Z Checking ucd-trie v0.1.7
23852026-05-21T21:56:54.059Z Checking unicode-ident v1.0.24
23862026-05-21T21:56:54.112Z Checking pest v2.8.6
23872026-05-21T21:56:54.139Z Checking schemars v0.8.22
23882026-05-21T21:56:54.152Z Checking regex-automata v0.4.14
23892026-05-21T21:56:54.164Z Checking rustls-native-certs v0.8.3
23902026-05-21T21:56:54.170Z Checking proc-macro2 v1.0.106
23912026-05-21T21:56:54.176Z Checking openssl v0.10.79
23922026-05-21T21:56:54.187Z Checking rustls-webpki v0.103.9
23932026-05-21T21:56:54.264Z Checking tokio-util v0.7.18
23942026-05-21T21:56:54.281Z Checking thiserror v2.0.18
23952026-05-21T21:56:54.378Z Checking sync_wrapper v1.0.2
23962026-05-21T21:56:54.475Z Checking wait-timeout v0.2.1
23972026-05-21T21:56:54.489Z Checking powerfmt v0.2.0
23982026-05-21T21:56:54.592Z Checking siphasher v1.0.2
23992026-05-21T21:56:54.618Z Checking rustls v0.23.37
24002026-05-21T21:56:54.635Z Checking quick-error v1.2.3
24012026-05-21T21:56:54.736Z Checking simd-adler32 v0.3.8
24022026-05-21T21:56:54.745Z Checking utf8parse v0.2.2
24032026-05-21T21:56:54.779Z Checking pretty-hex v0.4.1
24042026-05-21T21:56:54.841Z Checking anstyle v1.0.13
24052026-05-21T21:56:54.864Z Checking h2 v0.4.13
24062026-05-21T21:56:54.890Z Checking bit-vec v0.8.0
24072026-05-21T21:56:54.902Z Checking anstyle-parse v0.2.7
24082026-05-21T21:56:55.018Z Checking rusty-fork v0.3.1
24092026-05-21T21:56:55.048Z Checking deranged v0.5.8
24102026-05-21T21:56:55.078Z Checking bit-set v0.8.0
24112026-05-21T21:56:55.167Z Checking tower v0.5.3
24122026-05-21T21:56:55.182Z Checking quote v1.0.45
24132026-05-21T21:56:55.220Z Compiling newtype-uuid v1.3.2
24142026-05-21T21:56:55.351Z Checking http-body-util v0.1.3
24152026-05-21T21:56:55.399Z Checking webpki-roots v1.0.6
24162026-05-21T21:56:55.514Z Checking crossbeam-utils v0.8.21
24172026-05-21T21:56:55.538Z Checking rand_xorshift v0.4.0
24182026-05-21T21:56:55.561Z Checking crc32fast v1.5.0
24192026-05-21T21:56:55.653Z Checking scroll v0.13.0
24202026-05-21T21:56:55.702Z Checking signature v2.2.0
24212026-05-21T21:56:55.844Z Checking colorchoice v1.0.4
24222026-05-21T21:56:55.857Z Checking iri-string v0.7.10
24232026-05-21T21:56:55.892Z Checking unicode-bidi v0.3.18
24242026-05-21T21:56:55.947Z Checking unarray v0.1.4
24252026-05-21T21:56:55.956Z Checking ryu v1.0.23
24262026-05-21T21:56:55.970Z Checking num-conv v0.2.0
24272026-05-21T21:56:56.043Z Checking is_terminal_polyfill v1.70.2
24282026-05-21T21:56:56.082Z Checking time-core v0.1.8
24292026-05-21T21:56:56.094Z Checking anstyle-query v1.1.5
24302026-05-21T21:56:56.130Z Checking num_threads v0.1.7
24312026-05-21T21:56:56.178Z Checking native-tls v0.2.18
24322026-05-21T21:56:56.191Z Checking unicode-properties v0.1.4
24332026-05-21T21:56:56.191Z Checking allocator-api2 v0.2.21
24342026-05-21T21:56:56.216Z Checking adler2 v2.0.1
24352026-05-21T21:56:56.227Z Checking time v0.3.47
24362026-05-21T21:56:56.316Z Checking miniz_oxide v0.8.9
24372026-05-21T21:56:56.351Z Checking tokio-native-tls v0.3.1
24382026-05-21T21:56:56.372Z Checking stringprep v0.1.5
24392026-05-21T21:56:56.478Z Checking anstream v0.6.21
24402026-05-21T21:56:56.503Z Checking serde_urlencoded v0.7.1
24412026-05-21T21:56:56.520Z Checking proptest v1.10.0
24422026-05-21T21:56:56.665Z Checking bstr v1.12.1
24432026-05-21T21:56:56.676Z Checking goblin v0.10.5
24442026-05-21T21:56:56.710Z Checking crossbeam-epoch v0.9.18
24452026-05-21T21:56:56.885Z Checking tower-http v0.6.8
24462026-05-21T21:56:56.930Z Compiling daft v0.1.7
24472026-05-21T21:56:56.988Z Checking tokio-rustls v0.26.4
24482026-05-21T21:56:57.059Z Checking syn v2.0.117
24492026-05-21T21:56:57.160Z Checking ipnetwork v0.21.1
24502026-05-21T21:56:57.198Z Checking rand_chacha v0.3.1
24512026-05-21T21:56:57.198Z Checking scroll v0.12.0
24522026-05-21T21:56:57.354Z Checking thiserror v1.0.69
24532026-05-21T21:56:57.368Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-21T21:56:57.414Z Checking hash32 v0.2.1
24552026-05-21T21:56:57.425Z Checking num-integer v0.1.46
24562026-05-21T21:56:57.452Z Checking serde_spanned v0.6.9
24572026-05-21T21:56:57.471Z Checking toml_datetime v0.6.11
24582026-05-21T21:56:57.568Z Checking md-5 v0.10.6
24592026-05-21T21:56:57.581Z Checking ff v0.13.1
24602026-05-21T21:56:57.621Z Checking hyper v1.8.1
24612026-05-21T21:56:57.644Z Checking fallible-iterator v0.2.0
24622026-05-21T21:56:57.654Z Checking psl-types v2.0.11
24632026-05-21T21:56:57.697Z Checking base16ct v0.2.0
24642026-05-21T21:56:57.708Z Checking zlib-rs v0.6.2
24652026-05-21T21:56:57.763Z Checking publicsuffix v2.3.0
24662026-05-21T21:56:57.819Z Checking sec1 v0.7.3
24672026-05-21T21:56:57.910Z Checking postgres-protocol v0.6.10
24682026-05-21T21:56:57.923Z Checking group v0.13.0
24692026-05-21T21:56:58.023Z Checking num-iter v0.1.45
24702026-05-21T21:56:58.065Z Checking heapless v0.7.17
24712026-05-21T21:56:58.127Z Checking zstd-safe v7.2.4
24722026-05-21T21:56:58.225Z Checking goblin v0.8.2
24732026-05-21T21:56:58.292Z Checking rand v0.8.6
24742026-05-21T21:56:58.453Z Checking oxnet v0.1.4
24752026-05-21T21:56:58.469Z Checking cookie v0.18.1
24762026-05-21T21:56:58.512Z Checking hyper-util v0.1.20
24772026-05-21T21:56:58.579Z Checking flate2 v1.1.9
24782026-05-21T21:56:58.683Z Compiling iddqd v0.4.1
24792026-05-21T21:56:58.697Z Checking dtrace-parser v0.3.0
24802026-05-21T21:56:58.806Z Checking phf_shared v0.13.1
24812026-05-21T21:56:58.865Z Checking lazy_static v1.5.0
24822026-05-21T21:56:58.930Z Checking pin-project v1.1.11
24832026-05-21T21:56:58.954Z Checking zerocopy v0.7.35
24842026-05-21T21:56:58.992Z Checking dof v0.4.0
24852026-05-21T21:56:58.996Z Checking bzip2-sys v0.1.13+1.0.8
24862026-05-21T21:56:59.019Z Checking signal-hook v0.3.18
24872026-05-21T21:56:59.091Z Checking terminal_size v0.4.3
24882026-05-21T21:56:59.194Z Checking futures-executor v0.3.32
24892026-05-21T21:56:59.210Z Checking hex v0.4.3
24902026-05-21T21:56:59.332Z Checking hkdf v0.12.4
24912026-05-21T21:56:59.343Z Checking crypto-bigint v0.5.5
24922026-05-21T21:56:59.421Z Checking thread-id v5.1.0
24932026-05-21T21:56:59.431Z Checking encoding_rs v0.8.35
24942026-05-21T21:56:59.459Z Checking either v1.15.0
24952026-05-21T21:56:59.495Z Checking foldhash v0.1.5
24962026-05-21T21:56:59.610Z Checking winnow v0.5.40
24972026-05-21T21:56:59.624Z Checking same-file v1.0.6
24982026-05-21T21:56:59.640Z Checking winnow v0.7.14
24992026-05-21T21:56:59.737Z Checking mime v0.3.17
25002026-05-21T21:56:59.753Z Checking hyper-rustls v0.27.7
25012026-05-21T21:56:59.872Z Checking hyper-tls v0.6.0
25022026-05-21T21:56:59.909Z Checking managed v0.8.0
25032026-05-21T21:56:59.958Z Checking foldhash v0.2.0
25042026-05-21T21:57:00.042Z Compiling rayon-core v1.13.0
25052026-05-21T21:57:00.089Z Checking bitflags v1.3.2
25062026-05-21T21:57:00.110Z Checking clap_lex v1.0.0
25072026-05-21T21:57:00.113Z Checking bumpalo v3.20.2
25082026-05-21T21:57:00.158Z Checking libbz2-rs-sys v0.2.2
25092026-05-21T21:57:00.214Z Checking strsim v0.11.1
25102026-05-21T21:57:00.227Z Checking elliptic-curve v0.13.8
25112026-05-21T21:57:00.265Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-05-21T21:57:00.307Z Checking zopfli v0.8.3
25132026-05-21T21:57:00.370Z Checking clap_builder v4.5.60
25142026-05-21T21:57:00.382Z Checking reqwest v0.12.28
25152026-05-21T21:57:00.470Z Checking smoltcp v0.9.1
25162026-05-21T21:57:00.528Z Checking dof v0.3.0
25172026-05-21T21:57:00.543Z Checking bzip2 v0.6.1
25182026-05-21T21:57:00.649Z Checking hashbrown v0.16.1
25192026-05-21T21:57:00.700Z Checking walkdir v2.5.0
25202026-05-21T21:57:00.743Z Checking toml_edit v0.19.15
25212026-05-21T21:57:00.820Z Checking hashbrown v0.15.5
25222026-05-21T21:57:00.823Z Checking usdt-impl v0.6.0
25232026-05-21T21:57:00.872Z Checking futures v0.3.32
25242026-05-21T21:57:00.951Z Checking signal-hook-mio v0.2.5
25252026-05-21T21:57:01.055Z Checking bzip2 v0.4.4
25262026-05-21T21:57:01.071Z Checking snafu v0.8.9
25272026-05-21T21:57:01.112Z Checking phf v0.13.1
25282026-05-21T21:57:01.155Z Checking num-bigint-dig v0.8.6
25292026-05-21T21:57:01.219Z Checking cookie_store v0.22.1
25302026-05-21T21:57:01.254Z Checking zstd v0.13.3
25312026-05-21T21:57:01.291Z Checking postgres-types v0.2.12
25322026-05-21T21:57:01.303Z Checking dtrace-parser v0.2.0
25332026-05-21T21:57:01.437Z Checking globset v0.4.18
25342026-05-21T21:57:01.476Z Checking rustls-platform-verifier v0.6.2
25352026-05-21T21:57:01.526Z Checking crossbeam-deque v0.8.6
25362026-05-21T21:57:01.545Z Checking regex v1.12.3
25372026-05-21T21:57:01.596Z Checking ed25519 v2.2.3
25382026-05-21T21:57:01.611Z Checking phf_shared v0.11.3
25392026-05-21T21:57:01.624Z Checking olpc-cjson v0.1.4
25402026-05-21T21:57:01.696Z Checking curve25519-dalek v4.1.3
25412026-05-21T21:57:01.706Z Checking ref-cast v1.0.25
25422026-05-21T21:57:01.749Z Checking strum v0.27.2
25432026-05-21T21:57:01.749Z Checking hubpack v0.1.2
25442026-05-21T21:57:01.778Z Checking memoffset v0.9.1
25452026-05-21T21:57:01.794Z Checking rustix v0.38.44
25462026-05-21T21:57:01.807Z Checking pkcs1 v0.7.5
25472026-05-21T21:57:01.821Z Checking pem v3.0.6
25482026-05-21T21:57:01.851Z Checking float-cmp v0.10.0
25492026-05-21T21:57:01.853Z Checking serde_plain v1.0.2
25502026-05-21T21:57:01.921Z Checking serde-big-array v0.5.1
25512026-05-21T21:57:01.972Z Checking erased-serde v0.3.31
25522026-05-21T21:57:01.975Z Checking rfc6979 v0.4.0
25532026-05-21T21:57:01.997Z Checking thread-id v4.2.2
25542026-05-21T21:57:02.007Z Checking memmap2 v0.9.10
25552026-05-21T21:57:02.017Z Checking env_filter v1.0.0
25562026-05-21T21:57:02.050Z Checking predicates-core v1.0.10
25572026-05-21T21:57:02.067Z Checking data-encoding v2.10.0
25582026-05-21T21:57:02.090Z Checking precomputed-hash v0.1.1
25592026-05-21T21:57:02.154Z Checking new_debug_unreachable v1.0.6
25602026-05-21T21:57:02.165Z Checking static_assertions v1.1.0
25612026-05-21T21:57:02.168Z Checking whoami v2.1.0
25622026-05-21T21:57:02.168Z Checking keccak v0.1.6
25632026-05-21T21:57:02.216Z Checking fixedbitset v0.4.2
25642026-05-21T21:57:02.229Z Checking typed-path v0.9.3
25652026-05-21T21:57:02.328Z Checking toml_write v0.1.2
25662026-05-21T21:57:02.343Z Checking unicode-segmentation v1.12.0
25672026-05-21T21:57:02.355Z Checking difflib v0.4.0
25682026-05-21T21:57:02.366Z Checking normalize-line-endings v0.3.0
25692026-05-21T21:57:02.369Z Checking fixedbitset v0.5.7
25702026-05-21T21:57:02.453Z Checking jiff v0.2.21
25712026-05-21T21:57:02.468Z Checking ed25519-dalek v2.2.0
25722026-05-21T21:57:02.489Z Checking toml_edit v0.22.27
25732026-05-21T21:57:02.526Z Checking predicates v3.1.4
25742026-05-21T21:57:02.564Z Checking petgraph v0.8.3
25752026-05-21T21:57:02.590Z Checking crossterm v0.28.1
25762026-05-21T21:57:02.647Z Checking similar v2.7.0
25772026-05-21T21:57:02.691Z Checking tokio-postgres v0.7.16
25782026-05-21T21:57:02.819Z Checking petgraph v0.6.5
25792026-05-21T21:57:02.995Z Checking tough v0.22.0
25802026-05-21T21:57:03.023Z Checking slog v2.8.2
25812026-05-21T21:57:03.283Z Checking sha3 v0.10.8
25822026-05-21T21:57:03.296Z Checking hickory-proto v0.25.2
25832026-05-21T21:57:03.490Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25842026-05-21T21:57:03.558Z Checking string_cache v0.8.9
25852026-05-21T21:57:03.728Z Checking usdt v0.6.0
25862026-05-21T21:57:03.897Z Checking env_logger v0.11.9
25872026-05-21T21:57:03.933Z Checking ecdsa v0.16.9
25882026-05-21T21:57:04.059Z Checking usdt-impl v0.5.0
25892026-05-21T21:57:04.086Z Checking rsa v0.9.10
25902026-05-21T21:57:04.118Z Checking nix v0.31.2
25912026-05-21T21:57:04.270Z Checking toml v0.7.8
25922026-05-21T21:57:04.588Z Checking clap v4.5.60
25932026-05-21T21:57:04.666Z Checking reqwest v0.13.2
25942026-05-21T21:57:04.669Z Checking zip v4.6.1
25952026-05-21T21:57:04.869Z Checking zip v0.6.6
25962026-05-21T21:57:05.018Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-21T21:57:05.128Z Checking itertools v0.13.0
25982026-05-21T21:57:05.189Z Checking serde_with v3.17.0
25992026-05-21T21:57:05.223Z Checking strum v0.26.3
26002026-05-21T21:57:05.254Z Checking fs-err v3.3.0
26012026-05-21T21:57:05.332Z Checking ahash v0.8.12
26022026-05-21T21:57:05.344Z Checking object v0.37.3
26032026-05-21T21:57:05.509Z Checking tokio-stream v0.1.18
26042026-05-21T21:57:05.524Z Checking buf-list v1.1.2
26052026-05-21T21:57:05.545Z Checking anyhow v1.0.102
26062026-05-21T21:57:05.702Z Checking camino v1.2.2
26072026-05-21T21:57:05.744Z Checking x509-cert v0.2.5
26082026-05-21T21:57:05.765Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-21T21:57:05.908Z Checking openapiv3 v2.2.0
26102026-05-21T21:57:05.962Z Checking toml_datetime v0.7.5+spec-1.1.0
26112026-05-21T21:57:06.028Z Checking sha1 v0.10.6
26122026-05-21T21:57:06.068Z Checking peg-runtime v0.8.5
26132026-05-21T21:57:06.162Z Checking lalrpop-util v0.19.12
26142026-05-21T21:57:06.174Z Checking rayon v1.11.0
26152026-05-21T21:57:06.186Z Checking sigpipe v0.1.3
26162026-05-21T21:57:06.209Z Checking glob v0.3.3
26172026-05-21T21:57:07.574Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-21T21:57:07.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s
26192026-05-21T21:57:08.019Z
26202026-05-21T21:57:08.020Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26212026-05-21T21:57:08.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-21T21:57:08.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-21T21:57:08.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-21T21:57:08.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26252026-05-21T21:57:08.616Z
26262026-05-21T21:57:08.616Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26272026-05-21T21:57:09.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-21T21:57:09.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-21T21:57:09.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-21T21:57:09.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26312026-05-21T21:57:09.228Z
26322026-05-21T21:57:09.228Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26332026-05-21T21:57:09.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-21T21:57:09.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-21T21:57:09.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-21T21:57:09.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-21T21:57:09.845Z
26382026-05-21T21:57:09.845Zinfo: running `cargo check --bins` on oxql-types (80/276)
26392026-05-21T21:57:10.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-21T21:57:10.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-21T21:57:10.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-21T21:57:10.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-05-21T21:57:10.452Z
26442026-05-21T21:57:10.452Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26452026-05-21T21:57:10.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-21T21:57:10.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-21T21:57:10.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-21T21:57:10.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26492026-05-21T21:57:11.054Z
26502026-05-21T21:57:11.054Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26512026-05-21T21:57:11.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-21T21:57:11.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-21T21:57:11.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-21T21:57:11.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-21T21:57:11.655Z
26562026-05-21T21:57:11.655Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26572026-05-21T21:57:12.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-21T21:57:12.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-21T21:57:12.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-21T21:57:12.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-05-21T21:57:12.244Z
26622026-05-21T21:57:12.244Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26632026-05-21T21:57:12.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-21T21:57:12.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-21T21:57:12.937Z Compiling structmeta-derive v0.3.0
26662026-05-21T21:57:13.053Z Compiling rustls v0.22.4
26672026-05-21T21:57:13.064Z Compiling multer v3.1.0
26682026-05-21T21:57:13.072Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-21T21:57:13.072Z Compiling async-stream-impl v0.3.6
26702026-05-21T21:57:13.096Z Compiling dropshot v0.17.0
26712026-05-21T21:57:13.111Z Compiling dropshot_endpoint v0.17.0
26722026-05-21T21:57:13.111Z Compiling newtype-uuid-macros v0.1.0
26732026-05-21T21:57:13.226Z Checking newtype-uuid v1.3.2
26742026-05-21T21:57:13.289Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-05-21T21:57:13.353Z Checking rustls-webpki v0.102.8
26762026-05-21T21:57:13.423Z Checking daft v0.1.7
26772026-05-21T21:57:13.447Z Checking thread_local v1.1.9
26782026-05-21T21:57:13.613Z Checking match_cfg v0.1.0
26792026-05-21T21:57:13.656Z Checking compression-core v0.4.31
26802026-05-21T21:57:13.670Z Checking iddqd v0.4.1
26812026-05-21T21:57:13.683Z Checking hostname v0.3.1
26822026-05-21T21:57:13.724Z Checking crossbeam-channel v0.5.15
26832026-05-21T21:57:13.774Z Checking compression-codecs v0.4.37
26842026-05-21T21:57:13.778Z Checking slog-json v2.6.1
26852026-05-21T21:57:13.854Z Checking serde_spanned v1.0.4
26862026-05-21T21:57:13.927Z Checking is-terminal v0.4.17
26872026-05-21T21:57:13.948Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-05-21T21:57:13.985Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-05-21T21:57:14.017Z Checking term v1.2.1
26902026-05-21T21:57:14.058Z Checking take_mut v0.2.2
26912026-05-21T21:57:14.099Z Compiling structmeta v0.3.0
26922026-05-21T21:57:14.147Z Checking debug-ignore v1.0.5
26932026-05-21T21:57:14.160Z Checking toml v1.0.6+spec-1.1.0
26942026-05-21T21:57:14.160Z Checking slog-async v2.8.0
26952026-05-21T21:57:14.233Z Checking slog-term v2.9.2
26962026-05-21T21:57:14.245Z Checking async-compression v0.4.41
26972026-05-21T21:57:14.307Z Compiling derive-ex v0.1.8
26982026-05-21T21:57:14.328Z Compiling parse-display-derive v0.10.0
26992026-05-21T21:57:14.482Z Checking slog-bunyan v2.5.0
27002026-05-21T21:57:14.496Z Checking async-stream v0.3.6
27012026-05-21T21:57:14.578Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-05-21T21:57:14.594Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27032026-05-21T21:57:14.619Z Checking progenitor-client v0.14.0
27042026-05-21T21:57:14.654Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-05-21T21:57:14.741Z Checking waitgroup v0.1.2
27062026-05-21T21:57:14.794Z Checking backon v1.6.0
27072026-05-21T21:57:14.838Z Checking rustls-pemfile v2.2.0
27082026-05-21T21:57:14.852Z Checking serde_path_to_error v0.1.20
27092026-05-21T21:57:14.917Z Checking hostname v0.4.2
27102026-05-21T21:57:14.953Z Checking instant v0.1.13
27112026-05-21T21:57:15.036Z Checking backoff v0.4.0
27122026-05-21T21:57:15.133Z Checking progenitor-extras v0.2.0
27132026-05-21T21:57:15.137Z Checking tokio-rustls v0.25.0
27142026-05-21T21:57:15.208Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27152026-05-21T21:57:15.252Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-05-21T21:57:15.351Z Checking itertools v0.14.0
27172026-05-21T21:57:15.418Z Checking progenitor-client v0.10.0
27182026-05-21T21:57:15.613Z Checking regress v0.10.5
27192026-05-21T21:57:15.625Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-05-21T21:57:15.851Z Checking macaddr v1.0.1
27212026-05-21T21:57:15.986Z Compiling test-strategy v0.4.5
27222026-05-21T21:57:16.015Z Checking parse-display v0.10.0
27232026-05-21T21:57:17.145Z Compiling prettyplease v0.2.37
27242026-05-21T21:57:17.446Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-21T21:57:17.619Z Checking num-rational v0.4.2
27262026-05-21T21:57:17.814Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-21T21:57:18.159Z Checking num-complex v0.4.6
27282026-05-21T21:57:18.644Z Checking num v0.4.3
27292026-05-21T21:57:18.718Z Compiling usdt-attr-macro v0.5.0
27302026-05-21T21:57:18.761Z Compiling usdt-macro v0.5.0
27312026-05-21T21:57:18.878Z Checking memmap v0.7.0
27322026-05-21T21:57:18.904Z Checking float-ord v0.3.2
27332026-05-21T21:57:19.004Z Checking unicode-width v0.2.0
27342026-05-21T21:57:19.017Z Compiling convert_case v0.4.0
27352026-05-21T21:57:19.260Z Checking console v0.15.11
27362026-05-21T21:57:19.395Z Compiling derive_more v0.99.20
27372026-05-21T21:57:19.482Z Checking newline-converter v0.3.0
27382026-05-21T21:57:19.485Z Checking usdt v0.5.0
27392026-05-21T21:57:19.536Z Checking atomicwrites v0.4.4
27402026-05-21T21:57:19.592Z Compiling toml v0.8.23
27412026-05-21T21:57:19.659Z Checking linked-hash-map v0.5.6
27422026-05-21T21:57:19.662Z Compiling minimal-lexical v0.2.1
27432026-05-21T21:57:19.827Z Checking lru-cache v0.1.2
27442026-05-21T21:57:19.919Z Compiling nom v7.1.3
27452026-05-21T21:57:19.947Z Checking expectorate v1.2.0
27462026-05-21T21:57:20.552Z Checking camino-tempfile v1.4.1
27472026-05-21T21:57:20.591Z Checking hickory-proto v0.24.4
27482026-05-21T21:57:20.714Z Checking phf_shared v0.12.1
27492026-05-21T21:57:20.861Z Compiling slog-dtrace v0.3.0
27502026-05-21T21:57:21.017Z Checking heck v0.5.0
27512026-05-21T21:57:21.050Z Compiling chrono-tz v0.10.4
27522026-05-21T21:57:21.147Z Checking resolv-conf v0.7.6
27532026-05-21T21:57:21.251Z Compiling const_format_proc_macros v0.2.34
27542026-05-21T21:57:21.287Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-21T21:57:21.381Z Checking phf v0.12.1
27562026-05-21T21:57:21.397Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-05-21T21:57:21.525Z Checking tokio-dtrace v0.1.1
27582026-05-21T21:57:21.716Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-21T21:57:21.757Z Compiling derive-where v1.6.0
27602026-05-21T21:57:21.997Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-21T21:57:22.235Z Checking highway v1.3.0
27622026-05-21T21:57:22.442Z Checking hickory-resolver v0.24.4
27632026-05-21T21:57:22.464Z Checking const_format v0.2.35
27642026-05-21T21:57:22.691Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-21T21:57:22.821Z Checking oxide-tokio-rt v0.1.4
27662026-05-21T21:57:22.923Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-21T21:57:23.126Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-21T21:57:23.161Z Checking qorb v0.4.1
27692026-05-21T21:57:23.180Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-05-21T21:57:23.214Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27712026-05-21T21:57:23.294Z Checking gethostname v0.5.0
27722026-05-21T21:57:23.351Z Checking bcs v0.1.6
27732026-05-21T21:57:23.384Z Checking termtree v0.5.1
27742026-05-21T21:57:26.713Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-21T21:57:29.417Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-21T21:57:31.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.29s
27772026-05-21T21:57:31.728Z
27782026-05-21T21:57:31.728Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27792026-05-21T21:57:32.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-21T21:57:32.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-21T21:57:32.398Z Compiling ar_archive_writer v0.5.1
27822026-05-21T21:57:32.509Z Compiling stacker v0.1.23
27832026-05-21T21:57:32.512Z Compiling cfg_aliases v0.1.1
27842026-05-21T21:57:32.521Z Compiling convert_case v0.10.0
27852026-05-21T21:57:32.524Z Checking unicode-width v0.1.14
27862026-05-21T21:57:32.536Z Compiling proc-macro-error v1.0.4
27872026-05-21T21:57:32.548Z Checking fd-lock v4.0.4
27882026-05-21T21:57:32.552Z Checking nibble_vec v0.1.0
27892026-05-21T21:57:32.570Z Compiling nix v0.28.0
27902026-05-21T21:57:32.662Z Checking vte v0.14.1
27912026-05-21T21:57:32.674Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-21T21:57:32.757Z Checking bytecount v0.6.9
27932026-05-21T21:57:32.770Z Checking endian-type v0.1.2
27942026-05-21T21:57:32.807Z Checking strip-ansi-escapes v0.2.1
27952026-05-21T21:57:32.819Z Compiling derive_more-impl v2.1.1
27962026-05-21T21:57:32.832Z Compiling tabled_derive v0.7.0
27972026-05-21T21:57:32.855Z Checking papergrid v0.11.0
27982026-05-21T21:57:32.890Z Checking radix_trie v0.2.1
27992026-05-21T21:57:32.914Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-21T21:57:33.063Z Compiling peg-macros v0.8.5
28012026-05-21T21:57:33.094Z Checking winnow v0.6.26
28022026-05-21T21:57:33.329Z Compiling psm v0.1.30
28032026-05-21T21:57:33.370Z Compiling sqlparser_derive v0.5.0
28042026-05-21T21:57:33.447Z Checking nu-ansi-term v0.50.3
28052026-05-21T21:57:33.613Z Checking derive_more v2.1.1
28062026-05-21T21:57:33.651Z Checking home v0.5.12
28072026-05-21T21:57:33.691Z Checking unicode_categories v0.1.1
28082026-05-21T21:57:33.756Z Checking crossterm v0.29.0
28092026-05-21T21:57:33.779Z Checking tabled v0.15.0
28102026-05-21T21:57:33.846Z Checking rustyline v14.0.0
28112026-05-21T21:57:33.846Z Checking reedline v0.40.0
28122026-05-21T21:57:34.094Z Checking recursive v0.1.1
28132026-05-21T21:57:34.138Z Checking display-error-chain v0.2.2
28142026-05-21T21:57:34.193Z Checking sqlparser v0.61.0
28152026-05-21T21:57:34.223Z Checking sqlformat v0.3.5
28162026-05-21T21:57:34.409Z Checking peg v0.8.5
28172026-05-21T21:57:45.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28182026-05-21T21:57:45.465Z
28192026-05-21T21:57:45.465Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28202026-05-21T21:57:45.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-21T21:57:45.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-21T21:57:46.146Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-21T21:57:49.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28242026-05-21T21:57:49.772Z
28252026-05-21T21:57:49.772Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28262026-05-21T21:57:50.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-21T21:57:50.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-21T21:57:50.448Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-21T21:57:52.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28302026-05-21T21:57:53.070Z
28312026-05-21T21:57:53.070Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28322026-05-21T21:57:53.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-21T21:57:53.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-21T21:57:53.745Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-21T21:57:56.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28362026-05-21T21:57:57.159Z
28372026-05-21T21:57:57.159Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28382026-05-21T21:57:57.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-21T21:57:57.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-21T21:57:57.839Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-21T21:58:01.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28422026-05-21T21:58:01.299Z
28432026-05-21T21:58:01.299Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28442026-05-21T21:58:01.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-21T21:58:01.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-21T21:58:01.971Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-21T21:58:04.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28482026-05-21T21:58:04.759Z
28492026-05-21T21:58:04.759Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28502026-05-21T21:58:05.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-21T21:58:05.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-21T21:58:05.435Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-21T21:58:08.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28542026-05-21T21:58:08.231Z
28552026-05-21T21:58:08.231Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28562026-05-21T21:58:08.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-21T21:58:08.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-21T21:58:08.910Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-21T21:58:12.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28602026-05-21T21:58:12.517Z
28612026-05-21T21:58:12.517Zinfo: running `cargo check --bins` on oximeter (93/276)
28622026-05-21T21:58:13.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-21T21:58:13.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-21T21:58:13.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-21T21:58:13.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-05-21T21:58:13.122Z
28672026-05-21T21:58:13.122Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28682026-05-21T21:58:13.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-21T21:58:13.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-21T21:58:13.762Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-21T21:58:13.928Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-21T21:58:13.933Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-21T21:58:14.264Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-21T21:58:17.130Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-21T21:58:18.330Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-21T21:58:18.493Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-21T21:58:19.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28782026-05-21T21:58:19.345Z
28792026-05-21T21:58:19.345Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28802026-05-21T21:58:19.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-21T21:58:19.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-21T21:58:19.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-21T21:58:19.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-21T21:58:19.943Z
28852026-05-21T21:58:19.943Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28862026-05-21T21:58:20.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-21T21:58:20.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-21T21:58:20.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-21T21:58:20.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-05-21T21:58:20.579Z
28912026-05-21T21:58:20.579Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28922026-05-21T21:58:21.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-21T21:58:21.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-21T21:58:21.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-21T21:58:21.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-21T21:58:21.178Z
28972026-05-21T21:58:21.178Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28982026-05-21T21:58:21.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-21T21:58:21.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-21T21:58:21.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-21T21:58:21.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-21T21:58:21.788Z
29032026-05-21T21:58:21.788Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29042026-05-21T21:58:22.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-21T21:58:22.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-21T21:58:22.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-21T21:58:22.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-21T21:58:22.402Z
29092026-05-21T21:58:22.402Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29102026-05-21T21:58:22.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-21T21:58:22.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-21T21:58:22.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-21T21:58:22.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-21T21:58:23.016Z
29152026-05-21T21:58:23.016Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29162026-05-21T21:58:23.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-21T21:58:23.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-21T21:58:23.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-21T21:58:23.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-05-21T21:58:23.609Z
29212026-05-21T21:58:23.609Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29222026-05-21T21:58:24.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-21T21:58:24.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-21T21:58:24.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-21T21:58:24.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-21T21:58:24.219Z
29272026-05-21T21:58:24.219Zinfo: running `cargo check --bins` on update-engine (103/276)
29282026-05-21T21:58:24.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-21T21:58:24.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-21T21:58:24.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-21T21:58:24.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-21T21:58:24.811Z
29332026-05-21T21:58:24.811Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29342026-05-21T21:58:25.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-21T21:58:25.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-21T21:58:25.537Z Compiling crucible-workspace-hack v0.1.0
29372026-05-21T21:58:25.655Z Checking secrecy v0.10.3
29382026-05-21T21:58:25.661Z Compiling heapless v0.8.0
29392026-05-21T21:58:25.668Z Compiling ingot-macros v0.1.1
29402026-05-21T21:58:25.674Z Compiling toml_edit v0.23.10+spec-1.0.0
29412026-05-21T21:58:25.679Z Checking hash32 v0.3.1
29422026-05-21T21:58:25.694Z Compiling smoltcp v0.11.0
29432026-05-21T21:58:25.694Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-21T21:58:25.753Z Checking cobs v0.3.0
29452026-05-21T21:58:25.805Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-21T21:58:25.900Z Checking universal-hash v0.5.1
29472026-05-21T21:58:25.911Z Checking half v2.7.1
29482026-05-21T21:58:25.947Z Checking ciborium-io v0.2.2
29492026-05-21T21:58:26.038Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-05-21T21:58:26.038Z Checking opaque-debug v0.3.1
29512026-05-21T21:58:26.062Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29522026-05-21T21:58:26.117Z Checking poly1305 v0.8.0
29532026-05-21T21:58:26.177Z Checking ciborium-ll v0.2.2
29542026-05-21T21:58:26.212Z Compiling proc-macro-crate v3.4.0
29552026-05-21T21:58:26.354Z Checking postcard v1.1.3
29562026-05-21T21:58:26.373Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-21T21:58:26.376Z Checking password-hash v0.5.0
29582026-05-21T21:58:26.640Z Checking chacha20 v0.9.1
29592026-05-21T21:58:26.640Z Compiling proc-macro-crate v1.3.1
29602026-05-21T21:58:26.676Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29612026-05-21T21:58:26.723Z Checking blake2 v0.10.6
29622026-05-21T21:58:26.757Z Compiling num_enum_derive v0.7.5
29632026-05-21T21:58:26.829Z Checking aead v0.5.2
29642026-05-21T21:58:26.912Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-21T21:58:26.954Z Compiling foreign-types-macros v0.2.3
29662026-05-21T21:58:26.974Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-21T21:58:26.986Z Checking thiserror-no-std v2.0.2
29682026-05-21T21:58:27.057Z Checking cpufeatures v0.3.0
29692026-05-21T21:58:27.074Z Checking foreign-types-shared v0.3.1
29702026-05-21T21:58:27.113Z Checking vsss-rs v3.3.4
29712026-05-21T21:58:27.131Z Checking chacha20 v0.10.0
29722026-05-21T21:58:27.174Z Compiling num_enum_derive v0.5.11
29732026-05-21T21:58:27.209Z Checking chacha20poly1305 v0.10.1
29742026-05-21T21:58:27.337Z Checking argon2 v0.5.3
29752026-05-21T21:58:27.351Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29762026-05-21T21:58:27.533Z Checking foreign-types v0.5.0
29772026-05-21T21:58:27.638Z Checking ciborium v0.2.2
29782026-05-21T21:58:27.719Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-05-21T21:58:27.788Z Checking tabwriter v1.4.1
29802026-05-21T21:58:27.801Z Checking num_enum v0.7.5
29812026-05-21T21:58:27.914Z Checking byte-wrapper v0.1.0
29822026-05-21T21:58:27.935Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-21T21:58:27.999Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-05-21T21:58:28.054Z Checking cstr-argument v0.1.2
29852026-05-21T21:58:28.127Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-05-21T21:58:28.177Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-05-21T21:58:28.189Z Checking num_enum v0.5.11
29882026-05-21T21:58:28.202Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-21T21:58:28.303Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-05-21T21:58:28.333Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-05-21T21:58:28.346Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-21T21:58:28.358Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-05-21T21:58:28.440Z Checking rand v0.10.0
29942026-05-21T21:58:28.466Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29952026-05-21T21:58:28.478Z Checking ingot-types v0.1.2
29962026-05-21T21:58:28.501Z Checking colored v3.1.1
29972026-05-21T21:58:28.544Z Checking indent_write v2.2.0
29982026-05-21T21:58:28.680Z Compiling zone_cfg_derive v0.3.1
29992026-05-21T21:58:28.695Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-05-21T21:58:28.775Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-21T21:58:28.792Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-05-21T21:58:28.833Z Checking ingot v0.1.1
30032026-05-21T21:58:28.868Z Checking itertools v0.12.1
30042026-05-21T21:58:28.888Z Compiling num-derive v0.4.2
30052026-05-21T21:58:28.932Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-21T21:58:28.948Z Checking swrite v0.1.0
30072026-05-21T21:58:29.035Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30082026-05-21T21:58:29.133Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30092026-05-21T21:58:29.291Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-21T21:58:29.311Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-21T21:58:29.325Z Checking dropshot-api-manager-types v0.7.1
30122026-05-21T21:58:29.354Z Checking smf v0.2.3
30132026-05-21T21:58:29.405Z Checking nanorand v0.7.0
30142026-05-21T21:58:29.488Z Checking whoami v1.6.1
30152026-05-21T21:58:29.588Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-05-21T21:58:29.608Z Checking flume v0.11.1
30172026-05-21T21:58:29.800Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30182026-05-21T21:58:29.869Z Checking zone v0.3.1
30192026-05-21T21:58:30.384Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-21T21:58:31.369Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-21T21:58:32.263Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-21T21:58:35.378Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-05-21T21:58:37.402Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-05-21T21:58:38.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
30252026-05-21T21:58:38.703Z
30262026-05-21T21:58:38.703Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30272026-05-21T21:58:39.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-21T21:58:39.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-21T21:58:39.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-21T21:58:39.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30312026-05-21T21:58:39.315Z
30322026-05-21T21:58:39.316Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30332026-05-21T21:58:39.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-21T21:58:39.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-21T21:58:39.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-21T21:58:39.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-21T21:58:39.927Z
30382026-05-21T21:58:39.927Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30392026-05-21T21:58:40.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-21T21:58:40.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-21T21:58:40.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-21T21:58:40.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-21T21:58:40.542Z
30442026-05-21T21:58:40.542Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30452026-05-21T21:58:41.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-21T21:58:41.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-21T21:58:41.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-21T21:58:41.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30492026-05-21T21:58:41.163Z
30502026-05-21T21:58:41.163Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30512026-05-21T21:58:41.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-21T21:58:41.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-21T21:58:41.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-21T21:58:41.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-21T21:58:41.769Z
30562026-05-21T21:58:41.769Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30572026-05-21T21:58:42.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-21T21:58:42.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-21T21:58:42.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-21T21:58:42.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-21T21:58:42.382Z
30622026-05-21T21:58:42.382Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30632026-05-21T21:58:42.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-21T21:58:42.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-21T21:58:42.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-21T21:58:42.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-21T21:58:42.991Z
30682026-05-21T21:58:42.991Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30692026-05-21T21:58:43.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-21T21:58:43.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-21T21:58:43.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-21T21:58:43.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-21T21:58:43.584Z
30742026-05-21T21:58:43.584Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30752026-05-21T21:58:44.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-21T21:58:44.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-21T21:58:44.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-21T21:58:44.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-05-21T21:58:44.191Z
30802026-05-21T21:58:44.191Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30812026-05-21T21:58:44.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-21T21:58:44.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-21T21:58:44.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-21T21:58:44.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-21T21:58:44.799Z
30862026-05-21T21:58:44.799Zinfo: running `cargo check --bins` on installinator-client (115/276)
30872026-05-21T21:58:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-21T21:58:45.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-21T21:58:45.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-21T21:58:45.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-05-21T21:58:45.408Z
30922026-05-21T21:58:45.408Zinfo: running `cargo check --bins` on nexus-client (116/276)
30932026-05-21T21:58:45.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-21T21:58:45.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-21T21:58:45.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-21T21:58:45.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30972026-05-21T21:58:46.051Z
30982026-05-21T21:58:46.051Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30992026-05-21T21:58:46.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-21T21:58:46.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-21T21:58:46.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-21T21:58:46.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31032026-05-21T21:58:46.693Z
31042026-05-21T21:58:46.694Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31052026-05-21T21:58:47.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-21T21:58:47.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-21T21:58:47.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-21T21:58:47.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-05-21T21:58:47.292Z
31102026-05-21T21:58:47.292Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31112026-05-21T21:58:47.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-21T21:58:47.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-21T21:58:47.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-21T21:58:47.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31152026-05-21T21:58:47.875Z
31162026-05-21T21:58:47.875Zinfo: running `cargo check --bins` on oxide-client (120/276)
31172026-05-21T21:58:48.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-21T21:58:48.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-21T21:58:48.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-21T21:58:48.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-21T21:58:48.470Z
31222026-05-21T21:58:48.470Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31232026-05-21T21:58:48.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-21T21:58:48.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-21T21:58:48.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-21T21:58:48.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-05-21T21:58:49.078Z
31282026-05-21T21:58:49.078Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31292026-05-21T21:58:49.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-21T21:58:49.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-21T21:58:49.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-21T21:58:49.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-21T21:58:49.676Z
31342026-05-21T21:58:49.676Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31352026-05-21T21:58:50.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-21T21:58:50.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-21T21:58:50.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-21T21:58:50.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-05-21T21:58:50.296Z
31402026-05-21T21:58:50.296Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31412026-05-21T21:58:50.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-21T21:58:50.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-21T21:58:50.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-21T21:58:50.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-05-21T21:58:50.920Z
31462026-05-21T21:58:50.920Zinfo: running `cargo check --bins` on installinator-common (125/276)
31472026-05-21T21:58:51.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-21T21:58:51.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-21T21:58:51.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-21T21:58:51.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-21T21:58:51.544Z
31522026-05-21T21:58:51.544Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31532026-05-21T21:58:52.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-21T21:58:52.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-21T21:58:52.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-21T21:58:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-05-21T21:58:52.138Z
31582026-05-21T21:58:52.139Zinfo: running `cargo check --bins` on wicket-common (127/276)
31592026-05-21T21:58:52.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-21T21:58:52.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-21T21:58:52.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-21T21:58:52.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-05-21T21:58:52.757Z
31642026-05-21T21:58:52.757Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31652026-05-21T21:58:53.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-21T21:58:53.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-21T21:58:53.455Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-05-21T21:58:53.571Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-05-21T21:58:53.578Z Checking csv-core v0.1.13
31702026-05-21T21:58:53.585Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-05-21T21:58:53.592Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31722026-05-21T21:58:53.595Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-21T21:58:53.613Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-05-21T21:58:53.624Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-05-21T21:58:53.737Z Checking csv v1.4.0
31762026-05-21T21:58:53.766Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-05-21T21:58:53.794Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-21T21:58:53.822Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-05-21T21:58:53.838Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-05-21T21:58:54.083Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-05-21T21:58:54.450Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-05-21T21:58:54.450Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-21T21:58:54.779Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-05-21T21:59:00.635Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-05-21T21:59:01.177Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-21T21:59:03.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
31872026-05-21T21:59:03.716Z
31882026-05-21T21:59:03.716Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31892026-05-21T21:59:04.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-21T21:59:04.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-21T21:59:04.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-21T21:59:04.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31932026-05-21T21:59:04.327Z
31942026-05-21T21:59:04.327Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31952026-05-21T21:59:04.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-21T21:59:04.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-21T21:59:04.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-21T21:59:04.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31992026-05-21T21:59:05.012Z
32002026-05-21T21:59:05.012Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32012026-05-21T21:59:05.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-21T21:59:05.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-21T21:59:05.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-21T21:59:05.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32052026-05-21T21:59:05.692Z
32062026-05-21T21:59:05.692Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32072026-05-21T21:59:06.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-21T21:59:06.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-21T21:59:06.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-21T21:59:06.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32112026-05-21T21:59:06.345Z
32122026-05-21T21:59:06.345Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32132026-05-21T21:59:06.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-21T21:59:06.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-21T21:59:07.106Z Compiling regress v0.11.1
32162026-05-21T21:59:07.243Z Compiling unsafe-libyaml v0.2.11
32172026-05-21T21:59:07.256Z Compiling radium v0.7.0
32182026-05-21T21:59:07.267Z Compiling semver v0.1.20
32192026-05-21T21:59:07.284Z Checking tap v1.0.1
32202026-05-21T21:59:07.287Z Compiling maybe-uninit v2.0.0
32212026-05-21T21:59:07.308Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-05-21T21:59:07.385Z Checking wyz v0.5.1
32232026-05-21T21:59:07.528Z Compiling rustc_version v0.1.7
32242026-05-21T21:59:07.573Z Checking progenitor-client v0.13.0
32252026-05-21T21:59:07.638Z Compiling zerocopy-derive v0.6.6
32262026-05-21T21:59:07.713Z Compiling packed_struct v0.10.1
32272026-05-21T21:59:07.747Z Compiling newtype_derive v0.1.6
32282026-05-21T21:59:07.809Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-21T21:59:07.936Z Compiling cancel-safe-futures v0.1.5
32302026-05-21T21:59:07.957Z Checking crc-catalog v2.4.0
32312026-05-21T21:59:07.979Z Checking funty v2.0.0
32322026-05-21T21:59:08.053Z Compiling owo-colors v4.3.0
32332026-05-21T21:59:08.169Z Checking crc v3.4.0
32342026-05-21T21:59:08.310Z Checking bitvec v1.0.1
32352026-05-21T21:59:08.439Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-05-21T21:59:08.483Z Checking zerocopy v0.6.6
32372026-05-21T21:59:08.497Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-21T21:59:08.662Z Checking typify-impl v0.6.2
32392026-05-21T21:59:08.797Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-21T21:59:08.827Z Compiling packed_struct_codegen v0.10.1
32412026-05-21T21:59:08.970Z Checking libsw-core v0.3.2
32422026-05-21T21:59:09.052Z Compiling bitfield-macros v0.19.4
32432026-05-21T21:59:09.119Z Compiling indexmap v1.9.3
32442026-05-21T21:59:09.268Z Checking nodrop v0.1.14
32452026-05-21T21:59:09.339Z Checking libsw v3.5.0
32462026-05-21T21:59:09.366Z Checking array-init v0.0.4
32472026-05-21T21:59:09.495Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-21T21:59:09.607Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-21T21:59:09.667Z Checking smallvec v0.6.14
32502026-05-21T21:59:09.747Z Checking bitfield v0.19.4
32512026-05-21T21:59:09.807Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-21T21:59:09.942Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-05-21T21:59:10.015Z Checking tagptr v0.2.0
32542026-05-21T21:59:10.071Z Checking hashbrown v0.12.3
32552026-05-21T21:59:10.157Z Checking unicode-linebreak v0.1.5
32562026-05-21T21:59:10.160Z Checking base64 v0.21.7
32572026-05-21T21:59:10.221Z Checking linear-map v1.2.0
32582026-05-21T21:59:10.349Z Checking smawk v0.3.2
32592026-05-21T21:59:10.388Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-05-21T21:59:10.402Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32612026-05-21T21:59:10.402Z Checking ron v0.8.1
32622026-05-21T21:59:10.428Z Checking moka v0.12.13
32632026-05-21T21:59:10.475Z Checking textwrap v0.16.2
32642026-05-21T21:59:10.554Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-21T21:59:10.689Z Checking steno v0.4.1
32662026-05-21T21:59:10.818Z Checking serde-hex v0.1.0
32672026-05-21T21:59:10.968Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32682026-05-21T21:59:10.971Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-21T21:59:11.092Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32702026-05-21T21:59:11.144Z Checking hashbrown v0.13.2
32712026-05-21T21:59:11.365Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32722026-05-21T21:59:11.566Z Checking humantime v2.3.0
32732026-05-21T21:59:11.588Z Checking crc-any v2.5.0
32742026-05-21T21:59:11.671Z Checking object v0.30.4
32752026-05-21T21:59:11.725Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-21T21:59:11.739Z Checking hickory-resolver v0.25.2
32772026-05-21T21:59:11.752Z Checking path-slash v0.1.5
32782026-05-21T21:59:11.767Z Checking half v1.8.3
32792026-05-21T21:59:11.854Z Checking void v1.0.2
32802026-05-21T21:59:11.896Z Checking utf-8 v0.7.6
32812026-05-21T21:59:11.961Z Checking lzss v0.8.2
32822026-05-21T21:59:11.964Z Checking serde_cbor v0.11.2
32832026-05-21T21:59:12.034Z Checking tungstenite v0.23.0
32842026-05-21T21:59:12.288Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-21T21:59:12.321Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-21T21:59:12.350Z Checking nix v0.27.1
32872026-05-21T21:59:12.445Z Checking kstat-rs v0.2.4
32882026-05-21T21:59:12.448Z Checking fxhash v0.2.1
32892026-05-21T21:59:12.448Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-05-21T21:59:12.554Z Checking serde_bytes v0.11.19
32912026-05-21T21:59:12.569Z Checking tokio-tungstenite v0.23.1
32922026-05-21T21:59:12.649Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-05-21T21:59:12.731Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-21T21:59:12.826Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-21T21:59:12.856Z Checking signal-hook-tokio v0.3.1
32962026-05-21T21:59:13.172Z Compiling typify-macro v0.6.2
32972026-05-21T21:59:13.931Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-21T21:59:14.310Z Compiling typify v0.6.2
32992026-05-21T21:59:14.392Z Compiling progenitor-impl v0.13.0
33002026-05-21T21:59:14.392Z Compiling progenitor-impl v0.14.0
33012026-05-21T21:59:14.816Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-21T21:59:15.144Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-21T21:59:16.002Z Compiling progenitor-macro v0.13.0
33042026-05-21T21:59:16.022Z Compiling progenitor-macro v0.14.0
33052026-05-21T21:59:18.600Z Checking progenitor v0.13.0
33062026-05-21T21:59:18.603Z Checking progenitor v0.14.0
33072026-05-21T21:59:18.734Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-05-21T21:59:18.737Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-21T21:59:21.775Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-21T21:59:29.380Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-21T21:59:35.742Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-21T21:59:37.099Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-21T21:59:37.609Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-21T21:59:39.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.34s
33152026-05-21T21:59:39.896Z
33162026-05-21T21:59:39.896Zinfo: running `cargo check --bins` on gateway-api (134/276)
33172026-05-21T21:59:40.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-21T21:59:40.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-21T21:59:40.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-21T21:59:40.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-21T21:59:40.503Z
33222026-05-21T21:59:40.503Zinfo: running `cargo check --bins` on ipcc (135/276)
33232026-05-21T21:59:41.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-21T21:59:41.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-21T21:59:41.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-21T21:59:41.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-21T21:59:41.107Z
33282026-05-21T21:59:41.108Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33292026-05-21T21:59:41.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-21T21:59:41.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-21T21:59:41.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-21T21:59:41.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-21T21:59:41.695Z
33342026-05-21T21:59:41.695Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33352026-05-21T21:59:42.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-21T21:59:42.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-21T21:59:42.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-21T21:59:42.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-21T21:59:42.308Z
33402026-05-21T21:59:42.308Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33412026-05-21T21:59:42.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-21T21:59:42.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-21T21:59:42.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-21T21:59:42.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-21T21:59:42.918Z
33462026-05-21T21:59:42.918Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33472026-05-21T21:59:43.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-21T21:59:43.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-21T21:59:43.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-21T21:59:43.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-21T21:59:43.530Z
33522026-05-21T21:59:43.530Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33532026-05-21T21:59:44.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-21T21:59:44.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-21T21:59:44.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-21T21:59:44.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-21T21:59:44.144Z
33582026-05-21T21:59:44.144Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33592026-05-21T21:59:44.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-21T21:59:44.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-21T21:59:44.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-21T21:59:44.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-21T21:59:44.755Z
33642026-05-21T21:59:44.755Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33652026-05-21T21:59:45.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-21T21:59:45.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-21T21:59:45.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-21T21:59:45.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-21T21:59:45.367Z
33702026-05-21T21:59:45.367Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33712026-05-21T21:59:45.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-21T21:59:45.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-21T21:59:45.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-21T21:59:45.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-21T21:59:45.978Z
33762026-05-21T21:59:45.979Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33772026-05-21T21:59:46.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-21T21:59:46.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-21T21:59:46.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-21T21:59:46.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-21T21:59:46.593Z
33822026-05-21T21:59:46.593Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33832026-05-21T21:59:47.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-21T21:59:47.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-21T21:59:47.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-21T21:59:47.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-21T21:59:47.207Z
33882026-05-21T21:59:47.207Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33892026-05-21T21:59:47.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-21T21:59:47.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-21T21:59:47.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-21T21:59:47.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-21T21:59:47.819Z
33942026-05-21T21:59:47.819Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33952026-05-21T21:59:48.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-21T21:59:48.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-21T21:59:48.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-21T21:59:48.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-21T21:59:48.433Z
34002026-05-21T21:59:48.433Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34012026-05-21T21:59:48.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-21T21:59:48.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-21T21:59:48.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-21T21:59:48.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-21T21:59:49.042Z
34062026-05-21T21:59:49.042Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34072026-05-21T21:59:49.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-21T21:59:49.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-21T21:59:49.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-21T21:59:49.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-21T21:59:49.652Z
34122026-05-21T21:59:49.653Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34132026-05-21T21:59:50.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-21T21:59:50.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-21T21:59:50.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-21T21:59:50.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-21T21:59:50.258Z
34182026-05-21T21:59:50.258Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34192026-05-21T21:59:50.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-21T21:59:50.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-21T21:59:50.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-21T21:59:50.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-05-21T21:59:50.854Z
34242026-05-21T21:59:50.854Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34252026-05-21T21:59:51.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-21T21:59:51.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-21T21:59:51.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-21T21:59:51.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-21T21:59:51.462Z
34302026-05-21T21:59:51.462Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34312026-05-21T21:59:51.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-21T21:59:51.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-21T21:59:51.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-21T21:59:51.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-21T21:59:52.072Z
34362026-05-21T21:59:52.072Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34372026-05-21T21:59:52.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-21T21:59:52.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-21T21:59:52.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-21T21:59:52.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-05-21T21:59:52.672Z
34422026-05-21T21:59:52.672Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34432026-05-21T21:59:53.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-21T21:59:53.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-21T21:59:53.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-21T21:59:53.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34472026-05-21T21:59:53.319Z
34482026-05-21T21:59:53.319Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34492026-05-21T21:59:53.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-21T21:59:53.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-21T21:59:53.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-21T21:59:53.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-21T21:59:53.930Z
34542026-05-21T21:59:53.930Zinfo: running `cargo check --bins` on dns-server (157/276)
34552026-05-21T21:59:54.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-21T21:59:54.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-21T21:59:54.589Z Compiling parking_lot_core v0.8.6
34582026-05-21T21:59:54.593Z Compiling atomicwrites v0.4.4
34592026-05-21T21:59:54.593Z Compiling git-stub v1.0.0
34602026-05-21T21:59:54.593Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34612026-05-21T21:59:54.593Z Checking prefix-trie v0.7.0
34622026-05-21T21:59:55.047Z Compiling git-stub-vcs v0.1.0
34632026-05-21T21:59:55.258Z Checking hickory-server v0.25.2
34642026-05-21T21:59:55.417Z Checking parking_lot v0.11.2
34652026-05-21T21:59:55.466Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-05-21T21:59:55.481Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34672026-05-21T21:59:55.484Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-05-21T21:59:55.647Z Checking sled v0.34.7
34692026-05-21T21:59:58.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
34702026-05-21T21:59:58.568Z
34712026-05-21T21:59:58.568Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34722026-05-21T21:59:59.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-21T21:59:59.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-21T21:59:59.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-21T21:59:59.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-21T21:59:59.179Z
34772026-05-21T21:59:59.179Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34782026-05-21T21:59:59.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-21T21:59:59.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-21T21:59:59.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-21T21:59:59.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-05-21T21:59:59.791Z
34832026-05-21T21:59:59.791Zinfo: running `cargo check --bins` on sp-sim (160/276)
34842026-05-21T22:00:00.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-21T22:00:00.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-21T22:00:00.525Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-05-21T22:00:02.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34882026-05-21T22:00:02.487Z
34892026-05-21T22:00:02.487Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34902026-05-21T22:00:03.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-21T22:00:03.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-21T22:00:03.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-21T22:00:03.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34942026-05-21T22:00:03.144Z
34952026-05-21T22:00:03.144Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34962026-05-21T22:00:03.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-21T22:00:03.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-21T22:00:03.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-21T22:00:03.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-05-21T22:00:03.812Z
35012026-05-21T22:00:03.812Zinfo: running `cargo check --bins` on db-macros (163/276)
35022026-05-21T22:00:04.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-21T22:00:04.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-21T22:00:04.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-21T22:00:04.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-21T22:00:04.405Z
35072026-05-21T22:00:04.405Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35082026-05-21T22:00:04.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-21T22:00:04.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-21T22:00:04.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-21T22:00:04.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-05-21T22:00:04.988Z
35132026-05-21T22:00:04.988Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35142026-05-21T22:00:05.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-21T22:00:05.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-21T22:00:05.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-21T22:00:05.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-21T22:00:05.637Z
35192026-05-21T22:00:05.637Zinfo: running `cargo check --bins` on authz-macros (166/276)
35202026-05-21T22:00:06.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-21T22:00:06.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-21T22:00:06.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-21T22:00:06.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-21T22:00:06.219Z
35252026-05-21T22:00:06.219Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35262026-05-21T22:00:06.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-21T22:00:06.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-21T22:00:06.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-21T22:00:06.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-05-21T22:00:06.862Z
35312026-05-21T22:00:06.862Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35322026-05-21T22:00:07.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-21T22:00:07.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-21T22:00:07.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-21T22:00:07.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35362026-05-21T22:00:07.509Z
35372026-05-21T22:00:07.509Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35382026-05-21T22:00:08.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-21T22:00:08.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-21T22:00:08.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-21T22:00:08.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-21T22:00:08.095Z
35432026-05-21T22:00:08.095Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35442026-05-21T22:00:08.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-21T22:00:08.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-21T22:00:08.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-21T22:00:08.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-21T22:00:08.679Z
35492026-05-21T22:00:08.679Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35502026-05-21T22:00:09.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-21T22:00:09.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-21T22:00:09.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-21T22:00:09.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35542026-05-21T22:00:09.284Z
35552026-05-21T22:00:09.284Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35562026-05-21T22:00:09.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-21T22:00:09.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-21T22:00:09.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-21T22:00:09.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-05-21T22:00:09.872Z
35612026-05-21T22:00:09.872Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35622026-05-21T22:00:10.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-21T22:00:10.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-21T22:00:10.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-21T22:00:10.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35662026-05-21T22:00:10.476Z
35672026-05-21T22:00:10.476Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35682026-05-21T22:00:11.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-21T22:00:11.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-21T22:00:11.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-21T22:00:11.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35722026-05-21T22:00:11.124Z
35732026-05-21T22:00:11.124Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35742026-05-21T22:00:11.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-21T22:00:11.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-21T22:00:11.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-21T22:00:11.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35782026-05-21T22:00:11.770Z
35792026-05-21T22:00:11.770Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35802026-05-21T22:00:12.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-21T22:00:12.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-21T22:00:12.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-21T22:00:12.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35842026-05-21T22:00:12.409Z
35852026-05-21T22:00:12.409Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35862026-05-21T22:00:12.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-21T22:00:12.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-21T22:00:12.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-21T22:00:12.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-21T22:00:13.023Z
35912026-05-21T22:00:13.023Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35922026-05-21T22:00:13.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-21T22:00:13.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-21T22:00:13.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-21T22:00:13.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-21T22:00:13.642Z
35972026-05-21T22:00:13.642Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35982026-05-21T22:00:14.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-21T22:00:14.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-21T22:00:14.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-21T22:00:14.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-21T22:00:14.263Z
36032026-05-21T22:00:14.263Zinfo: running `cargo check --bins` on key-manager (180/276)
36042026-05-21T22:00:14.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-21T22:00:14.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-21T22:00:14.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-21T22:00:14.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-05-21T22:00:14.868Z
36092026-05-21T22:00:14.868Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36102026-05-21T22:00:15.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-21T22:00:15.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-21T22:00:15.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-21T22:00:15.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-21T22:00:15.488Z
36152026-05-21T22:00:15.488Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36162026-05-21T22:00:16.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-21T22:00:16.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-21T22:00:16.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-21T22:00:16.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-21T22:00:16.109Z
36212026-05-21T22:00:16.109Zinfo: running `cargo check --bins` on typed-rng (183/276)
36222026-05-21T22:00:16.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-21T22:00:16.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-21T22:00:16.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-21T22:00:16.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-05-21T22:00:16.691Z
36272026-05-21T22:00:16.691Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36282026-05-21T22:00:17.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-21T22:00:17.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-21T22:00:17.550Z Compiling typify-impl v0.4.3
36312026-05-21T22:00:17.550Z Compiling libefi-sys v0.1.0
36322026-05-21T22:00:17.694Z Compiling bitfield-struct v0.6.2
36332026-05-21T22:00:17.703Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-05-21T22:00:17.713Z Compiling xshell-macros v0.2.7
36352026-05-21T22:00:17.743Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36362026-05-21T22:00:17.753Z Compiling salty v0.3.0
36372026-05-21T22:00:17.798Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36382026-05-21T22:00:17.944Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36392026-05-21T22:00:18.042Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36402026-05-21T22:00:18.074Z Checking xshell v0.2.7
36412026-05-21T22:00:18.096Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-05-21T22:00:18.187Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36432026-05-21T22:00:18.307Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-05-21T22:00:18.321Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36452026-05-21T22:00:18.394Z Checking primeorder v0.13.6
36462026-05-21T22:00:18.486Z Compiling proc-macro-error-attr2 v2.0.0
36472026-05-21T22:00:18.544Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482026-05-21T22:00:18.615Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-21T22:00:18.632Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36502026-05-21T22:00:18.777Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36512026-05-21T22:00:18.812Z Checking tungstenite v0.21.0
36522026-05-21T22:00:18.848Z Checking p384 v0.13.1
36532026-05-21T22:00:18.873Z Compiling proc-macro-error2 v2.0.1
36542026-05-21T22:00:18.917Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36552026-05-21T22:00:19.244Z Compiling num-derive v0.3.3
36562026-05-21T22:00:19.265Z Checking tokio-tungstenite v0.21.0
36572026-05-21T22:00:19.511Z Compiling tabled_derive v0.11.0
36582026-05-21T22:00:19.576Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-05-21T22:00:19.636Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36602026-05-21T22:00:19.677Z Checking papergrid v0.17.0
36612026-05-21T22:00:19.960Z Checking testing_table v0.3.0
36622026-05-21T22:00:19.999Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-21T22:00:20.058Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-21T22:00:20.127Z Checking libscf-sys v1.1.0
36652026-05-21T22:00:20.315Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36662026-05-21T22:00:20.450Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36672026-05-21T22:00:20.498Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36682026-05-21T22:00:20.578Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-21T22:00:20.659Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-21T22:00:20.705Z Checking corncobs v0.1.4
36712026-05-21T22:00:20.766Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36722026-05-21T22:00:20.807Z Compiling unicase v2.9.0
36732026-05-21T22:00:20.851Z Compiling illumos-nvpair-sys v0.2.0
36742026-05-21T22:00:20.919Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-05-21T22:00:21.032Z Compiling mime_guess v2.0.5
36762026-05-21T22:00:21.092Z Checking tabled v0.20.0
36772026-05-21T22:00:21.182Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36782026-05-21T22:00:21.219Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-05-21T22:00:21.244Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36802026-05-21T22:00:21.392Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-21T22:00:21.515Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36822026-05-21T22:00:21.560Z Checking progenitor-client v0.11.2
36832026-05-21T22:00:21.575Z Checking secrecy v0.8.0
36842026-05-21T22:00:21.702Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36852026-05-21T22:00:21.732Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-05-21T22:00:22.019Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-05-21T22:00:22.065Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36882026-05-21T22:00:22.108Z Compiling typify-macro v0.4.3
36892026-05-21T22:00:22.123Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36902026-05-21T22:00:22.239Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36912026-05-21T22:00:22.288Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36922026-05-21T22:00:22.364Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36932026-05-21T22:00:22.385Z Checking filetime v0.2.27
36942026-05-21T22:00:22.524Z Checking crc8 v0.1.1
36952026-05-21T22:00:22.626Z Checking xattr v1.6.1
36962026-05-21T22:00:22.701Z Checking http-range v0.1.5
36972026-05-21T22:00:22.757Z Checking tar v0.4.45
36982026-05-21T22:00:22.829Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-05-21T22:00:23.025Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37002026-05-21T22:00:23.067Z Checking illumos-nvpair v0.3.0
37012026-05-21T22:00:23.143Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-05-21T22:00:23.223Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37032026-05-21T22:00:23.250Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37042026-05-21T22:00:23.529Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37052026-05-21T22:00:23.597Z Checking atty v0.2.14
37062026-05-21T22:00:23.621Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37072026-05-21T22:00:23.686Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37082026-05-21T22:00:23.703Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37092026-05-21T22:00:23.793Z Compiling typify v0.4.3
37102026-05-21T22:00:24.017Z Compiling progenitor-impl v0.11.2
37112026-05-21T22:00:24.118Z Compiling progenitor-impl v0.10.0
37122026-05-21T22:00:24.417Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37132026-05-21T22:00:24.742Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-05-21T22:00:24.945Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37152026-05-21T22:00:24.992Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37162026-05-21T22:00:25.388Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37172026-05-21T22:00:25.513Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-05-21T22:00:25.795Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37192026-05-21T22:00:25.881Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37202026-05-21T22:00:25.940Z Checking hyper-staticfile v0.10.1
37212026-05-21T22:00:26.052Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-05-21T22:00:26.110Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-05-21T22:00:26.238Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37242026-05-21T22:00:26.315Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37252026-05-21T22:00:26.483Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37262026-05-21T22:00:26.587Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37272026-05-21T22:00:26.588Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37282026-05-21T22:00:26.635Z Compiling progenitor-macro v0.11.2
37292026-05-21T22:00:26.770Z Compiling progenitor-macro v0.10.0
37302026-05-21T22:00:26.787Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37312026-05-21T22:00:29.316Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37322026-05-21T22:00:29.512Z Checking progenitor v0.11.2
37332026-05-21T22:00:29.636Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37342026-05-21T22:00:29.639Z Checking progenitor v0.10.0
37352026-05-21T22:00:29.769Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37362026-05-21T22:00:34.208Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37372026-05-21T22:00:45.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.41s
37382026-05-21T22:00:45.321Z
37392026-05-21T22:00:45.321Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37402026-05-21T22:00:45.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-21T22:00:45.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-21T22:00:46.105Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-21T22:00:56.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37442026-05-21T22:00:57.042Z
37452026-05-21T22:00:57.042Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37462026-05-21T22:00:57.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-21T22:00:57.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-21T22:00:57.832Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-21T22:01:08.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37502026-05-21T22:01:08.773Z
37512026-05-21T22:01:08.773Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37522026-05-21T22:01:09.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-21T22:01:09.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-21T22:01:09.569Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-21T22:01:20.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37562026-05-21T22:01:20.434Z
37572026-05-21T22:01:20.434Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37582026-05-21T22:01:20.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-21T22:01:20.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-21T22:01:21.226Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-21T22:01:31.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
37622026-05-21T22:01:32.053Z
37632026-05-21T22:01:32.053Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37642026-05-21T22:01:32.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-21T22:01:32.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-21T22:01:32.846Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-21T22:01:43.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37682026-05-21T22:01:43.804Z
37692026-05-21T22:01:43.804Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37702026-05-21T22:01:44.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-21T22:01:44.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-21T22:01:44.597Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-21T22:01:55.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
37742026-05-21T22:01:55.394Z
37752026-05-21T22:01:55.394Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37762026-05-21T22:01:55.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-21T22:01:55.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-21T22:01:56.189Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-21T22:02:06.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37802026-05-21T22:02:07.018Z
37812026-05-21T22:02:07.018Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37822026-05-21T22:02:07.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-21T22:02:07.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-21T22:02:07.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-21T22:02:07.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-21T22:02:07.637Z
37872026-05-21T22:02:07.637Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37882026-05-21T22:02:08.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-21T22:02:08.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-21T22:02:08.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-21T22:02:08.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-21T22:02:08.252Z
37932026-05-21T22:02:08.252Zinfo: running `cargo check --bins` on range-requests (194/276)
37942026-05-21T22:02:08.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-21T22:02:08.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-21T22:02:08.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-21T22:02:08.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37982026-05-21T22:02:08.854Z
37992026-05-21T22:02:08.854Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38002026-05-21T22:02:09.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-21T22:02:09.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-21T22:02:09.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-21T22:02:09.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-21T22:02:09.461Z
38052026-05-21T22:02:09.461Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38062026-05-21T22:02:09.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-21T22:02:09.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-21T22:02:09.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-21T22:02:09.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-21T22:02:10.083Z
38112026-05-21T22:02:10.083Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38122026-05-21T22:02:10.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-21T22:02:10.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-21T22:02:10.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-21T22:02:10.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-21T22:02:10.703Z
38172026-05-21T22:02:10.703Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38182026-05-21T22:02:11.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-21T22:02:11.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-21T22:02:11.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-21T22:02:11.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-05-21T22:02:11.333Z
38232026-05-21T22:02:11.334Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38242026-05-21T22:02:11.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-21T22:02:11.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-21T22:02:11.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-21T22:02:11.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-21T22:02:11.967Z
38292026-05-21T22:02:11.968Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38302026-05-21T22:02:12.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-21T22:02:12.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-21T22:02:12.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-21T22:02:12.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-21T22:02:12.601Z
38352026-05-21T22:02:12.601Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38362026-05-21T22:02:13.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-21T22:02:13.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-21T22:02:13.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-21T22:02:13.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-21T22:02:13.239Z
38412026-05-21T22:02:13.239Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38422026-05-21T22:02:13.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-21T22:02:13.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-21T22:02:13.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-21T22:02:13.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-21T22:02:13.874Z
38472026-05-21T22:02:13.874Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38482026-05-21T22:02:14.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-21T22:02:14.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-21T22:02:14.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-21T22:02:14.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-21T22:02:14.518Z
38532026-05-21T22:02:14.518Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38542026-05-21T22:02:15.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-21T22:02:15.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-21T22:02:15.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-21T22:02:15.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-21T22:02:15.149Z
38592026-05-21T22:02:15.149Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38602026-05-21T22:02:15.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-21T22:02:15.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-21T22:02:15.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-21T22:02:15.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38642026-05-21T22:02:15.793Z
38652026-05-21T22:02:15.794Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38662026-05-21T22:02:16.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-21T22:02:16.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-21T22:02:16.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-21T22:02:16.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38702026-05-21T22:02:16.461Z
38712026-05-21T22:02:16.461Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38722026-05-21T22:02:17.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-21T22:02:17.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-21T22:02:17.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-21T22:02:17.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38762026-05-21T22:02:17.109Z
38772026-05-21T22:02:17.109Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38782026-05-21T22:02:17.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-21T22:02:17.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-21T22:02:17.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-21T22:02:17.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38822026-05-21T22:02:17.772Z
38832026-05-21T22:02:17.772Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38842026-05-21T22:02:18.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-21T22:02:18.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-21T22:02:18.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-21T22:02:18.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38882026-05-21T22:02:18.448Z
38892026-05-21T22:02:18.449Zinfo: running `cargo check --bins` on update-common (210/276)
38902026-05-21T22:02:18.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-21T22:02:18.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-21T22:02:18.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-21T22:02:18.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38942026-05-21T22:02:19.074Z
38952026-05-21T22:02:19.074Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38962026-05-21T22:02:19.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-21T22:02:19.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-21T22:02:19.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-21T22:02:19.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39002026-05-21T22:02:19.744Z
39012026-05-21T22:02:19.744Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39022026-05-21T22:02:20.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-21T22:02:20.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-21T22:02:20.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-21T22:02:20.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-05-21T22:02:20.346Z
39072026-05-21T22:02:20.346Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39082026-05-21T22:02:20.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-21T22:02:20.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-21T22:02:21.129Z Compiling fs-err v2.11.0
39112026-05-21T22:02:21.133Z Checking ignore v0.4.25
39122026-05-21T22:02:21.133Z Checking arc-swap v1.8.2
39132026-05-21T22:02:21.266Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-05-21T22:02:21.266Z Checking predicates-tree v1.0.13
39152026-05-21T22:02:21.270Z Checking parse-size v1.1.0
39162026-05-21T22:02:21.297Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-21T22:02:21.300Z Checking rand_seeder v0.4.0
39182026-05-21T22:02:21.382Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-05-21T22:02:21.395Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39202026-05-21T22:02:21.444Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-05-21T22:02:21.458Z Checking slog-scope v4.4.1
39222026-05-21T22:02:21.493Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39232026-05-21T22:02:21.579Z Compiling petname v2.0.2
39242026-05-21T22:02:21.593Z Checking slog-stdlog v4.1.1
39252026-05-21T22:02:21.610Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-05-21T22:02:21.642Z Checking globwalk v0.9.1
39272026-05-21T22:02:21.674Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-05-21T22:02:21.708Z Checking slog-envlogger v2.2.0
39292026-05-21T22:02:21.819Z Checking camino-tempfile-ext v0.3.3
39302026-05-21T22:02:21.854Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39312026-05-21T22:02:21.904Z Checking sapling-renderdag v0.1.0
39322026-05-21T22:02:22.010Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-05-21T22:02:22.040Z Checking subprocess v0.2.15
39342026-05-21T22:02:22.142Z Checking sync-ptr v0.1.4
39352026-05-21T22:02:22.236Z Checking colored v2.2.0
39362026-05-21T22:02:22.261Z Checking assert_matches v1.5.0
39372026-05-21T22:02:22.321Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-05-21T22:02:22.478Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39392026-05-21T22:02:22.482Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39402026-05-21T22:02:23.136Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-05-21T22:02:24.451Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-05-21T22:02:26.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
39432026-05-21T22:02:26.864Z
39442026-05-21T22:02:26.864Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39452026-05-21T22:02:27.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-21T22:02:27.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-21T22:02:27.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-21T22:02:27.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39492026-05-21T22:02:27.464Z
39502026-05-21T22:02:27.464Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39512026-05-21T22:02:27.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-21T22:02:27.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-21T22:02:27.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-21T22:02:27.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39552026-05-21T22:02:28.086Z
39562026-05-21T22:02:28.086Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39572026-05-21T22:02:28.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-21T22:02:28.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-21T22:02:28.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-21T22:02:28.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39612026-05-21T22:02:28.758Z
39622026-05-21T22:02:28.758Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39632026-05-21T22:02:29.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-21T22:02:29.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-21T22:02:29.496Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39662026-05-21T22:02:29.500Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39672026-05-21T22:02:30.140Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39682026-05-21T22:02:31.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39692026-05-21T22:02:31.931Z
39702026-05-21T22:02:31.931Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39712026-05-21T22:02:32.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-21T22:02:32.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-21T22:02:32.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-21T22:02:32.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39752026-05-21T22:02:32.549Z
39762026-05-21T22:02:32.549Zinfo: running `cargo check --bins` on cert-dev (219/276)
39772026-05-21T22:02:33.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-21T22:02:33.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-21T22:02:33.172Z Checking yasna v0.5.2
39802026-05-21T22:02:33.569Z Checking rcgen v0.12.1
39812026-05-21T22:02:33.812Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39822026-05-21T22:02:33.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39832026-05-21T22:02:34.180Z
39842026-05-21T22:02:34.180Zinfo: running `cargo check --bins` on clickana (220/276)
39852026-05-21T22:02:34.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-21T22:02:34.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-21T22:02:34.844Z Compiling darling_core v0.23.0
39882026-05-21T22:02:34.953Z Compiling instability v0.3.11
39892026-05-21T22:02:34.960Z Checking castaway v0.2.4
39902026-05-21T22:02:34.963Z Compiling indoc v2.0.7
39912026-05-21T22:02:34.963Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39922026-05-21T22:02:34.982Z Checking unicode-truncate v1.1.0
39932026-05-21T22:02:34.985Z Checking lru v0.12.5
39942026-05-21T22:02:34.985Z Checking cassowary v0.3.0
39952026-05-21T22:02:35.048Z Checking compact_str v0.8.1
39962026-05-21T22:02:36.024Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39972026-05-21T22:02:36.206Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39982026-05-21T22:02:36.380Z Compiling darling_macro v0.23.0
39992026-05-21T22:02:36.788Z Compiling darling v0.23.0
40002026-05-21T22:02:37.389Z Checking ratatui v0.29.0
40012026-05-21T22:02:38.442Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40022026-05-21T22:02:39.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
40032026-05-21T22:02:39.294Z
40042026-05-21T22:02:39.295Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40052026-05-21T22:02:39.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-21T22:02:39.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-21T22:02:40.023Z Checking headers-core v0.3.0
40082026-05-21T22:02:40.026Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40092026-05-21T22:02:40.213Z Checking headers v0.4.1
40102026-05-21T22:02:40.571Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40112026-05-21T22:02:41.420Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40122026-05-21T22:02:41.912Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40132026-05-21T22:02:42.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40142026-05-21T22:02:42.531Z
40152026-05-21T22:02:42.531Zinfo: running `cargo check --bins` on ch-dev (222/276)
40162026-05-21T22:02:43.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-21T22:02:43.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-21T22:02:43.251Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40192026-05-21T22:02:43.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40202026-05-21T22:02:44.188Z
40212026-05-21T22:02:44.188Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40222026-05-21T22:02:44.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-21T22:02:44.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-21T22:02:44.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-21T22:02:44.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40262026-05-21T22:02:44.663Z
40272026-05-21T22:02:44.663Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40282026-05-21T22:02:45.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-21T22:02:45.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-21T22:02:45.390Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40312026-05-21T22:02:46.373Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40322026-05-21T22:02:46.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40332026-05-21T22:02:46.912Z
40342026-05-21T22:02:46.912Zinfo: running `cargo check --bins` on db-dev (225/276)
40352026-05-21T22:02:47.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-21T22:02:47.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-21T22:02:47.635Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40382026-05-21T22:02:48.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40392026-05-21T22:02:48.597Z
40402026-05-21T22:02:48.597Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40412026-05-21T22:02:49.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-21T22:02:49.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-21T22:02:49.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-05-21T22:02:49.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40452026-05-21T22:02:49.246Z
40462026-05-21T22:02:49.246Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40472026-05-21T22:02:49.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-21T22:02:49.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-21T22:02:49.865Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40502026-05-21T22:02:50.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40512026-05-21T22:02:50.713Z
40522026-05-21T22:02:50.713Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40532026-05-21T22:02:51.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-21T22:02:51.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-21T22:02:51.461Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-21T22:02:51.461Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-05-21T22:02:51.464Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-21T22:02:51.464Z Checking git-stub v1.0.0
40592026-05-21T22:02:51.464Z Compiling trait-variant v0.1.2
40602026-05-21T22:02:51.579Z Checking maplit v1.0.2
40612026-05-21T22:02:51.586Z Checking is_ci v1.2.0
40622026-05-21T22:02:51.599Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40632026-05-21T22:02:51.660Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40642026-05-21T22:02:51.698Z Checking supports-color v3.0.2
40652026-05-21T22:02:51.716Z Checking git-stub-vcs v0.1.0
40662026-05-21T22:02:51.790Z Checking drift v0.1.4
40672026-05-21T22:02:51.817Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40682026-05-21T22:02:51.856Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-05-21T22:02:51.908Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40702026-05-21T22:02:52.063Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40712026-05-21T22:02:52.079Z Checking dropshot-api-manager v0.7.1
40722026-05-21T22:02:52.095Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40732026-05-21T22:02:52.126Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40742026-05-21T22:02:52.306Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40752026-05-21T22:02:52.366Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40762026-05-21T22:02:52.500Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40772026-05-21T22:02:52.861Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40782026-05-21T22:02:57.761Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792026-05-21T22:02:58.832Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40802026-05-21T22:02:59.383Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40812026-05-21T22:02:59.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40822026-05-21T22:03:00.021Z
40832026-05-21T22:03:00.022Zinfo: running `cargo check --bins` on installinator-api (229/276)
40842026-05-21T22:03:00.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-21T22:03:00.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-21T22:03:00.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-21T22:03:00.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-05-21T22:03:00.637Z
40892026-05-21T22:03:00.637Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40902026-05-21T22:03:01.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-21T22:03:01.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-21T22:03:01.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-21T22:03:01.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40942026-05-21T22:03:01.298Z
40952026-05-21T22:03:01.298Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40962026-05-21T22:03:01.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-21T22:03:01.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-21T22:03:01.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-21T22:03:01.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-21T22:03:01.954Z
41012026-05-21T22:03:01.954Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41022026-05-21T22:03:02.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-21T22:03:02.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-21T22:03:02.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-21T22:03:02.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-05-21T22:03:02.605Z
41072026-05-21T22:03:02.605Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41082026-05-21T22:03:03.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-21T22:03:03.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-21T22:03:03.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-21T22:03:03.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41122026-05-21T22:03:03.225Z
41132026-05-21T22:03:03.225Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41142026-05-21T22:03:03.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-21T22:03:03.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-21T22:03:03.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-21T22:03:03.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-05-21T22:03:03.832Z
41192026-05-21T22:03:03.832Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41202026-05-21T22:03:04.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-21T22:03:04.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-21T22:03:04.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-21T22:03:04.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41242026-05-21T22:03:04.466Z
41252026-05-21T22:03:04.466Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41262026-05-21T22:03:04.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-21T22:03:04.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-21T22:03:05.095Z Checking typeid v1.0.3
41292026-05-21T22:03:05.208Z Checking ordered-float v2.10.1
41302026-05-21T22:03:05.228Z Checking unicode-xid v0.2.6
41312026-05-21T22:03:05.241Z Checking cargo-platform v0.2.0
41322026-05-21T22:03:05.250Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41332026-05-21T22:03:05.272Z Checking erased-serde v0.4.9
41342026-05-21T22:03:05.408Z Checking serde-value v0.7.0
41352026-05-21T22:03:05.579Z Checking serde-untagged v0.1.9
41362026-05-21T22:03:05.731Z Checking cargo-util-schemas v0.8.2
41372026-05-21T22:03:06.424Z Checking cargo_metadata v0.21.0
41382026-05-21T22:03:07.016Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-05-21T22:03:07.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41402026-05-21T22:03:07.869Z
41412026-05-21T22:03:07.869Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41422026-05-21T22:03:08.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-21T22:03:08.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-21T22:03:08.611Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-05-21T22:03:09.236Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-05-21T22:03:09.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41472026-05-21T22:03:09.951Z
41482026-05-21T22:03:09.951Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41492026-05-21T22:03:10.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-21T22:03:10.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-21T22:03:10.832Z Compiling vergen-gitcl v1.0.8
41522026-05-21T22:03:10.832Z Compiling dirs-sys-next v0.1.2
41532026-05-21T22:03:10.832Z Compiling crunchy v0.2.4
41542026-05-21T22:03:10.835Z Compiling diesel_derives v2.3.7
41552026-05-21T22:03:10.835Z Compiling glob v0.3.3
41562026-05-21T22:03:10.835Z Compiling dsl_auto_type v0.2.0
41572026-05-21T22:03:10.835Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-21T22:03:10.835Z Checking scheduled-thread-pool v0.2.7
41592026-05-21T22:03:11.123Z Compiling diesel_table_macro_syntax v0.3.0
41602026-05-21T22:03:11.170Z Compiling dirs-next v2.0.0
41612026-05-21T22:03:11.184Z Compiling tiny-keccak v2.0.2
41622026-05-21T22:03:11.281Z Compiling term v0.7.0
41632026-05-21T22:03:11.323Z Checking r2d2 v0.8.10
41642026-05-21T22:03:11.406Z Compiling clang-sys v1.8.1
41652026-05-21T22:03:11.426Z Compiling bit-vec v0.6.3
41662026-05-21T22:03:11.444Z Checking downcast-rs v2.0.2
41672026-05-21T22:03:11.544Z Compiling ascii-canvas v3.0.0
41682026-05-21T22:03:11.643Z Compiling bit-set v0.5.3
41692026-05-21T22:03:11.774Z Compiling itertools v0.10.5
41702026-05-21T22:03:11.789Z Compiling ena v0.14.4
41712026-05-21T22:03:11.802Z Compiling libloading v0.8.9
41722026-05-21T22:03:11.823Z Compiling regex-syntax v0.6.29
41732026-05-21T22:03:11.891Z Compiling bindgen v0.71.1
41742026-05-21T22:03:11.936Z Compiling diff v0.1.13
41752026-05-21T22:03:12.003Z Compiling cexpr v0.6.0
41762026-05-21T22:03:12.192Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-05-21T22:03:12.326Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-05-21T22:03:12.380Z Compiling rustc-hash v2.1.1
41792026-05-21T22:03:12.501Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41802026-05-21T22:03:12.516Z Compiling libxml v0.3.3
41812026-05-21T22:03:12.661Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41822026-05-21T22:03:12.759Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41832026-05-21T22:03:12.812Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41842026-05-21T22:03:12.973Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41852026-05-21T22:03:13.002Z Compiling strum_macros v0.24.3
41862026-05-21T22:03:13.088Z Compiling indoc v1.0.9
41872026-05-21T22:03:13.235Z Compiling lalrpop v0.19.12
41882026-05-21T22:03:14.013Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41892026-05-21T22:03:14.204Z Checking derive_builder v0.20.2
41902026-05-21T22:03:14.322Z Compiling oso-derive v0.27.3
41912026-05-21T22:03:14.355Z Checking quick-xml v0.37.5
41922026-05-21T22:03:14.486Z Compiling impl-trait-for-tuples v0.2.3
41932026-05-21T22:03:14.813Z Checking openssl-probe v0.1.6
41942026-05-21T22:03:14.953Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41952026-05-21T22:03:15.226Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41962026-05-21T22:03:15.417Z Checking bb8 v0.8.6
41972026-05-21T22:03:15.636Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-05-21T22:03:15.676Z Checking nonempty v0.12.0
41992026-05-21T22:03:15.696Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42002026-05-21T22:03:15.862Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42012026-05-21T22:03:15.900Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022026-05-21T22:03:15.965Z Checking console v0.16.2
42032026-05-21T22:03:16.072Z Checking unit-prefix v0.5.2
42042026-05-21T22:03:16.090Z Checking support-bundle-viewer v0.1.2
42052026-05-21T22:03:16.205Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42062026-05-21T22:03:16.272Z Checking indicatif v0.18.4
42072026-05-21T22:03:16.338Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-05-21T22:03:16.485Z Checking multimap v0.10.1
42092026-05-21T22:03:16.882Z Checking diesel v2.3.7
42102026-05-21T22:03:18.747Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-05-21T22:03:18.985Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-05-21T22:03:19.370Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-05-21T22:03:20.397Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42142026-05-21T22:03:20.733Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42152026-05-21T22:03:20.948Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42162026-05-21T22:03:21.394Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42172026-05-21T22:03:21.504Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42182026-05-21T22:03:23.431Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42192026-05-21T22:03:28.420Z Compiling samael v0.0.19
42202026-05-21T22:03:32.210Z Checking diesel-dtrace v0.5.0
42212026-05-21T22:03:32.444Z Checking async-bb8-diesel v0.2.1
42222026-05-21T22:03:33.544Z Compiling polar-core v0.27.3
42232026-05-21T22:03:37.988Z Checking oso v0.27.3
42242026-05-21T22:04:15.115Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42252026-05-21T22:04:48.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42262026-05-21T22:04:48.823Z
42272026-05-21T22:04:48.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42282026-05-21T22:04:49.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-21T22:04:49.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-21T22:04:49.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-21T22:04:49.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42322026-05-21T22:04:49.497Z
42332026-05-21T22:04:49.497Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42342026-05-21T22:04:50.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-21T22:04:50.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-21T22:04:50.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-21T22:04:50.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42382026-05-21T22:04:50.165Z
42392026-05-21T22:04:50.165Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42402026-05-21T22:04:50.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-21T22:04:50.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-21T22:04:50.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-21T22:04:50.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42442026-05-21T22:04:50.762Z
42452026-05-21T22:04:50.762Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42462026-05-21T22:04:51.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-21T22:04:51.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-21T22:04:51.627Z Compiling libz-sys v1.1.24
42492026-05-21T22:04:51.760Z Compiling libgit2-sys v0.18.3+1.9.2
42502026-05-21T22:04:51.769Z Compiling vergen-git2 v1.0.7
42512026-05-21T22:04:51.779Z Compiling rustls v0.21.12
42522026-05-21T22:04:51.807Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42532026-05-21T22:04:51.814Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-05-21T22:04:51.814Z Checking rustls-webpki v0.101.7
42552026-05-21T22:04:51.818Z Checking sct v0.7.1
42562026-05-21T22:04:51.972Z Compiling nix v0.29.0
42572026-05-21T22:04:51.986Z Compiling dropshot v0.16.7
42582026-05-21T22:04:52.001Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42592026-05-21T22:04:52.072Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42602026-05-21T22:04:52.135Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42612026-05-21T22:04:52.242Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42622026-05-21T22:04:52.257Z Checking toml v0.9.12+spec-1.1.0
42632026-05-21T22:04:52.273Z Compiling dropshot_endpoint v0.16.7
42642026-05-21T22:04:52.442Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42652026-05-21T22:04:52.592Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42662026-05-21T22:04:52.748Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-21T22:04:52.832Z Checking rustls-pemfile v1.0.4
42682026-05-21T22:04:52.971Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42692026-05-21T22:04:53.161Z Checking twox-hash v2.1.2
42702026-05-21T22:04:53.200Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42712026-05-21T22:04:53.477Z Checking tokio-rustls v0.24.1
42722026-05-21T22:04:53.918Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42732026-05-21T22:04:53.935Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-21T22:04:54.290Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42752026-05-21T22:04:54.595Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42762026-05-21T22:04:54.755Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42772026-05-21T22:04:54.833Z Checking fatfs v0.3.6
42782026-05-21T22:04:54.850Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42792026-05-21T22:04:54.895Z Compiling seq-macro v0.3.6
42802026-05-21T22:04:58.662Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-05-21T22:04:58.779Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-21T22:04:59.132Z Compiling git2 v0.20.4
42832026-05-21T22:05:01.327Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42842026-05-21T22:05:47.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.45s
42852026-05-21T22:05:47.444Z
42862026-05-21T22:05:47.444Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42872026-05-21T22:05:48.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-21T22:05:48.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-21T22:05:48.341Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42902026-05-21T22:06:27.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.56s
42912026-05-21T22:06:27.231Z
42922026-05-21T22:06:27.231Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42932026-05-21T22:06:27.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-21T22:06:27.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-21T22:06:27.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-21T22:06:27.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-05-21T22:06:27.820Z
42982026-05-21T22:06:27.820Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42992026-05-21T22:06:28.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-21T22:06:28.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-21T22:06:28.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-21T22:06:28.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43032026-05-21T22:06:28.466Z
43042026-05-21T22:06:28.466Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43052026-05-21T22:06:29.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-21T22:06:29.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-21T22:06:29.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-21T22:06:29.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-05-21T22:06:29.138Z
43102026-05-21T22:06:29.138Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43112026-05-21T22:06:29.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-21T22:06:29.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-21T22:06:29.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-21T22:06:29.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43152026-05-21T22:06:29.802Z
43162026-05-21T22:06:29.803Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43172026-05-21T22:06:30.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-21T22:06:30.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-21T22:06:30.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-21T22:06:30.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43212026-05-21T22:06:30.462Z
43222026-05-21T22:06:30.462Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43232026-05-21T22:06:31.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-21T22:06:31.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-21T22:06:31.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-21T22:06:31.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43272026-05-21T22:06:31.135Z
43282026-05-21T22:06:31.135Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43292026-05-21T22:06:31.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-21T22:06:31.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-21T22:06:31.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-21T22:06:31.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-05-21T22:06:31.803Z
43342026-05-21T22:06:31.803Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43352026-05-21T22:06:32.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-21T22:06:32.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-21T22:06:32.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-21T22:06:32.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43392026-05-21T22:06:32.458Z
43402026-05-21T22:06:32.458Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43412026-05-21T22:06:33.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-21T22:06:33.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-21T22:06:33.363Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-21T22:06:33.363Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43452026-05-21T22:06:33.552Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43462026-05-21T22:06:33.582Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43472026-05-21T22:06:33.602Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43482026-05-21T22:06:33.606Z Checking diff v0.1.13
43492026-05-21T22:06:33.606Z Checking yansi v1.0.1
43502026-05-21T22:06:33.606Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43512026-05-21T22:06:33.685Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43522026-05-21T22:06:33.887Z Checking pretty_assertions v1.4.1
43532026-05-21T22:06:34.530Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43542026-05-21T22:06:34.681Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552026-05-21T22:06:58.296Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43562026-05-21T22:06:58.299Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43572026-05-21T22:06:58.299Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43582026-05-21T22:06:58.299Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43592026-05-21T22:06:58.299Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43602026-05-21T22:06:58.299Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43612026-05-21T22:06:59.161Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-21T22:07:00.249Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43632026-05-21T22:07:38.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43642026-05-21T22:07:38.996Z
43652026-05-21T22:07:38.996Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43662026-05-21T22:07:39.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-05-21T22:07:39.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-05-21T22:07:39.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43692026-05-21T22:07:39.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43702026-05-21T22:07:39.608Z
43712026-05-21T22:07:39.608Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43722026-05-21T22:07:40.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-05-21T22:07:40.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-05-21T22:07:40.401Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43752026-05-21T22:07:40.529Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43762026-05-21T22:07:40.533Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43772026-05-21T22:08:06.342Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43782026-05-21T22:08:06.724Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43792026-05-21T22:08:08.415Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-05-21T22:08:08.871Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43812026-05-21T22:08:11.835Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43822026-05-21T22:08:35.045Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43832026-05-21T22:08:35.746Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43842026-05-21T22:08:37.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.76s
43852026-05-21T22:08:37.581Z
43862026-05-21T22:08:37.581Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43872026-05-21T22:08:38.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-21T22:08:38.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-21T22:08:38.308Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43902026-05-21T22:08:38.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43912026-05-21T22:08:39.220Z
43922026-05-21T22:08:39.220Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43932026-05-21T22:08:39.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-21T22:08:39.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-21T22:08:39.884Z Compiling blake3 v1.8.3
43962026-05-21T22:08:39.994Z Checking arrayvec v0.7.6
43972026-05-21T22:08:39.998Z Checking arrayref v0.3.9
43982026-05-21T22:08:39.998Z Checking constant_time_eq v0.4.2
43992026-05-21T22:08:40.014Z Checking topological-sort v0.2.2
44002026-05-21T22:08:40.017Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44012026-05-21T22:08:40.018Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44022026-05-21T22:08:40.018Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44032026-05-21T22:08:40.057Z Checking shell-words v1.1.1
44042026-05-21T22:08:40.870Z Checking omicron-zone-package v0.12.2
44052026-05-21T22:08:41.578Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44062026-05-21T22:08:42.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
44072026-05-21T22:08:42.622Z
44082026-05-21T22:08:42.622Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44092026-05-21T22:08:43.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-05-21T22:08:43.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-05-21T22:08:43.267Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44122026-05-21T22:08:43.583Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44132026-05-21T22:08:43.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44142026-05-21T22:08:44.185Z
44152026-05-21T22:08:44.185Zinfo: running `cargo check --bins` on schema (258/276)
44162026-05-21T22:08:44.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-21T22:08:44.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-21T22:08:44.920Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44192026-05-21T22:08:45.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44202026-05-21T22:08:45.808Z
44212026-05-21T22:08:45.808Zinfo: running `cargo check --bins` on xtask (259/276)
44222026-05-21T22:08:46.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-21T22:08:46.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-21T22:08:46.267Z Checking libc v0.2.185
44252026-05-21T22:08:46.348Z Checking serde v1.0.228
44262026-05-21T22:08:46.353Z Checking zerofrom v0.1.6
44272026-05-21T22:08:46.357Z Checking bitflags v2.11.0
44282026-05-21T22:08:46.362Z Checking smallvec v1.15.1
44292026-05-21T22:08:46.365Z Checking indexmap v2.14.0
44302026-05-21T22:08:46.378Z Checking serde_json v1.0.149
44312026-05-21T22:08:46.381Z Checking scroll v0.12.0
44322026-05-21T22:08:46.447Z Checking yoke v0.8.1
44332026-05-21T22:08:46.498Z Checking num-traits v0.2.19
44342026-05-21T22:08:46.537Z Checking thiserror v1.0.69
44352026-05-21T22:08:46.606Z Checking zerovec v0.11.5
44362026-05-21T22:08:46.607Z Checking zerotrie v0.2.3
44372026-05-21T22:08:46.629Z Checking log v0.4.29
44382026-05-21T22:08:46.632Z Checking errno v0.3.14
44392026-05-21T22:08:46.731Z Checking toml_datetime v0.6.11
44402026-05-21T22:08:46.753Z Checking rustix v1.1.3
44412026-05-21T22:08:46.771Z Checking serde_spanned v0.6.9
44422026-05-21T22:08:46.846Z Checking percent-encoding v2.3.2
44432026-05-21T22:08:46.888Z Checking zerocopy v0.7.35
44442026-05-21T22:08:46.900Z Checking goblin v0.8.2
44452026-05-21T22:08:46.907Z Checking toml_edit v0.22.27
44462026-05-21T22:08:46.970Z Checking getrandom v0.4.1
44472026-05-21T22:08:46.983Z Checking form_urlencoded v1.2.2
44482026-05-21T22:08:47.016Z Checking ordered-float v2.10.1
44492026-05-21T22:08:47.034Z Checking tinystr v0.8.2
44502026-05-21T22:08:47.122Z Checking potential_utf v0.1.4
44512026-05-21T22:08:47.132Z Checking thiserror v2.0.18
44522026-05-21T22:08:47.209Z Checking icu_locale_core v2.1.1
44532026-05-21T22:08:47.227Z Checking syn v2.0.117
44542026-05-21T22:08:47.237Z Checking serde-value v0.7.0
44552026-05-21T22:08:47.247Z Checking icu_collections v2.1.1
44562026-05-21T22:08:47.374Z Checking dtrace-parser v0.2.0
44572026-05-21T22:08:47.434Z Checking thread-id v4.2.2
44582026-05-21T22:08:47.514Z Checking once_cell v1.21.3
44592026-05-21T22:08:47.546Z Checking cargo-platform v0.2.0
44602026-05-21T22:08:47.557Z Checking terminal_size v0.4.3
44612026-05-21T22:08:47.606Z Checking memmap v0.7.0
44622026-05-21T22:08:47.664Z Checking clap_builder v4.5.60
44632026-05-21T22:08:47.680Z Checking tempfile v3.25.0
44642026-05-21T22:08:47.715Z Checking textwrap v0.16.2
44652026-05-21T22:08:47.731Z Checking fs-err v3.3.0
44662026-05-21T22:08:47.744Z Checking icu_provider v2.1.1
44672026-05-21T22:08:47.869Z Checking camino-tempfile v1.4.1
44682026-05-21T22:08:47.900Z Checking tabled v0.15.0
44692026-05-21T22:08:47.916Z Checking anyhow v1.0.102
44702026-05-21T22:08:47.970Z Checking icu_normalizer v2.1.1
44712026-05-21T22:08:47.999Z Checking icu_properties v2.1.2
44722026-05-21T22:08:48.024Z Checking toml v0.8.23
44732026-05-21T22:08:48.110Z Checking macaddr v1.0.1
44742026-05-21T22:08:48.274Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44752026-05-21T22:08:48.337Z Checking cargo_toml v0.21.0
44762026-05-21T22:08:48.751Z Checking dof v0.3.0
44772026-05-21T22:08:48.797Z Checking idna_adapter v1.2.1
44782026-05-21T22:08:48.857Z Checking clap v4.5.60
44792026-05-21T22:08:48.918Z Checking idna v1.1.0
44802026-05-21T22:08:49.038Z Checking usdt-impl v0.5.0
44812026-05-21T22:08:49.146Z Checking url v2.5.8
44822026-05-21T22:08:49.281Z Checking usdt v0.5.0
44832026-05-21T22:08:49.480Z Checking cargo-util-schemas v0.8.2
44842026-05-21T22:08:50.158Z Checking cargo_metadata v0.21.0
44852026-05-21T22:08:50.753Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44862026-05-21T22:08:51.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44872026-05-21T22:08:51.286Z
44882026-05-21T22:08:51.286Zinfo: running `cargo check --bins` on dnsadm (260/276)
44892026-05-21T22:08:51.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-05-21T22:08:51.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-05-21T22:08:51.940Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44922026-05-21T22:08:52.411Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44932026-05-21T22:08:52.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44942026-05-21T22:08:52.983Z
44952026-05-21T22:08:52.983Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44962026-05-21T22:08:53.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-05-21T22:08:53.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-05-21T22:08:53.793Z Checking polyval v0.6.2
44992026-05-21T22:08:53.920Z Checking ctr v0.9.2
45002026-05-21T22:08:53.932Z Checking ssh-encoding v0.2.0
45012026-05-21T22:08:53.932Z Checking blowfish v0.9.1
45022026-05-21T22:08:53.955Z Checking password-hash v0.4.2
45032026-05-21T22:08:53.970Z Checking p521 v0.13.3
45042026-05-21T22:08:53.971Z Checking p256 v0.13.2
45052026-05-21T22:08:53.998Z Checking russh-cryptovec v0.7.3
45062026-05-21T22:08:54.057Z Checking ghash v0.5.1
45072026-05-21T22:08:54.071Z Checking md5 v0.7.0
45082026-05-21T22:08:54.083Z Checking bcrypt-pbkdf v0.10.0
45092026-05-21T22:08:54.106Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45102026-05-21T22:08:54.123Z Checking num-bigint v0.4.6
45112026-05-21T22:08:54.163Z Checking pbkdf2 v0.11.0
45122026-05-21T22:08:54.177Z Checking aes-gcm v0.10.3
45132026-05-21T22:08:54.212Z Checking des v0.8.1
45142026-05-21T22:08:54.236Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45152026-05-21T22:08:54.236Z Checking hex-literal v0.4.1
45162026-05-21T22:08:54.320Z Checking ssh-cipher v0.2.0
45172026-05-21T22:08:54.324Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45182026-05-21T22:08:54.348Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45192026-05-21T22:08:54.362Z Checking socket2 v0.5.10
45202026-05-21T22:08:54.400Z Checking internet-checksum v0.2.1
45212026-05-21T22:08:54.483Z Checking ssh-key v0.6.7
45222026-05-21T22:08:54.663Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45232026-05-21T22:08:55.106Z Checking russh-keys v0.45.0
45242026-05-21T22:08:55.655Z Checking russh v0.45.0
45252026-05-21T22:09:11.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.81s
45262026-05-21T22:09:12.006Z
45272026-05-21T22:09:12.006Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45282026-05-21T22:09:12.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-21T22:09:12.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-21T22:09:12.667Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45312026-05-21T22:09:12.776Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45322026-05-21T22:09:12.783Z Checking termios v0.3.3
45332026-05-21T22:09:13.975Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45342026-05-21T22:09:14.122Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45352026-05-21T22:09:15.895Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45362026-05-21T22:09:16.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45372026-05-21T22:09:16.644Z
45382026-05-21T22:09:16.644Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45392026-05-21T22:09:17.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-21T22:09:17.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-21T22:09:17.370Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45422026-05-21T22:09:17.374Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45432026-05-21T22:09:17.494Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45442026-05-21T22:09:17.497Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45452026-05-21T22:09:17.508Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45462026-05-21T22:09:17.518Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-21T22:09:18.227Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45482026-05-21T22:09:18.555Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45492026-05-21T22:09:18.555Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-21T22:09:19.192Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45512026-05-21T22:09:20.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45522026-05-21T22:09:21.023Z
45532026-05-21T22:09:21.023Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45542026-05-21T22:09:21.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-21T22:09:21.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-21T22:09:21.667Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45572026-05-21T22:09:22.112Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45582026-05-21T22:09:22.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45592026-05-21T22:09:22.612Z
45602026-05-21T22:09:22.612Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45612026-05-21T22:09:23.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-21T22:09:23.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-21T22:09:23.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-05-21T22:09:23.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45652026-05-21T22:09:23.211Z
45662026-05-21T22:09:23.211Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45672026-05-21T22:09:23.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-21T22:09:23.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-21T22:09:23.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-05-21T22:09:23.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45712026-05-21T22:09:23.809Z
45722026-05-21T22:09:23.809Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45732026-05-21T22:09:24.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-21T22:09:24.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-21T22:09:24.574Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45762026-05-21T22:09:25.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45772026-05-21T22:09:25.389Z
45782026-05-21T22:09:25.389Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45792026-05-21T22:09:25.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-21T22:09:25.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-21T22:09:26.050Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45822026-05-21T22:09:26.054Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45832026-05-21T22:09:26.323Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45842026-05-21T22:09:26.323Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45852026-05-21T22:09:27.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45862026-05-21T22:09:27.294Z
45872026-05-21T22:09:27.294Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45882026-05-21T22:09:27.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-21T22:09:27.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-21T22:09:27.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-05-21T22:09:27.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45922026-05-21T22:09:27.895Z
45932026-05-21T22:09:27.895Zinfo: running `cargo check --bins` on omicron-package (270/276)
45942026-05-21T22:09:28.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-21T22:09:28.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-21T22:09:28.584Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45972026-05-21T22:09:29.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45982026-05-21T22:09:29.845Z
45992026-05-21T22:09:29.845Zinfo: running `cargo check --bins` on tqdb (271/276)
46002026-05-21T22:09:30.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-21T22:09:30.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-21T22:09:30.632Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46032026-05-21T22:09:30.979Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46042026-05-21T22:09:31.483Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46052026-05-21T22:09:31.483Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46062026-05-21T22:09:37.458Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46072026-05-21T22:09:37.458Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46082026-05-21T22:09:38.033Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46092026-05-21T22:09:38.033Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46102026-05-21T22:09:38.036Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46112026-05-21T22:09:38.036Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46122026-05-21T22:09:38.785Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46132026-05-21T22:09:39.796Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46142026-05-21T22:09:40.584Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46152026-05-21T22:09:41.201Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46162026-05-21T22:09:45.394Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46172026-05-21T22:09:51.726Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46182026-05-21T22:09:51.727Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46192026-05-21T22:09:51.737Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46202026-05-21T22:09:51.737Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46212026-05-21T22:09:53.201Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46222026-05-21T22:09:54.532Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46232026-05-21T22:09:55.208Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46242026-05-21T22:09:56.456Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46252026-05-21T22:09:57.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.15s
46262026-05-21T22:09:57.231Z
46272026-05-21T22:09:57.232Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46282026-05-21T22:09:57.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-21T22:09:57.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-21T22:09:57.955Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46312026-05-21T22:09:57.960Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46322026-05-21T22:09:57.960Z Checking rtoolbox v0.0.3
46332026-05-21T22:09:58.118Z Checking tui-tree-widget v0.23.1
46342026-05-21T22:09:58.205Z Checking rpassword v7.4.0
46352026-05-21T22:09:59.193Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46362026-05-21T22:10:02.162Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46372026-05-21T22:10:03.992Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46382026-05-21T22:10:04.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
46392026-05-21T22:10:05.103Z
46402026-05-21T22:10:05.103Zinfo: running `cargo check --bins` on wicket (273/276)
46412026-05-21T22:10:05.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-21T22:10:05.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-21T22:10:05.802Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46442026-05-21T22:10:06.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46452026-05-21T22:10:06.363Z
46462026-05-21T22:10:06.363Zinfo: running `cargo check --bins` on wicketd (274/276)
46472026-05-21T22:10:06.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-21T22:10:06.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-21T22:10:07.091Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46502026-05-21T22:10:07.107Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46512026-05-21T22:10:07.107Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-21T22:10:07.214Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46532026-05-21T22:10:11.541Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46542026-05-21T22:10:11.573Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46552026-05-21T22:10:11.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
46562026-05-21T22:10:11.784Z
46572026-05-21T22:10:11.784Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46582026-05-21T22:10:12.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-21T22:10:12.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-21T22:10:12.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46612026-05-21T22:10:12.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46622026-05-21T22:10:12.385Z
46632026-05-21T22:10:12.385Zinfo: running `cargo check --bins` on zone-setup (276/276)
46642026-05-21T22:10:12.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-05-21T22:10:12.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-05-21T22:10:13.072Z Checking uzers v0.12.2
46672026-05-21T22:10:13.340Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46682026-05-21T22:10:14.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46692026-05-21T22:10:14.301Z
46702026-05-21T22:10:14.302Zreal 14:13.989835930
46712026-05-21T22:10:14.302Zuser 20:37.682107686
46722026-05-21T22:10:14.302Zsys 4:18.066163017
46732026-05-21T22:10:14.302Ztrap 0.324611894
46742026-05-21T22:10:14.302Ztflt 1.099470773
46752026-05-21T22:10:14.302Zdflt 1.494216370
46762026-05-21T22:10:14.302Zkflt 0.004794810
46772026-05-21T22:10:14.302Zlock 1:17:00.256078059
46782026-05-21T22:10:14.302Zslp 1:38:47.624337436
46792026-05-21T22:10:14.302Zlat 57.844593926
46802026-05-21T22:10:14.302Zstop 3:36.866124359
46812026-05-21T22:10:14.305Zprocess exited: duration 989939 ms, exit code 0
 
46822026-05-21T22:10:14.313Zfound 0 output files